FHIR IG analytics| Package | hl7.fhir.us.ph-library.r4b |
| Resource Type | MessageHeader |
| Id | MessageHeader-us-ph-messageheader-content-bundle-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageHeader us-ph-messageheader-content-bundle-example
Profile: US Public Health MessageHeader
US Public Health Data Encrypted Extension: false
US Public Health Message Processing Category Extension: consequence
event: US Public Health CodeSystem - Message Types eicr-case-report-message: Indicates a message containing electronic case report healthcare data sent from clinical care.
| Name | Target | Endpoint |
| YMCA Acme Message Gateway | Bundle: type = message; timestamp = 2020-11-20 11:15:33-1000 | http://example.org/ymca/fhir |
| Name | Software | Version | Contact | Endpoint |
| Acme Central Patient Registry | FooBar Patient Manager | 3.1.45.AABB | +1 (555) 123 4567 | http://example.org/salem-medical-center/fhir |
reason: Indicates the close of an encounter
focus: Bundle: type = message; timestamp = 2020-11-20 11:15:33-1000
{
"resourceType": "MessageHeader",
"id": "us-ph-messageheader-content-bundle-example",
"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-message-processing-category-extension",
"valueCode": "consequence"
}
],
"eventCoding": {
"system": "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-message-types",
"code": "eicr-case-report-message",
"display": "Indicates a message containing electronic case report healthcare data sent from clinical care."
},
"destination": [
{
"name": "YMCA Acme Message Gateway",
"target": {
"reference": "http://example.org/fhir/Device/device-software-ymca"
},
"endpoint": "http://example.org/ymca/fhir"
}
],
"sender": {
"reference": "http://example.org/fhir/Organization/us-ph-organization-salem-medical-center"
},
"source": {
"name": "Acme Central Patient Registry",
"software": "FooBar Patient Manager",
"version": "3.1.45.AABB",
"contact": {
"system": "phone",
"value": "+1 (555) 123 4567"
},
"endpoint": "http://example.org/salem-medical-center/fhir"
},
"reason": {
"coding": [
{
"system": "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents",
"code": "encounter-close",
"display": "Indicates the close of an encounter"
}
]
},
"focus": [
{
"reference": "http://example.org/fhir/Bundle/us-ph-content-bundle-example"
}
]
}