PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio-adi@2.0.0-ballot
    http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PreferenceCarePlan
description: The Preference Care Plan is a means for an individual to express their goals and preferences under certain circumstances that may be pertinent when planning his or her care.
package_name: hl7.fhir.us.pacio-adi
derivation: constraint
name: ADIPreferenceCarePlan
type: CarePlan
elements:
  category:
    index: 5
    slicing:
      rules: open
      ordered: false
      description: Slice based on $this value
      discriminator:
      - {path: $this, type: value}
      min: null
      slices:
        advance_care_planning:
          match:
            coding:
            - {code: 81378-2, system: 'http://loinc.org', display: 'Goals, preferences, and priorities under certain health conditions Narrative - Reported'}
          schema:
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: 81378-2, system: 'http://loinc.org', display: 'Goals, preferences, and priorities under certain health conditions Narrative - Reported'}
            _required: true
            type: CodeableConcept
            index: 6
          min: 1
          max: 1
  addresses: {short: The future potential health scenario or condition in which this ADI preference care plan is relevant (use display only for potential conditions the patient does not currently have), mustSupport: true, index: 9}
  supportingInfo:
    type: Reference
    short: Observations of a patient's preferences for the scope of this care plan.
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-CareExperiencePreference']
    index: 10
  goal:
    type: Reference
    short: Patient's goals for the scope of this care plan.
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PersonalGoal']
    index: 11
  title: {mustSupport: true, index: 7}
  activity:
    elements:
      reference:
        type: Reference
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest']
        index: 12
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        GoalOrderByDescendingPriority:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-goal-order-by-descending-priority-extension', index: 1}
          min: 0
          max: 1
        ADIConditionCodeExtension:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-condition-code-extension', index: 2}
          min: 0
  status:
    pattern: {type: code, value: active}
    type: code
    index: 3
  intent:
    pattern: {type: code, value: proposal}
    type: code
    index: 4
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 8
package_version: 2.0.0-ballot
extensions:
  GoalOrderByDescendingPriority: {url: 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-goal-order-by-descending-priority-extension', min: 0, max: 1, type: Extension, index: 1}
  ADIConditionCodeExtension: {url: 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-condition-code-extension', min: 0, type: Extension, index: 2}
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PreferenceCarePlan
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan
version: 2.0.0-ballot
required: [title]