PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pco@1.0.0-ballot
    http://hl7.org/fhir/us/pco/StructureDefinition/pco-personal-priorities-organizer
description: Personal Priorities Organizer is used to represent a set of person-centered goals, what matters assessment, or barriers in a preferred ranked order.
package_name: hl7.fhir.us.pco
derivation: constraint
name: PCOPersonalPrioritiesOrganizer
type: List
elements:
  code:
    short: Goals AndOr preferences in order of priority
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 81340-2, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 1
  orderedBy:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: priority, system: 'http://terminology.hl7.org/CodeSystem/list-order'}
    index: 2
  entry:
    elements:
      item:
        type: Reference
        refers: ['http://hl7.org/fhir/us/pco/StructureDefinition/pco-goal-barrier', 'http://hl7.org/fhir/us/pco/StructureDefinition/pco-goal-profile', 'http://hl7.org/fhir/us/pco/StructureDefinition/pco-what-matters-assessment']
        index: 3
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/pco/StructureDefinition/pco-personal-priorities-organizer
base: http://hl7.org/fhir/StructureDefinition/List
version: 1.0.0-ballot
required: [orderedBy, subject, code]