Track infections through resting heart rate

栏目: IT技术 · 发布时间: 4年前

内容简介:Early Infection Alert on an Apple Watch based on resting heart rate elevation.Early detection is crucial in stopping the spread of infection. We should use all the tools at our disposal.Infections elevate your resting heart rate, sometimes even before you

Infection Alert

Early Infection Alert on an Apple Watch based on resting heart rate elevation.

Executive Summary

Early detection is crucial in stopping the spread of infection. We should use all the tools at our disposal.

Infections elevate your resting heart rate, sometimes even before you can feel the symptoms or the temperature is elevated. 1 2

Wearables provide an accurate way to measure resting heart rate during sleep by wearing the watch during the night.

We first create a personal baseline over a couple of nights, then every morning compare the recording with the previous baseline.

Elevation of the resting heart rate over the baseline could indicate an infection.

We display a green/ :white_check_mark: (not elevated) red/:exclamation: (elevated) symbol on the apple watch face and anonymously collect the data into a public database.

Other factors could elevate the resting heart rate, such as:

  • high stress
  • Alcohol
  • lack of sleep.
  • ... But the user is usually aware of them.

I expect this to have a fairly low false-negative rate (high sensitivity) but a pretty high false-positive rate (low specificity).

Method of collection

Apple watch collects heart rate data continuously. The users would ideally wear the watch during the night.

Data is extracted from the Apple HealtKit API in the morning, and resting heart rate elevation calculated.

Collecting with a phone (without apple watch)

Resting Heart Rate can be measured with a smartphone app Instant Heart Rate 4 (clinically validated) and anonymously transferred to the Infection Alert app using the Azumio Connect SDK. 3

Care must be taken that all resting heart rate measurements are done at approximately the same time daily and in sitting resting state.

Creating a global map of resting heart rate elevations

Let's anonymously collect all resting heart rate data from users who want to participate. With enough coverage, we can create an infection spread map.

What to collect (per user per day):

  • daily heart rate measurements (close to raw data for tracking back and recalculation with a better algorithm)
    • heart rate
    • timestamp
    • activity level
  • daily resting heart rate and elevation above the resting heart rate
  • location of the user (could randomly blur the exact location to protect privacy)
  • unique id of the user (randomly generated on the device at install time)

Data availability

All anonymized data is stored in a publicly accessible repository, so any researcher can have free access to it.

Dashboards can be built...

Technical implementation

Backend for storing

Google BigQuery for storing, heart rate and location data.

HeartRate:

  • userid
  • location
  • timestamp
  • day
  • baseline
  • heart rate
  • raw data records
    • timestamp
    • heart rate
    • motion

About Author

I'm Peter Kuhar, I've developed the most successful heart rate measurement app for iOS and Android. With more than 50M Downloads.

I've also participated in research regarding heart pulse signals, wearables... and lead internal research efforts.

This is a personal project outside my work at Azumio Inc.

References

[1] Harnessing wearable device data to improve state-level real-time surveillance of influenza-like illness in the USA: a population-based study - https://www.thelancet.com/journals/landig/article/PIIS2589-7500(19)30222-5/fulltext

[2] Digital Health: Tracking Physiomes and Activity Using Wearable Biosensors Reveals Useful Health-Related Information https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5230763/

[3] https://github.com/azumio/instantheartrate-connect-ios


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

可用性工程

可用性工程

尼尔森 / 刘正捷 / 机械工业出版社 / 2004-1 / 28.00元

《可用性工程》系统地介绍可用性工程,被国际可用性工程界一致推崇为该领域的最佳入门书籍。《可用性工程》着重讲述了能取得良好成本效益的可用性方法,并详细介绍了在软件开发生命周期的不同阶段如何运用这些方法,以及其他与可用性相关的特殊问题。一起来看看 《可用性工程》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具