Decedent Transportation Role
Decedent Transportation Role is a profile of the FHIR STU3 Observation resource. It is used to convey information regarding role of the decedent – driver, passenger, pedestrian – with relation to a transportation injury event. It is only used with an {{pagelink: injuryincident }} in which the transportation event indicator is true.
UML Expression
<center>
{{render:vrdrdecendenttransportationroleUML}}</center>
Structure Definition
{{profile:VRDRDecedentTransportationRole, expand}}
Element Bindings
Element Name | Binding Type | Binding Value | Fixed Value Code System |
---|---|---|---|
subject | Reference | VRDR Decedent | |
valueCodeableConcept | Value Set | Transportation Relationships |
Element Table
{{table:VRDRDecedentTransportationRole, expand}}
Requirements Traceability Mappings
Element Path | Reference | Location | Data Item |
---|---|---|---|
valueCodeableConcept | Vital Records DAM | 2.1.03 Injury | transportationInjuryRole |
valueCodeableConcept | Death Certificate | Item 44 | If Transportation Injury, specify [the role of the decedent] |
valueCodeableConcept | Standard Death Record IG | SDR DeathFromTransportInjury Profile | Observation.valueCodeableConcept |
Instance Example
<Observation>
<id value="example-decedent-transportation-role" />
<meta>
<profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Transportation-Role" />
</meta>
<status value="final" />
<code>
<coding>
<code value="69451-3" />
</coding>
</code>
<subject>
<reference value="example-decedent" />
</subject>
<valueCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/STU3/valueset-TransportationRelationships" />
</coding>
</valueCodeableConcept>
</Observation>