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
Example of a prn medication (id = "meddisp006")
<MedicationDispense xmlns="http://hl7.org/fhir"> <id value="meddisp006"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <status value="in-progress"/> <patient> <reference value="Patient/example"/> </patient> <dispenser> <reference value="Practitioner/example"/> </dispenser> <authorizingPrescription> <reference value="MedicationPrescription/medicationprescriptionexample4"/> </authorizingPrescription> <type> <coding> <system value="http:hl7.org/fhir"/> <code value="FFP"/> <display value="First Fill - Part Fill"/> </coding> </type> <quantity> <value value="15"/> <units value="mL"/> <system value="http://unitsofmeasure.org"/> <code value="mL"/> </quantity> <daysSupply> <value value="30"/> <units value="Day"/> <system value="http://unitsofmeasure.org"/> <code value="D"/> </daysSupply> <medication><!-- Linked to a RESOURCE Medication --> <reference value="Medication/MedicationExample12"/> <display value="prescribed medication"/> </medication> <whenPrepared value="2015-03-01T10:48:00Z"/> <whenHandedOver value="2015-03-01T10:59:00Z"/> <dosageInstruction> <scheduleTiming> <event value="2015-03-01"/> <repeat> <duration value="3"/> <durationUnits value="d"/> <frequency value="2"/> <period value="1"/> <periodUnits value="d"/> </repeat> </scheduleTiming> <asNeededBoolean value="true"/> <route> <coding> <system value="http://snomed.info/sct"/> <code value="422237004"/> <display value="Inhalation"/> </coding> </route> <doseQuantity> <value value="2"/> <system value="http://snomed.info/sct"/> <code value="415215001"/> </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.