{

"resourceType": "MedicationAdministration",
"id": "medadminexample03",
"contained": [
  {
    "resourceType": "Medication",
    "id": "med0303",
    "code": {
      "coding": [
        {
          "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
          "code": "1594660",
          "display": "Alemtuzumab 10mg/ml (Lemtrada)"
        }
      ]
    }
  }
],
"status": "on-hold",
"statusReason": [
  {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "373147003",
        "display": "Administration of medication not done due to a contraindication (situation)"
      }
    ]
  }
],
"medicationReference": {
  "reference": "#med0303"
},
"subject": {
  "reference": "Patient/pat1",
  "display": "Donald Duck"
},
"context": {
  "reference": "Encounter/f001"
},
"supportingInformation": [
  {
    "reference": "Condition/f204"
  }
],
"effectivePeriod": {
  "start": "2015-01-15T14:30:00+01:00",
  "end": "2015-01-15T14:30:00+01:00"
},
"request": {
  "reference": "MedicationRequest/medrx0317"
},
"note": [
  {
    "text": "Patient started Bupropion this morning - will administer in a reduced dose tomorrow"
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}