PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio-adi@1.0.0
    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: pattern}
      min: 1
      slices:
        advance_care_planning:
          match:
            coding:
            - {code: '736366004', system: 'http://snomed.info/sct', display: Advance care plan}
          schema:
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: '736366004', system: 'http://snomed.info/sct', display: Advance care plan}
            _required: true
            index: 6
          min: 1
          max: 1
  addresses: {short: Health issues this plan addresses (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', 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PersonalInterventionPreference']
    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}
  extension:
    index: 1
    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: 2}
          min: 0
          max: 1
  status:
    pattern: {type: Code, value: active}
    index: 3
  intent:
    pattern: {type: Code, value: proposal}
    index: 4
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 8
  text: {mustSupport: true, index: 0}
package_version: 1.0.0
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: 2}
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PreferenceCarePlan
base: http://hl7.org/fhir/StructureDefinition/CarePlan
version: 1.0.0
required: [addresses, title, category]