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