Cause Of Death Condition
Cause Of Death Condition is a profile of the FHIR STU3 Condition resource. It is used to convey a condition (disease, injury, or complication) contributing to the cause of death. A cause of death is one in an ordered list of caused in a cause of death pathway. The cause of death is initially conveyed as a free text description and sent to the NCHS to be encoded. The final death certificate includes the NCHS assigned code as well as the original free text description. The cause of death condition also includes a timing expression used to convey the interval of time between onset of the condition and death.
UML Expression
Structure Definition
VRDR Cause Of Death Condition (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-251).
|
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-250).
|
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-Cause-Of-Death-Condition" (CONF:4393-252).
Pattern http://hl7.org/fhir/us/vrdr/StructureDefinition/-VRDR-Cause-Of-Death-Condition |
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-253).
Data type CodeableConcept Binding Condition-code (required) |
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-256).
Data type Reference(http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/Group) Pattern |
onset[x] | | 1..1 | | There are no (further) constraints on this element Element idShort description onset[x] Definition SHALL contain exactly one [1..1] onset[x], where onset[x] is one of (CONF:4393-328)
Sliced: Unordered, Open, by $this(Type) |
onsetAge | | | | There are no (further) constraints on this element Element idCondition.onset[x]:onsetAge Short description onsetAge Definition |
onsetString | | | | There are no (further) constraints on this element Element idCondition.onset[x]:onsetString Short description onsetString Definition or onsetString (CONF:4393-418)
|
asserter | | 1..1 | Reference(http://hl7.org/fhir/StructureDefinition/Practitioner | http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/RelatedPerson)Pattern | There are no (further) constraints on this element Element idShort description asserter Definition SHALL contain exactly one [1..1] asserter=" VRDR Certifier" (CONF:4393-254).
Data type Reference(http://hl7.org/fhir/StructureDefinition/Practitioner | http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/RelatedPerson) 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.subject | Reference(http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/Group) | 1..1 |
Condition.onset[x] | | 1..1 |
Condition.onsetAge | | .. |
Condition.onsetString | | .. |
Condition.asserter | Reference(http://hl7.org/fhir/StructureDefinition/Practitioner | http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/RelatedPerson) | 1..1 |
Requirements Traceability Mappings
Element Path |
Reference |
Location |
Data Item |
code.code |
Vital Records DAM |
2.1.02 Cause of Death |
causeDescription |
code.code |
Death Certificate |
Item 32Ia |
Cause of Death |
code.code |
Standard Death Record IG |
SDR CauseOfDeathCondition Profile |
Condition.code |
code.text |
Vital Records DAM |
2.1.02 Cause of Death |
causeDescription |
code.text |
Death Certificate |
Item 32Ia |
Cause of Death |
code.text |
Standard Death Record IG |
SDR CauseOfDeathCondition Profile |
Condition.code |
onsetQuantity |
Vital Records DAM |
2.1.02 Cause of Death |
preDeathTimeInterval |
onsetQuantity |
Death Certificate |
Item 32Ib |
Interval onset to death |
onsetQuantity |
Standard Death Record IG |
SDR CauseOfDeathCondition Profile |
Condition.onset[x] |
Instance Example
Example Values
Element Name |
Element Value |
id |
example-cause-of-death-condition |
profile |
VRDR-Cause-Of-Death-Condition |
text.status |
additional |
text.div |
Acute transmural myocardial infarction of anterior wall |
code.system |
ICD-10 |
code.code |
I21.0 |
code.display |
Acute transmural myocardial infarction of anterior wall |
subject.reference |
example-decedent |
onsetString |
minutes |
asserter.reference |
example-practitioner |
Example XML Instance
<Condition>
<id value="example-cause-of-death-condition" />
<meta>
<profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/-VRDR-Cause-Of-Death-Condition" />
</meta>
<text>
<status value="additional" />
<div xmlns="http://www.w3.org/1999/xhtml">Acute transmural myocardial infarction of anterior wall</div>
</text>
<code>
<coding>
<system value="ICD-10" />
<code value="I21.0" />
<display value="Acute transmural myocardial infarction of anterior wall" />
</coding>
</code>
<subject>
<reference value="example-decedent" />
</subject>
<onsetString value="minutes" />
<asserter>
<reference value="example-practitioner" />
</asserter>
</Condition>