FHIR IG analytics| Package | hl7.fhir.us.ph-library |
| Resource Type | MessageHeader |
| Id | MessageHeader-us-ph-messageheader-response.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageHeader
Resource MessageHeader "us-ph-messageheader-response"
Profile: US Public Health MessageHeader
US Public Health Data Encrypted Extension: false
US Public Health Initiation Type Extension: Indicates a report was initiation based on a Subscription Notification. (US Public Health CodeSystem - Report Initiation Type Codes#subscription-notification)
US Public Health Message Processing Category Extension: consequence
event: Indicates a message containing cancer reporting data sent from clinical care to PHA. (Details: http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-message-types code cancer-report-message = 'Indicates a message containing cancer reporting data sent from clinical care to PHA.', stated as 'null')
| Name | Endpoint |
| PHA endpoint | http://example.pha.org/fhir |
sender: Organization/us-ph-organization-salem-medical-center "Salem Medical Center"
| Name | Software | Version | Contact | Endpoint |
| Healthcare Organization | Backend Service App | 3.1.45.AABB | +1 (917) 123 4567 | http://example.healthcare.org/fhir |
reason: Indicates the close of an encounter (US Public Health CodeSystem - Trigger Definition Named Events#encounter-close)
{
"resourceType": "MessageHeader",
"id": "us-ph-messageheader-response",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-messageheader"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}