{
  "resourceType" : "MedicationAdministration",
  "id" : "medicationadministration-1",
  "meta" : {
    "profile" : ["http://canshare.co.nz/fhir/StructureDefinition/an-medication-administration"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Oxaliplatin260.00 mg IV</div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "planned",
      "valueInteger" : 3
    },
    {
      "url" : "administered",
      "valueInteger" : 4
    }],
    "url" : "http://canshare.co.nz/fhir/StructureDefinition/an-cycle-day"
  },
  {
    "url" : "http://canshare.co.nz/fhir/StructureDefinition/an-prescribed-dose",
    "valueDosage" : {
      "text" : "300 mg"
    }
  },
  {
    "url" : "http://canshare.co.nz/fhir/StructureDefinition/an-dose-adjustment-reason",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://snomed.info/sct/21000210109",
        "code" : "49808004",
        "display" : "Advanced age"
      }]
    }
  }],
  "identifier" : [{
    "system" : "http://canshare.co.nz/fhir/NamingSystem/1",
    "value" : "ma-1"
  }],
  "status" : "completed",
  "medicationCodeableConcept" : {
    "text" : "Oxaliplatin"
  },
  "subject" : {
    "reference" : "Patient/exPatient"
  },
  "supportingInformation" : [{
    "reference" : "CarePlan/careplan-cycle-1"
  }],
  "effectivePeriod" : {
    "start" : "2014-04-08T09:35:00Z",
    "end" : "2014-04-08T12:00:00Z"
  },
  "dosage" : {
    "text" : "260.00 mg",
    "route" : {
      "text" : "IV"
    },
    "dose" : {
      "value" : 260,
      "unit" : "mg"
    }
  }
}