{
  "resourceType": "MedicationAdministration",
  "id": "9a427573-27cf-4e91-8051-7730ea0ea868",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-05-27T10:04:55.924+00:00",
    "profile": [
      "http://phr.kanta.fi/StructureDefinition/fiphr-medicationadministration-stu3"
    ],
    "security": [
      {
        "system": "http://hl7.org/fhir/v3/Confidentiality",
        "code": "U",
        "display": "unrestricted"
      }
    ]
  },
  "language": "fi",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\"> Annostus <b> Boldattuu </b></div><table class=\"hapiPropertyTable\"><tbody><tr><td>Identifier</td><td>Patient/f1fa0b52-eccf-44af-96c7-84a3251bb22c</td></tr></tbody></table></div>"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "Arvo1"
    }
  ],
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "urn:oid:1.2.246.537.6.55",
        "code": "168120",
        "display": "Amoxicillin (substance)"
      }
    ],
    "text": "SOMAC CONTROL"
  },
  "subject": {
    "reference": "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad"
  },
  "effectiveDateTime": "2019-05-27",
  "performer": [
    {
      "actor": {
        "reference": "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad"
      }
    }
  ],
  "note": [
    {
      "authorString": "AuhtorString",
      "time": "2019-05-27",
      "text": "Note text"
    }
  ],
  "dosage": {
    "text": "Dosage Text",
    "site": {
      "coding": [
        {
          "system": "urn:oid:1.2.246.537.5.163",
          "code": "1",
          "display": "Site Display"
        }
      ],
      "text": "Site text"
    },
    "dose": {
      "value": 0.7545270191736569,
      "unit": "mg/dL",
      "system": "http://unitsofmeasure.org",
      "code": "mg/dL"
    },
    "rateQuantity": {
      "value": 200,
      "unit": "mcg/min",
      "system": "http://unitsofmeasure.org",
      "code": "mcg/min"
    }
  }
}