Decedent Mother

Decedent Mother is a profile of the FHIR STU3 RelatedPerson resource. It is used to convey name of the person who is the mother of the decedent. Decendent mother is an optional element useful as an additional qualifier for the decendent's identity and when a genetic link between death incidents or cause of dearh is a focus of investigation or study.


UML Expression

vrdrdecedentmotherUML


Structure Definition

id0..1
profile1..1Pattern
patient1..1Reference(http://hl7.org/fhir/StructureDefinition/Patient)Pattern
relationship1..1CodeableConceptFixed Value
name1..1


Element Bindings

Element Name Binding Type Binding Value Fixed Value Code System
patient Reference VRDR Decedent
relationship Fixed Value "MTH" v3-RoleCode

Element Table

RelatedPerson..
RelatedPerson.id0..1
RelatedPerson.meta0..1
RelatedPerson.meta.profile1..1
RelatedPerson.patientReference(http://hl7.org/fhir/StructureDefinition/Patient)1..1
RelatedPerson.relationshipCodeableConcept1..1
RelatedPerson.name1..1


Requirements Traceability Mappings

Element Path Reference Location Data Item
name Vital Records DAM 4.03 Mother name
name Death Certificate Item 12 Mother's Name Prior to First Marriage
name Standard Death Record IG SDR Decedent Profile Patient.contact:sdr-decedent-Mother.name

Instance Example

<RelatedPerson>
  <id value="example-decedent-mother" />
  <meta>
    <profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Father" />
  </meta>
  <patient>
    <reference value="example-decedent" />
  </patient>
  <relationship>
    <coding>
      <code value="FTH" />
    </coding>
  </relationship>
  <name>
    <family value="father" />
  </name>
</RelatedPerson>