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
Page standards status: Informative |
{
"resourceType" : "MessageHeader",
"id" : "messageheader-example-reportheader",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2020-11-29T02:03:28.045+00:00",
"profile" : [
🔗 "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-messageheader"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Reporting Data</p> \n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-data-encrypted-extension",
"valueBoolean" : false
},
{
"url" : "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-message-processing-category-extension",
"valueCode" : "consequence"
}
],
"eventCoding" : // <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>
{
"system" : "http://hl7.org/fhir/us/ph-library/ValueSet/us-ph-valueset-message-types",
"code" : "cancer-report-message"
},
"destination" : [
{
"name" : "PHA endpoint",
"endpoint" : "http://example.pha.org/fhir"
}
],
"sender" : {
🔗 "reference" : "Organization/example-cancer-org"
},
"source" : {
"name" : "Cancer Organization",
"software" : "Backend Service App",
"version" : "3.1.45.AABB",
"contact" : {
"system" : "phone",
"value" : "+1 (917) 123 4567"
},
"endpoint" : "http://example.healthcare.org/fhir"
},
"reason" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/ph-library/ValueSet/us-ph-triggerdefinition-namedevent",
"code" : "encounter-end"
}
]
},
"focus" : [
{
🔗 "reference" : "Bundle/ccrr-content-bundle-example"
}
]
}