{

"resourceType": "MedicationAdministration",
"id": "medadmin0305",
"contained": [
  {
    "resourceType": "Medication",
    "id": "med0306",
    "code": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/ndc",
          "code": "51144-050-01",
          "display": "Adcetris"
        }
      ]
    },
    "manufacturer": {
      "reference": "Organization/mmanu"
    },
    "form": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "421637006",
          "display": "Lyophilized powder for injectable solution (qualifier value) "
        }
      ]
    },
    "batch": {
      "lotNumber": "12345",
      "expirationDate": "2019-10-31"
    }
  }
],
"instantiates": [
  "http://www.bccancer.bc.ca/chemotherapy-protocols-site/Documents/Lymphoma-Myeloma/ULYBRENTUX%20Protocol_1Jun2017.pdf"
],
"status": "completed",
"medicationReference": {
  "reference": "#med0306"
},
"subject": {
  "reference": "Patient/pat1",
  "display": "Donald Duck"
},
"context": {
  "reference": "Encounter/f001",
  "display": "encounter who leads to this prescription"
},
"effectivePeriod": {
  "start": "2015-01-15T04:30:00+01:00",
  "end": "2015-01-15T14:30:00+01:00"
},
"performer": [
  {
    "actor": {
      "reference": "Practitioner/f007",
      "display": "Patrick Pump"
    }
  }
],
"request": {
  "reference": "MedicationRequest/medrx0316"
},
"dosage": {
  "text": "1.8 mg/kg IV infusion over 30 minutes",
  "route": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "255560000",
        "display": "Intravenous"
      }
    ]
  },
  "dose": {
    "value": 1.8,
    "unit": "mg/kg",
    "system": "http://unitsofmeasure.org",
    "code": "mg/kg"
  },
  "rateQuantity": {
    "value": 20,
    "unit": "min",
    "system": "http://unitsofmeasure.org",
    "code": "min"
  }
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}