PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@7.0.0-ballot
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-careplan
description: The QI-Core CarePlan is based upon the US Core CarePlan Profile which is based upon the core FHIR CarePlan Resource and created to meet the 2015 Edition Common Clinical Data Set 'Assessment and Plan of Treatment requirements. Defines constraints and extensions on the CarePlan resource for the minimal set of data to query and retrieve a patient's Care Plan.
package_name: hl7.fhir.us.qicore
derivation: constraint
name: QICoreCarePlan
type: CarePlan
elements:
  category:
    min: 1
    isModifier: false
    short: (QI) Type of plan
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        AssessPlan:
          match:
            coding:
            - {code: assess-plan, system: 'http://hl7.org/fhir/us/core/CodeSystem/careplan-category'}
          schema:
            isModifier: false
            short: (QI) Type of plan
            index: 1
            type: CodeableConcept
            _required: true
            binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/care-plan-category'}
            base: {max: '*', min: 0, path: CarePlan.category}
            isSummary: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: assess-plan, system: 'http://hl7.org/fhir/us/core/CodeSystem/careplan-category'}
          min: 1
          max: 1
    type: CodeableConcept
    array: true
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/care-plan-category'}
    base: {max: '*', min: 0, path: CarePlan.category}
    isSummary: true
  subject:
    short: (QI) Who the care plan is for.
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient']
    type: Reference
    index: 2
package_version: 7.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-careplan
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan
version: 7.0.0-ballot
required: [subject, category]