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
Real-world prescription example
{ "resourceType": "MedicationPrescription", "id": "f201", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "dateWritten": "2013-03-11", "status": "active", "patient": { "reference": "Patient/f201", "display": "Roel" }, "prescriber": { "reference": "Practitioner/f201", "display": "Dokter Bonsig" }, "reasonReference": { "reference": "Condition/f201", "display": "fever" }, "medication": { "reference": "Medication/f201", "display": "25ug Salmeterol + 250ug Fluticasone" }, "dosageInstruction": [ { "text": "aerosol 25/250ug/do 120do 2x - 1 dose - daily", "scheduledTiming": { "repeat": { "bounds": { "start": "2013-03-11", "end": "2013-05-11" }, "frequency": 2, "period": 1, "periodUnits": "d" } }, "site": { "coding": [ { "system": "http://snomed.info/sct", "code": "74262004", "display": "Oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "321667001", "display": "Respiratory tract" } ] }, "method": { "coding": [ { "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": { "value": 2, "units": "puffs", "system": "http://snomed.info/sct", "code": "415215001" }, "denominator": { "value": 1, "units": "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.