This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 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 . Page versions: R5 R4B R4 R3 R2
Example of a dispense of an injection with a rate (id = "meddisp008")
<MedicationDispense xmlns="http://hl7.org/fhir"> <id value="meddisp008"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <status value="completed"/> <patient> <reference value="Patient/1288992"/> </patient> <dispenser> <reference value="Practitioner/example"/> </dispenser> <authorizingPrescription> <reference value="MedicationPrescription/medicationprescriptionexample6"/> </authorizingPrescription> <medication> <reference value="Medication/54ba8e550cf2ef25ba8bcfd2"/> </medication> <dosageInstruction> <scheduleTiming> <repeat> <frequency value="2"/> <period value="21"/> <periodUnits value="d"/> </repeat> </scheduleTiming> <route> <coding> <system value="http://snomed.info/sct"/> <code value="394899003"/> <display value="oral administration of treatment"/> </coding> </route> <doseQuantity> <value value="1000"/> <units value="mg/m^2"/> <system value="http://unitsofmeasure.org"/> <code value="ml"/> </doseQuantity> </dosageInstruction> </MedicationDispense>
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.