{

"resourceType": "MedicationDispense",
"id": "meddisp002",
"text": {
  "status": "generated",
  "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp002</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>dispenser</b>: <a>Practitioner/example</a></p><p><b>authorizingPrescription</b>: <a>MedicationOrder/medrx002</a></p><p><b>type</b>: First Fill <span>(Details : {http:hl7.org/fhir code 'FF' = '??', given as 'First Fill'})</span></p><p><b>quantity</b>: 100 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></p><p><b>daysSupply</b>: 10 Day<span> (Details: http://unitsofmeasure.org code D = '??')</span></p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>whenPrepared</b>: 16/01/2015 3:20:00 AM</p><p><b>whenHandedOver</b>: 16/01/2015 9:20:00 PM</p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>AdditionalInstructions</b></td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></td><td>Do 3 per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></td><td>5 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></td></tr></table></div>"
},
"status": "completed",
"patient": {
  "reference": "Patient/example"
},
"dispenser": {
  "reference": "Practitioner/example"
},
"authorizingPrescription": [
  {
    "reference": "MedicationOrder/medrx002"
  }
],
"type": {
  "coding": [
    {
      "system": "http:hl7.org/fhir",
      "code": "FF",
      "display": "First Fill"
    }
  ]
},
"quantity": {
  "value": 100,
  "unit": "mL",
  "system": "http://unitsofmeasure.org",
  "code": "mL"
},
"daysSupply": {
  "value": 10,
  "unit": "Day",
  "system": "http://unitsofmeasure.org",
  "code": "D"
},
"medicationReference": {
  "reference": "Medication/medexample003",
  "display": "prescribed medication"
},
"whenPrepared": "2015-01-15T16:20:00Z",
"whenHandedOver": "2015-01-16T10:20:00Z",
"dosageInstruction": [
  {
    "additionalInstructions": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "311504000",
          "display": "With or after food"
        }
      ]
    },
    "timing": {
      "repeat": {
        "frequency": 3,
        "period": 1,
        "periodUnits": "d"
      }
    },
    "siteCodeableConcept": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "181220002",
          "display": "Entire oral cavity"
        }
      ]
    },
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "26643006",
          "display": "Oral Route"
        }
      ]
    },
    "doseQuantity": {
      "value": 5,
      "unit": "mL",
      "system": "http://unitsofmeasure.org",
      "code": "mL"
    }
  }
]

}