Get a list of care plans
get
/CarePlan
Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.
Retrieves a list of care plans that meet the supplied query parameters.
Request
Query Parameters
-
_id: string
The logical resource ID.
-
_revinclude: string
The related Provenance resources to include in the search bundle.Allowed Values:
[ "Provenance:target" ] -
category: string
The type of plan.
-
patient: string
Who the care plan is for.
Header Parameters
-
accept(required): string
The media type to be requested.
Example:
application/fhir+json -
authorization(required): string
The credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
There's no request body for this operation.
Back to TopResponse
200 Response
Successful search response.
Root Schema : schema
Type:
Show Source
object-
entry: array
entry
-
id(required): string
-
link: array
link
-
resourceType(required): string
Allowed Values:
[ "Bundle" ] -
type(required): string
Nested Schema : CarePlan
Type:
Show Source
object-
category(required): array
category
The type of plan.
-
id(required): string
-
intent(required): string
The level of authority or intentionality associated with the care plan and where the care plan fits into the workflow chain.
-
resourceType(required): string
Allowed Values:
[ "CarePlan" ] -
status(required): string
An indicator that the plan is currently being acted upon, represents future intentions, or is now a historical record.
-
subject(required):
subject
Who the care plan is for.
-
text:
text
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human.
Nested Schema : text
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human.
Match All
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human.
Show Source
Nested Schema : BundleLink
Type:
Show Source
object-
relation: string
Allowed Values:
[ "self", "next", "previous" ] -
url: string
(uri)
Default Response
An OperationOutcome
describing any error that occurred.
Root Schema : OperationOutcome
Type:
Show Source
object-
issue(required): array
issue
-
resourceType(required): string
Allowed Values:
[ "OperationOutcome" ]