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 - XML Representation

Raw xml | Download



<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="MedicationAdministrationWithBloodProductFullExample"/>
  <meta>
    <profile
             value="https://fhir.mona.icu/StructureDefinition/mona-medication-administration"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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>
  </text>
  <extension url="https://fhir.mona.icu/StructureDefinition/lastChangedBy">
    <valueReference>
      <reference value="Practitioner/NurseCarla"/>
    </valueReference>
  </extension>
  <identifier>
    <system
            value="https://fhir.mona.icu/Identifier/mona-medication-blood-batch-number"/>
    <value value="eaa84f89-760c-419e-8fdb-9f932397de2e"/>
  </identifier>
  <status value="completed"/>
  <category>
    <coding>
      <system value="https://fhir.mona.icu/CodeSystem/mona-medication-category"/>
      <code value="BLOOD_PRODUCTS"/>
      <display value="Blood_products"/>
    </coding>
    <text value="Blood_products"/>
  </category>
  <medicationCodeableConcept>
    <coding>
      <system value="https://fhir.mona.icu/CodeSystem/mona-medication-code"/>
      <code value="472a66df-d986-4f34-9fad-8dfb11d342fd"/>
      <display value="Blood A+ 500ml"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="372525000"/>
      <display value="Blood A+ 500ml"/>
    </coding>
    <text value="Blood A+ 500ml"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/PatientExample"/>
  </subject>
  <context>
    <reference value="Encounter/EncounterFullExample"/>
  </context>
  <effectiveDateTime value="2021-01-22T19:06:37.088Z"/>
  <reasonCode>
    <coding>
      <system
              value="https://fhir.mona.icu/CodeSystem/mona-medication-administration-blood-administration-reason"/>
      <code value="HYPOXIA"/>
      <display value="hypoxia"/>
    </coding>
    <text value="hypoxia"/>
  </reasonCode>
  <request>
    <reference value="MedicationRequest/MedicationPrescriptionExample"/>
  </request>
  <dosage>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="47625008"/>
        <display value="Intravenous use"/>
      </coding>
      <text value="Intravenous use"/>
    </route>
    <method>
      <coding>
        <system
                value="https://fhir.mona.icu/CodeSystem/mona-medication-administration-method"/>
        <code value="IV_SHORT_INFUSION"/>
        <display value="i.v. Kurzinfusion"/>
      </coding>
      <text value="i.v. Kurzinfusion"/>
    </method>
    <dose>
      <value value="500"/>
      <unit value="ml"/>
    </dose>
  </dosage>
</MedicationAdministration>