Central Cancer Registry Reporting Content IG
2.0.0-ballot - STU 2 -Ballot United States of America flag

Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions

: Central Cancer Registry Reporting Message Header - Example - XML Representation

Page standards status: Informative

Raw xml | Download


<MessageHeader xmlns="http://hl7.org/fhir">
  <id value="messageheader-example-reportheader"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2020-11-29T02:03:28.045+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-messageheader"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <p>Reporting Data</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/ValueSet/us-ph-valueset-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/example-cancer-org"/>
  </sender>
  <source>
    <name value="Cancer 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/ValueSet/us-ph-triggerdefinition-namedevent"/>
      <code value="encounter-end"/>
    </coding>
  </reason>
  <focus>🔗 
    <reference value="Bundle/ccrr-content-bundle-example"/>
  </focus>
</MessageHeader>