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 Injury Incident in which the transportation event indicator is true.
UML Expression
Structure Definition
VRDR Decedent Transportation Role (Observation) | | | http://hl7.org/fhir/StructureDefinition/Observation | There are no (further) constraints on this element Element idData type http://hl7.org/fhir/StructureDefinition/Observation |
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-284).
|
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-283).
|
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-Decedent-Transportation-Role" (CONF:4393-285).
Pattern http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Transportation-Role |
status | | 1..1 | codeFixed Value | There are no (further) constraints on this element Element idShort description status Definition SHALL contain exactly one [1..1] status=""final"" (CONF:4393-287).
Data type code Fixed value |
code | | 1..1 | CodeableConceptFixed Value | There are no (further) constraints on this element Element idShort description code Definition SHALL contain exactly one [1..1] code=""69451-3"" (CONF:4393-286).
Data type CodeableConcept Fixed value {
"coding": [
{
"code": "\"69451-3\""
}
]
} |
subject | | 1..1 | Reference(http://hl7.org/fhir/StructureDefinition/Patient)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-288).
Data type Reference(http://hl7.org/fhir/StructureDefinition/Patient) Pattern |
value[x] | | 1..1 | | There are no (further) constraints on this element Element idShort description value[x] Definition SHALL contain exactly one [1..1] value[x], where value[x] is (CONF:4393-330)
Sliced: Unordered, Open, by $this(Type) |
valueCodeableConcept | | | | There are no (further) constraints on this element Element idObservation.value[x]:valueCodeableConcept Short description valueCodeableConcept Definition valueCodeableConcept, which SHALL be selected from ValueSet TransportationRelationships http://hl7.org/fhir/ValueSet/TransportationRelationships DYNAMIC (CONF:4393-331)
|
Element Bindings
Element Name |
Binding Type |
Binding Value |
Fixed Value Code System |
subject |
Reference |
VRDR Decedent |
|
valueCodeableConcept |
Value Set |
Transportation Relationships |
|
Element Table
Observation | | .. |
Observation.id | | 0..1 |
Observation.meta | | 0..1 |
Observation.meta.profile | | 1..1 |
Observation.status | code | 1..1 |
Observation.code | CodeableConcept | 1..1 |
Observation.subject | Reference(http://hl7.org/fhir/StructureDefinition/Patient) | 1..1 |
Observation.value[x] | | 1..1 |
Observation.valueCodeableConcept | | .. |
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>