Standard Death Record

Example: Certifier


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="Certifier"/>
  <meta>
    <profile
             value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-deathRecord-Certifier"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"/>
  </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>: Certifier</p><p><b>meta</b>: </p><p><b>identifier</b>: 10231 (OFFICIAL)</p><p><b>name</b>: Edward M. Stone </p><p><b>address</b>: 23 Porter Drive Frederick Maryland 21701 </p><h3>Qualifications</h3><table class="grid"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Doctor of Medicine <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/v2/0360/2.7 code 'MD' = 'Doctor of Medicine', given as 'Doctor of Medicine'})</span></td></tr></table></div>
  </text>
  <extension
             url="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-deathRecord-CertifierType-extension">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="434651000124107"/>
        <display value="Physician (Pronouncer and Certifier)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <use value="official"/>
    <system value="http://www.acme.com/identifiers/certifiers"/>
    <value value="10231"/>
  </identifier>
  <name>
    <family value="Stone"/>
    <given value="Edward"/>
    <given value="M."/>
  </name>
  <address>
    <line value="23 Porter Drive"/>
    <city value="Frederick"/>
    <state value="Maryland"/>
    <postalCode value="21701"/>
  </address>
  <qualification>
    <code>
      <coding>
        <system value="http://hl7.org/fhir/v2/0360/2.7"/>
        <code value="MD"/>
        <display value="Doctor of Medicine"/>
      </coding>
    </code>
  </qualification>
</Practitioner>