---
title: "GET /patients/{patientId}/problems"
method: GET
path: "/patients/{patientId}/problems"
tags: ["PatientProblems"]
---

# GET /patients/{patientId}/problems

`GET /patients/{patientId}/problems`

## Path parameters

- `patientId` string, required

## Response `200`

OK

- PatientProblemDto[]
  - `id` string
  - `patientId` string
  - `diagnosisTermId` string, nullable — Soft reference to reference_data.diagnosis_terms; null for free-text problems.
  - `name` string — Snapshotted display name (coded term name at time of selection, or free text).
  - `bodySystem` string, nullable
  - `status` string
  - `confidence` string
  - `chronicity` string, nullable
  - `severity` string, nullable
  - `onsetDate` string, date-time, nullable
  - `resolvedDate` string, date-time, nullable
  - `notes` string, nullable
  - `sourceSoapNoteId` string, nullable
  - `createdById` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
