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

# GET /api/problems/{id}

`GET /api/problems/{id}`

Retrieve an existing patient problems

## Path parameters

- `id` string, required

## Query parameters

- `patient` integer
- `doctor` integer

## Response `200`

OK

- PatientProblem
  - `category` string — The category of the problem. Either `problem-list-item` or `health-concern`
  - `icd_code` string — ICD9 or ICD10 code for the problem
  - `icd_version` '9' | '10' — Either `9` or `10`. If omitted in writing, default to 10.
  - `appointment` integer
  - `description` string
  - `info_url` string — External URL with more information about the problem, intended for patient education
  - `doctor` integer, required
  - `notes` string — Any additional notes by the provider
  - `verification_status` '' | 'unconfirmed' | 'provisional' | 'differential' | 'confirmed' | 'refuted' | 'entered-in-error' — The verification status of the problem: - `unconfirmed` - `provisional` - `differential` - `confirmed` - `refuted` - `entered-in-error`
  - `status` 'active' | 'inactive' | 'resolved' — Either `active`, `inactive` or `resolved`. If omitted in writing, default to `active`
  - `snomed_ct_code` string — SnoMED code for the problem
  - `abatement_date` string, date — The problem's resolution date.
  - `date_onset` string
  - `date_diagnosis` string
  - `date_changed` string
  - `patient` integer, required
  - `problem_type` '' | 'sdoh' | 'functional status' | 'disability status' | 'cognitive status' — The type of problem: - `sdoh`: Social Determinants of Health (SDOH). - `functional status`: Functional Status. - `disability status`: Disability Status. - `cognitive status`: Cognitive Status.
  - `id` integer
  - `name` string — Name of the problem

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