Skip to content

Commit

Permalink
Moved cardinality 1..1 on route.text and route.id from common-dosage-…
Browse files Browse the repository at this point in the history
…ruleset to main-dosage-ruleset (since split dosage cardinality in CH EMED is forced to 0).
  • Loading branch information
dvribeira committed Mar 15, 2024
1 parent 8e3f254 commit a40e8b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/fsh/structuredefinition/dosage.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RuleSet: main-dosage-ruleset
* route insert codeableconcept-with-text-ruleset
* route ^definition = "...Implementers SHOULD focus on supporting values from the value set [Route of Administration](ValueSet-ch-emed-epr-route-of-administration.html)."
* method insert codeableconcept-with-text-ruleset
* route.text 1..1 // TODO #16
* site.text 1..1 // TODO #16


RuleSet: split-dosage-ruleset
Expand All @@ -51,8 +53,6 @@ RuleSet: common-dosage-ruleset
* doseAndRate.doseRange only CHEMEDEPRAmountRange
* doseAndRate.rate[x] only Ratio // Range and quantity not compatible with our units (it would require a UCUM unit of amount per time)
* doseAndRate.rateRatio only CHEMEDEPRRatioAmountPerTime
* route.text 1..1 // TODO #16
* site.text 1..1 // TODO #16
* timing.repeat.bounds[x] only Period


Expand Down
1 change: 1 addition & 0 deletions input/pagecontent/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated dates on DocumentPadv2 so that it can be published after the sequence DocumentMtp1, DocumentPadv1, DocumentPre1, DocumentDis1 when testing.
- Added Bq, kBq, MBq and GBq units to the CHEMEDEPRAmountQuantityUnitCode value set, added in CH EMED 4.0.1 to the parent UnitCode value set.
- Moved cardinality 1..1 on route.text and route.id from common-dosage-ruleset to main-dosage-ruleset (since split dosage cardinality in CH EMED is forced to 0).

### [1.0.0] - 2024-01-24

Expand Down

0 comments on commit a40e8b0

Please sign in to comment.