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

# Get list of rdis for the patient

`GET /patients/{patient_id}/rdi`

## Path parameters

- `patient_id` integer, required

## Response `200`

successful operation

- RdiResponse[]
  - `age` integer, required
  - `country` 'Canada' | 'USA', required
  - `nutrients` RdiNutrientResponse[], required
    - `classification` 'daily_rda' | 'daily_ul' | 'n/a', required — description of the value
    - `nutrient` string, required — current nutrient
    - `unit` string, required — unit of measure for this nutrient
    - `value_high` number, nullable — high end threshold of an rdi or the maximum target
    - `value_low` number, nullable — low end threshold of an rdi or the minimum target
  - `sex` string, required — sex of the patient as indicated in their profile

---

[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/04eb7a66328a?raw)
