PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio-adi@1.0.0
    http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PersonalPrioritiesOrganizer
description: Personal Priorities Organizer is used to represent a set of personal goals, preferences or care experiences in a preferred ranked order.
package_name: hl7.fhir.us.pacio-adi
derivation: constraint
name: ADIPersonalPrioritiesOrganizer
type: List
elements:
  text: {mustSupport: true, index: 0}
  status: {mustSupport: true, index: 1}
  title: {index: 2}
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 81340-2, system: 'http://loinc.org'}
    index: 3
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 4
  orderedBy:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: priority, system: 'http://terminology.hl7.org/CodeSystem/list-order'}
    index: 5
  entry:
    elements:
      item:
        type: Reference
        refers: ['http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-CareExperiencePreference', 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PersonalGoal', 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PersonalInterventionPreference']
        index: 6
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PersonalPrioritiesOrganizer
base: http://hl7.org/fhir/StructureDefinition/List
version: 1.0.0
required: [orderedBy, text, subject, title, code]