PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vr-common-library@1.1.0
    http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Location-death-vr
description: This Location profile 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.
package_name: hl7.fhir.us.vr-common-library
derivation: constraint
name: LocationDeathVitalRecords
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/vr-common-library/CodeSystem/CodeSystem-death-reporting-codes-vr'}
    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/vr-common-library/StructureDefinition/Location-death-vr
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-location
version: 1.1.0
required: [type]