Injury Location
Injury Location is a profile of the FHIR STU3 Location resource. It is used to convey the name, postal address, and description of the place of injury in the case of a death involving an injury incident.
UML Expression
Structure Definition
VRDR Injury Location (Location) | | | http://hl7.org/fhir/StructureDefinition/Location | There are no (further) constraints on this element Element idData type http://hl7.org/fhir/StructureDefinition/Location |
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-276).
|
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-275).
|
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-Injury-Location" (CONF:4393-277).
Pattern http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Injury-Location |
name | | 1..1 | | There are no (further) constraints on this element Element idShort description name Definition SHALL contain exactly one [1..1] name (CONF:4393-280).
|
description | | 1..1 | | There are no (further) constraints on this element Element idShort description description Definition SHALL contain exactly one [1..1] description (CONF:4393-279).
|
type | | 1..1 | CodeableConceptBinding | There are no (further) constraints on this element Element idShort description type Definition SHALL contain exactly one [1..1] type, which SHALL be selected from ValueSet v3-ServiceDeliveryLocationRoleType http://hl7.org/fhir/ValueSet/v3-ServiceDeliveryLocationRoleType (CONF:4393-282).
Data type CodeableConcept Binding v3-ServiceDeliveryLocationRoleType (required) |
address | | 1..1 | | There are no (further) constraints on this element Element idShort description address Definition SHALL contain exactly one [1..1] address (CONF:4393-278).
|
physicalType | | 1..1 | CodeableConceptBinding | There are no (further) constraints on this element Element idShort description physicalType Definition SHALL contain exactly one [1..1] physicalType, which SHALL be selected from ValueSet Location-physical-type http://hl7.org/fhir/ValueSet/Location-physical-type DYNAMIC (CONF:4393-281).
Data type CodeableConcept Binding Location-physical-type (required) |
Element Bindings
Element Name |
Binding Type |
Binding Value |
Fixed Value Code System |
physicalType |
Value Set |
Location-physical-type |
|
type |
Value Set |
v3-ServiceDeliveryLocationRoleType |
|
Element Table
Location | | .. |
Location.id | | 0..1 |
Location.meta | | 0..1 |
Location.meta.profile | | 1..1 |
Location.name | | 1..1 |
Location.description | | 1..1 |
Location.type | CodeableConcept | 1..1 |
Location.address | | 1..1 |
Location.physicalType | CodeableConcept | 1..1 |
Requirements Traceability Mappings
Element Path |
Reference |
Location |
Data Item |
address |
Vital Records DAM |
2.1.03 Injury |
locationPostalAddress |
address |
Death Certificate |
Item 42 |
Location of Injury |
address |
Standard Death Record IG |
SDR DetailsOfInjury Profile |
Observation.extension:postaladdress |
Instance Example
<Location>
<id value="example-injury-location" />
<meta>
<profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Injury-Location" />
</meta>
<name value="Decedent's Home" />
<address>
<type value="postal" />
<line value="7 Example Street" />
<line value="Unit 1234" />
<city value="Bedford" />
<district value="Middlesex" />
<state value="Massachusetts" />
<postalCode value="01730" />
<country value="United States" />
</address>
</Location>