Skip to content

Commit

Permalink
update units for eml examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrejvr committed Oct 14, 2024
1 parent efd6648 commit 3eb0743
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ Usage: #example
* code.text = "Hydrocortison-Dexpanthenol-Salbe"
* form = $KBV_CS_SFHIR_KBV_DARREICHUNGSFORM#SAL
* amount.numerator.extension.url = "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-total-quantity-formulation-extension"
* amount.numerator.extension.valueString = "100"
* amount.numerator.value = 20
* amount.numerator.extension.valueString = "100 ml"
* amount.numerator.value = 100
* amount.numerator.unit = "ml"
* amount.denominator.value = 1
* ingredient[0].itemReference = Reference(MedicationHydrocortison)
* ingredient[=].isActive = true
* ingredient[=].strength.numerator = 50 'g'
* ingredient[=].strength.denominator = 100 'g'
* ingredient[=].strength.numerator = 50 'ml'
* ingredient[=].strength.denominator = 100 'ml'
* ingredient[+].itemReference = Reference(MedicationDexpanthenol)
* ingredient[=].isActive = true
* ingredient[=].strength.numerator = 50 'g'
* ingredient[=].strength.denominator = 100 'g'
* ingredient[=].strength.numerator = 50 'ml'
* ingredient[=].strength.denominator = 100 'ml'

Instance: MedicationHydrocortison
InstanceOf: Medication
Expand Down

0 comments on commit 3eb0743

Please sign in to comment.