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

: MedicationAdministrationExample - XML Representation

Raw xml | Download



<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="MedicationAdministrationExample"/>
  <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>status</b>: completed</p><p><b>category</b>: <span title="Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-category MEDICINES}">MEDICINES</span></p><p><b>medication</b>: <span title="Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-code ecf4c268-95c3-4cde-b694-27b6a67a4d3a}">Vicodin 5/500 Oral Tablet</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>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 26643006}">Oral route</span></td><td><span title="Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-administration-method ORAL}">ORAL</span></td><td>4 g</td></tr></table></div>
  </text>
  <extension url="https://fhir.mona.icu/StructureDefinition/lastChangedBy">
    <valueReference>
      <reference value="Practitioner/NurseCarla"/>
    </valueReference>
  </extension>
  <status value="completed"/>
  <category>
    <coding>
      <system value="https://fhir.mona.icu/CodeSystem/mona-medication-category"/>
      <code value="MEDICINES"/>
    </coding>
  </category>
  <medicationCodeableConcept>
    <coding>
      <system value="https://fhir.mona.icu/CodeSystem/mona-medication-code"/>
      <code value="ecf4c268-95c3-4cde-b694-27b6a67a4d3a"/>
      <display value="Vicodin 5/500 Oral Tablet"/>
    </coding>
    <text value="Vicodin 5/500 Oral Tablet"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/PatientExample"/>
  </subject>
  <context>
    <reference value="Encounter/EncounterFullExample"/>
  </context>
  <effectiveDateTime value="2021-01-22T19:06:37.088Z"/>
  <request>
    <reference value="MedicationRequest/MedicationPrescriptionExample"/>
  </request>
  <dosage>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
      </coding>
    </route>
    <method>
      <coding>
        <system
                value="https://fhir.mona.icu/CodeSystem/mona-medication-administration-method"/>
        <code value="ORAL"/>
      </coding>
    </method>
    <dose>
      <value value="4"/>
      <unit value="g"/>
    </dose>
  </dosage>
</MedicationAdministration>