CarePlan
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.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/CarePlan| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/CarePlan/[id] |
| Vread | GET | /fhir/R5/CarePlan/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/CarePlan/[id] |
| Patch | PATCH | /fhir/R5/CarePlan/[id] |
| Delete | DELETE | /fhir/R5/CarePlan/[id] |
| Create | POST | /fhir/R5/CarePlan |
| Search | GET | /fhir/R5/CarePlan?... |
| History | GET | /fhir/R5/CarePlan/[id]/_history |
| Type-history | GET | /fhir/R5/CarePlan/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
identifier | Identifier | 0..* | External Ids for this plan |
instantiatesCanonical | canonical | 0..* | Instantiates FHIR protocol or definition |
instantiatesUri | uri | 0..* | Instantiates external protocol or definition |
basedOn | Reference | 0..* | Fulfills plan, proposal or order |
replaces | Reference | 0..* | CarePlan replaced by this CarePlan |
partOf | Reference | 0..* | Part of referenced CarePlan |
status | code | 1..1 | draft |
intent | code | 1..1 | proposal |
category | CodeableConcept | 0..* | Type of plan |
title | string | 0..1 | Human-friendly name for the care plan |
description | string | 0..1 | Summary of nature of plan |
subject | Reference | 1..1 | Who the care plan is for |
encounter | Reference | 0..1 | The Encounter during which this CarePlan was created |
period | Period | 0..1 | Time period plan covers |
created | dateTime | 0..1 | Date record was first recorded |
custodian | Reference | 0..1 | Who is the designated responsible party |
contributor | Reference | 0..* | Who provided the content of the care plan |
careTeam | Reference | 0..* | Who's involved in plan? |
addresses | CodeableReference | 0..* | Health issues this plan addresses |
supportingInfo | Reference | 0..* | Information considered as part of plan |
goal | Reference | 0..* | Desired outcome of plan |
activity | BackboneElement | 0..* | Action to occur or has occurred as part of plan |
note | Annotation | 0..* | Comments about the plan |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
activity-reference | reference | Activity that is intended to be part of the care plan |
based-on | reference | Fulfills CarePlan |
care-team | reference | Who's involved in plan? |
category | token | Type of plan |
condition | reference | Reference to a resource (by instance) |
custodian | reference | Who is the designated responsible party |
date | date | When the event occurred |
encounter | reference | Encounter related to the activity recorded in the AuditEvent |
goal | reference | Desired outcome of plan |
identifier | token | Account number |
instantiates-canonical | reference | Instantiates FHIR protocol or definition |
instantiates-uri | uri | Instantiates external protocol or definition |
intent | token | proposal |
part-of | reference | Part of referenced CarePlan |
patient | reference | The entity that caused the expenses |
replaces | reference | CarePlan replaced by this CarePlan |
status | token | draft |
subject | reference | Who the care plan is for |
Reference
- Official FHIR R5 spec:
CarePlan - Maturity: Trial Use 2 (FMM 2).