{
  "resourceType": "MedicationAdministration",
  "id": "5652cc31-1886-4c49-9ff7-0b76e7044824",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-05-27T09:46:37.489+00:00",
    "profile": [
      "http://phr.kanta.fi/StructureDefinition/fiphr-sd-insulindosing-stu3"
    ],
    "security": [
      {
        "system": "http://hl7.org/fhir/v3/Confidentiality",
        "code": "U",
        "display": "unresticted"
      }
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\r\n      \r\n      Name of the medication: Actrapid <br/>     \r\n      VNRCode: Glucose In Blood (15074-8) <br/>   \r\n      Type of insulin: Fast-acting insulin (ins-short-fast) <br/>\r\n      Time: 18.5.2019 15:05 \r\n    </div>"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:IDmin"
    }
  ],
  "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": "2019-05-27",
  "performer": [
    {
      "actor": {
        "reference": "Patient/6e9ffa8f-13c1-4e7e-9244-d12bd4922253"
      }
    }
  ],
  "note": [
    {
      "authorString": "AuhtorString",
      "time": "2019-05-27",
      "text": "Note Text is Mandatory Field"
    }
  ],
  "dosage": {
    "text": "Dosage Text",
    "dose": {
      "value": 24.5,
      "unit": "mg/dl",
      "system": "http://unitsofmeasure.org",
      "code": "mg/dL"
    },
    "rateQuantity": {
      "value": 5,
      "unit": "mcg/min",
      "system": "http://unitsofmeasure.org",
      "code": "mcg/min"
    }
  }
}