Care Plan

A Care Plan is a general resource that represents a provider’s intention to care for patients.

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 ne  lt  le  gt  ge  sa  eb  ap  When the resource last changed.
_source Uri :missing  Where the resource comes from.
activity-reference Reference :missing  yes Activity details defined in specific resource.
category Token :missing  Type of plan.
date Date ne  lt  le  gt  ge  sa  eb  ap  :missing  Time period plan covers.
goal Reference :missing  yes Desired outcome of plan.
intent Token :missing  proposal | plan | order | option.
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  draft | active | on-hold | revoked | completed | entered-in-error | unknown.
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.

  • Activity Reference
  • Goal
  • Patient
  • Provenance Agent
  • Subject

Back to Resources