PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.0.0
    http://hl7.org/fhir/us/mdi/StructureDefinition/Location-injury
description: This Location records the location of an injury. It is based on US Core Location and further constrains the type element to indicate that this is the location of an injury.\nThe MDI Location - Injury artifact overlaps with the VRDR Injury Location artifact.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: LocationInjury
type: Location
elements:
  type:
    short: Injury location
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: injury, system: 'http://hl7.org/fhir/us/mdi/CodeSystem/CodeSystem-mdi-codes'}
    index: 0
  address:
    elements:
      text: {mustSupport: true, index: 1}
  position: {label: Location of injury lat/long, short: Location of injury lat/long, index: 2}
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/mdi/StructureDefinition/Location-injury
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-location
version: 1.0.0
required: [type]