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

vrdrinjurylocationUML


Structure Definition

id0..1
profile1..1Pattern
name1..1
description1..1
type1..1CodeableConceptBinding
address1..1
physicalType1..1CodeableConceptBinding


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.id0..1
Location.meta0..1
Location.meta.profile1..1
Location.name1..1
Location.description1..1
Location.typeCodeableConcept1..1
Location.address1..1
Location.physicalTypeCodeableConcept1..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>