Bottom line
Even if you’re outside HIPAA, you may be inside the FTC’s updated Health Breach Notification Rule (HBNR). If you run wellness programs, symptom trackers, fitness/medication apps, telehealth add-ons, or collect health-adjacent signals (cycle tracking, mood, sleep, glucose reminders), you likely touch PHR-identifiable health information. The FTC’s Apr 26, 2024 HBNR update clarifies that health apps and similar technologies are covered and expands what must be disclosed after a breach [1]. Pair that with a lightweight SMB security program (MFA, least-privilege, vendor controls), and you’ve got a workable compliance + risk posture—without freezing product velocity.
Why this matters (in plain terms)
Scope clarified: Health apps and connected services can be covered by HBNR, even when HIPAA doesn’t apply—especially when compiling data from multiple sources (user input, devices, APIs) [1][2].
“Breach” ≠ just hacking: Unauthorized disclosure—like sending sensitive health data to analytics/ad platforms without proper authorization/notice—can trigger HBNR duties. GoodRx (2023) and BetterHelp (2023) show the FTC will enforce [3][4][5].
Boards ask for basics: SMBs lag on MFA, role discipline, phishing resilience, and vendor risk—gaps documented in CRI’s 2024 SMB report [6][7].
Use a modern yardstick: NIST CSF 2.0 (Feb 26, 2024) offers a straightforward way to score where you are and plan improvements [8][9].
Who is likely covered (outside HIPAA)
- Vendors of Personal Health Records (PHRs): apps/services that draw health info from multiple sources for an individual.
- PHR-related entities & service providers: companies that interact with PHR vendors (cloud, analytics, notifications) and can access PHR-identifiable data.
- Not limited to “medical” apps: fitness, nutrition, reproductive health, mental wellness, medication reminders, etc., can fall in scope [2].
What counts as a “breach”
Unauthorized acquisition of unsecured PHR-identifiable health info—including transfers to third parties (ad/analytics, social pixels, data brokers) without valid authorization/notice. Evaluate whether logs, SDKs, or event streams expose health data directly or by inference [2][1].
Notification expectations (high level)
Notify individuals without unreasonable delay (subject to the Rule’s outer limit) and notify the FTC for larger incidents; the Commission publishes breaches affecting ≥500 individuals. Use the FTC’s HBNR hub for timing/method/content specifics (and standard form) [2].
Note: Coordinate with counsel; this is an operational checklist, not legal advice.
The practical to-do list (workable in small teams)
1) Map your health-adjacent data (2–3 days)
What do you collect (fields, inferences)? Where is it stored (prod, analytics, backups)? Who touches it (roles/vendors)? Flag anything that can identify a person + health info (even UI events like /period_start, medication names, diagnosis hints). Document notices/consents and sharing limits—your HBNR “source of truth” [2].
2) Shut off unauthorized flows (quick wins)
Pixels/SDKs: Remove/lock down marketing or analytics SDKs that can receive health data. Prevent event names/parameters that reveal health info; use allow-lists and hashing where appropriate. Recent FTC actions show the risk [3][5].
Minimize by default: Collect only what’s needed; reduce retention (e.g., 90-day raw logs → aggregated). Less data = smaller blast radius. Align with CISA “Secure by Design” principles [10].
3) Enforce identity & access basics (1–2 sprints)
- MFA everywhere (workforce, admin consoles, third-party dashboards).
- Least-privilege roles; break-glass is logged and time-bound.
- 24h off-boarding; quarterly access recertifications.
- Phishing drills; track failure rate and remediate.
These are the highest-leverage SMB fixes per CRI 2024 [6].
4) Vendor diligence that fits a small team (repeatable)
Keep a one-pager: data location, sub-processors, auth model (SAML/OIDC), encryption, breach SLA/notice path, and HBNR awareness if they can touch PHR-identifiable data. Add DPAs that prohibit advertising re-use and require prompt breach notice. Verify event filtering—no disallowed parameters (condition names, medications, pregnancy status) [2].
5) Incident playbook (so day one isn’t chaos)
Decision matrix: what’s reportable under HBNR; who determines harm/likelihood; counsel lead. Comms templates: individual notices (plain language), FTC submission, support FAQs, and media lines. Clock starts at discovery—tabletop quarterly. Anchor roles/timing to NIST CSF 2.0 governance [9].
6) Govern AI experiments (don’t let pilots leak data)
Keep sensitive fields out of external LLMs unless justified with consent and vendor terms forbidding training. Maintain an AI register (dataset, purpose, approver, HITL review, evaluation notes). Review user-facing explanations; log adverse events [9].
KPIs (make progress visible)
- MFA coverage (% accounts enforced).
- Least-privilege adoption (% high-risk roles off shared/prod access).
- Phishing fail rate (quarterly trend).
- Vendor review coverage (% critical vendors with current one-pagers/DPAs).
- Mean-time-to-contain and % incidents with required notifications documented.
These align with CRI SMB findings and NIST CSF 2.0 measurement guidance [6][9].
30–60 day rollout (small-team friendly)
Weeks 1–2 — Baseline & controls
- Data map + pixel/SDK audit; remove risky flows.
- Turn on MFA; lock prod access; start vendor one-pagers [7].
Weeks 3–4 — Policy & playbook
- Write HBNR-aware incident playbook (matrix + templates).
- Kick off first phishing drill; schedule quarterly.
- Define AI register (if pilots exist) [9].
Weeks 5–8 — Drill & verify
- Tabletop: unauthorized disclosure via analytics SDK; time each step.
- Close gaps; finalize DPAs; report KPI deltas (MFA ↑, fail rate ↓, vendor coverage ↑).
What buyers/partners will ask you (be ready)
- Do you fall under HBNR? Show your data map & counsel sign-off [2].
- What’s your breach playbook? Who decides, who notifies, how fast [2].
- Have you disabled sensitive flows to ad/analytics platforms? Evidence: tag configs, allow-lists [1].
- What’s your MFA/least-privilege coverage? [6].
- Which framework do you align to? NIST CSF 2.0 quick score + plan [8].
Takeaway
You don’t need a giant compliance program—you need clarity: know what health-adjacent data you hold, stop unauthorized sharing, enforce MFA/least-privilege, and have a notification playbook ready for the scenarios that matter. The FTC’s 2024 HBNR update, prior enforcement (GoodRx/BetterHelp), CRI’s 2024 SMB gaps, and NIST CSF 2.0 all point the same way: simple, repeatable controls that reduce legal exposure and keep product momentum [9][1].
Sources (on/before May 2024)
- FTC Business Blog — Updated HBNR covers health apps & similar tech (Apr 26, 2024) — Link.
- FTC — Health Breach Notification Rule (requirements & resources) — Link.
- FTC — Enforcement action: GoodRx (Feb 1, 2023) — Press Release.
- FTC — GoodRx case library page — Case.
- FTC — BetterHelp, Inc. (2023) — order restricting data sharing — Case.
- Cyber Readiness Institute — State of SMB Cyber Readiness 2024 (Apr 2024) — Report PDF.
- Cyber Readiness Institute — Report Summary (Apr 30, 2024) — Link.
- NIST — Releases Cybersecurity Framework 2.0 (Feb 26, 2024) — News.
- NIST — Cybersecurity Framework 2.0 — PDF.
- CISA — Secure by Design (Oct 2023 revision) — Link.