description: 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.core derivation: constraint name: USCoreCarePlanProfile type: CarePlan elements: text: mustSupport: true index: 0 elements: status: binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-narrative-status'} mustSupport: true index: 1 div: {mustSupport: true, index: 2} status: binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/request-status'} mustSupport: true index: 3 intent: binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/care-plan-intent'} mustSupport: true index: 4 category: mustSupport: true index: 5 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: mustSupport: true _required: true pattern: type: CodeableConcept value: coding: - {code: assess-plan, system: 'http://hl7.org/fhir/us/core/CodeSystem/careplan-category'} index: 6 min: 1 max: 1 subject: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient'] index: 7 package_version: 4.1.0 class: profile kind: resource url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan base: http://hl7.org/fhir/StructureDefinition/CarePlan version: 4.1.0 required: [text, category]