Cancer Pathology Data Sharing
0.1.0 - STU 1 Ballot

This page is part of the Sharing eCC Data from Pathology Labs to EHR (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: MessageHeader (example) - JSON Representation

Raw json | Download


{
  "resourceType" : "MessageHeader",
  "id" : "pathology-message-header",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2021-08-06T14:01:37.114+00:00",
    "source" : "#ZUtzI9gMaQppmoj3",
    "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 Jose including Patient, Encounter</p>\n        </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/medmorph/StructureDefinition/ext-messageProcessingCategory",
      "valueCode" : "consequence"
    }
  ],
  "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" : "DiagnosticReport/pathology-diagnostic-report"
    }
  ]
}