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 . Page versions: R5 R4B R4 R3 R2
Example of a dispense of an injection with a rate
{ "resourceType": "MedicationDispense", "id": "meddisp008", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "status": "completed", "patient": { "reference": "Patient/1288992" }, "dispenser": { "reference": "Practitioner/example" }, "authorizingPrescription": [ { "reference": "MedicationPrescription/medicationprescriptionexample6" } ], "medication": { "reference": "Medication/54ba8e550cf2ef25ba8bcfd2" }, "dosageInstruction": [ { "scheduleTiming": { "repeat": { "frequency": 2, "period": 21, "periodUnits": "d" } }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "394899003", "display": "oral administration of treatment" } ] }, "doseQuantity": { "value": 1000, "units": "mg/m^2", "system": "http://unitsofmeasure.org", "code": "ml" } } ] }
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.