This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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 medicationdispense
{
"resourceType": "MedicationDispense",
"id": "example",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"status": "completed",
"patient": {
"reference": "Patient/example"
},
"dispenser": {
"reference": "Practitioner/example"
},
"authorizingPrescription": [
{
"reference": "MedicationPrescription/example"
}
],
"quantity": {
"value": 10,
"units": "ml",
"system": "http://unitsofmeasure.org",
"code": "ml"
},
"medication": {
"reference": "Medication/example"
},
"whenPrepared": "2012-05-30T16:20:00+00:00",
"whenHandedOver": "2012-05-31T10:20:00+00:00",
"substitution": {
"type": {
"coding": [
{
"system": "./MedDispSubType",
"code": "NoSub",
"display": "No substitution made or expected"
}
]
}
}
}
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.