PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.us.pacio@adi-1.0.0
    http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PersonalGoal
description: This profile is a statement that presents the author's personal health and treatment goals that are pertinent when planning their care.
package_name: rs/hl7.fhir.us.pacio
derivation: constraint
name: ADIPersonalGoal
type: Goal
elements:
  text: {mustSupport: true, index: 0}
  category:
    mustSupport: true
    index: 1
    elements:
      text: {mustSupport: true, index: 2}
    slicing:
      rules: open
      ordered: false
      description: Slice based on $this value
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        type:
          match:
            coding:
            - {code: 87528-6, system: 'http://loinc.org'}
          schema:
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: 87528-6, system: 'http://loinc.org'}
            _required: true
            type: CodeableConcept
            index: 3
          min: 1
          max: 1
  description:
    extensions:
      EnclosedPreconditionExtension: {url: 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-enclosedPrecondition-extension', min: 0, max: 1, type: Extension, index: 4}
    elements:
      extension:
        type: Extension
        url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-enclosedPrecondition-extension
        index: 4
        slicing:
          slices:
            EnclosedPreconditionExtension:
              match: {}
              schema: {type: Extension, url: 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-enclosedPrecondition-extension', index: 4}
              min: 0
              max: 1
  expressedBy:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 5
package_version: adi-1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PersonalGoal
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal
version: 1.0.0
required: [category, expressedBy, text]