FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.fi.base
Resource TypeMedicationAdministration
IdMedicationAdministration-a4d97476-39fa-46c6-bf2e-1fb153a7bbe3.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Name of the medication: Actrapid
VNRCode: Glucose In Blood (15074-8)
Type of insulin: Fast-acting insulin (ins-short-fast)
Time: 18.5.2019 15:05

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "a4d97476-39fa-46c6-bf2e-1fb153a7bbe3",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-05-27T13:04:55.345+03:00",
    "profile": [
      "http://phr.kanta.fi/StructureDefinition/fiphr-sd-insulindosing-r4"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:2bc59f2d-5e28-4d1b-a403-bf3a27b1610c"
    }
  ],
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://phr.kanta.fi/CodeSystem/fiphr-cs-insulincode",
        "code": "ins-short-fast",
        "display": "Fast-acting insulin"
      },
      {
        "system": "http://ownSystem.fi/CodeSystem/cs-insulincode",
        "code": "1234",
        "display": "Fast  insulin"
      }
    ],
    "text": "A code for short and fast acting insulins, for example insulins that could be included in the group A10AB of the ATC Code System."
  },
  "subject": {
    "reference": "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad"
  },
  "effectiveDateTime": "2020-10-05",
  "performer": [
    {
      "actor": {
        "reference": "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad"
      }
    }
  ],
  "note": [
    {
      "authorString": "AuhtorString",
      "time": "2019-05-27",
      "text": "Note Text is Mandatory Field"
    }
  ],
  "dosage": {
    "text": "Dosage Text",
    "dose": {
      "value": 3,
      "unit": "[IU]",
      "system": "http://unitsofmeasure.org",
      "code": "[IU]"
    },
    "rateQuantity": {
      "value": 5,
      "unit": "g/min",
      "system": "http://unitsofmeasure.org",
      "code": "g/min"
    }
  }
}