Cancer Pathology Data Sharing
1.0.1 - STU 1.0.1 United States of America flag

Cancer Pathology Data Sharing, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cancer-reporting/ and changes regularly. See the Directory of published versions

: MessageHeader example - XML Representation

Raw xml | Download



<MessageHeader xmlns="http://hl7.org/fhir">
  <id value="pathology-message-header"/>
  <meta>
    <versionId value="5"/>
    <lastUpdated value="2022-03-22T18:05:41.704+00:00"/>
    <source value="#KpRhHczzPLvObUsm"/>
    <profile
             value="http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-message-header"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <p> SDC example Message Bundle for fake patient Alex including Patient, Encounter</p>
        </div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-report-initiation-type">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-report-initiation-types"/>
        <code value="manually-initiated"/>
        <display
                 value="Indicates a report was initiated to a manual action by the provider."/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <eventCoding>
    <system
            value="http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-messageheader-message-types"/>
    <code value="cancer-report-message"/>
  </eventCoding>
  <destination>
    <endpoint value="http://example.com/fhir/cerner-test"/>
  </destination>
  <sender>🔗 
    <reference value="Organization/Redwood-Womens-Center-PC"/>
  </sender>
  <source>
    <name value="IHE SDC on FHIR Parser"/>
    <endpoint value="http://example.com/fhir/mtuitive-test"/>
  </source>
  <reason>
    <coding>
      <system
              value="http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-triggerdefinition-namedevents"/>
      <code value="new-labresult"/>
    </coding>
  </reason>
  <focus>🔗 
    <reference value="Bundle/us-pathology-content-bundle-example"/>
  </focus>
</MessageHeader>