Care Plan
A Care Plan is a general resource that represents a provider’s intention to care for patients.
Sample Query
Find care plans for a specific patient:
https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir/CarePlan?patient=f4968df0-3121-e611-8128-0a69c1b3225b
Overview
See the FHIR documentation for more information about Care Plan resources.
Mapped Concepts in HIEBus
- CareTaskGroup
- CareTask
Supported Interactions
Care Plan resources support the following interactions.
Search Parameters
When searching for Care Plan resources, the following search parameters are supported.
Name | Type | Prefixes
Modifiers |
Can be Chained? | Description |
---|---|---|---|---|
_id | Token | Resource id. | ||
_lastUpdated | Date | lt le gt ge | When the resource last changed. | |
_source | Uri | :missing | Where the resource comes from. | |
activitydate | Date | ne lt le gt ge sa eb ap :missing | Specified date occurs within period specified by CarePlan.activity.timingSchedule. | |
category | Token | :not :in :not-in :missing | Search by category. | |
date | Date | ne lt le gt ge sa eb ap | Time period plan covers. | |
goal | Reference | :missing | yes | Desired outcome of plan. |
patient | Reference | :missing | yes | The patient the CarePlan is about. |
provenance-agent | Reference | :missing | yes | Search by provenance, specified by its author (aka originator) Organization. |
status | Token | :missing | See the HL7 FHIR documentation. | |
subject | Reference | :missing | yes | The patient the CarePlan is about. Functionally identical to the "patient" search parameter. |
Sortable Parameters
When searching Care Plan resources, it is possible to sort the returned values by the following search parameters.
- date
- _id
Only one sort parameter may be specified.
Supported Includes
When searching Care Plan resources, it is possible to include the resources referenced by the following field names.
- Goal
- Patient
- Provenance Agent
- Subject
Supported Operations
Care Plan supports the following extended operations.