This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Injection (id = "medrx008")
<MedicationOrder xmlns="http://hl7.org/fhir"> <id value="medrx008"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p>Name: Gentamicin 80mg/100ml IV</p> <p><b>80mg IV over one hour</b></p> </div> </text> <status value="active"/> <medicationReference> <reference value="Medication/medicationexample17"/> </medicationReference> <dosageInstruction> <text value="Gentamicin 80mg IV over one hour"/> <timing> <repeat> <frequency value="3"/> <period value="1"/> <periodUnits value="d"/> </repeat> </timing> <route> <coding> <system value="http://snomed.info/sct"/> <code value="47625008"/> <display value="Intravenous route"/> </coding> </route> <doseQuantity> <value value="80"/> <unit value="mg"/> <system value="http://unitsofmeasure.org"/> <code value="mg"/> </doseQuantity> <rateRatio> <numerator> <value value="80"/> <unit value="mg"/> <system value="http://unitsofmeasure.org"/> <code value="mg"/> </numerator> <denominator> <value value="60"/> <unit value="minutes"/> <system value="http://snomed.info/sct"/> <code value="258702006"/> </denominator> </rateRatio> </dosageInstruction> </MedicationOrder>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.