PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@2.2.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-date
description: Date of death (Observation).  The PartialDatePartAbsent extension supports partial dates.
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: DeathDate
type: Observation
elements:
  value[x]:
    extensions:
      partialDateTime: {url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/PartialDateTime', min: 0, max: 1, type: Extension, index: 8}
    elements:
      extension:
        index: 7
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            partialDateTime:
              match: {url: null}
              schema: {type: Extension, url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/PartialDateTime', index: 8}
              min: 0
              max: 1
  method:
    short: Date of Death Determination Method (optional)
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/vrdr/ValueSet/vrdr-date-of-death-determination-methods-vs'}
    index: 10
  value:
    short: Date/Time of Death
    choices: [valueDateTime]
    index: 5
  valueDateTime: {type: dateTime, short: Date/Time of Death, choiceOf: value, index: 6}
  component:
    index: 11
    slicing:
      rules: open
      discriminator:
      - {path: code, type: value}
      min: null
      slices:
        datetimePronouncedDead:
          match:
            code:
              coding:
              - {code: 80616-6, system: 'http://loinc.org'}
          schema:
            short: Date/Time Pronounced Dead
            index: 12
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 80616-6, system: 'http://loinc.org'}
                index: 13
              value:
                choices: [valueTime, valueDateTime]
                index: 15
              valueTime: {type: time, choiceOf: value, index: 16}
              valueDateTime: {type: dateTime, choiceOf: value, index: 17}
            required: [valueDateTime, value, valueTime]
        placeOfDeath:
          match:
            code:
              coding:
              - {code: 58332-8, system: 'http://loinc.org'}
          schema:
            short: Place of Death
            index: 18
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 58332-8, system: 'http://loinc.org'}
                index: 19
              value:
                choices: [valueCodeableConcept]
                index: 21
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 22}
            required: [value, valueCodeableConcept]
  note: {index: 9}
  status:
    pattern: {type: Code, value: final}
    index: 0
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 81956-5, system: 'http://loinc.org'}
    index: 1
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent']
    index: 2
  performer: {short: Death Pronouncement Performer using USCorePractioner, index: 3}
package_version: 2.2.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-date
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.2.0
required: [subject]