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.
category Token :missing  Type of plan.
date Date ne  lt  le  gt  ge  sa  eb  ap  :missing  Time period plan covers.
intent Token :missing  proposal | plan | order | option.
patient Reference :missing  yes Who care plan is for.
provenance-agent Reference :missing  yes Search by provenance, specified by its author (aka originator) Organization.
status Token :missing  draft | active | suspended | completed | entered-in-error | cancelled | unknown.
subject Reference :missing  yes Who care plan is for.

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.

  • Patient
  • Provenance Agent
  • Subject

Back to Resources