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 - JSON Representation

Raw json | Download


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