This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Real-world prescription example (id = "f201")
<MedicationOrder xmlns="http://hl7.org/fhir"> <id value="f201"/> <!-- No identifier could be provided --> <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>status</b>: active</p><p><b>medication</b>: <a>25ug Salmeterol + 250ug Fluticasone</a></p><p><b>patient</b>: <a>Roel</a></p><p><b>dateWritten</b>: 11/03/2013</p><p><b>prescriber</b>: <a>Dokter Bonsig</a></p><p><b>reasonReference</b>: <a>fever</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Method</b></td><td><b>Dose[x]</b></td><td><b>MaxDosePerPeriod</b></td></tr><tr><td>*</td><td>aerosol 25/250ug/do 120do 2x - 1 dose - daily</td><td>Starting 11/03/2013, Do 2 per 1 days, Until 11/05/2013</td><td>Oral cavity <span>(Details : {SNOMED CT code '74262004' = 'Oral cavity structure (body structure)', given as 'Oral cavity'})</span></td><td>Respiratory tract <span>(Details : {SNOMED CT code '321667001' = 'Respiratory tract structure (body structure)', given as 'Respiratory tract'})</span></td><td>Salmeterol+fluticasone 25/250ug inhaler <span>(Details : {SNOMED CT code '320276009' = 'Salmeterol+fluticasone propionate 25micrograms/250microgra ms CFC-free inhaler (product)', given as 'Salmeterol+fluticasone 25/250ug inhaler'})</span></td><td>1 PUFF<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code PUFF = 'Puff')</span></td><td>2 puffs<span> (Details: SNOMED CT code 415215001 = 'Puffs')</span>/1 daily<span> (Details: SNOMED CT code 259032004 = 'per day (qualifier value)')</span></td></tr></table></div></text><status value="active"/> <medicationReference> <reference value="Medication/f201"/> <display value="25ug Salmeterol + 250ug Fluticasone"/> </medicationReference> <patient> <reference value="Patient/f201"/> <display value="Roel"/> </patient> <dateWritten value="2013-03-11"/> <prescriber> <reference value="Practitioner/f201"/> <display value="Dokter Bonsig"/> </prescriber> <reasonReference> <reference value="Condition/f201"/> <display value="fever"/> </reasonReference> <dosageInstruction> <text value="aerosol 25/250ug/do 120do 2x - 1 dose - daily"/> <timing> <!-- 2 months --> <repeat> <boundsPeriod> <start value="2013-03-11"/> <end value="2013-05-11"/> </boundsPeriod> <!-- twice per day --> <frequency value="2"/> <period value="1"/> <periodUnit value="d"/> </repeat> </timing> <siteCodeableConcept> <!-- Medication enters the oral cavity --> <coding> <system value="http://snomed.info/sct"/> <code value="74262004"/> <display value="Oral cavity"/> </coding> </siteCodeableConcept> <route> <!-- Medication follows the respiratory tract --> <coding> <system value="http://snomed.info/sct"/> <code value="321667001"/> <display value="Respiratory tract"/> </coding> </route> <method> <!-- Medication is administered with a specific inhaler --> <coding> <system value="http://snomed.info/sct"/> <code value="320276009"/> <display value="Salmeterol+fluticasone 25/250ug inhaler"/> </coding> </method> <doseQuantity> <value value="1"/> <system value="http://hl7.org/fhir/v3/orderableDrugForm"/> <code value="PUFF"/> </doseQuantity> <maxDosePerPeriod> <!-- 2 puffs per day --> <numerator> <value value="2"/> <unit value="puffs"/> <system value="http://snomed.info/sct"/> <code value="415215001"/> </numerator> <denominator> <value value="1"/> <unit value="daily"/> <system value="http://snomed.info/sct"/> <code value="259032004"/> </denominator> </maxDosePerPeriod> </dosageInstruction> <!-- <dispense> and <substitution> are not available for this patient --> </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.