---
title: "GET /api/patient_lab_results"
method: GET
path: "/api/patient_lab_results"
tags: ["Clinical"]
---

# GET /api/patient_lab_results

`GET /api/patient_lab_results`

## Query parameters

- `cursor` string — The pagination cursor value.
- `page_size` integer — Number of results to return per page.
- `ordering_doctor` integer
- `since` string
- `patient` integer
- `doctor` integer

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` PatientLabResultSet[] — result data
    - `doctor_signoff` boolean — Check this box when the doctor has reviewed the lab result and taken appropriate action.
    - `loinc_code` string
    - `patient` integer, required
    - `ordering_doctor` integer, required
    - `lab_abnormal_flag` '' | 'L' | 'H' | 'LL' | 'HH' | '<' | '>' | 'N' | 'A' | 'AA' | 'null' | 'U' | 'D' | 'B' | 'W' | 'S' | 'R' | 'I' | 'MS' | 'VS' — HL7 codified abnormal flag for the result.
    - `lab_normal_range_units` string
    - `created_at` string
    - `lab_normal_range` string
    - `doctor_comments` string — Comment from the doctor on lab result.
    - `date_test_performed` string — Date of lab test.
    - `updated_at` string
    - `lab_result_value` string
    - `lab_result_value_as_float` number
    - `scanned_in_result` string — Scanned in PDF for this lab result (optional).
    - `title` string
    - `lab_order_status` '' | 'Order Entered' | 'Discontinued' | 'In Progress' | 'Results Received' | 'Results Reviewed with Patient' | 'Paper Order' — Status of the lab order.
    - `lab_imported_from_ccr` string — Imported CCR document that contains lab results.
    - `id` integer
    - `lab_result_value_units` string
  - `next` string — Next Paginated page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
