PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pco@1.0.0
    http://hl7.org/fhir/us/pco/StructureDefinition/pco-prom-goal-profile
description: Person-centered goal using a Patient-Reported Outcome Measure (PROM) score to measure its progress and achievement.
package_name: hl7.fhir.us.pco
derivation: constraint
name: PCOGoalOutcomeMeasureProfile
type: Goal
elements:
  target:
    index: 0
    elements:
      measure:
        short: Target score for evaluating PCO Goal using PROMs
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/pco/ValueSet/prom-target-measures'}
        mustSupport: true
        index: 1
      detail:
        choices: []
        index: 3
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: $this, type: type}
          min: 1
          slices:
            detailQuantity:
              match: {}
              schema:
                short: Target value for the PROM score
                mustSupport: true
                choices: [detailQuantity]
                _required: true
                index: 5
              min: 1
              max: 1
      detailQuantity:
        short: Target value for the PROM score
        type: Quantity
        mustSupport: true
        choiceOf: detail
        index: 6
        slicing:
          slices:
            detailQuantity:
              match: {}
              schema: {short: Target value for the PROM score, type: Quantity, mustSupport: true, _required: true, choiceOf: detail, index: 6}
              min: 1
              max: 1
    required: [detailQuantity, measure, detail]
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/pco/StructureDefinition/pco-prom-goal-profile
base: http://hl7.org/fhir/us/pco/StructureDefinition/pco-goal-profile
version: 1.0.0
required: [target]