Fact Of Death Direct Enquiry Response Implementation Guide
0.1.0 - ci-build United States of America flag

Fact Of Death Direct Enquiry Response Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Death Record Document Reference Example - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "death-record-example",
  "meta" : {
    "profile" : [
      🔗 "https://onyxhealth.io/fhir/fodder/StructureDefinition/fodder-death-record-document-reference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference death-record-example</b></p><a name=\"death-record-example\"> </a><a name=\"hcdeath-record-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fodder-death-record-document-reference.html\">FODDER Death Record Document Reference</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 64297-5}\">Death certificate</span></p><p><b>subject</b>: <a href=\"Patient-deceased-patient-example.html\">John Doe (official) Male, DoB: 1950-03-15 ( Social Security number)</a></p><p><b>date</b>: 2024-01-10 14:35:00+0000</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"http://example.org/fhir/Binary/death-record-deceased-patient-example\">http://example.org/fhir/Binary/death-record-deceased-patient-example</a></td><td>Fact of Death Record - John Doe</td><td>2024-01-10</td></tr></table></blockquote></div>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "64297-5",
        "display" : "Death certificate"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/deceased-patient-example"
  },
  "date" : "2024-01-10T14:35:00Z",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "http://example.org/fhir/Binary/death-record-deceased-patient-example",
        "title" : "Fact of Death Record - John Doe",
        "creation" : "2024-01-10"
      }
    }
  ]
}