---
title: "Show Patient Supplement"
method: GET
path: "/provider/patients/{patient_id}/supplements/{id}"
tags: ["Supplements"]
---

# Show Patient Supplement

`GET /provider/patients/{patient_id}/supplements/{id}`

## Path parameters

- `patient_id` string, required
- `id` string, required

## Response `200`

Successful response

- PublicSupplementBlueprintOne
  - `id` string
  - `product_name` string
  - `quantity` string
  - `sig_text` string
  - `strength` string
  - `strength_uom` string

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
