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
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : CarePlan
Type: object
Show Source
Nested Schema : category
Type: array
The type of plan.
Show Source
Nested Schema : subject
Who the care plan is for.
Match All
Who the care plan is for.
Show Source
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 : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : Narrative
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top