Appointments
Confirm Blood Draw
Record that blood has been drawn and trigger the lab order pipeline
POST
Record that a blood draw has been completed and trigger the lab order pipeline. Submit the numeric barcode from the blood draw kit to link the physical sample to the appointment.
Request
Path parameters
Unique identifier (UUID) of the appointment to confirm.
Body parameters
Numeric barcode string printed on the blood draw kit. Used to associate the physical sample with
this appointment.
Response
On success, the API returns200 OK confirming the lab order pipeline has been triggered.
true when the blood draw has been recorded and the lab order pipeline triggered.Error responses
| Status | Description |
|---|---|
400 | Validation error — e.g., barcode is missing or has an invalid format. |
403 | Forbidden — your API key does not have access to this operation. |
404 | Appointment not found. |
500 | Internal server error. |