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

# GET /api/patient_risk_assessments/{id}

`GET /api/patient_risk_assessments/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `patient` integer
- `doctor` integer

## Response `200`

OK

- PatientRiskAssessment
  - `value_name` string
  - `value_code_system` string
  - `code` string
  - `appointment` string
  - `name` string
  - `doctor` integer, required
  - `created_at` string
  - `effective_time` string
  - `value_code` string
  - `patient` integer, required
  - `id` integer
  - `code_system` string

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