Mona FHIR Implementation Guide
0.4.50648 - ci-build

Mona FHIR Implementation Guide - Local Development build (v0.4.50648). See the Directory of published versions

: MedicationAdministrationWithBloodProductFullExample - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "MedicationAdministrationWithBloodProductFullExample",
  "meta" : {
    "profile" : [
      "https://fhir.mona.icu/StructureDefinition/mona-medication-administration"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Last changed by</b>: <a href=\"Practitioner-NurseCarla.html\">Generated Summary: Carla Espinosa (OFFICIAL); Phone: +49 170 1234567; gender: female</a></p><p><b>identifier</b>: id: eaa84f89-760c-419e-8fdb-9f932397de2e</p><p><b>status</b>: completed</p><p><b>category</b>: <span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-category BLOOD_PRODUCTS}\">Blood_products</span></p><p><b>medication</b>: <span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-code 472a66df-d986-4f34-9fad-8dfb11d342fd}, {http://snomed.info/sct 372525000}\">Blood A+ 500ml</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Generated Summary: id: some-patient-number; John Doe (OFFICIAL); gender: male; birthDate: 1951-05-28; deceased: 2020-12-13</a></p><p><b>context</b>: <a href=\"Encounter-EncounterFullExample.html\">Generated Summary: id: some-patient-case; status: in-progress; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; period: Apr 14, 2021, 12:06:11 PM --&gt; Apr 28, 2021, 8:05:00 AM</a></p><p><b>effective</b>: Jan 22, 2021, 7:06:37 PM</p><p><b>reasonCode</b>: <span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-administration-blood-administration-reason HYPOXIA}\">hypoxia</span></p><p><b>request</b>: <a href=\"MedicationRequest-MedicationPrescriptionExample.html\">Generated Summary: status: stopped; intent: order; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/medicationrequest-category inpatient}\">Inpatient</span>, <span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-category INFUSIONS}\">INFUSIONS</span>; <span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-code bc41ad5e-df93-4846-8f1e-aef61f916839}\">Vicodin 5/500 Oral Tablet</span></a></p><h3>Dosages</h3><table class=\"grid\"><tr><td>-</td><td><b>Route</b></td><td><b>Method</b></td><td><b>Dose</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 47625008}\">Intravenous use</span></td><td><span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-administration-method IV_SHORT_INFUSION}\">i.v. Kurzinfusion</span></td><td>500 ml</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.mona.icu/StructureDefinition/lastChangedBy",
      "valueReference" : {
        "reference" : "Practitioner/NurseCarla"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "https://fhir.mona.icu/Identifier/mona-medication-blood-batch-number",
      "value" : "eaa84f89-760c-419e-8fdb-9f932397de2e"
    }
  ],
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "https://fhir.mona.icu/CodeSystem/mona-medication-category",
        "code" : "BLOOD_PRODUCTS",
        "display" : "Blood_products"
      }
    ],
    "text" : "Blood_products"
  },
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://fhir.mona.icu/CodeSystem/mona-medication-code",
        "code" : "472a66df-d986-4f34-9fad-8dfb11d342fd",
        "display" : "Blood A+ 500ml"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "372525000",
        "display" : "Blood A+ 500ml"
      }
    ],
    "text" : "Blood A+ 500ml"
  },
  "subject" : {
    "reference" : "Patient/PatientExample"
  },
  "context" : {
    "reference" : "Encounter/EncounterFullExample"
  },
  "effectiveDateTime" : "2021-01-22T19:06:37.088Z",
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.mona.icu/CodeSystem/mona-medication-administration-blood-administration-reason",
          "code" : "HYPOXIA",
          "display" : "hypoxia"
        }
      ],
      "text" : "hypoxia"
    }
  ],
  "request" : {
    "reference" : "MedicationRequest/MedicationPrescriptionExample"
  },
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "47625008",
          "display" : "Intravenous use"
        }
      ],
      "text" : "Intravenous use"
    },
    "method" : {
      "coding" : [
        {
          "system" : "https://fhir.mona.icu/CodeSystem/mona-medication-administration-method",
          "code" : "IV_SHORT_INFUSION",
          "display" : "i.v. Kurzinfusion"
        }
      ],
      "text" : "i.v. Kurzinfusion"
    },
    "dose" : {
      "value" : 500,
      "unit" : "ml"
    }
  }
}