{
  "resourceType" : "MedicationDispense",
  "id" : "meddisp0322",
  "status" : "completed",
  "medication" : {
    "concept" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/sid/ndc",
        "code" : "0071-2214-20",
        "display" : "Dilantin-125, 237 mL in 1 BOTTLE, GLASS (0071-2214-20) (package)"
      }]
    }
  },
  "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"
}