PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio-adi@2.0.0-ballot
    http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-UponDeathPreferences
description: This profile is used to represent the author's thoughts about preferences upon death.
package_name: hl7.fhir.us.pacio-adi
derivation: constraint
name: ADIUponDeathPreference
type: Observation
elements:
  text: {mustSupport: true, index: 0}
  status:
    pattern: {type: code, value: final}
    type: code
    index: 1
  category:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: care-experience-preference, system: 'http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIPreferenceCategoryCS'}
    type: CodeableConcept
    index: 2
  code:
    binding: {strength: extensible, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1115.15'}
    mustSupport: true
    index: 3
    elements:
      text: {mustSupport: true, index: 4}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 5
  value:
    mustSupport: true
    choices: [valueString]
    index: 7
  valueString: {type: string, mustSupport: true, choiceOf: value, index: 8}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-UponDeathPreferences
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot
required: [subject, text, value, valueString]