{

"resourceType": "MedicationAdministration",
"id": "medadmin0310",
"contained": [
  {
    "resourceType": "Medication",
    "id": "med0304",
    "code": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/ndc",
          "code": "76388-713-25",
          "display": "Myleran 2mg tablet, film coated"
        }
      ]
    }
  }
],
"status": "completed",
"medicationReference": {
  "reference": "#med0304"
},
"subject": {
  "reference": "Patient/pat1",
  "display": "Donald Duck"
},
"effectivePeriod": {
  "start": "2015-01-15T22:03:00+01:00",
  "end": "2015-01-16T02:03:00+01:00"
},
"performer": [
  {
    "actor": {
      "reference": "Practitioner/f007",
      "display": "Patrick Pump"
    }
  }
],
"request": {
  "reference": "MedicationRequest/medrx0306"
},
"dosage": {
  "text": "6 mg PO daily for remission induction; adjust dosage to white blood cell (WBC) count.  With hold treatment if WBC is less than 15,000/µL; resume when WBC is greater than 50,000/µL",
  "route": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "26643006",
        "display": "Oral route (qualifier value)"
      }
    ]
  },
  "dose": {
    "value": 6,
    "unit": "mg",
    "system": "http://unitsofmeasure.org",
    "code": "mg"
  }
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}