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

# POST /api/patient_physical_exams

`POST /api/patient_physical_exams`

Create patient physical exam for CQM

## Query parameters

- `patient` integer
- `doctor` integer

## Response `201`

Created

- PatientPhysicalExam
  - `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`

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