This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
Decedent Father
Decedent Father is a profile of the FHIR STU3 RelatedPerson resource. It is used to convey name of the person who is the father of the decedent, if known. Decendent father 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
Structure Definition
RelatedPerson
|
|
|
RelatedPerson |
Data Type RelatedPerson
|
id
|
|
0..1
|
|
Short description id
Definition
MAY contain zero or one [0..1] id (CONF:4393-261).
|
meta
|
|
0..1
|
|
Short description meta
Definition
MAY contain zero or one [0..1] meta (CONF:4393-262).
|
profile
|
|
1..1
|
|
Short description profile
Definition
The meta, if present, SHALL contain exactly one [1..1] profile="http://www.hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Father" (CONF:4393-263).
Pattern
http://www.hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Father
|
patient
|
|
1..1
|
Reference(Patient)
|
Short description patient
Definition
SHALL contain exactly one [1..1] patient=" VRDR Decedent" (CONF:4393-258).
Data Type Reference(Patient)
Pattern
|
relationship
|
|
1..1
|
CodeableConceptFixed Value
|
Short description relationship
Definition
SHALL contain exactly one [1..1] relationship=""FTH"" (CONF:4393-259).
Data Type CodeableConcept
Fixed Value
{
"coding": [
{
"code": "\"FTH\""
}
]
}
|
name
|
|
1..1
|
|
Short description name
Definition
SHALL contain exactly one [1..1] name (CONF:4393-260).
|
Element Bindings
Element Name |
Binding Type |
Binding Value |
Fixed Value Code System |
patient |
Reference |
VRDR Decedent |
|
relationship |
Fixed Value |
"FTH" |
v3-RoleCode |
Element Table
RelatedPerson |
|
.. |
RelatedPerson.id
|
|
0..1 |
RelatedPerson.meta
|
|
0..1 |
RelatedPerson.meta.profile
|
|
1..1 |
RelatedPerson.patient
|
Reference(Patient)
|
1..1 |
RelatedPerson.relationship
|
CodeableConcept |
1..1 |
RelatedPerson.name
|
|
1..1 |
Requirements Traceability Mappings
Element Path |
Reference |
Location |
Data Item |
name |
Vital Records DAM |
4.05 Father |
name |
name |
Death Certificate |
Item 11 |
Father's Name |
name |
Standard Death Record IG |
SDR Decedent Profile |
Patient.contact:sdr-decedent-Father.name |
Instance Example
<RelatedPerson>
<id value="example-decedent-father" />
<meta>
<profile value="http://www.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>