CarePlan
ClinicalDescribes 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.
| Path | Card. | Type | Description & Constraints |
|---|---|---|---|
| CarePlan | 0..* | — | Healthcare plan for patient or group |
| .idΣ | 0..1 | String | Logical id of this artifact |
| .metaΣ | 0..1 | Meta | Metadata about the resource |
| .implicitRules?!Σ | 0..1 | uri | A set of rules under which this content was created |
| .language | 0..1 | code | Language of the resource content Bindinglanguages(preferred) |
| .text | 0..1 | Narrative | Text summary of the resource, for human interpretation |
| .contained | 0..* | Resource | Contained, inline Resources |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?! | 0..* | Extension | Extensions that cannot be ignored |
| .identifierΣ | 0..* | Identifier | External Ids for this plan |
| .instantiatesCanonicalΣ | 0..* | canonical | Instantiates FHIR protocol or definition |
| .instantiatesUriΣ | 0..* | uri | Instantiates external protocol or definition |
| .basedOnΣ | 0..* | Reference(CarePlan) | Fulfills CarePlan |
| .replacesΣ | 0..* | Reference(CarePlan) | CarePlan replaced by this CarePlan |
| .partOfΣ | 0..* | Reference(CarePlan) | Part of referenced CarePlan |
| .status?!Σ | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Bindingrequest-status(required) |
| .intent?!Σ | 1..1 | code | proposal | plan | order | option Bindingcare-plan-intent(required) |
| .categoryΣ | 0..* | CodeableConcept | Type of plan Bindingcare-plan-category(example) |
| .titleΣ | 0..1 | string | Human-friendly name for the care plan |
| .descriptionΣ | 0..1 | string | Summary of nature of plan |
| .subjectΣ | 1..1 | Reference(Patient | Group) | Who the care plan is for |
| .encounterΣ | 0..1 | Reference(Encounter) | Encounter created as part of |
| .periodΣ | 0..1 | Period | Time period plan covers |
| .createdΣ | 0..1 | dateTime | Date record was first recorded |
| .authorΣ | 0..1 | Reference(Patient | Practitioner | PractitionerRole | Device | RelatedPerson | Organization | CareTeam) | Who is the designated responsible party |
| .contributor | 0..* | Reference(Patient | Practitioner | PractitionerRole | Device | RelatedPerson | Organization | CareTeam) | Who provided the content of the care plan |
| .careTeam | 0..* | Reference(CareTeam) | Who's involved in plan? |
| .addressesΣ | 0..* | Reference(Condition) | Health issues this plan addresses |
| .supportingInfo | 0..* | Reference(Resource) | Information considered as part of plan |
| .goal | 0..* | Reference(Goal) | Desired outcome of plan |
| .activity | 0..* | BackboneElement | Action to occur as part of plan |
| .id | 0..1 | String | Unique id for inter-element referencing |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
| .outcomeCodeableConcept | 0..* | CodeableConcept | Results of the activity Bindingcare-plan-activity-outcome(example) |
| .outcomeReference | 0..* | Reference(Resource) | Appointment, Encounter, Procedure, etc. |
| .progress | 0..* | Annotation | Comments about the activity status/progress |
| .reference | 0..1 | Reference(Appointment | CommunicationRequest | DeviceRequest | MedicationRequest | NutritionOrder | Task | ServiceRequest | VisionPrescription | RequestGroup) | Activity details defined in specific resource |
| .detail | 0..1 | BackboneElement | In-line definition of activity |
| .id | 0..1 | String | Unique id for inter-element referencing |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
| .kind | 0..1 | code | Appointment | CommunicationRequest | DeviceRequest | MedicationRequest | NutritionOrder | Task | ServiceRequest | VisionPrescription Bindingcare-plan-activity-kind(required) |
| .instantiatesCanonical | 0..* | canonical | Instantiates FHIR protocol or definition |
| .instantiatesUri | 0..* | uri | Instantiates external protocol or definition |
| .code | 0..1 | CodeableConcept | Detail type of activity Bindingprocedure-code(example) |
| .reasonCode | 0..* | CodeableConcept | Why activity should be done or why activity was prohibited Bindingclinical-findings(example) |
| .reasonReference | 0..* | Reference(Condition | Observation | DiagnosticReport | DocumentReference) | Why activity is needed |
| .goal | 0..* | Reference(Goal) | Goals this activity relates to |
| .status?! | 1..1 | code | not-started | scheduled | in-progress | on-hold | completed | cancelled | stopped | unknown | entered-in-error Bindingcare-plan-activity-status(required) |
| .statusReason | 0..1 | CodeableConcept | Reason for current status |
| .doNotPerform?! | 0..1 | boolean | If true, activity is prohibiting action |
| .scheduled[x] | 0..1 | Timing | Period | string | When activity is to occur |
| .location | 0..1 | Reference(Location) | Where it should happen |
| .performer | 0..* | Reference(Practitioner | PractitionerRole | Organization | RelatedPerson | Patient | CareTeam | HealthcareService | Device) | Who will be responsible? |
| .product[x] | 0..1 | CodeableConcept | Reference(Medication | Substance) | What is to be administered/supplied Bindingmedication-codes(example) |
| .dailyAmount | 0..1 | Quantity | How to consume/day? |
| .quantity | 0..1 | Quantity | How much to administer/supply/consume |
| .description | 0..1 | string | Extra info describing activity to perform |
| .note | 0..* | Annotation | Comments about the plan |