PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.cpg.r4b@2.0.0-ballot
    http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-careplan
description: CPG care plan represents the care plan for a specific patient. The care plan may be associated with management of a specific condition, and instantiated based on a particular pathway or strategy, or it may be a combined care plan, focused on the patient, and managing treatment for multiple conditions, instantiated based on multiple pathways and strategies
package_name: hl7.fhir.uv.cpg.r4b
derivation: constraint
name: CPGCarePlan
type: CarePlan
elements:
  description: {mustSupport: true, index: 8}
  category: {mustSupport: true, index: 6}
  addresses:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-condition']
    index: 14
  instantiatesCanonical: {mustSupport: true, index: 3}
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-encounter']
    index: 10
  goal: {mustSupport: true, index: 15}
  created: {mustSupport: true, index: 12}
  title: {mustSupport: true, index: 7}
  activity:
    mustSupport: true
    index: 16
    elements:
      outcomeReference: {mustSupport: true, index: 17}
      reference:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org/fhir/StructureDefinition/Appointment', 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-communicationrequest', 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequest', 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-servicerequest', 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-strategy', 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-task']
        index: 18
      detail:
        mustSupport: true
        index: 19
        elements:
          description: {mustSupport: true, index: 32}
          instantiatesCanonical: {mustSupport: true, index: 21}
          scheduledPeriod: {type: Period, mustSupport: true, choiceOf: scheduled, index: 29}
          reasonCode: {mustSupport: true, index: 23}
          scheduledTiming: {type: Timing, mustSupport: true, choiceOf: scheduled, index: 28}
          status: {mustSupport: true, index: 24}
          kind: {mustSupport: true, index: 20}
          code: {mustSupport: true, index: 22}
          doNotPerform: {mustSupport: true, index: 25}
          scheduled:
            mustSupport: true
            choices: [scheduledTiming, scheduledPeriod]
            index: 27
          location:
            type: Reference
            mustSupport: true
            refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-location']
            index: 30
          performer:
            type: Reference
            mustSupport: true
            refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-careteam', 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-organization', 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-patient', 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-practitioner', 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-practitionerrole', 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-relatedperson']
            index: 31
        required: [kind, code, description]
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        planFor:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-planFor', index: 1}
          min: 0
  status: {mustSupport: true, index: 4}
  identifier: {mustSupport: true, index: 2}
  intent: {mustSupport: true, index: 5}
  period: {mustSupport: true, index: 11}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-patient']
    index: 9
  careTeam:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-careteam']
    index: 13
package_version: 2.0.0-ballot
extensions:
  planFor: {url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-planFor', min: 0, type: Extension, mustSupport: true, index: 1}
class: profile
kind: resource
url: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-careplan
base: http://hl7.org/fhir/StructureDefinition/CarePlan
version: 2.0.0-ballot
required: [title, category]