PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.0.0-ballot
    http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-death-date
description: This Observation provides the death date, death location, death pronouncer, and date pronounced dead. If the actual date of death is known, set value to type dateTime. If the date of death is not known, and a range is known, set value to type Period.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: ObservationDeathDate
type: Observation
elements:
  method:
    short: Codes that describe the method of establishing a date.
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/mdi/ValueSet/ValueSet-date-establishment-methods'}
    mustSupport: true
    index: 14
  value:
    short: Actual or presumed date of death. If the actual date of death is known, set value to type dateTime. If the date of death is not known, and a range is known, set value to type Period.
    mustSupport: true
    choices: [valueDateTime, valuePeriod]
    index: 9
  valueDateTime: {short: 'Actual or presumed date of death. If the actual date of death is known, set value to type dateTime. If the date of death is not known, and a range is known, set value to type Period.', type: dateTime, mustSupport: true, choiceOf: value, index: 10}
  component:
    mustSupport: true
    index: 15
    elements:
      code:
        short: Date and time pronounced dead [US Standard Certificate of Death]
        mustSupport: true
        pattern:
          type: CodeableConcept
          value:
            coding:
            - {code: 80616-6, system: 'http://loinc.org'}
        index: 16
      value:
        mustSupport: true
        choices: [valueDateTime]
        index: 18
      valueDateTime: {type: dateTime, mustSupport: true, choiceOf: value, index: 19}
    required: [valueDateTime, value, code]
  note: {short: 'Notes about the actual or presumed date of death, e.g., the date of death can''t be specified as a dateTime and can only be narrowed down to a decade', index: 13}
  extension:
    type: Extension
    mustSupport: true
    url: http://hl7.org/fhir/us/mdi/StructureDefinition/Extension-observation-location
    index: 0
    slicing:
      slices:
        deathLocation:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/mdi/StructureDefinition/Extension-observation-location', index: 0}
  effectiveDateTime: {short: Date/time that the observation was made, type: dateTime, mustSupport: true, choiceOf: effective, index: 6}
  status:
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 1
  effective:
    short: Date/time that the observation was made
    mustSupport: true
    choices: [effectiveDateTime]
    index: 5
  code:
    short: Date+time of death
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 81956-5, system: 'http://loinc.org'}
    index: 2
  valuePeriod: {short: 'Actual or presumed date of death. If the actual date of death is known, set value to type dateTime. If the date of death is not known, and a range is known, set value to type Period.', type: Period, mustSupport: true, choiceOf: value, index: 11}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 3
  performer:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner']
    index: 7
  dataAbsentReason: {short: Indicates reason for missing all or part of the decedent's death date (further information can be recorded in the note data element), mustSupport: true, index: 12}
package_version: 1.0.0-ballot
extensions:
  deathLocation: {url: 'http://hl7.org/fhir/us/mdi/StructureDefinition/Extension-observation-location', type: Extension, mustSupport: true, index: 0}
class: profile
kind: resource
url: http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-death-date
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-ballot
required: [effectiveDateTime, status, subject, code, effective]