US Public Health Profiles Library
1.0.0 - STU1 United States of America flag

US Public Health Profiles Library, published by HL7 Public Health Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-us-ph-common-library-ig/ and changes regularly. See the Directory of published versions

: US Public Health MessageHeader - Cancer Report - XML Representation

Raw xml | Download



<MessageHeader xmlns="http://hl7.org/fhir">
  <id value="us-ph-messageheader-response"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-messageheader"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MessageHeader</b><a name="us-ph-messageheader-response"> </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;us-ph-messageheader-response&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-ph-messageheader.html">US Public Health MessageHeader</a></p></div><p><b>US Public Health Data Encrypted Extension</b>: false</p><p><b>US Public Health Initiation Type Extension</b>: Indicates a report was initiation based on a Subscription Notification. <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-us-ph-codesystem-report-initiation-types.html">US Public Health CodeSystem - Report Initiation Type Codes</a>#subscription-notification)</span></p><p><b>US Public Health Message Processing Category Extension</b>: consequence</p><p><b>event</b>: Indicates a message containing cancer reporting data sent from clinical care to PHA. (Details: http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-message-types code cancer-report-message = 'Indicates a message containing cancer reporting data sent from clinical care to PHA.', stated as 'null')</p><h3>Destinations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style="display: none">*</td><td>PHA endpoint</td><td><a href="http://example.pha.org/fhir">http://example.pha.org/fhir</a></td></tr></table><p><b>sender</b>: <a href="Organization-us-ph-organization-salem-medical-center.html">Organization/us-ph-organization-salem-medical-center</a> &quot;Salem Medical Center&quot;</p><h3>Sources</h3><table class="grid"><tr><td style="display: none">-</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 style="display: none">*</td><td>Healthcare Organization</td><td>Backend Service App</td><td>3.1.45.AABB</td><td><a href="tel:+1(917)1234567">+1 (917) 123 4567</a></td><td><a href="http://example.healthcare.org/fhir">http://example.healthcare.org/fhir</a></td></tr></table><p><b>reason</b>: Indicates the close of an encounter <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-us-ph-codesystem-triggerdefinition-namedevents.html">US Public Health CodeSystem - Trigger Definition Named Events</a>#encounter-close)</span></p><p><b>focus</b>: <a href="Bundle-us-ph-content-bundle-example.html">Bundle/us-ph-content-bundle-example</a></p></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-data-encrypted-extension">
    <valueBoolean value="false"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-report-initiation-type-extension">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-report-initiation-types"/>
        <code value="subscription-notification"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-message-processing-category-extension">
    <valueCode value="consequence"/>
  </extension>
  <eventCoding>
    <system
            value="http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-message-types"/>
    <code value="cancer-report-message"/>
  </eventCoding>
  <destination>
    <name value="PHA endpoint"/>
    <endpoint value="http://example.pha.org/fhir"/>
  </destination>
  <sender>
    <reference value="Organization/us-ph-organization-salem-medical-center"/>
  </sender>
  <source>
    <name value="Healthcare Organization"/>
    <software value="Backend Service App"/>
    <version value="3.1.45.AABB"/>
    <contact>
      <system value="phone"/>
      <value value="+1 (917) 123 4567"/>
    </contact>
    <endpoint value="http://example.healthcare.org/fhir"/>
  </source>
  <reason>
    <coding>
      <system
              value="http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents"/>
      <code value="encounter-close"/>
    </coding>
  </reason>
  <focus>
    <reference value="Bundle/us-ph-content-bundle-example"/>
  </focus>
</MessageHeader>