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

# GET /api/patient_physical_exams

`GET /api/patient_physical_exams`

Retrieve or search patient physical exams for CQM

## Query parameters

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

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` PatientPhysicalExam[] — result data
    - `value_name` string — Description of value
    - `value_code_system` string — Can be `SNOMEDCT`, `ICD10CM`, `LOINC`
    - `code` string — Code from different code system
    - `appointment` string
    - `name` string — Description of physical exam
    - `doctor` integer, required
    - `created_at` string
    - `effective_time` string
    - `value_code` string — Code from different code system represent physical exam value
    - `patient` integer, required
    - `id` integer
    - `code_system` string — Can be `SNOMEDCT`, `LOINC`
  - `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)
