This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
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
Location
|
|
|
Location |
Data Type Location
|
id
|
|
0..1
|
|
Short description id
Definition
MAY contain zero or one [0..1] id (CONF:4393-276).
|
meta
|
|
0..1
|
|
Short description meta
Definition
MAY contain zero or one [0..1] meta (CONF:4393-275).
|
profile
|
|
1..1
|
|
Short description profile
Definition
The meta, if present, SHALL contain exactly one [1..1] profile="http://www.hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Injury-Location" (CONF:4393-277).
Pattern
http://www.hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Injury-Location
|
name
|
|
1..1
|
|
Short description name
Definition
SHALL contain exactly one [1..1] name (CONF:4393-280).
|
description
|
|
1..1
|
|
Short description description
Definition
SHALL contain exactly one [1..1] description (CONF:4393-279).
|
type
|
|
1..1
|
CodeableConceptBinding
|
Short description type
Definition
SHALL contain exactly one [1..1] type, which SHALL be selected from ValueSet v3-ServiceDeliveryLocationRoleType http://www.hl7.org/fhir/ValueSet/v3-ServiceDeliveryLocationRoleType (CONF:4393-282).
Data Type CodeableConcept
Binding v3-ServiceDeliveryLocationRoleType (required)
|
address
|
|
1..1
|
|
Short description address
Definition
SHALL contain exactly one [1..1] address (CONF:4393-278).
|
physicalType
|
|
1..1
|
CodeableConceptBinding
|
Short description physicalType
Definition
SHALL contain exactly one [1..1] physicalType, which SHALL be selected from ValueSet Location-physical-type http://www.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://www.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>