preliminary to final, amending a clinical conclusion after review, or attaching a PDF report after it has been generated.
Request
PATCH https://api.clinikapi.com/v1/labs/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Must be
application/json.Path parameters
The ID of the lab report to update (e.g.
lab_abc123).Body
Updated report status. One of:
registered, partial, preliminary, final, amended, corrected, appended, cancelled.Updated clinical conclusion text.
Updated SNOMED coded findings. Replaces the existing list.
Updated list of linked observation IDs. Replaces the existing list.
Updated ISO 8601 clinically relevant timestamp.
Updated performer practitioner ID.
Updated results interpreter practitioner ID.
Updated attached documents. Replaces the existing list.
Response
Returns200 OK with the full updated lab report resource.
The lab report ID.
Updated report status.
Updated conclusion text, if changed.
Standard response metadata including
requestId, timestamp, status, and rate-limit fields.