HIPAA Foundations

HIPAA incident response and breach notification

Not every incident is a breach — but every breach starts a clock, and your BAA almost certainly makes that clock shorter than the regulation does. Here's the incident-vs-breach distinction, the four-factor test, the 60-day deadlines, and what a SaaS IR plan actually needs.

Security incident vs. breach — the distinction everything hangs on

HIPAA uses two terms that teams routinely conflate, and the conflation causes both over-reporting and dangerous silence. They come from different parts of the regulation and trigger different obligations:

Every breach begins life as a security incident; very few security incidents end up as breaches. Your IR process exists to move each event through that funnel deliberately — detect, contain, investigate, and then make the breach determination with evidence rather than instinct.

Two carve-outs matter for SaaS teams. First, the breach definition has exceptions for certain good-faith, internal situations — e.g., unintentional access by a workforce member acting within their authority, or inadvertent disclosure between authorized people at the same organization, where the PHI goes no further. Second, the rule applies to unsecured PHI: data rendered unusable, unreadable, or indecipherable per HHS guidance — in practice, NIST-grade encryption with uncompromised keys, or destruction — is outside breach notification entirely. This is the famous encryption safe harbor, and it is the single best argument for the encryption work in the technical safeguards guide: a stolen encrypted laptop is an incident write-up; a stolen unencrypted one is a notification event.

The four-factor breach risk assessment

Since the 2013 Omnibus Rule, the default flipped: an impermissible use or disclosure of unsecured PHI is presumed to be a breach unless you can demonstrate a low probability that the PHI has been compromised. The burden of proof is on you, and §164.402 requires the assessment to consider at least four factors:

1. Nature and extent of the PHI
What data types and identifiers were involved, and how likely is re-identification? A list of patient names with diagnoses is different from a truncated internal ID with a timestamp.
2. Who used or accessed it
The unauthorized person matters. Disclosure to another HIPAA-regulated entity bound by its own obligations weighs differently than exposure to an unknown attacker.
3. Was the PHI actually acquired or viewed
Exposure is not acquisition. A misconfigured bucket with access logs showing zero external reads is a different fact pattern than confirmed exfiltration. This is why audit logging pays for itself.
4. Extent of mitigation
What you did after: credential revocation, confirmed deletion by the recipient, assurances from a bound party, remote wipe of the device.

Document the analysis every time — factor by factor, with the evidence behind each conclusion, signed and dated. If you conclude "low probability of compromise" and skip notification, that document is your entire defense. If you can't support a low-probability conclusion, you notify. (You can also skip the assessment and simply notify — that's always permitted.)

The notification clocks

Once an event is determined to be a reportable breach, the deadlines run from discovery — the first day the breach is known, or would have been known with reasonable diligence, by anyone in the organization other than the person who committed it. You cannot pause the clock by declining to investigate.

Who gets notifiedWhenNotes
Affected individuals (§164.404)Without unreasonable delay, max 60 calendar days from discoveryWritten notice by first-class mail (or email if the individual agreed); substitute notice rules apply if contact info is stale; must describe what happened, the data involved, steps individuals should take, your mitigation, and contact info.
HHS — breaches of 500+ individuals (§164.408)Same time as individual notice, max 60 daysSubmitted via the HHS portal; these land on the public breach list (the "wall of shame"), and OCR investigation is routine at this size.
Media — 500+ in one state/jurisdiction (§164.406)Without unreasonable delay, max 60 daysNotice to prominent media outlets serving the affected area.
HHS — breaches of fewer than 500 (§164.408)Within 60 days after the end of the calendar yearMaintain an internal log during the year; submit each breach via the portal in the annual window.
Covered entity, by its business associate (§164.410)Without unreasonable delay, max 60 days from the BA's discoveryRegulatory outer bound only — your BAA almost certainly shortens this. See below.

Two practical notes. "Without unreasonable delay" is the operative standard — 60 days is a ceiling, not a target, and OCR has penalized entities that sat on known breaches inside the window. And state breach-notification laws run in parallel with their own (often shorter) clocks and attorney-general reporting; HIPAA compliance does not satisfy them automatically.

The business associate position — read your BAA first

Most SaaS companies in healthcare are business associates, and the BA position has a specific shape:

What a HIPAA incident response plan must contain

The Security Rule requires security incident procedures (§164.308(a)(6)) and a documented response capability, but it doesn't dictate a format. A plan that works in a real incident — and survives an auditor — covers:

  1. Definitions and severity tiers. What counts as an incident, what escalates, and who decides. Bake the §164.304 vs. §164.402 distinction in so triage language is consistent.
  2. Roles and contacts. Incident commander, technical lead, communications owner, legal/privacy counsel, and the executive who can authorize notification — with backups and after-hours contact paths.
  3. Detection and reporting channels. How incidents surface (alerting, customer reports, workforce reporting — every employee must know where to send "I think I just clicked something bad"), and the triage SLA once reported. Remember: discovery is imputed to the organization through any workforce member.
  4. Containment and forensics. Isolation steps, credential revocation, evidence preservation (snapshots, logs, chain of custody) — done in a way that supports the four-factor assessment later, especially factor three (was data actually viewed or taken?).
  5. The breach determination workflow. Who runs the four-factor assessment, who signs it, where it's filed. This is the step generic IR plans miss and HIPAA-specific ones exist for.
  6. Notification matrix. Every clock in one table: per-customer BAA windows, regulatory deadlines, state laws, cyber-insurance carrier notice requirements, and template notices pre-drafted for each audience.
  7. Post-incident review. Root cause, corrective actions, and — required in spirit by §164.308(a)(1) — feeding the lessons back into the risk analysis and risk register.
  8. Documentation and retention. Every incident gets a record, breach or not, retained six years (§164.316(b)(2)(i)).

Tabletop testing — the cheapest incident you'll ever have

A plan that's never been exercised is a theory. Run a tabletop at least annually: pick a scenario with teeth (ransomware in production, a leaked AWS key, a subprocessor reporting their breach to you), assemble the actual response team, and walk the plan in real time. Score it on the questions that matter:

Write down the gaps, fix them, and keep the exercise record — it's audit evidence for HIPAA evaluation (§164.308(a)(8)) and SOC 2 alike.

Ransomware: presumed breach until proven otherwise

OCR's ransomware guidance takes a hard line: when ransomware encrypts ePHI, an unauthorized acquisition of that ePHI has occurred — it is presumed a breach unless you demonstrate, via the four-factor assessment, a low probability that the PHI was compromised. "The attacker only encrypted it, surely they didn't read it" is an assumption, not a demonstration.

To rebut the presumption you need forensic substance: what the malware variant does (encrypt-only vs. exfiltrate-then-encrypt), network egress evidence for the affected window, the scope of systems and data touched, and the integrity of what was restored. Modern double-extortion ransomware exfiltrates by design, which makes the low-probability argument increasingly hard to sustain. Plan accordingly:

Related reading

Common questions

Is every security incident a HIPAA breach?

No. A security incident (§164.304) is any attempted or successful unauthorized access, use, disclosure, modification, or destruction of information or interference with system operations — port scans and blocked phishing attempts qualify. A breach (§164.402) is narrower: an impermissible acquisition, access, use, or disclosure of unsecured PHI that compromises its security or privacy. Every breach starts as a security incident; very few security incidents end up as breaches.

How long do I have to report a HIPAA breach?

Covered entities must notify affected individuals without unreasonable delay and no later than 60 calendar days after discovering the breach. Breaches affecting 500 or more individuals must also be reported to HHS within that same 60-day window, plus notice to prominent media outlets in the affected area. Breaches affecting fewer than 500 individuals are logged and reported to HHS within 60 days after the end of the calendar year. Business associates must notify the covered entity within 60 days — but BAAs almost always shorten that contractually.

What are the four factors of the breach risk assessment?

Under §164.402, an impermissible use or disclosure is presumed a breach unless you demonstrate a low probability that PHI was compromised based on at least: (1) the nature and extent of the PHI involved, including identifiers and likelihood of re-identification; (2) the unauthorized person who used or accessed it; (3) whether the PHI was actually acquired or viewed; and (4) the extent to which the risk has been mitigated. Document the analysis — the burden of proof is on you.

Does encrypted data count as a breach if it's stolen?

Generally no. Breach notification applies to unsecured PHI — PHI not rendered unusable, unreadable, or indecipherable per HHS guidance (NIST-grade encryption, or destruction). A stolen laptop with properly encrypted disk and uncompromised keys falls under the encryption safe harbor and is not a reportable breach. If the keys were accessible alongside the data, the safe harbor does not apply.

Is a ransomware attack automatically a HIPAA breach?

OCR's ransomware guidance says that when ePHI is encrypted by ransomware, an impermissible acquisition has occurred and a breach is presumed — unless you can demonstrate a low probability of compromise through the four-factor risk assessment. In practice you need forensic evidence about what the malware did, whether data was exfiltrated, and what was actually touched. Without that evidence, you notify.

What must a business associate do when it discovers a breach?

Under §164.410, a business associate must notify the covered entity without unreasonable delay and no later than 60 days after discovery, identifying affected individuals to the extent possible and providing the details the covered entity needs for its own notifications. Check your BAA first: most contracts shorten the clock dramatically — 24 to 72 hours is common — and the contract governs your customer relationship even though the regulation sets the outer bound.

Who sends the notification letters — the SaaS vendor or the customer?

By default, the covered entity (your customer) owns individual, HHS, and media notification, even when the breach happened on your systems. A BAA can delegate notification duties to the business associate, but that's negotiated, not assumed. Your standing obligation as a SaaS vendor is fast, complete notification to your customer with the facts they need: who, what data, when, and what you've done about it.

What does 'discovery' of a breach mean for the deadline clock?

A breach is treated as discovered on the first day it is known — or would have been known by exercising reasonable diligence — by anyone in the organization other than the person who committed it. You cannot stop the clock by not investigating, and knowledge by a frontline employee counts. This is why incident reporting channels and triage SLAs belong in your IR plan.

Do I have to report security incidents that aren't breaches?

Not to HHS — but the Security Rule (§164.308(a)(6)) requires you to identify, respond to, document, and mitigate security incidents regardless of whether they rise to breach level, and most BAAs require business associates to report security incidents to the covered entity. Many BAAs handle the noise problem by deeming unsuccessful incidents (pings, port scans, blocked phishing) reported via the contract language itself.

How often should we run a tabletop exercise?

At least annually, and after any significant change to the plan, team, or architecture. Pick a realistic scenario — ransomware in production, a leaked credential, a subprocessor breach — and walk the full path: detection, triage, the breach risk assessment, BAA notification deadlines, and who drafts what. The most common finding is that nobody in the room knows the contractual notification windows. That discovery costs nothing in an exercise and everything in an incident.

Last updated: June 12, 2026 · Reviewed by the LukaGRC compliance team

Run incidents with the clocks already loaded.

LukaGRC tracks your incidents, breach determinations, BAA notification windows, and the evidence trail behind each one. 14-day trial. No card.

Start free trial →