PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.0.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 to indicate that this is the location of death.\nThe MDI Location - Death artifact overlaps with the VRDR Death Location artifact.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: LocationDeath
type: Location
elements:
  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: 0
  address:
    elements:
      text: {mustSupport: true, index: 1}
  position: {label: Location of death lat/long, short: Location of death lat/long, index: 2}
package_version: 1.0.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.0.0
required: [type]