Medicolegal Death Investigation (MDI) FHIR Implementation Guide
2.0.1-cibuild - ci-build United States of America flag

Medicolegal Death Investigation (MDI) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mdi-ig/ and changes regularly. See the Directory of published versions

: MessageHeader - Death Certificate Review Example 1 - JSON Representation

Raw json | Download

{
  "resourceType" : "MessageHeader",
  "id" : "messageheader-mdi-dcr-ex1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/mdi/StructureDefinition/MessageHeader-death-certificate-review"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader messageheader-mdi-dcr-ex1</b></p><a name=\"messageheader-mdi-dcr-ex1\"> </a><a name=\"hcmessageheader-mdi-dcr-ex1\"> </a><a name=\"messageheader-mdi-dcr-ex1-en-US\"> </a><p><b>event</b>: <a href=\"CodeSystem-cs-mdi-codes.html#cs-mdi-codes-death-certificate-review\">Medicolegal Death Investigation Codes death-certificate-review</a>: Death Certificate Review</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>State VRO</td><td>EDRS</td><td>1.2.3.4.5</td><td><a href=\"http://edrs-example.org/fhir/endpoint/1\">http://edrs-example.org/fhir/endpoint/1</a></td></tr></table><p><b>reason</b>: <span title=\"Codes:{http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example CREM_C_REQUEST}\">Cremation Clearance Request</span></p><p><b>focus</b>: <a href=\"Bundle-bundle-doc-mdi-dcr-ex1.html\">Bundle: identifier = UUID:933dde44f7664b03a20b6324f23986c0; type = document; timestamp = 2023-05-02 08:51:14+0000</a></p></div>"
  },
  "eventCoding" : {
    "system" : "http://hl7.org/fhir/us/mdi/CodeSystem/cs-mdi-codes",
    "code" : "death-certificate-review"
  },
  "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_REQUEST",
        "display" : "Cremation Clearance Request"
      }
    ]
  },
  "focus" : [
    {
      🔗 "reference" : "Bundle/bundle-doc-mdi-dcr-ex1"
    }
  ]
}