{
  "resourceType": "MedicationAdministration",
  "id": "a398e1c3-cffe-4913-b309-a69185944e28",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-01-28T10:22:19.728+00:00",
    "profile": [
      "http://phr.kanta.fi/StructureDefinition/fiphr-sd-insulindosing-stu3"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Self-administered insulin bolus using short-acting insulin<br/>Time: 20.11.2017 11:46<br/>Dose: 2 IU</div>"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:c031c0a2-22d9-11e9-939b-d784533bc484"
    }
  ],
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://phr.kanta.fi/CodeSystem/fiphr-cs-insulincode",
        "code": "ins-short-fast",
        "display": "Fast-acting insulin"
      }
    ],
    "text": "Fast-acting-insulin"
  },
  "subject": {
    "reference": "Patient/6e9ffa8f-13c1-4e7e-9244-d12bd4922253"
  },
  "effectiveDateTime": "2017-11-20T09:46:00+00:00",
  "performer": [
    {
      "actor": {
        "reference": "Patient/6e9ffa8f-13c1-4e7e-9244-d12bd4922253"
      }
    }
  ],
  "dosage": {
    "text": "2 Units bolus before meal",
    "dose": {
      "value": 2,
      "unit": "U",
      "system": "http://unitsofmeasure.org",
      "code": "U"
    }
  }
}