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

# PUT /patients/{patientId}/problems/{id}

`PUT /patients/{patientId}/problems/{id}`

## Path parameters

- `patientId` string, required
- `id` string, required

## Request body

- UpdatePatientProblemDto
  - `status` string, nullable
  - `confidence` string, nullable
  - `chronicity` string, nullable
  - `severity` string, nullable
  - `onsetDate` string, date-time, nullable
  - `resolvedDate` string, date-time, nullable
  - `notes` string, nullable

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

## Other responses

- `404` — Not Found

---

[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/revisions/d8d7501dde48/schema)
