## Cause Of Death Condition
**Cause Of Death Condition** is a profile of the [FHIR STU3 Condition](http://hl7.org/fhir/STU3/condition.html) 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**
{{render:vrdrCauseOfDeathConditionUML}}
---
### **Structure Definition**
{{profile:vrdrCauseOfDeathCondition, expand}}
---
### **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**
{{table:vrdrCauseOfDeathCondition, expand}}
---
### **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**
~~~~
Acute transmural myocardial infarction of anterior wall
~~~~