PackagesCanonicalsLogsProblems
    Packages
    fhir.onc.us-quality-core@0.5.0
    http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-careplan
description: The US Quality 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: fhir.onc.us-quality-core
derivation: constraint
name: USQualityCoreCarePlan
type: CarePlan
elements:
  text: {short: '(USCDI+ Quality) (USCDI) Text summary of the resource, for human interpretation', index: 0}
  category:
    min: 1
    isModifier: false
    short: (USCDI) Type of plan
    index: 1
    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: (USCDI) Type of plan
            index: 2
            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: (USCDI) Who the care plan is for.
    refers: ['http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-patient']
    type: Reference
    index: 3
package_version: 0.5.0
class: profile
kind: resource
url: http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-careplan
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan|6.1.0
version: 0.5.0
required: [subject, category]