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 idCondition Data typehttp://hl7.org/fhir/StructureDefinition/Condition |
id | | 0..1 | | There are no (further) constraints on this element Element idCondition.id Short descriptionid DefinitionMAY contain zero or one [0..1] id (CONF:4393-326).
|
meta | | 0..1 | | There are no (further) constraints on this element Element idCondition.meta Short descriptionmeta DefinitionMAY contain zero or one [0..1] meta (CONF:4393-325).
|
profile | | 1..1 | Pattern | There are no (further) constraints on this element Element idCondition.meta.profile Short descriptionprofile DefinitionThe 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).
Patternhttp://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Condition-Contributintg-To-Death |
code | | 1..1 | CodeableConceptBinding | There are no (further) constraints on this element Element idCondition.code Short descriptioncode DefinitionSHALL 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 typeCodeableConcept BindingCondition-code (required) |
coding | | 0..* | | There are no (further) constraints on this element Element idCondition.code.coding Short descriptioncoding DefinitionThis 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 descriptioncode DefinitionThe coding, if present, SHALL contain exactly one [1..1] code (ValueSet: Condition-code http://hl7.org/fhir/ValueSet/Condition-code DYNAMIC) (CONF:4393-334).
BindingCondition-code (required) |
text | | 1..1 | | There are no (further) constraints on this element Element idCondition.code.text Short descriptiontext DefinitionThis 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 idCondition.subject Short descriptionsubject DefinitionSHALL contain exactly one [1..1] subject="VRDR Decedent" (CONF:4393-336).
Data typeReference(http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/Group) PatternVRDR Decedent |
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>