CarePlan REST Endpoints
Description
This topic describes information for the CarePlan resource.
Overview
The CarePlan resource describes the intention of how one or more practitioners plan to deliver care for a patient specific to an encounter.
Soarian Clinicals supports a read-only Application Programming Interface (API). This API accepts GET
and POST
based search and GET
based read interactions. The response represents the most current information about the patient that is charted in Soarian Clinicals at the time of the query.
The search results include the following fields if they contain values:
Terminology Bindings
-
Description: Type of plan.
Details: Request Category
System:
http://hl7.org/fhir/us/core/CodeSystem/careplan-category
CarePlan
The operations from the CarePlan category.
- Get a care plan by ID
- Method: getPath:
/CarePlan/{ID}
- Get a list of care plans
- Method: getPath:
/CarePlan