Standard Death Record

Example: Decedent


<Patient xmlns="http://hl7.org/fhir">
  <id value="Decedent"/>
  <meta>
    <profile
             value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Decedent"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: Decedent</p><p><b>meta</b>: </p><p><b>identifier</b>: Social Beneficiary Identifier = 123-45-6789 (OFFICIAL)</p><p><b>name</b>: John L. Palmer(OFFICIAL)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: Apr 23, 1911</p><p><b>deceased</b>: true</p><p><b>address</b>: 245 Lone View Road Thurmont Maryland 20212-1234 (HOME)</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/identifier-type"/>
        <code value="SB"/>
        <display value="Social Beneficiary Identifier"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/us-ssn"/>
    <value value="123-45-6789"/>
  </identifier>
  <name>
    <use value="official"/>
    <text value="John L. Palmer"/>
    <family value="Palmer"/>
    <given value="John"/>
    <given value="Leonard"/>
  </name>
  <gender value="male"/>
  <birthDate value="1911-04-23"/>
  <deceasedBoolean value="true"/>
  <address>
    <use value="home"/>
    <line value="245 Lone View Road"/>
    <city value="Thurmont"/>
    <state value="Maryland"/>
    <postalCode value="20212-1234"/>
  </address>
</Patient>