Condition Contributing to Death
Condition Contributing to Death is a profile of the FHIR STU3 Condition resource. It is used to convey a significant condition or circumstance that contributed to the cause of death but did not result in the underlying cause nor participated in the causal pathway to the final or immediate cause of death. Like the causes of death, conditions contributing to death are initially conveyed as free text descriptions and sent to the NCHS to be encoded. Unlike a cause of death, conditions contributing to death do not include an onset nor are they sequenced in priority or chronological order.
UML Expression
Structure Definition
VRDR Condition Contributintg To Death (Condition) | | | http://hl7.org/fhir/StructureDefinition/Condition | There are no (further) constraints on this element Element idData type http://hl7.org/fhir/StructureDefinition/Condition |
id | | 0..1 | | There are no (further) constraints on this element Element idShort description id Definition MAY contain zero or one [0..1] id (CONF:4393-326).
|
meta | | 0..1 | | There are no (further) constraints on this element Element idShort description meta Definition MAY contain zero or one [0..1] meta (CONF:4393-325).
|
profile | | 1..1 | Pattern | There are no (further) constraints on this element Element idShort description profile Definition The meta, if present, SHALL contain exactly one [1..1] profile="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Condition-Contributintg-To-Death" (CONF:4393-327).
Pattern http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Condition-Contributintg-To-Death |
code | | 1..1 | CodeableConceptBinding | There are no (further) constraints on this element Element idShort description code Definition SHALL contain exactly one [1..1] code, which SHALL be selected from ValueSet Condition-code http://hl7.org/fhir/ValueSet/Condition-code DYNAMIC (CONF:4393-332).
Data type CodeableConcept Binding Condition-code (required) |
coding | | 0..* | | There are no (further) constraints on this element Element idShort description coding Definition This code MAY contain zero or more [0..*] coding (CONF:4393-333).
|
code | | 1..1 | Binding | There are no (further) constraints on this element Element idCondition.code.coding.code Short description code Definition The coding, if present, SHALL contain exactly one [1..1] code (ValueSet: Condition-code http://hl7.org/fhir/ValueSet/Condition-code DYNAMIC) (CONF:4393-334).
Binding Condition-code (required) |
text | | 1..1 | | There are no (further) constraints on this element Element idShort description text Definition This code SHALL contain exactly one [1..1] text (CONF:4393-335).
|
subject | | 1..1 | Reference(http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/Group)Pattern | There are no (further) constraints on this element Element idShort description subject Definition SHALL contain exactly one [1..1] subject="VRDR Decedent" (CONF:4393-336).
Data type Reference(http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/Group) Pattern |
Element Bindings
Element Name |
Binding Type |
Binding Value |
Fixed Value Code System |
asserter |
Reference |
VRDR Certifier |
|
code.code |
Value Set |
Condition-code |
|
subject |
Reference |
VRDR Decedent |
|
Element Table
Condition | | .. |
Condition.id | | 0..1 |
Condition.meta | | 0..1 |
Condition.meta.profile | | 1..1 |
Condition.code | CodeableConcept | 1..1 |
Condition.code.coding | | 0..* |
Condition.code.coding.code | | 1..1 |
Condition.code.text | | 1..1 |
Condition.subject | Reference(http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/Group) | 1..1 |
Requirements Traceability Mappings
Element Path |
Reference |
Location |
Data Item |
code.code |
Vital Records DAM |
2.1.01 Death Event |
significantContributingCause |
code.code |
Death Certificate |
Item 32II |
Other Significant Conditions Contributing to Death |
code.code |
Standard Death Record IG |
SDR ContributedToDeathCondition Profile |
Condition.code |
code.text |
Vital Records DAM |
2.1.01 Death Event |
significantContributingCause |
code.text |
Death Certificate |
Item 32II |
Other Significant Conditions Contributing to Death |
code.text |
Standard Death Record IG |
SDR ContributedToDeathCondition Profile |
Condition.code |
Instance Example
Example Values
Element Name |
Element Value |
id |
example-condition-contributing-to-death |
profile |
VRDR-Condition-Contributintg-To-Death |
text.status |
additional |
text.div |
Example Contributing Conditions |
subject.reference |
example-decedent |
Example XML Instance
<Condition>
<id value="example-condition-contributing-to-death" />
<meta>
<profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Condition-Contributintg-To-Death" />
</meta>
<text>
<status value="additional" />
<div xmlns="http://www.w3.org/1999/xhtml">Example Contributing Conditions</div>
</text>
<subject>
<reference value="example-decedent" />
</subject>
</Condition>