PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@3.0.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-injury-location
description: Injury Location (LocationVitalRecords)
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: InjuryLocation
type: Location
elements:
  type:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: injury, system: 'http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs'}
    index: 0
  address:
    elements:
      city:
        short: City
        index: 1
        extensions:
          cityCode: {url: null, short: city code, index: 2}
        elements:
          extension:
            short: city code
            index: 2
            slicing:
              slices:
                cityCode:
                  match: {}
                  schema: {short: city code, index: 2}
      district:
        short: County
        index: 3
        extensions:
          districtCode: {url: null, short: county code, index: 4}
        elements:
          extension:
            short: county code
            index: 4
            slicing:
              slices:
                districtCode:
                  match: {}
                  schema: {short: county code, index: 4}
      state: {short: State, index: 5}
  position:
    short: Place of injury lat/long
    index: 6
    elements:
      longitude: {short: Place of injury longitude, index: 7}
      latitude: {short: Place of injury latitude, index: 8}
package_version: 3.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-injury-location
base: http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Location-vr
version: 3.0.0
required: [type]