Skip to main content
PROTOTYPE — synthetic data only. Not medical advice.

One program · three device tiers

Meet patients where their tech is.

TensiónCare accepts readings from Bluetooth, Wi-Fi, and cellular BP cuffs on the same signed ingestion endpoint. The triage engine, patient-facing nudges, and clinician queue are identical across tiers — only the transport and the cost differ.

Tier 1 · Bluetooth

Cheapest, for patients comfortable with a smartphone.

Patient fit
Has a smartphone and is willing to open the app after each reading.
Device
Standard BLE cuff (e.g. Omron Complete / Evolv) — ~$40–60 upfront.
Upfront
≈ $40–60
Monthly
$0 device / patient pays subscription

Setup

  1. Patient installs the app and pairs the cuff once (BLE GATT 0x1810).
  2. Cuff talks to the phone; the phone POSTs the signed reading to the same endpoint.

Why choose it

  • Lowest hardware cost — best fit for uninsured, self-pay pilot.
  • Patient owns the device; no shipping logistics per enrollment.
  • Works with any vendor implementing the standard BLE BP profile.

Tradeoffs

  • Requires a modern smartphone and some tech comfort.
  • Readings only sync when the app is opened / in range.
Medicare RPM: Eligible for CPT 99454 if the app confirms automatic transmission (no manual entry).

Tier 2 · Wi-Fi

No phone needed at reading time; cuff uploads itself.

Patient fit
Has home Wi-Fi and can complete a one-time setup (or a family member can).
Device
Wi-Fi cuff (e.g. Omron 10 Series Wi-Fi) — ~$70–100 upfront.
Upfront
≈ $70–100
Monthly
$0 device / patient pays subscription

Setup

  1. One-time Wi-Fi provisioning during enrollment (phone or clinic tablet).
  2. Cuff pushes each reading to the vendor cloud → webhook into our endpoint.

Why choose it

  • Reading captured whether or not the phone is around.
  • Good middle ground for older patients who have Wi-Fi but rarely open apps.

Tradeoffs

  • Setup fails without stable Wi-Fi (rural / shared housing).
  • Requires vendor cloud → our webhook — one extra integration to maintain.
Medicare RPM: Eligible for CPT 99454 (automatic transmission built in).

Tier 3 · Cellular

Zero setup for the patient. Highest cost. Best for Medicare RPM.

Patient fit
No smartphone, no Wi-Fi, or wants a device that Just Works — often elderly / Medicare.
Device
Cellular hub (e.g. Omron VitalSight) — ~$100 device + ~$10/mo embedded LTE.
Upfront
≈ $100
Monthly
≈ $10 (LTE)

Setup

  1. Ship pre-provisioned hub; patient plugs it in and takes readings.
  2. Hub POSTs directly to our endpoint over LTE — no phone, no Wi-Fi.

Why choose it

  • Truly zero patient tech burden — highest adherence in older cohorts.
  • Institutionally proven (Northwestern, Mount Sinai VitalSight deployments).
  • Cleanest Medicare RPM billing story: fully automatic transmission from day 1.

Tradeoffs

  • Highest per-patient cost — reserve for patients where Tiers 1–2 aren't viable.
  • Requires vendor partnership (Omron VitalSight application in progress).
Medicare RPM: Purpose-built for CPT 99453/99454/99457 — the reference tier for reimbursement.

Why the app doesn't care which tier

Every reading — BLE from a paired phone, Wi-Fi from a home cuff, or LTE from a cellular hub — is signed and POSTed to /api/public/ingest/reading. The payload carries a deviceType tag for reporting, but the Kaiser 2019 triage engine, KDIGO carve-outs, motivational-interviewing nudges, and clinician alert queue run the same code path for all three. That means we can enroll a Medicare patient on cellular and their uninsured neighbor on a $40 BLE cuff into the exact same program — one triage engine, one clinician queue, two very different cost profiles.

Recommended vendor family: Omron — they ship devices across all three tiers so patients can move between tiers without switching brands or re-teaching cuff placement.