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