PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pco@1.0.0-ballot
    http://hl7.org/fhir/us/pco/StructureDefinition/pco-goal-barrier
description: Assessment observation about a barrier, bothersome symptom or health concern that interferes with goal achievement.
package_name: hl7.fhir.us.pco
derivation: constraint
name: PCOGoalBarrierProfile
type: Observation
elements:
  category:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: survey, system: 'http://terminology.hl7.org/CodeSystem/observation-category', version: 1.0.0}
    index: 0
    slicing:
      slices:
        us-core:
          match: {}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: survey, system: 'http://terminology.hl7.org/CodeSystem/observation-category', version: 1.0.0}
            _required: true
            index: 0
          min: 1
          max: 1
  code:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/pco/ValueSet/goal-barrier-codes'}
    index: 1
  focus:
    type: Reference
    short: The goal that has this barrier
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Goal']
    index: 2
  value:
    short: Free-text description of the barrier
    choices: [valueString]
    index: 11
    slicing:
      slices:
        valueString:
          match: {}
          schema:
            short: Free-text description of the barrier
            choices: [valueString]
            index: 11
          min: 0
          max: 1
  valueCodeableConcept:
    type: CodeableConcept
    short: Common barriers selected from a list
    choiceOf: value
    index: 9
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, short: Common barriers selected from a list, choiceOf: value, index: 9}
          min: 0
          max: 1
  valueString:
    type: string
    short: Free-text description of the barrier
    choiceOf: value
    index: 12
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, short: Free-text description of the barrier, choiceOf: value, index: 12}
          min: 0
          max: 1
  note: {mustSupport: true, index: 13}
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/pco/StructureDefinition/pco-goal-barrier
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation
version: 1.0.0-ballot
required: [valueString, value, valueCodeableConcept, category]