Skip to main content
POST
Requires scope: api:manage-patients Partial success is supported — check errors alongside items.

Parameters

list[CreatePatientRequest]
required
Each item follows the same shape as create_patient (validated server-side).

Returns

PatientBatchResult
int
Number of patients processed in this request.
list[PatientBatchItem]
Successful creations with index and new id.
int
Input index in the batch.
str
New Olira patient id.
str | None
Optional provenance hint from API.
list[BatchError]
Per-row failures (index, code, message).

Raises