cgm

Get the list of patients' CGM entries available for the specified clinician.

get/cgm/patients/{patient_id}/whole_summary

Path parameters

patient_idinteger required

Query parameters

date_sincestring required
date_untilstring required
meal_namestring

Response

successful operation

bg_target_lowernumber

lower end of target range for BG, in mmoL/l

bg_target_uppernumber

upper end of target range for BG, in mmoL/l

date_sincestring required

calendar date in format YYYY-MM-DD

date_untilstring required

calendar date in format YYYY-MM-DD

glucose_averagenumber

average glucose value for the period

glucose_std_devnumber

standard deviation of glucose values for the period

Example response

{
  "date_since": "2020-05-01",
  "date_until": "2020-06-10",
  "glucose_period_stats": [
    {
      "time_of_day": "00:05",
      "unit": "mmol/L"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 15 revisions of this API.