Skip to content

Commit

Permalink
[#57] Replaced {Piece} unit code with SCT alternarive
Browse files Browse the repository at this point in the history
  • Loading branch information
dvribeira committed Mar 25, 2024
1 parent c63d501 commit 27d7a7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input/fsh/instance/medication.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Usage: #example
* code.text = "Exforge 10/160mg"
* form = urn:oid:0.4.0.127.0.16.1.1.2.1#10219000 "Tablet"
* form.text = "Tablet"
* amount.numerator = 28 '{Piece}' "Piece"
* amount.numerator = 28 $sct#246205007 "Quantity"
* amount.denominator = 1 $sct#1681000175101 "Package"
* ingredient[0].itemCodeableConcept = $sct#386864001 "Amlodipine (substance)"
* ingredient[=].itemCodeableConcept.text = "Amlodipine (substance)"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/valueset/amount_quantity_unit_code.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ These are all unit codes about amount quantities, excluding time units."""
* $sct#1681000175101 "Package"
* $sct#2011000175108 "Thousand Per * Unit"
* $sct#767525000 "Unit"
* $sct#246205007 "Quantity"
* $ucum#Bq "Becquerel"
* $ucum#kBq "kiloBecquerel"
* $ucum#MBq "megaBecquerel"
Expand Down Expand Up @@ -89,7 +90,6 @@ These are all unit codes about amount quantities, excluding time units."""
* $ucum#[tbs_m] "tablespoon - metric"
* $ucum#10*6.[iU] "MillionInternationalUnit"
* $ucum#[ppm] "Parts Per Million"
* $ucum#{Piece} "Piece"
* $ucum#[tsp_m] "teaspoon - metric"
* $ucum#[iU] "international unit"
* $ucum#[CFU] "Colony Forming Units"
1 change: 1 addition & 0 deletions input/pagecontent/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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).
- Fixed profile for examples `MedicationStatementParacetamolAxapharmPmlc` and `MedicationStatementParacetamolDafalganEffPmlc` to be `CHEMEDEPRMedicationStatementCard` instead of `CHEMEMedicationStatementCard`.
- Added an example for a medication statement with split dosage: `MedicationStatementDafalganEffSplitDose`.
- Replace `{Piece}` unit code with SCT `246205007` (`Quantity`) in `CHEMEDEPRAmountQuantityUnitCode` and in the `MedicationWithTwoIngredients` example.
- Updated dependencies to:
- CH EMED 5.0.0
- CH Core 5.0.0
Expand Down

0 comments on commit 27d7a7c

Please sign in to comment.