-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Quentin Ligier
committed
Jun 9, 2022
1 parent
7e4bdd1
commit ba3d3a3
Showing
7 changed files
with
149 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Top-level config | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"yaml.schemas": { | ||
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml", | ||
"https://json.schemastore.org/github-workflow.json": "file:///Users/qlig/git/cara-emed-ig/.github/workflows/build.yml" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,59 @@ | ||
# Packaging | ||
|
||
## Code | ||
|
||
The GTIN or ATC code that caracterizes the medication package (GTIN) or the medication substance (ATC). | ||
|
||
## Name | ||
|
||
## Form code | ||
|
||
This code represents the pharmaceutical dose form (e.g. tablet, capsule, liquid). | ||
|
||
??? info "Recommended usage" | ||
|
||
table | ||
|
||
## Lot number text | ||
|
||
The lot number text is a free text used to indicate the medication lot number. | ||
|
||
!!! abstract "Usage in MTP and PRE" | ||
|
||
The main usage is controlled trials, so usually not in the scope of the eMedication service; it's not expected of healthcare professionals to fill it. | ||
|
||
!!! abstract "Usage in DIS" | ||
|
||
Dispensers may provide it for documentation. | ||
|
||
## Expiration time | ||
|
||
The medication expiration time. | ||
|
||
!!! abstract "Usage in MTP and PRE" | ||
|
||
No usage. | ||
|
||
!!! abstract "Usage in DIS" | ||
|
||
Dispensers should provide it, as it'll enable patient applications to alert them about incomming expiration of active treatment to allow timely re-dispensiation and avoid treatment interuption or expired medication usage. | ||
|
||
## As content: code | ||
|
||
This shall be a GTIN. | ||
|
||
## As content: name | ||
|
||
## As content: form code | ||
|
||
## As content: capacity quantity | ||
|
||
!!! warning "CARA: additional requirement" | ||
|
||
The eMedication service restricts the unit to the ["RegularUnitCode (Ambu)" value set](https://art-decor.org/art-decor/decor-valuesets--cdachemed-?id=2.16.756.5.30.1.127.77.12.11.3). | ||
|
||
## Ingredients | ||
|
||
!!! info "Not supported" | ||
|
||
Currently, ingredients are ignored by the eMedication service. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Workflow | ||
|
||
An MTP item is to insert a medication into the patient's treatment plan and instruct the patient to take it, even if it wasn't prescribed or dispensed: the patient may already have it. | ||
|
||
A PRE item is purely a logistic document. It instructs the pharmacist to dispense that medication and allow reimbursment by insurances. Paper prescriptions combine these two usages. | ||
|
||
A DIS item is to indicate the medication has been dispensed. It's useful to pharmacists to determine if a prescription may still be dispensed. | ||
|
||
A PADV item is used to modify the content or the status, or to comment the previous items. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters