v1

latestOpenAPI 3.1.02026-07-26364986.4 KB
CarePlans

List care plans

List medical record care plans for the current user's accessible patients.

get/api/2026-01-01/medical-record/care-plans

Query parameters

page[limit]integer

The number of records to return

page[cursor]string
Example:eyJwYWdlIjoyLCJzaXplIjo1fQ==

The Base64 encoded cursor to start the list from. Contains page and size information for pagination.

sortstring
Example:-created_at

Comma-separated sort fields. Prefix with - for descending order (e.g. -created_at). Allowed: created_at, updated_at

patient_id[eq]string uuid

Filter by patient public ID

category[eq]'treatment_plan'

Filter by category. Allowed values: treatment_plan

encounter_id[eq]string uuid

Filter by encounter public ID

Response

List of care plans

cursorstring nullable

Cursor for fetching the next page of results

limitinteger required

Maximum number of items returned

hasNextPageboolean required

Whether there are more items available