---
title: "GET /api/procedures/{id}"
method: GET
path: "/api/procedures/{id}"
tags: ["Billing"]
---

# GET /api/procedures/{id}

`GET /api/procedures/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `mu_date` string
- `patient` integer
- `doctor` integer
- `mu_date_range` string
- `appointment` integer
- `service_date` string

## Response `200`

OK

- Procedure
  - `status` string
  - `code` string
  - `patient` integer — Patient ID
  - `description` string
  - `doctor` integer — Doctor ID
  - `created_at` string
  - `updated_at` string
  - `procedure_type` 'C' | 'H' | 'U' | 'S' — One of `"CPT(C)"`, `"HCPCS(H)"`, `"Custom(U)"`
  - `date` string — Date of service for the procedure
  - `appointment` integer — Appointment ID
  - `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)
