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 an inhaler (id = "medrx004")
<MedicationPrescription xmlns="http://hl7.org/fhir"> <id value="medrx004"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <identifier> <use value="official"/> <system value="http://www.bmc.nl/portal/prescriptions"/> <value value="12345"/> </identifier> <dateWritten value="2015-01-15"/> <status value="active"/> <patient><!-- Linked to the resource patient who needs the medication --> <reference value="Patient/f001"/> <display value="Eve Everywoman"/> </patient> <prescriber><!-- Linked to the practitioner who treats patient --> <reference value="Practitioner/f007"/> <display value="Patrick Pump"/> </prescriber> <encounter><!-- Linked to a resource Encounter between patient and practitioner --> <reference value="Encounter/f002"/> <display value="encounter who leads to this priscription"/> </encounter> <reasonCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="195967001"/> <display value="Asthma"/> </coding> </reasonCodeableConcept> <medication><!-- Linked to a RESOURCE Medication --> <reference value="Medication/MedicationExample12"/> <display value="prescribed medication"/> </medication> <dosageInstruction> <text value="Use 2 puffs twice daily as needed"/> <scheduledTiming> <repeat> <duration value="3"/> <durationUnits value="d"/> <frequency value="2"/> <period value="1"/> <periodUnits value="d"/> </repeat> </scheduledTiming> <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> </MedicationPrescription>
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.