---
title: "GET /api/lab_orders_summary/{id}"
method: GET
path: "/api/lab_orders_summary/{id}"
tags: ["Clinical"]
---

# GET /api/lab_orders_summary/{id}

`GET /api/lab_orders_summary/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `since` string
- `patient` integer
- `doctor` integer

## Response `200`

OK

- LabOrder
  - `status` string — Equivalent to HL7's ORC.5. Defaults to `"N"`. Value | Notes ----- | ----- `"N"` | not sent | `"Q"` | queued for processing | `"A"` | `ABN (Advance Beneficiary Notice)` required | `"S"` | send | `"R"` | results received | `"E"` | error |
  - `documents` string[] — Associated `/lab_documents` objects
  - `patient` integer, required
  - `doctor` integer, required
  - `timestamp` string — Time at which the order was submitted. Defaults to now
  - `notes` string
  - `accession_number` string — For external use only
  - `requisition_id` string — The ID printed on the requisition PDF. Generally the same as id.
  - `external_requisition_id` string — Alternative requisition ID field for orders created outside of DrChrono.
  - `priority` 'N' | 'S' — `"Normal"` or `"STAT"`. Default `"Normal"`
  - `icd10_codes` object[] — ICD-10 codes of the conditions which the tests concerns.
    - `code` string — The numeric ICD-10 code
    - `description` string — Short description of the ICD-10 code
  - `sublab` integer, required
  - `id` integer

## 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)
