description: This profile sets minimum expectations for the CarePlan resource to record, search, and fetch assessment and plan of treatment data associated with a patient to promote interoperability and adoption through common implementation. It identifies which core elements, extensions, vocabularies and value sets **SHALL** be present in the resource when using this profile. It provides the floor for standards development for specific uses cases. 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: 5.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: 5.0.1 required: [text, category]