<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="sdr-decedent-Decedent" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>SDR Decedent Profile</b>
      </p>
      <p>The subject of the death record (the decedent). Extensions are used to capture additional information from the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf) where the Patient resource does not include an equivalent property.</p>
      <p>
        <b>SDR Mapping Summary</b>
      </p>
      <p>
        <pre>sdr.decedent.Decedent maps to Patient:
  constrain deceased[x] to 1..1
  fix deceased[x] to true
  constrain name to 1..1
  LegalName maps to name.text
  fix name.use to http://hl7.org/fhir/codesystem-name-use#official
  Sex maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex
  DateOfBirth maps to birthDate
  constrain identifier to 1..*
  DecedentID maps to identifier (slice on = identifier.type)
  PostalAddress maps to address (slice on = address.use)
  constrain address.use to 1..1
  SurvivingSpouse maps to contact (slice on = contact.relationship)
  constrain contact.name to 1..1
  constrain contact.name.text to 1..1
  SurvivingSpouse.LegalName maps to contact.name.text
  SurvivingSpouse.RelationshipType maps to contact.relationship
  SurvivingSpouse.PostalAddress maps to contact.address
  Father maps to contact
  Father.LegalName maps to contact.name.text
  Father.RelationshipType maps to contact.relationship
  Father.PostalAddress maps to contact.address
  Mother maps to contact
  Mother.LegalName maps to contact.name.text
  Mother.RelationshipType maps to contact.relationship
  Mother.PostalAddress maps to contact.address
  Informant maps to contact
  Informant.LegalName maps to contact.name.text
  Informant.RelationshipType maps to contact.relationship
  Informant.PostalAddress maps to contact.address
  Ethnicity maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity
  Race maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-race
</pre>
      </p>
    </div>
  </text>
  <url value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Decedent" />
  <identifier>
    <system value="http://github.com/nightingaleproject/fhirDeathRecord" />
    <value value="sdr.decedent.Decedent" />
  </identifier>
  <version value="0.1.0" />
  <name value="DecedentProfile" />
  <title value="SDR Decedent Profile" />
  <status value="draft" />
  <date value="2018-06-14T00:00:00-04:00" />
  <publisher value="The MITRE Corporation: Nightingale Project" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://github.com/nightingaleproject/fhirDeathRecord" />
    </telecom>
  </contact>
  <description value="The subject of the death record (the decedent). Extensions are used to capture additional information from the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf) where the Patient resource does not include an equivalent property." />
  <purpose value="Tracking patient is the center of the healthcare process." />
  <fhirVersion value="3.0.1" />
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </mapping>
  <mapping>
    <identity value="cda" />
    <uri value="http://hl7.org/v3/cda" />
    <name value="CDA (R2)" />
  </mapping>
  <mapping>
    <identity value="w5" />
    <uri value="http://hl7.org/fhir/w5" />
    <name value="W5 Mapping" />
  </mapping>
  <mapping>
    <identity value="v2" />
    <uri value="http://hl7.org/v2" />
    <name value="HL7 v2 Mapping" />
  </mapping>
  <mapping>
    <identity value="loinc" />
    <uri value="http://loinc.org" />
    <name value="LOINC code for the element" />
  </mapping>
  <kind value="resource" />
  <abstract value="false" />
  <type value="Patient" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Patient" />
  <derivation value="constraint" />
  <differential>
    <element id="Patient:sdr-decedent-Decedent">
      <path value="Patient" />
      <short value="SDR Decedent Profile" />
      <definition value="The subject of the death record (the decedent). Extensions are used to capture additional information from the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf) where the Patient resource does not include an equivalent property." />
    </element>
    <element id="Patient:sdr-decedent-Decedent.extension:sex">
      <path value="Patient.extension" />
      <sliceName value="sex" />
      <definition value="The birth sex of the decedent. Corresponds to item 2 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.extension:ethnicity">
      <path value="Patient.extension" />
      <sliceName value="ethnicity" />
      <definition value="Decedent of hispanic origin? Corresponds to item 52 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.extension:race">
      <path value="Patient.extension" />
      <sliceName value="race" />
      <definition value="Decedent's race. Corresponds to item 53 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.extension:age">
      <path value="Patient.extension" />
      <sliceName value="age" />
      <definition value="The decedent's age in years at last birthday. Corresponds to item 4a of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Age-extension" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.extension:birthplace">
      <path value="Patient.extension" />
      <sliceName value="birthplace" />
      <definition value="Decedents place of birth. Corresponds to item 6 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Birthplace-extension" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.extension:servedinarmedforces">
      <path value="Patient.extension" />
      <sliceName value="servedinarmedforces" />
      <definition value="Whether the decedent ever served in the US armed forces. Corresponds to item 8 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-ServedInArmedForces-extension" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.extension:maritalstatusatdeath">
      <path value="Patient.extension" />
      <sliceName value="maritalstatusatdeath" />
      <definition value="The marital status of the decedent at the time of death. Corresponds to item 9 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-MaritalStatusAtDeath-extension" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.extension:placeofdeath">
      <path value="Patient.extension" />
      <sliceName value="placeofdeath" />
      <definition value="The location where death occurred. Corresponds to items 14, 15, 16 and 17 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-PlaceOfDeath-extension" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.extension:disposition">
      <path value="Patient.extension" />
      <sliceName value="disposition" />
      <definition value="Disposition of the decedent's body. Corresponds to items 18, 19, 20, 21, 22 and 23 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Disposition-extension" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.extension:education">
      <path value="Patient.extension" />
      <sliceName value="education" />
      <definition value="Decedent's level of education. Corresponds to item 51 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Education-extension" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.extension:occupation">
      <path value="Patient.extension" />
      <sliceName value="occupation" />
      <definition value="Decedent's usual occupation. Corresponds to items 54 and 55 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Occupation-extension" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.identifier">
      <path value="Patient.identifier" />
      <slicing id="7">
        <discriminator>
          <type value="value" />
          <path value="identifier.type" />
        </discriminator>
        <ordered value="false" />
        <rules value="open" />
      </slicing>
      <min value="1" />
      <max value="*" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.identifier:sdr-decedent-DecedentID">
      <path value="Patient.identifier" />
      <sliceName value="sdr-decedent-DecedentID" />
      <short value="DecedentID" />
      <definition value="An identifier for the decedent." />
      <min value="1" />
      <max value="*" />
      <type>
        <code value="Identifier" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-DecedentID" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.name">
      <path value="Patient.name" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.name.use">
      <path value="Patient.name.use" />
      <fixedCode value="official" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.name.text">
      <path value="Patient.name.text" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.deceasedBoolean">
      <path value="Patient.deceasedBoolean" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="boolean" />
      </type>
      <fixedBoolean value="true" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.address">
      <path value="Patient.address" />
      <slicing id="1">
        <discriminator>
          <type value="value" />
          <path value="address.use" />
        </discriminator>
        <ordered value="false" />
        <rules value="open" />
      </slicing>
    </element>
    <element id="Patient:sdr-decedent-Decedent.address.use">
      <path value="Patient.address.use" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.address:shr-core-PostalAddress">
      <path value="Patient.address" />
      <sliceName value="shr-core-PostalAddress" />
      <short value="PostalAddress" />
      <definition value="An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations and which might not be valid for mail delivery. There are a variety of postal address formats defined around the world. (Source: HL7 FHIR)." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Address" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/shr-core-PostalAddress" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.address:shr-core-PostalAddress.use">
      <path value="Patient.address.use" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact">
      <path value="Patient.contact" />
      <slicing id="2">
        <discriminator>
          <type value="value" />
          <path value="contact.relationship" />
        </discriminator>
        <ordered value="false" />
        <rules value="open" />
      </slicing>
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse">
      <path value="Patient.contact" />
      <sliceName value="sdr-decedent-SurvivingSpouse" />
      <short value="SurvivingSpouse" />
      <definition value="The surviving spouse of the decedent. Corresponds to item 10 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.relationship">
      <path value="Patient.contact.relationship" />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.relationship.coding">
      <path value="Patient.contact.relationship.coding" />
      <slicing id="3">
        <discriminator>
          <type value="value" />
          <path value="code" />
        </discriminator>
        <ordered value="false" />
        <rules value="open" />
      </slicing>
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.relationship.coding:Fixed_N">
      <path value="Patient.contact.relationship.coding" />
      <sliceName value="Fixed_N" />
      <definition value="A reference to a code defined by a terminology system." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="Coding" />
      </type>
      <isSummary value="true" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.relationship.coding:Fixed_N.system">
      <path value="Patient.contact.relationship.coding.system" />
      <fixedUri value="http://hl7.org/fhir/v2/0131" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.relationship.coding:Fixed_N.code">
      <path value="Patient.contact.relationship.coding.code" />
      <fixedCode value="N" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.name">
      <path value="Patient.contact.name" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.name.text">
      <path value="Patient.contact.name.text" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.address">
      <path value="Patient.contact.address" />
      <type>
        <code value="Address" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/shr-core-PostalAddress" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father">
      <path value="Patient.contact" />
      <sliceName value="sdr-decedent-Father" />
      <short value="Father" />
      <definition value="The father of the decedent. Corresponds to item 11 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.relationship">
      <path value="Patient.contact.relationship" />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.relationship.coding">
      <path value="Patient.contact.relationship.coding" />
      <slicing id="4">
        <discriminator>
          <type value="value" />
          <path value="code" />
        </discriminator>
        <ordered value="false" />
        <rules value="open" />
      </slicing>
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.relationship.coding:Fixed_N">
      <path value="Patient.contact.relationship.coding" />
      <sliceName value="Fixed_N" />
      <definition value="A reference to a code defined by a terminology system." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="Coding" />
      </type>
      <isSummary value="true" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.relationship.coding:Fixed_N.system">
      <path value="Patient.contact.relationship.coding.system" />
      <fixedUri value="http://hl7.org/fhir/v2/0131" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.relationship.coding:Fixed_N.code">
      <path value="Patient.contact.relationship.coding.code" />
      <fixedCode value="N" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.name">
      <path value="Patient.contact.name" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.name.text">
      <path value="Patient.contact.name.text" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.address">
      <path value="Patient.contact.address" />
      <type>
        <code value="Address" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/shr-core-PostalAddress" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother">
      <path value="Patient.contact" />
      <sliceName value="sdr-decedent-Mother" />
      <short value="Mother" />
      <definition value="The mother of the decedent. Corresponds to item 12 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.relationship">
      <path value="Patient.contact.relationship" />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.relationship.coding">
      <path value="Patient.contact.relationship.coding" />
      <slicing id="5">
        <discriminator>
          <type value="value" />
          <path value="code" />
        </discriminator>
        <ordered value="false" />
        <rules value="open" />
      </slicing>
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.relationship.coding:Fixed_N">
      <path value="Patient.contact.relationship.coding" />
      <sliceName value="Fixed_N" />
      <definition value="A reference to a code defined by a terminology system." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="Coding" />
      </type>
      <isSummary value="true" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.relationship.coding:Fixed_N.system">
      <path value="Patient.contact.relationship.coding.system" />
      <fixedUri value="http://hl7.org/fhir/v2/0131" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.relationship.coding:Fixed_N.code">
      <path value="Patient.contact.relationship.coding.code" />
      <fixedCode value="N" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.name">
      <path value="Patient.contact.name" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.name.text">
      <path value="Patient.contact.name.text" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.address">
      <path value="Patient.contact.address" />
      <type>
        <code value="Address" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/shr-core-PostalAddress" />
      </type>
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant">
      <path value="Patient.contact" />
      <sliceName value="sdr-decedent-Informant" />
      <short value="Informant" />
      <definition value="The decedent's informant. Corresponds to item 13 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)." />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.relationship">
      <path value="Patient.contact.relationship" />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.relationship.coding">
      <path value="Patient.contact.relationship.coding" />
      <slicing id="6">
        <discriminator>
          <type value="value" />
          <path value="code" />
        </discriminator>
        <ordered value="false" />
        <rules value="open" />
      </slicing>
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.relationship.coding:Fixed_CP">
      <path value="Patient.contact.relationship.coding" />
      <sliceName value="Fixed_CP" />
      <definition value="A reference to a code defined by a terminology system." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="Coding" />
      </type>
      <isSummary value="true" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.relationship.coding:Fixed_CP.system">
      <path value="Patient.contact.relationship.coding.system" />
      <fixedUri value="http://hl7.org/fhir/v2/0131" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.relationship.coding:Fixed_CP.code">
      <path value="Patient.contact.relationship.coding.code" />
      <fixedCode value="CP" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.name">
      <path value="Patient.contact.name" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.name.text">
      <path value="Patient.contact.name.text" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.address">
      <path value="Patient.contact.address" />
      <type>
        <code value="Address" />
        <profile value="http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/shr-core-PostalAddress" />
      </type>
    </element>
  </differential>
</StructureDefinition>