Decedent

Decedent is a profile of the US-Core patient resource profile. It is used to convey the demographic information used to establish the identity of the decedent. The profile includes three US Core extensions to the base FHIR STU3 Patient resource – birth sex, ethnicity, and race. The VRDR defined Within-City-Limits-Indicator extension to the address datatype is used to convey whether the decedent’s home address is within the limits of the city component of home postal address.

A decedent may include a residential address and a birth address. The Within-City-Limits-Indicator extension is intended for use in the residential address only but can be used for either or both. A decedent may have multiple names, an official name and a nickname. A decedent may have any number of identifiers. Each identifier shall include the OID of the identifier assigning authority. This oid is the namespace in which the identifier value is unique. An identifier type code may also be included.

Patient.contact is a backbone element of the decendent profile. It conveys the name, address, and relationship of the informant, the individual functioning as the source of the demographic information about the decedent.


UML Expression

vrdrdecedentUML


Structure Definition

id0..1
meta0..1
race1..1
race1..*
valueCode
ethnicity1..1
ethnicity1..1
valueCode
birthsex1..1
birthsex1..1
valueCode
birthPlace1..1
birthPlace0..1
valueAddress
type1..1Fixed Value
system0..1Pattern
value1..1
name11..1Pattern
name10..1
name10..*
name21..1Pattern
name20..1
name20..*
gender1..1codeBinding
birthDate0..1
address11..1
address11..1
valueBoolean
address10..1Fixed Value
address10..1
address11..*
address10..1
address10..1
address10..1
maritalStatus1..1CodeableConceptBinding


Element Bindings

Element Name Binding Type Binding Value Fixed Value Code System
birthSex Value Set US-Core-birthsex
contact.Informant.relationship Value Set v2 Contact Role
ethnicity Value Set v3-Ethnicity
gender Value Set Administrative-gender
maritalStatus Value Set Marital-status
race Value Set v3-Race

Element Table

Patient..
Patient.id0..1
Patient.meta0..1
Patient.extension..
Patient.extension0..1
Patient.extension.url1..1
Patient.extension.value[x]1..*
Patient.extension.valueCode..
Patient.extension0..1
Patient.extension.url1..1
Patient.extension.value[x]1..1
Patient.extension.valueCode..
Patient.extension0..1
Patient.extension.url1..1
Patient.extension.value[x]1..1
Patient.extension.valueCode..
Patient.extension0..1
Patient.extension.url1..1
Patient.extension.value[x]0..1
Patient.extension.valueAddress..
Patient.identifier0..1
Patient.identifier.type1..1
Patient.identifier.system0..1
Patient.identifier.value1..1
Patient.name..
Patient.name1..1
Patient.name.use1..1
Patient.name.family0..1
Patient.name.given0..*
Patient.name1..1
Patient.name.use1..1
Patient.name.family0..1
Patient.name.given0..*
Patient.gendercode1..1
Patient.birthDate0..1
Patient.address..
Patient.address0..1
Patient.address.extension1..1
Patient.address.extension.url1..1
Patient.address.extension.value[x]1..1
Patient.address.extension.valueBoolean..
Patient.address.use0..1
Patient.address.type0..1
Patient.address.line1..*
Patient.address.city0..1
Patient.address.state0..1
Patient.address.postalCode0..1
Patient.maritalStatusCodeableConcept1..1

Command 'table' could not render: File was not found for patient


Requirements Traceability Mappings

Element Path Reference Location Data Item
address Vital Records DAM 2.04 Responsible Party address
address Vital Records DAM 3.02 Decedent birthAddress
address Vital Records DAM 3.02 Decedent residentialAddress
address Death Certificate Item 13c Mailing Address [Informant]
address Death Certificate Item 6 Birthplace
address Death Certificate Item 7 Residence Address
address Standard Death Record IG SDR Decedent Profile Patient.address:shr-core-PostalAddress
address Standard Death Record IG SDR Decedent Profile Patient.contact:sdr-decedent-Informant.address
address Standard Death Record IG SDR Decedent Profile Patient.extension:birthplace
birthdate Vital Records DAM 3.02 Decedent birthDate
birthdate Death Certificate Item 5 Date of Birth
birthdate Standard Death Record IG SDR Decedent Profile Patient.birthDate
birthsex Vital Records DAM 3.02 Decedent sex
birthsex Death Certificate Item 2 Sex
birthsex Standard Death Record IG SDR Decedent Profile Patient.extension:sex
ethnicity Vital Records DAM 3.02 Decedent ethnicity
ethnicity Death Certificate Item 52 [is]Decedent of Hispanic Origin?
ethnicity Standard Death Record IG SDR Decedent Profile Patient.extension:ethnicity
gender Vital Records DAM 3.02 Decedent sex
gender Death Certificate Item 2 Sex
gender Standard Death Record IG SDR Decedent Profile Patient.extension:sex
identifier Vital Records DAM 3.02 Decedent socialSecurityNumber
identifier Death Certificate Item 3 Social Security Number
identifier Standard Death Record IG SDR SocialSecurityNumber Profile Patient.identifier:sdr-decedent-DecedentID[Identifier.value]
maritalStatus Vital Records DAM 3.02 Decedent maritalStatus
maritalStatus Death Certificate Item 9 Marital Status at Time of Death
maritalStatus Standard Death Record IG SDR Decedent Profile Patient.extension:maritalstatusatdeath
name Vital Records DAM 2.04 Responsible Party name
name Vital Records DAM 3.02 Decedent name
name Death Certificate Item 1 Decedent's Legal Name
name Death Certificate Item 13a Informant's Name
name Standard Death Record IG SDR Decedent Profile Patient.contact:sdr-decedent-Informant.name
name Standard Death Record IG SDR Decedent Profile Patient.name
race Vital Records DAM 3.02 Decedent raceCode
race Death Certificate Item 53 Decedent's Race
race Standard Death Record IG SDR Decedent Profile Patient.extension:race
relationship Vital Records DAM 2.04 Responsible Party relationshipToSubject
relationship Death Certificate Item 13b Relationship to Decedent
relationship Standard Death Record IG SDR Decedent Profile Patient.contact:sdr-decedent-Informant.relationship

Instance Example

<Patient>
  <id value="example-decedent" />
  <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity">
    <extension url="text">
      <valueString value="Hispanic or Latino" />
    </extension>
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238" />
        <code value="2135-2" />
        <display value="Hispanic or Latino" />
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Puerto Rican" />
    </extension>
    <extension url="detailed">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238" />
        <code value="2180-8" />
        <display value="Puerto Rican" />
      </valueCoding>
    </extension>
  </extension>
  <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race">
    <extension url="text">
      <valueString value="Native Hawaiian or Other Pacific Islander" />
    </extension>
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238" />
        <code value="2076-8" />
        <display value="Native Hawaiian or Other Pacific Islander" />
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Tahitian" />
    </extension>
    <extension url="detailed">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238" />
        <code value="2081-8" />
        <display value="Tahitian" />
      </valueCoding>
    </extension>
  </extension>
  <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/us/core/ValueSet/us-core-birthsex" />
        <code value="M" />
        <display value="Male" />
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/birthPlace">
    <valueAddress>
      <type value="postal" />
      <line value="42 Example Street" />
      <city value="Boston" />
      <district value="Suffolk" />
      <state value="Massachusetts" />
      <postalCode value="02101" />
      <country value="United States" />
    </valueAddress>
  </extension>
  <identifier>
    <type>
      <coding>
        <code value="BR" />
        <display value="Social Beneficiary Identifier" />
      </coding>
    </type>
    <system value="urn:oid:2.16.840.1.113883.4.1" />
    <value value="123-45-6789" />
  </identifier>
  <name>
    <use value="official" />
    <family value="Smith" />
    <given value="Robert" />
    <given value="John" />
    <suffix value="Jr." />
  </name>
  <name>
    <use value="nickname" />
    <text value="Bobby" />
  </name>
  <gender value="male" />
  <birthDate value="1974-12-31" />
  <deceasedDateTime value="2017-12-31" />
  <address>
    <extension url="http://hl7.org/fhir/us/vrdr/StructureDefinition/Within-City-Limits-Indicator">
      <valueBoolean value="true" />
    </extension>
    <use value="home" />
    <line value="9 Example Street" />
    <city value="Bedford" />
    <district value="Middlesex" />
    <state value="Massachusetts" />
    <postalCode value="01730" />
    <country value="United States" />
  </address>
  <maritalStatus>
    <coding>
      <system value="http://hl7.org/fhir/ValueSet/marital-status" />
      <code value="S" />
      <display value="Never Married" />
    </coding>
  </maritalStatus>
</Patient>