Track infections through resting heart rate

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

内容简介: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


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

查看所有标签

猜你喜欢:

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

社会化营销

社会化营销

陈亮途 / 万卷出版公司 / 2011-10-1 / 45.00元

这是一本讲述社会化媒体营销的书。今天,社会化媒体营销和移动互联网的势头已经是锐不可当的了,而这两者正正是最需要创意才能跟顾客,跟大众建立关系,创造利润的。假如国内的企业还是以不规范的手段来做营销行为,那么我们的营销水平一定会更加低落。本书作者一直以提升国内营销素质和营销人员的水平作为使命,经常穿梭于世界各地,本书正是作者工作经验的结晶,在书中,作者列举了大量国内外的成功(失败)案例,以帮助读者理解......一起来看看 《社会化营销》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试