This page is part of the FHIR Specification (v3.3.0: R4 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 . Page versions: R5 R4B R4 R3
Pharmacy Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Patient, Practitioner |
Dispense for Nasonex Inhaler (RxNorm Code) - in progress with additionalInstructions as text
{ "resourceType": "MedicationDispense", "id": "meddisp0328", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp0328</p><p><b>status</b>: in-progress</p><p><b>medication</b>: Nasonex 0.05mg/ACTUAT Nasal Inhaler <span>(Details : {RxNorm code '746201' = 'NASONEX 50 MCG/INHAL Nasal Inhaler, 120 Actuations', given as 'Nasonex 0.05mg/ACTUAT Nasal Inhaler'})</span></p><p><b>subject</b>: <a>Donald Duck</a></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a>Practitioner/f006</a></td></tr></table><p><b>authorizingPrescription</b>: <a>MedicationRequest/medrx0321</a></p><p><b>type</b>: Emergency Supply <span>(Details : {http://hl7.org/fhir/v3/ActCode code 'EM' = 'Emergency Supply', given as 'Emergency Supply'})</span></p><p><b>quantity</b>: 30 ml<span> (Details: UCUM code ml = 'ml')</span></p><p><b>daysSupply</b>: 30 Day<span> (Details: UCUM code d = 'd')</span></p><p><b>whenPrepared</b>: 15/01/2015 10:20:00 AM</p><p><b>dosageInstruction</b>: </p></div>" }, "status": "in-progress", "medicationCodeableConcept": { "coding": [ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "746201", "display": "Nasonex 0.05mg/ACTUAT Nasal Inhaler" } ] }, "subject": { "reference": "Patient/pat1", "display": "Donald Duck" }, "performer": [ { "actor": { "reference": "Practitioner/f006" } } ], "authorizingPrescription": [ { "reference": "MedicationRequest/medrx0321" } ], "type": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActCode", "code": "EM", "display": "Emergency Supply" } ] }, "quantity": { "value": 30, "system": "http://unitsofmeasure.org", "code": "ml" }, "daysSupply": { "value": 30, "unit": "Day", "system": "http://unitsofmeasure.org", "code": "d" }, "whenPrepared": "2015-01-15T10:20:00Z", "dosageInstruction": [ { "sequence": 1, "text": "Use two sprays twice daily", "additionalInstruction": [ { "text": "Shake Well" } ], "timing": { "repeat": { "frequency": 2, "period": 1, "periodUnit": "d" } }, "doseAndRate": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/dose-rate-type", "code": "ordered", "display": "Ordered" } ] }, "doseQuantity": { "value": 1, "unit": "ea", "system": "http://unitsofmeasure.org", "code": "ea" } } ] } ] }
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.