FHIR IG analytics| Package | hl7.fhir.us.mdi.r4 |
| Resource Type | MessageHeader |
| Id | MessageHeader-messageheader-mdi-dcr-ex1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageHeader messageheader-mdi-dcr-ex1
event: Medicolegal Death Investigation Codes death-certificate-review-event: Death Certificate Review Event
| Name | Software | Version | Endpoint |
| State VRO | EDRS | 1.2.3.4.5 | http://edrs-example.org/fhir/endpoint/1 |
reason: Cremation Clearance Request
{
"resourceType": "MessageHeader",
"id": "messageheader-mdi-dcr-ex1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mdi/StructureDefinition/MessageHeader-death-certificate-review"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"eventCoding": {
"system": "http://hl7.org/fhir/us/mdi/CodeSystem/cs-mdi-codes",
"code": "death-certificate-review-event"
},
"source": {
"name": "State VRO",
"software": "EDRS",
"version": "1.2.3.4.5",
"endpoint": "http://edrs-example.org/fhir/endpoint/1"
},
"reason": {
"coding": [
{
"system": "http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example",
"code": "CREM_C_REQ",
"display": "Cremation Clearance Request"
}
]
},
"focus": [
{
"reference": "Bundle/bundle-doc-mdi-dcr-ex1"
}
]
}