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
{ "resourceType": "MedicationOrder", "fhir_comments": [ " <dispense> and <substitution> are not available for this patient " ], "id": "f201", "text": { "fhir_comments": [ " No identifier could be provided " ], "status": "generated", "div": "<div><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/250micrograms 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>" }, "status": "active", "medicationReference": { "reference": "Medication/f201", "display": "25ug Salmeterol + 250ug Fluticasone" }, "patient": { "reference": "Patient/f201", "display": "Roel" }, "dateWritten": "2013-03-11", "prescriber": { "reference": "Practitioner/f201", "display": "Dokter Bonsig" }, "reasonReference": [ { "reference": "Condition/f201", "display": "fever" } ], "dosageInstruction": [ { "text": "aerosol 25/250ug/do 120do 2x - 1 dose - daily", "timing": { "repeat": { "fhir_comments": [ " 2 months " ], "boundsPeriod": { "start": "2013-03-11", "end": "2013-05-11" }, "frequency": 2, "_frequency": { "fhir_comments": [ " twice per day " ] }, "period": 1, "periodUnit": "d" } }, "siteCodeableConcept": { "coding": [ { "fhir_comments": [ " Medication enters the oral cavity " ], "system": "http://snomed.info/sct", "code": "74262004", "display": "Oral cavity" } ] }, "route": { "coding": [ { "fhir_comments": [ " Medication follows the respiratory tract " ], "system": "http://snomed.info/sct", "code": "321667001", "display": "Respiratory tract" } ] }, "method": { "coding": [ { "fhir_comments": [ " Medication is administered with a specific inhaler " ], "system": "http://snomed.info/sct", "code": "320276009", "display": "Salmeterol+fluticasone 25/250ug inhaler" } ] }, "doseQuantity": { "value": 1, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "PUFF" }, "maxDosePerPeriod": { "numerator": { "fhir_comments": [ " 2 puffs per day " ], "value": 2, "unit": "puffs", "system": "http://snomed.info/sct", "code": "415215001" }, "denominator": { "value": 1, "unit": "daily", "system": "http://snomed.info/sct", "code": "259032004" } } } ] }
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.