FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders)
0.2.2 - CI Build United States of America flag

FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. See the Directory of published versions

: MessageHeader for Medication Request - XML Representation

Raw xml | Download



<MessageHeader xmlns="http://hl7.org/fhir">
  <id value="Discharge-Order2"/>
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2020-08-10T05:09:53.645Z"/>
    <profile
             value="http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-messageheader"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MessageHeader</b><a name="Discharge-Order2"> </a></p><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">Resource MessageHeader &quot;Discharge-Order2&quot; Version &quot;2&quot; Updated &quot;2020-08-10 05:09:53+0000&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-PAOX-messageheader.html">PAO MessageHeader</a></p></div><p><b>event</b>: Initial Order (Details: http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event code InitialOrder = 'Initial Order', stated as 'Initial Order')</p><h3>Destinations</h3><table class="grid"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td><td><b>Receiver</b></td></tr><tr><td>*</td><td>Acme Message Gateway</td><td><a href="https://example.org/Endpoints/P123">https://example.org/Endpoints/P123</a></td><td><a href="Organization-Inpatient.html">Organization/Inpatient: St. Michael's Hospital</a> &quot;St. Michael's Hospital&quot;</td></tr></table><p><b>sender</b>: <a href="Organization-Inpatient.html">Organization/Inpatient: St. Michael's Hospital</a> &quot;St. Michael's Hospital&quot;</p><p><b>author</b>: <a href="Practitioner-practitioner-1.html">Practitioner/practitioner-1: Ronald Bone</a> &quot; BONE&quot;</p><h3>Sources</h3><table class="grid"><tr><td>-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>Acme Central Patient Registry</td><td>FooBar Patient Manager</td><td>3.1.45.AABB</td><td><a href="tel:+1(555)1234567">+1 (555) 123 4567</a></td><td><a href="https://example.org/Endpoints/P456">https://example.org/Endpoints/P456</a></td></tr></table><p><b>responsible</b>: <a href="Organization-Inpatient.html">Organization/Inpatient: St. Michael's Hospital</a> &quot;St. Michael's Hospital&quot;</p><p><b>focus</b>: <a href="Task-MedicationRequest.html">Task/MedicationRequest: Inpatient Encounter</a></p></div>
  </text>
  <eventCoding>
    <system
            value="http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event"/>
    <code value="InitialOrder"/>
    <display value="Initial Order"/>
  </eventCoding>
  <destination>
    <name value="Acme Message Gateway"/>
    <endpoint value="https://example.org/Endpoints/P123"/>
    <receiver>
      <reference value="Organization/Inpatient"/>
      <display value="St. Michael's Hospital"/>
    </receiver>
  </destination>
  <sender>
    <reference value="Organization/Inpatient"/>
    <display value="St. Michael's Hospital"/>
  </sender>
  <author>
    <reference value="Practitioner/practitioner-1"/>
    <display value="Ronald Bone"/>
  </author>
  <source>
    <name value="Acme Central Patient Registry"/>
    <software value="FooBar Patient Manager"/>
    <version value="3.1.45.AABB"/>
    <contact>
      <system value="phone"/>
      <value value="+1 (555) 123 4567"/>
    </contact>
    <endpoint value="https://example.org/Endpoints/P456"/>
  </source>
  <responsible>
    <reference value="Organization/Inpatient"/>
    <display value="St. Michael's Hospital"/>
  </responsible>
  <focus>
    <reference value="Task/MedicationRequest"/>
    <display value="Inpatient Encounter"/>
  </focus>
</MessageHeader>