04-27-2023 04:10
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-27-2023 04:10
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi,
We're planning to develop a physician notification/intervention module into our healthcare platform where we want to physicians to be automatically notified if irregular heartbeats are detected on a consenting patient. Physicians could be recommending patients to wear more fitbits if this feature was available.
I could not find an api endpoint or subscription/notification feature in the web api that gives me this (i.e. irregular heartbeat or afib notification). This could be a notification or a api endpoints that gives the irregular heartbeat logs. Can someone please let us know if such an api is available/under-development or will be available in the future?

- Labels:
-
JavaScript
04-27-2023 04:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-27-2023 04:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Just to be clear, i do know afib diagnosis is available via ECG api when the wearer actively uses the ECG app. But this question is for the other (passive) method of monitoring for irregular heartbeats and the resulting afib notification that is available on devices like the sense etc.

05-01-2023 06:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



05-01-2023 06:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @sathishp
The Web APIs are not designed to send notifications outside of a webhook notification. The webhook notifications let your application know there is new data to download.
I'm not aware of an Fitbit API that can provide notifications for irregular heart beat. However, I'm going to move this post to the Device SDK forum to see if they have such functionality that can help you.
Gordon
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google

05-02-2023 10:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-02-2023 10:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi Gordon,
Is there a web api where i can pull an afib diagnosis or a log of afib diagnoses that are made as a result of monitoring "irregular heartbeat rhythms"? I am not necessarily looking for a webhook notification, but if i can call an api at intervals and get a log of afib diagnoses, that might do. Please note that i'm talking only about "irregular heartbeat rhythm" feature and NOT the diagnosis from ECG app
Sathish

05-04-2023 11:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



05-04-2023 11:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @sathishp
We don't expose any aFib diagnosis information through the Web API. The closest thing we would have is the response from the Get ECG Log List endpoint. See https://dev.fitbit.com/build/reference/web-api/electrocardiogram/get-ecg-log-list/
The Fitbit devices are not medical grade devices. The devices and the ECG API are for research use or investigational use only, and are not intended for clinical or diagnostic purposes.
Gordon
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google

