supplement

Get list of supplements for the patient

get/patients/{patient_id}/supplement/{patient_supplement_id}

Path parameters

patient_idinteger required
patient_supplement_idinteger required

Response

successful operation

commentstring nullable

comments relating to the supplement

created_timestring date-time
frequencystring required

daily, weekly, monthly, hourly, irregular

idinteger required
instructionsstring nullable

instructions

namestring required

name of the supplement

patient_idinteger required
prescribed_bystring nullable

who has asked the patient to take the supplement

qty_per_frequencynumber required
qty_unit_of_measurestring required

Unit of Measure

qty_unit_sizenumber required
reason_for_takingstring nullable

why is the patient taking the supplement?

related_usda_idinteger nullable

if available in the food DB, include the USDA id for the nutrition link

updated_timestring date-time

Example response

{
  "comment": "under review by clinician",
  "name": "calcium",
  "qty_unit_of_measure": "mcg"
}

Changes