http://hl7.org/fhir/StructureDefinition/CarePlan|5.0.0

Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.
description: Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.
derivation: specialization
name: CarePlan
type: CarePlan
elements:
  description: {isModifier: false, short: Summary of nature of plan, mustSupport: false, isSummary: true, index: 10}
  category:
    isModifier: false
    short: Type of plan
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/care-plan-category'}
    isSummary: true
    index: 8
  addresses:
    isModifier: false
    short: Health issues this plan addresses
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/clinical-findings'}
    isSummary: true
    index: 18
  instantiatesCanonical: {isModifier: false, short: Instantiates FHIR protocol or definition, mustSupport: false, array: true, isSummary: true, index: 1}
  instantiatesUri: {isModifier: false, short: Instantiates external protocol or definition, mustSupport: false, array: true, isSummary: true, index: 2}
  supportingInfo: {isModifier: false, short: Information considered as part of plan, mustSupport: false, array: true, isSummary: false, index: 19}
  encounter: {isModifier: false, short: The Encounter during which this CarePlan was created, mustSupport: false, isSummary: true, index: 12}
  goal: {isModifier: false, short: Desired outcome of plan, mustSupport: false, array: true, isSummary: false, index: 20}
  created: {isModifier: false, short: Date record was first recorded, mustSupport: false, isSummary: true, index: 14}
  title: {isModifier: false, short: Human-friendly name for the care plan, mustSupport: false, isSummary: true, index: 9}
  note: {isModifier: false, short: Comments about the plan, mustSupport: false, array: true, isSummary: false, index: 25}
  activity:
    isModifier: false
    short: Action to occur or has occurred as part of plan
    mustSupport: false
    array: true
    isSummary: false
    index: 21
    elements:
      performedActivity:
        isModifier: false
        short: Results of the activity (concept, or Appointment, Encounter, Procedure, etc.)
        mustSupport: false
        array: true
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/care-plan-activity-performed'}
        isSummary: false
        index: 22
      progress: {isModifier: false, short: Comments about the activity status/progress, mustSupport: false, array: true, isSummary: false, index: 23}
      plannedActivityReference: {isModifier: false, short: Activity that is intended to be part of the care plan, mustSupport: false, isSummary: false, index: 24}
  custodian: {isModifier: false, short: Who is the designated responsible party, mustSupport: false, isSummary: true, index: 15}
  contributor: {isModifier: false, short: Who provided the content of the care plan, mustSupport: false, array: true, isSummary: false, index: 16}
  status:
    isModifier: true
    short: draft | active | on-hold | revoked | completed | entered-in-error | unknown
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/request-status|5.0.0'}
    isModifierReason: This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 6
  identifier: {isModifier: false, short: External Ids for this plan, mustSupport: false, array: true, isSummary: true, index: 0}
  intent:
    isModifier: true
    short: proposal | plan | order | option | directive
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/care-plan-intent|5.0.0'}
    isModifierReason: This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request\"
    isSummary: true
    index: 7
  replaces: {isModifier: false, short: CarePlan replaced by this CarePlan, mustSupport: false, array: true, isSummary: true, index: 4}
  period: {isModifier: false, short: Time period plan covers, mustSupport: false, isSummary: true, index: 13}
  basedOn: {isModifier: false, short: 'Fulfills plan, proposal or order', mustSupport: false, array: true, isSummary: true, index: 3}
  partOf: {isModifier: false, short: Part of referenced CarePlan, mustSupport: false, array: true, isSummary: true, index: 5}
  subject: {isModifier: false, short: Who the care plan is for, mustSupport: false, isSummary: true, index: 11}
  careTeam: {isModifier: false, short: 'Who''s involved in plan?', mustSupport: false, array: true, isSummary: false, index: 17}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/CarePlan
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [status, subject, intent]