FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.mdi.r4
Resource TypeMessageHeader
IdMessageHeader-messageheader-mdi-dcr-ex1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Sources

-NameSoftwareVersionEndpoint
*State VROEDRS1.2.3.4.5http://edrs-example.org/fhir/endpoint/1

reason: Cremation Clearance Request

focus: Bundle: identifier = UUID:933dde44f7664b03a20b6324f23986c0; type = document; timestamp = 2023-05-02 08:51:14+0000


Source1

{
  "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"
    }
  ]
}