Cause of Death Pathway
Cause of Death Pathway is a profile of the FHIR STU3 List resource. It is used to convey the priority-based sequence of conditions contributing to the cause of death as determined by the death certifier. The first entry in the list is used to convey the final disease or condition resulting in death. The final entry in the list is used to convey the “underlying cause”, the disease or injury that initiated the events resulting in death. The intervening entries between the first and last entries are used to convey the sequence of conditions leading to death.
UML Expression
Structure Definition
VRDR Cause of Death Pathway (List) | http://hl7.org/fhir/StructureDefinition/List | ||
id | 0..1 | ||
meta | 0..1 | ||
profile | 1..1 | Pattern | |
status | 1..1 | codeFixed Value | |
mode | 1..1 | codeFixed Value | |
source | 1..1 | Reference(http://hl7.org/fhir/StructureDefinition/Practitioner | http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/Device)Pattern | |
orderedBy | 1..1 | CodeableConceptFixed Value | |
entry | 0..* | ||
item | 1..1 | Reference(http://hl7.org/fhir/StructureDefinition/Resource)Pattern |
Element Bindings
Element Name | Binding Type | Binding Value | Fixed Value Code System |
---|---|---|---|
orderedBy | Fixed Value | "priority" | list-order |
source | Reference | VRDR Certifier | |
status | Fixed Value | "current" | list-status |
Element Table
List | .. | |
List.id | 0..1 | |
List.meta | 0..1 | |
List.meta.profile | 1..1 | |
List.status | code | 1..1 |
List.mode | code | 1..1 |
List.source | Reference(http://hl7.org/fhir/StructureDefinition/Practitioner | http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/Device) | 1..1 |
List.orderedBy | CodeableConcept | 1..1 |
List.entry | 0..* | |
List.entry.item | Reference(http://hl7.org/fhir/StructureDefinition/Resource) | 1..1 |
Instance Example
Example Values
Element Name | Element Value |
---|---|
id | example-cause-of-death-pathway |
profile | VRDR-Cause-of-Death-Pathway |
status | current |
mode | snapshot |
source.reference | example-practitioner |
orderedBy.code | priority |
entry.reference | example-cause-of-death-condition |
Example XML Instance
<List>
<id value="example-cause-of-death-pathway" />
<meta>
<profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Cause-of-Death-Pathway" />
</meta>
<status value="current" />
<mode value="snapshot" />
<source>
<reference value="example-practitioner" />
</source>
<orderedBy>
<coding>
<code value="priority" />
</coding>
</orderedBy>
<entry>
<item>
<reference value="example-cause-of-death-condition" />
</item>
</entry>
</List>