US Public Health Profiles Library, published by HL7 Public Health Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ph-library/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MessageHeader",
"id" : "us-ph-messageheader-response",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-messageheader"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader us-ph-messageheader-response</b></p><a name=\"us-ph-messageheader-response\"> </a><a name=\"hcus-ph-messageheader-response\"> </a><a name=\"us-ph-messageheader-response-en-US\"> </a><p><b>US Public Health Data Encrypted Extension</b>: false</p><p><b>US Public Health Initiation Type Extension</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-report-initiation-types subscription-notification}\">Indicates a report was initiation based on a Subscription Notification.</span></p><p><b>US Public Health Message Processing Category Extension</b>: consequence</p><p><b>event</b>: <a href=\"CodeSystem-us-ph-codesystem-message-types.html#us-ph-codesystem-message-types-cancer-report-message\">US Public Health CodeSystem - Message Types cancer-report-message</a>: Indicates a message containing cancer reporting data sent from clinical care to PHA.</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>PHA endpoint</td><td><a href=\"http://example.pha.org/fhir\">http://example.pha.org/fhir</a></td></tr></table><p><b>sender</b>: <a href=\"Organization-us-ph-organization-salem-medical-center.html\">Organization Salem Medical Center</a></p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>Healthcare Organization</td><td>Backend Service App</td><td>3.1.45.AABB</td><td><a href=\"tel:+1(917)1234567\">+1 (917) 123 4567</a></td><td><a href=\"http://example.healthcare.org/fhir\">http://example.healthcare.org/fhir</a></td></tr></table><p><b>reason</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents encounter-close}\">Indicates the close of an encounter</span></p><p><b>focus</b>: <a href=\"Bundle-us-ph-content-bundle-example.html\">Bundle: type = collection; timestamp = 2022-06-20 11:15:33-1000</a></p></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-report-initiation-type-extension",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-report-initiation-types",
"code" : "subscription-notification"
}
]
}
},
{
"url" : "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-message-processing-category-extension",
"valueCode" : "consequence"
}
],
"eventCoding" : {
"system" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-message-types",
"code" : "cancer-report-message"
},
"destination" : [
{
"name" : "PHA endpoint",
"endpoint" : "http://example.pha.org/fhir"
}
],
"sender" : {
🔗 "reference" : "Organization/us-ph-organization-salem-medical-center"
},
"source" : {
"name" : "Healthcare 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/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents",
"code" : "encounter-close"
}
]
},
"focus" : [
{
🔗 "reference" : "Bundle/us-ph-content-bundle-example"
}
]
}