patient

Get list of rdis for the patient

get/patients/{patient_id}/rdi

Path parameters

patient_idinteger required

Response

successful operation

ageinteger required
country'Canada' | 'USA' required
sexstring required

sex of the patient as indicated in their profile

Example response

[
  {
    "nutrients": [
      {
        "unit": "mcg"
      }
    ]
  }
]

Changes