FHIR IG analytics| Package | hl7.fhir.us.medmorph.r4 |
| Resource Type | MessageHeader |
| Id | MessageHeader-messageheader-example-reportheader.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Reporting Data
{
"resourceType": "MessageHeader",
"id": "messageheader-example-reportheader",
"meta": {
"versionId": "1",
"lastUpdated": "2020-11-29T02:03:28.045+00:00",
"profile": [
"http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-messageheader"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-data-encrypted-extension",
"valueBoolean": false
},
{
"url": "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-report-initiation-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-report-initiation-types",
"code": "subscription-notification"
}
]
}
}
],
"eventCoding": {
"system": "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-messageheader-message-types",
"code": "cancer-report-message"
},
"destination": [
{
"name": "PHA endpoint",
"endpoint": "http://example.pha.org/fhir"
}
],
"sender": {
"reference": "Organization/example-healthcare-org"
},
"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/medmorph/CodeSystem/us-ph-triggerdefinition-namedevents",
"code": "encounter-end"
}
]
}
}