clinik.labs manages FHIR R4 DiagnosticReport resources — the records that aggregate laboratory, radiology, and pathology results into a structured report. A lab report references one or more Observation resources that hold the individual result values. Use the include option on read to fetch those observations in a single request.
create
Report status:
registered, partial, preliminary, final, amended, corrected, appended, or cancelled.LOINC report type. Pass a string for free text, or an object with
system, code, and display.The ID of the patient this report belongs to.
Encounter associated with this lab report.
Clinically relevant time for the report (ISO 8601).
IDs of
Observation resources included in this report.Report category:
LAB, RAD, or PAT.Free-text clinical conclusion.
Coded SNOMED CT findings, each with
system, code, and display.Name or ID of who performed the diagnostic service.
Name or ID of who interpreted the results.
IDs of specimen resources used in this report.
Attached document representations, each with
contentType, optional data (base64), url, and title.read
include: ['Observation'] to fetch the referenced result observations alongside the report.
update
delete
search
Filter by patient ID.
Filter by report status.
Filter by category:
LAB, RAD, or PAT.Return reports on or after this date (ISO 8601).
Return reports on or before this date (ISO 8601).
Results per page. Maximum: 100.
Pagination cursor from a previous response.