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
{ "resourceType": "MedicationPrescription", "id": "medrx004", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/portal/prescriptions", "value": "12345" } ], "dateWritten": "2015-01-15", "status": "active", "patient": { "reference": "Patient/f001", "display": "Eve Everywoman" }, "prescriber": { "reference": "Practitioner/f007", "display": "Patrick Pump" }, "encounter": { "reference": "Encounter/f002", "display": "encounter who leads to this priscription" }, "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "195967001", "display": "Asthma" } ] }, "medication": { "reference": "Medication/MedicationExample12", "display": "prescribed medication" }, "dosageInstruction": [ { "text": "Use 2 puffs twice daily as needed", "scheduledTiming": { "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } }, "asNeededBoolean": true, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "422237004", "display": "Inhalation" } ] }, "doseQuantity": { "value": 2, "system": "http://snomed.info/sct", "code": "415215001" } } ] }
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.