cgm

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

get/cgm/patients/{patient_id}/section_summaries

Path parameters

patient_idinteger required

Query parameters

date_sincestring required
date_untilstring required

Response

successful operation

headingstring

descriptive name to be used as the section heading

Example response

[
  {
    "glucose_delta_foods": [
      {
        "exercise": [
          {
            "exercise_date": "2019-01-02",
            "exercise_time": "08:00:00",
            "intensity": "low",
            "source": "healthkit",
            "source_id": "35C09300-FAB6-460E-95B5-8EF4EC5663A3"
          }
        ],
        "food_alpha_index": "A1",
        "food_photo_url": ".../foods",
        "food_string_with_gi": "beets (2.2g/low)",
        "glucose": [
          {
            "timestamp": "2016-03-22T21:03:41",
            "unit": "mmol/L"
          }
        ],
        "glucose_max_time": "2022-03-03 04:00:00",
        "glucose_min_time": "2022-03-03 04:00:00",
        "insulin": [
          {
            "medication_date": "2019-01-02",
            "medication_time": "08:00:00"
          }
        ],
        "meal_date": "2021-05-02",
        "meal_time": "09:33:02"
      }
    ],
    "heading": "Times When Blood Sugar Went Up More Than..."
  }
]

Changes