PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pco@1.0.0-ballot
    http://hl7.org/fhir/us/pco/StructureDefinition/pco-goal-profile
description: A person-centered goal is based on a values conversation with a patient to address what matters most to them.
package_name: hl7.fhir.us.pco
derivation: constraint
name: PCOGoalProfile
type: Goal
elements:
  category:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: null
      slices:
        pco:
          match: {}
          schema:
            short: Person-Centered resource category
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/pco/ValueSet/pco-categories'}
            mustSupport: true
            index: 1
          min: 0
          max: 1
        goal-domain:
          match: {}
          schema:
            short: Person-Centered Outcome goal domain category
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/pco/ValueSet/pco-goal-domain-categories'}
            mustSupport: true
            array: true
            index: 2
          min: 0
  start:
    choices: [startDate]
    index: 4
  startDate: {type: date, choiceOf: start, index: 5}
  expressedBy:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson']
    index: 6
  addresses:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Condition', 'http://hl7.org/fhir/StructureDefinition/Observation', 'http://hl7.org/fhir/StructureDefinition/RiskAssessment']
    index: 7
    slicing:
      rules: open
      discriminator:
      - {path: resolve(), type: profile}
      min: null
      slices:
        SupportedAddresses:
          match: {}
          schema:
            short: What Matters Assessment or Priority
            refers: ['http://hl7.org/fhir/us/pco/StructureDefinition/pco-what-matters-assessment']
            type: Reference
            mustSupport: true
            array: true
            index: 8
          min: 0
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/pco/StructureDefinition/pco-goal-profile
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal
version: 1.0.0-ballot
required: [startDate, start]