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: US Core CarePlan Profile type: CarePlan elements: text: type: Narrative isModifier: false mustSupport: true index: 0 elements: status: {type: code, isModifier: false, mustSupport: true, index: 1} status: {isModifier: false, type: code, mustSupport: true, index: 2} intent: {isModifier: false, type: code, mustSupport: true, index: 3} category: constraint: us-core-1: {human: 'Must have a category of ''assess-plan'' and a code system ''http://hl7.org/fhir/us/core/CodeSystem/careplan-category''', severity: error, expression: 'where(coding.system=''http://hl7.org/fhir/us/core/CodeSystem/careplan-category'' and coding.code=''assess-plan'').exists()'} min: 1 isModifier: false type: CodeableConcept mustSupport: true array: true index: 4 subject: isModifier: false refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient'] type: Reference mustSupport: true index: 5 package_version: 1.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: 1.1.0 required: [status, text, subject, intent, category]