-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add drugAdministration characteristic
- Loading branch information
Showing
4 changed files
with
60 additions
and
3 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,12 @@ | ||
Extension: CharacteristicDosage | ||
Id: ext-characteristic-dosage | ||
Title: "Characteristic Dosage" | ||
Description: "Adds Dosage type to characteristic" | ||
* value[x] 1..1 | ||
* value[x] only Dosage | ||
* valueDosage | ||
* extension contains DosageCondition named condition 0..1 MS | ||
* route MS | ||
* route from $vs-route-codes (required) | ||
* timing 1..1 | ||
* doseAndRate 1..* |
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
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 @@ | ||
// Author: Gregor Lichtner, @glichtner | ||
ValueSet: Drugs | ||
Id: vs-drugs | ||
Title: "Drugs" | ||
Description: "Drugs" | ||
* include codes from system $sct where concept is-a $sct#105590001 "Substance (substance)" | ||
* include codes from system $sct where concept is-a $sct#763158003 "Medicinal product (product)" | ||
* include codes from system $atc | ||
* include codes from system $atcde |