HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1 International flag

HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/resp-ig/ and changes regularly. See the Directory of published versions

: MedicationAdministration_ID_example - XML Representation

Raw xml | Download


<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="MedicationAdministration_ID_example"/>
  <meta>
    <source value="Airdoc"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationAdministration MedicationAdministration_ID_example</b></p><a name="MedicationAdministration_ID_example"> </a><a name="hcMedicationAdministration_ID_example"> </a><a name="MedicationAdministration_ID_example-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Information Source: Airdoc</p></div><p><b>status</b>: not done</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medication-admin-category community}">community</span></p><p><b>medication</b>: <a href="Medication-Medication_ID_example.html">Medication Fluticasone Propionate inhaler nnn</a></p><p><b>subject</b>: <a href="Patient/patient_ID_example">Patient/patient_ID_example</a></p><p><b>supportingInformation</b>: <a href="MedicationStatement-MedicationStatement_ID_example.html">MedicationStatement: status = active; medication[x] = -&gt;Medication Fluticasone Propionate inhaler nnn; dateAsserted = 2021-12-14 11:13:39+0000; note = NOTE</a></p><p><b>effective</b>: 2021-12-14 09:00:00+0000</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Patient/patient_ID_example">Patient/patient_ID_example</a></td></tr></table><p><b>reasonCode</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/reason-medication-given b}">Given as Ordered</span></p></div>
  </text>
  <status value="not done"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medication-admin-category"/>
      <code value="community"/>
      <display value="community"/>
    </coding>
  </category>
  <medicationReference>🔗 
    <reference value="Medication/Medication_ID_example"/>
  </medicationReference>
  <subject>
    <reference value="Patient/patient_ID_example"/>
  </subject>
  <supportingInformation>🔗 
    <reference value="MedicationStatement/MedicationStatement_ID_example"/>
  </supportingInformation>
  <effectiveDateTime value="2021-12-14T09:00:00.000Z"/>
  <performer>
    <actor>
      <reference value="Patient/patient_ID_example"/>
    </actor>
  </performer>
  <reasonCode>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/reason-medication-given"/>
      <code value="b"/>
      <display value="Given as Ordered"/>
    </coding>
  </reasonCode>
</MedicationAdministration>