# Heart-Failure Telemonitoring: Callbacks, Triage, Trial Gaps

Dr. Amira Hassan · August 24, 2026

> Heart-failure telemonitoring explained: adhesive patches stream heart rate and SpO2 to cloud dashboards, driving callbacks and triage—plus the trial gaps.

## Patch to Phone Call

```html

The service level is won or lost between the patch and the phone, so it pays to walk the pipe end to end. Adhesive chest or wrist sensors in the Current Health / VitalConnect BioSticker class sample heart rate and oxygen saturation continuously — at the beat level, since a single cardiac cycle lasts just 0.6–1 second according to Wikipedia's pulse physiology entry — and stream every reading to a cloud dashboard. A rules engine then compares each value against two fixed cutoffs: HR above 110 bpm and SpO2 below 92%. Those cutoffs are not arbitrary. They descend from hospital early-warning scores: the Royal College of Physicians' NEWS2 awards escalating points across heart-rate and oxygen-saturation bands on its Scale 1. They also sit deliberately above normal human variation — resting pulse runs 60–100 bpm per the same physiology reference, so a sustained reading above 110 clears the physiologic ceiling by more than 10 bpm before anyone gets paged.

"Sustained" is the load-bearing word. An alert fires only after two consecutive out-of-range readings at least 10 minutes apart — a construction that mirrors the rolling 10–30 minute confirmation windows built into commercial deterioration engines. The two-reading gate exists to separate persistent physiological change from the transients that dominate continuous telemetry: a flight of stairs, a double espresso, a wrist sensor worn loose enough to misread. Remove the gate and every one of those artifacts becomes a page, and the 15-minute promise collapses under alarm volume it was never staffed to absorb.

Queue mechanics decide whether the promise is real. Sustained alerts land on an RN-staffed dashboard, and the 15-minute clock starts at alert generation — not at nurse acknowledgment. Programs that report median time-to-acknowledgment are measuring the wrong endpoint; an acknowledged page with no completed callback is a page, not care. The SLA also only holds if an after-hours coverage path exists, because deterioration does not respect business hours. The overnight case is concrete: acute COPD exacerbations are triggered by viral and bacterial infections and irritant exposure, per Wikipedia's COPD entry, and nocturnal oxygen decline is precisely the pathway a sustained low-SpO2 alert exists to catch earlier.

| Pipeline stage | Operating spec | Failure mode if skipped |
| --- | --- | --- |
| Adhesive patch (Current Health / VitalConnect BioSticker class) | Continuous HR and SpO2 streamed to cloud | Episodic sampling misses every event shorter than the gap between readings |
| Rules-engine cutoffs | HR >110 bpm; SpO2

Canonical: https://getpulse.care/blog/heart-failure-telemonitoring-callbacks-triage-trial-gaps.php
Markdown: https://getpulse.care/blog/heart-failure-telemonitoring-callbacks-triage-trial-gaps.php/index.md
