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
Structure Definition
VRDR Decedent Mother (RelatedPerson) | | | http://hl7.org/fhir/StructureDefinition/RelatedPerson | There are no (further) constraints on this element Element idRelatedPerson Data typehttp://hl7.org/fhir/StructureDefinition/RelatedPerson |
id | | 0..1 | | There are no (further) constraints on this element Element idRelatedPerson.id Short descriptionid DefinitionMAY contain zero or one [0..1] id (CONF:4393-268).
|
meta | | 0..1 | | There are no (further) constraints on this element Element idRelatedPerson.meta Short descriptionmeta DefinitionMAY contain zero or one [0..1] meta (CONF:4393-267).
|
profile | | 1..1 | Pattern | There are no (further) constraints on this element Element idRelatedPerson.meta.profile Short descriptionprofile DefinitionThe meta, if present, SHALL contain exactly one [1..1] profile="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Mother" (CONF:4393-269).
Patternhttp://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Mother |
patient | | 1..1 | Reference(http://hl7.org/fhir/StructureDefinition/Patient)Pattern | There are no (further) constraints on this element Element idRelatedPerson.patient Short descriptionpatient DefinitionSHALL contain exactly one [1..1] patient="VRDR Decedent" (CONF:4393-265).
Data typeReference(http://hl7.org/fhir/StructureDefinition/Patient) PatternVRDR Decedent |
relationship | | 1..1 | CodeableConceptFixed Value | There are no (further) constraints on this element Element idRelatedPerson.relationship Short descriptionrelationship DefinitionSHALL contain exactly one [1..1] relationship=""MTH"" (CONF:4393-266).
Data typeCodeableConcept Fixed value{
"coding": [
{
"code": "\"MTH\""
}
]
} |
name | | 1..1 | | There are no (further) constraints on this element Element idRelatedPerson.name Short descriptionname DefinitionSHALL contain exactly one [1..1] name (CONF:4393-264).
|
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.id | | 0..1 |
RelatedPerson.meta | | 0..1 |
RelatedPerson.meta.profile | | 1..1 |
RelatedPerson.patient | Reference(http://hl7.org/fhir/StructureDefinition/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.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>