PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio-adi@1.0.0
    http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-CareExperiencePreference
description: Care Experience Preference is a clinical statement that presents the author's personal thoughts about something a person feels is relevant to their care experience and may be pertinent when planning their care.
package_name: hl7.fhir.us.pacio-adi
derivation: constraint
name: ADICareExperiencePreference
type: Observation
elements:
  text: {mustSupport: true, index: 0}
  extension:
    index: 1
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        EnclosedPreconditionExtension:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-enclosedPrecondition-extension', index: 2}
          min: 0
          max: 1
  status:
    pattern: {type: Code, value: final}
    index: 3
  category:
    index: 4
    slicing:
      rules: open
      ordered: false
      description: Slice based on $this value
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        type:
          match:
            coding:
            - {code: care-experience-preference, system: 'http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIPreferenceCategoryCS'}
          schema:
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: care-experience-preference, system: 'http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIPreferenceCategoryCS'}
            _required: true
            index: 5
          min: 1
          max: 1
  code:
    binding: {strength: extensible, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1115.11'}
    mustSupport: true
    index: 6
    elements:
      text: {mustSupport: true, index: 7}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 8
  value:
    mustSupport: true
    choices: []
    index: 10
package_version: 1.0.0
extensions:
  EnclosedPreconditionExtension: {url: 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-enclosedPrecondition-extension', min: 0, max: 1, type: Extension, index: 2}
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-CareExperiencePreference
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [value, text, subject, category]