---
title: "Get list of supplements for the patient"
method: GET
path: "/patients/{patient_id}/supplement/{patient_supplement_id}"
tags: ["supplement"]
---

# Get list of supplements for the patient

`GET /patients/{patient_id}/supplement/{patient_supplement_id}`

## Path parameters

- `patient_id` integer, required
- `patient_supplement_id` integer, required

## Response `200`

successful operation

- PatientSupplementResponse
  - `comment` string, nullable — comments relating to the supplement
  - `created_time` string, date-time
  - `frequency` string, required — daily, weekly, monthly, hourly, irregular
  - `id` integer, required
  - `instructions` string, nullable — instructions
  - `name` string, required — name of the supplement
  - `patient_id` integer, required
  - `prescribed_by` string, nullable — who has asked the patient to take the supplement
  - `qty_per_frequency` number, required
  - `qty_unit_of_measure` string, required — Unit of Measure
  - `qty_unit_size` number, required
  - `reason_for_taking` string, nullable — why is the patient taking the supplement?
  - `related_usda_id` integer, nullable — if available in the food DB, include the USDA id for the nutrition link
  - `updated_time` string, date-time

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/750cc0d96a93?raw)
