Skip to content

Commit

Permalink
feat: restricting dosage routes to snomed route codes
Browse files Browse the repository at this point in the history
  • Loading branch information
glichtner committed Feb 16, 2024
1 parent f8a9196 commit 702fd27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions input/fsh/aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ Alias: $cs-group-membership-basis = http://hl7.org/fhir/group-membership-basis
Alias: $cs-action-code = http://terminology.hl7.org/CodeSystem/action-code
Alias: $cs-common-process = http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process
Alias: $cs-action-selection-behavior = http://hl7.org/fhir/action-selection-behavior

Alias: $vs-route-codes = http://hl7.org/fhir/ValueSet/route-codes
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Description: "Definition of a drug administration action as part of a recommende
* dosage 0..1
* extension contains DosageCondition named condition 0..1 MS
* route MS
* route from $vs-route-codes (required)
* timing 1..1
* doseAndRate 1..*
* quantity 0..0 // we don't use quantity, instead use dosage
Expand Down

0 comments on commit 702fd27

Please sign in to comment.