v1

latestOpenAPI 3.1.02026-07-26364986.4 KB
Observations

List observations

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

get/api/2026-01-01/medical-record/observations

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, issued_at

patient_id[eq]string uuid

Filter by patient public ID

category[eq]'vital_signs' | 'laboratory' | 'exam'

Filter by category. Allowed values: vital_signs, laboratory, exam

encounter_id[eq]string uuid

Filter by encounter public ID

Response

List of observations

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