{

"resourceType": "MedicationDispense",
"id": "meddisp0322",
"status": "completed",
"medicationCodeableConcept": {
  "coding": [
    {
      "system": "http://hl7.org/fhir/sid/ndc",
      "code": "0071-2214-20",
      "display": "Dilantin 125mg/5ml Oral Suspension"
    }
  ]
},
"subject": {
  "reference": "Patient/pat1",
  "display": "Donald Duck"
},
"performer": [
  {
    "actor": {
      "reference": "Practitioner/f006"
    }
  }
],
"authorizingPrescription": [
  {
    "reference": "MedicationRequest/medrx0312"
  }
],
"type": {
  "coding": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code": "RFP",
      "display": "Refill - Part Fill"
    }
  ]
},
"quantity": {
  "value": 360,
  "system": "http://unitsofmeasure.org",
  "code": "ml"
},
"daysSupply": {
  "value": 30,
  "unit": "Day",
  "system": "http://unitsofmeasure.org",
  "code": "d"
},
"whenPrepared": "2015-01-16T07:13:00+05:00",
"whenHandedOver": "2015-01-18T07:13:00+05:00",
"dosageInstruction": [
  {
    "sequence": 1,
    "text": "100mg (4ml) three times daily",
    "timing": {
      "repeat": {
        "frequency": 3,
        "period": 1,
        "periodUnit": "d"
      }
    },
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "26643006",
          "display": "Oral Route (qualifier value)"
        }
      ]
    },
    "doseAndRate": [
      {
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
              "code": "ordered",
              "display": "Ordered"
            }
          ]
        },
        "doseQuantity": {
          "value": 4,
          "unit": "ml",
          "system": "http://unitsofmeasure.org",
          "code": "ml"
        }
      }
    ]
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}