Skip to content

HIPAA/HITECH

Last reviewed: August 2026

HIPAA (Health Insurance Portability and Accountability Act, 1996) is the US federal law protecting healthcare information, enforced by the Office for Civil Rights (OCR) under the Department of Health and Human Services (HHS). HITECH (Health Information Technology for Economic and Clinical Health Act), enacted in 2009, strengthened HIPAA’s enforcement power in response to the spread of electronic health records and introduced a data breach notification requirement (the Breach Notification Rule). The two laws are commonly referred to together as “HIPAA/HITECH.”

HIPAA is not a single certification program but a framework of legal requirements that organizations must satisfy — there is no official credential called “HIPAA certification.” Organizations must meet the requirements themselves and demonstrate this through documentation and audits.

Definition of PHI (Protected Health Information)

Section titled “Definition of PHI (Protected Health Information)”

PHI (Protected Health Information) refers to information that satisfies all of the following conditions:

  • Created or received by a healthcare provider, health plan, employer, or healthcare clearinghouse
  • Relates to an individual’s past, present, or future physical or mental health condition, the provision of healthcare, or payment for that care
  • Is individually identifiable

This includes not only electronic form (ePHI) but also paper records, test results, imaging, billing statements, and even verbal conversations that include personally identifiable information. From a cloud architecture perspective, ePHI is the primary form that is stored, transmitted, and processed.

Covered Entity, Business Associate, and the BAA Structure

Section titled “Covered Entity, Business Associate, and the BAA Structure”

HIPAA divides regulated parties into two groups.

  • Covered Entity: An organization that provides or pays for healthcare — healthcare providers, health plans, healthcare clearinghouses
  • Business Associate: A third party that collects, stores, or transmits PHI on behalf of a Covered Entity — most cloud vendors, SaaS providers, and data processing companies fall into this category

When a Covered Entity outsources PHI processing to an external party, it must execute a legal contract called a Business Associate Agreement (BAA), which specifies the purposes for which the Business Associate may handle PHI and the security/privacy requirements it must follow. When a Business Associate further subcontracts to a subcontractor, an equivalent subcontractor BAA must likewise be executed.

How to Verify Vendor-Specific BAA Coverage

Section titled “How to Verify Vendor-Specific BAA Coverage”

Major cloud vendors offer a BAA as part of their standard agreements, but executing a BAA does not automatically cover every service.

  • AWS: A BAA can be executed at the account level through AWS Artifact, but only services included on the “HIPAA-eligible services” list fall within BAA coverage.
  • Azure: Offers a BAA as part of its standard Online Services Terms, and is known to cover a relatively broad range of services, though the service-specific list still needs to be checked.
  • Google Cloud: Offers a BAA through its standard terms, covering only designated eligible services.

When designing architecture, it is essential to check the vendor’s latest official “HIPAA-eligible services list” to confirm that the intended service is included — processing or storing PHI on a service not on the list forfeits BAA protection. Additionally, a BAA covers only the vendor’s side of the shared responsibility model; securely configuring services, restricting PHI access, and encrypting data remain the responsibility of the customer (the Covered Entity/Business Associate).

HITRUST CSF is a security framework operated not by a government body but by a private organization (the HITRUST Alliance), consolidating over 40 security and regulatory standards, including HIPAA, into a single framework.

  • HIPAA is a law, while HITRUST CSF is a practical framework for complying with that law along with several other standards.
  • Obtaining HITRUST CSF certification does not automatically mean “HIPAA compliance” (since HIPAA has no official certification program to begin with), but HITRUST certification, which involves a third-party audit, is widely used as strong circumstantial evidence of meeting HIPAA requirements.
  • A significant portion of US hospitals and many health insurers have adopted HITRUST as a means of vendor evaluation and self-compliance demonstration, so for companies seeking to sell healthcare SaaS to US enterprise customers, HITRUST CSF certification often functions as a de facto market requirement.

The current HIPAA Security Rule has historically divided safeguards into “Required” and “Addressable” (allowing alternative measures). However, HHS announced a proposed rule (NPRM) in December 2024 (published in the Federal Register in January 2025) that would eliminate this distinction and make most safeguards mandatory.

Key proposed changes:

  • Encryption of ePHI at rest and in transit would generally become mandatory (with only limited exceptions)
  • Multi-factor authentication (MFA) for access to PHI systems would become mandatory
  • Near-real-time automated audit log monitoring, with strengthened log protection controls
  • Stronger long-term log retention — the existing six-year retention requirement applies to documentation such as policies and procedures, and the proposal would extend it to cover logs as well
  • Vulnerability scans at least every six months, and penetration testing at least annually

Regardless of whether the proposed rule is finalized, encryption at rest and in transit and access logging have already become established industry-standard practices, so it is prudent to build them into new architectures proactively.

Implications for Healthcare SaaS Architecture

Section titled “Implications for Healthcare SaaS Architecture”
  • Use only eligible services: Confirm at the design stage that every service through which PHI flows is included on the vendor’s BAA-eligible services list.
  • Make encryption the default: Adopt encryption at rest and in transit as a baseline architectural requirement even where current rules classify it as “addressable.” This prepares you for future mandatory requirements.
  • Access control and audit logging: Implement least-privilege access to PHI, MFA, centralized audit logging (integrated with a SIEM), and a long-term retention policy. For related architecture, see Data Protection and Workload Security and Security Incident Response.
  • Consider HITRUST certification: Since HITRUST CSF certification often becomes a de facto requirement when selling to US healthcare enterprise customers, build a certification roadmap in from the start.
  • Manage the subcontractor BAA chain: Track, as part of contract management, whether a BAA has been executed with every downstream cloud/SaaS vendor your company uses.