README, intended use
This commit is contained in:
parent
b8ade83ccc
commit
2c227c93fb
92
General documents/intended-use.md
Normal file
92
General documents/intended-use.md
Normal file
@ -0,0 +1,92 @@
|
||||
# Intended Use
|
||||
|
||||
## Mapping of Requirements to Document Sections
|
||||
|
||||
> Only relevant if you're aiming for MDD (and not MDR) compliance:
|
||||
|
||||
| MDD Class | MDD Section | Document Section |
|
||||
|---------------|------------------|------------------|
|
||||
| IIa, IIb, III | Annex II, 3.2 c) | (All) |
|
||||
| I | Annex VII, 3 | (All) |
|
||||
|
||||
> And vice-versa, only relevant if you're aiming for MDR (not MDD) compliance:
|
||||
|
||||
| MDR Class | MDR Section | Document Section |
|
||||
|-----------|-------------------------------|------------------|
|
||||
| (All) | Annex II, 1.1 a) - d), h), i) | (All) |
|
||||
|
||||
> Always relevant:
|
||||
|
||||
| ISO 14971:2019 Section | Document Section |
|
||||
|------------------------|------------------|
|
||||
| 5.2 | (All) |
|
||||
|
||||
| IEC 62366-1:2015 Section | Document Section |
|
||||
|--------------------------|------------------|
|
||||
| 5.1 | (All) |
|
||||
|
||||
## Product
|
||||
|
||||
* Name: *\<product name\>*
|
||||
* Version: *\<product version\>*
|
||||
* Basic UDI-DI: *\<insert UDI-DI, if/when available\>*
|
||||
|
||||
## Intended Use
|
||||
|
||||
> Describe the core medical functionality of your device and how it treats, diagnoses or alleviates a disease.
|
||||
> Keep it high-level so that this description is true for as long as possible even when the device is updated.
|
||||
|
||||
## Intended Medical Indication
|
||||
|
||||
> Describe the condition(s) and/or disease(s) to be screened, monitored, treated, diagnosed, or prevented by
|
||||
> your software. Importantly, also list exclusion criteria: Maybe patients with a certain diagnosis should not
|
||||
> be using your device.
|
||||
|
||||
## Contraindications
|
||||
|
||||
> List anything that you want to explicitly exclude from your intended use.
|
||||
|
||||
## Patient Population
|
||||
|
||||
> Describe the patient population your software is intended to be used on. Note that this may overlap with the
|
||||
> user profile (section below), but not necessarily. Your software could be used by physicians to diagnose
|
||||
> diseases in patients, so in that case, they don't overlap. Some ideas for characteristics to describe: Age
|
||||
> group, weight range, health, condition(s).
|
||||
|
||||
## User Profile
|
||||
|
||||
> Describe the typical user of the software. Some ideas could be: Qualifications, prior training (for your
|
||||
> software), technical proficiency, time spent using the software.
|
||||
|
||||
## Use Environment Including Software/Hardware
|
||||
|
||||
> Describe the typical use environment. What sort of devices is this running on? Does the software only run on
|
||||
> one device or multiple devices? Is it loud and chaotic like in an emergency ward? How's the lighting?
|
||||
>
|
||||
> Also, add other software or hardware which is required by your device. Most commonly, apps require users to
|
||||
> have a smartphone with a compatible operating system (iOS / Android).
|
||||
|
||||
## Operating Principle
|
||||
|
||||
> It's kind of a stretch to describe the "operating principle" of software. I guess this makes more sense for
|
||||
> hardware devices. In any case, I'd just generally state what sort of input goes in and what output comes
|
||||
> out, e.g. you could be processing images and returning diagnoses.
|
||||
|
||||
The device is stand-alone software. It receives input from the user and outputs information.
|
||||
|
||||
## Part of the Body / Type of Tissue Interacted With
|
||||
|
||||
The device is stand-alone software. It receives input from the user and outputs information. It doesn't come
|
||||
in contact with tissue or bodily fluids.
|
||||
|
||||
## Variants / Accessories
|
||||
|
||||
> Describe variants and/or accessories of/to this device, if applicable. For typical stand-alone software of
|
||||
> startups, this shouldn't be applicable.
|
||||
|
||||
---
|
||||
|
||||
Template Copyright [openregulatory.com](https://openregulatory.com). See [template
|
||||
license](https://openregulatory.com/template-license).
|
||||
|
||||
Please don't remove this notice even if you've modified contents of this template.
|
19
README.md
19
README.md
@ -1,2 +1,21 @@
|
||||
# Regulation
|
||||
|
||||
This repository contains compliance documents for [basebox](https://basebox.tech). They are intended to help users of [basebox](https://basebox.tech) getting their compliance certification done (e.g. for medical device software).
|
||||
|
||||
The relevance of these documents depends on the project that uses basebox.
|
||||
|
||||
For more information, please visit:
|
||||
|
||||
* https://basebox.tech/why-basebox/regulatory-compliant
|
||||
* https://openregulatory.com/
|
||||
|
||||
|
||||
## License and Conditions of Use
|
||||
|
||||
Contents in this repository are available under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) license.
|
||||
|
||||
All documents in this repository are provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the documents in this repository or the use or other dealings in the content of this repository.
|
||||
|
||||
Most (if not all) documents in this repository are based on templates by [OpenRegulatory](https://openregulatory.com), licensed under (CC-BY 4.0)[https://openregulatory.com/template-license#].
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user