v2

latestOpenAPI 3.0.02026-07-2632977728.5 KB
Clinical

Retrieve or search patients in batches. This resource returns identical data to GET /api/patients but uses an asynchronous batch-based approach to data delivery. This is an efficient choice for large historical record loading use cases. Retrieve the results/status of a previously created patient_list request using the UUID returned in the response. Results are ordered by patient ID number.

get/api/patients_list

Query parameters

uuidstring required

The UUID token for submitted batch request. This is returned in the response of the create request.

Response

OK

statusstring

Status of the request. Possible values are "In progress" or "Complete".

uuidstring

UUID of the batch request.