HIPAA Fundamentals
The Health Insurance Portability and Accountability Act (HIPAA) is the cornerstone of healthcare data protection in the United States. Understanding its requirements is essential before building any healthcare application.- Identify the 18 HIPAA identifiers
- Understand covered entities and business associates
- Know the Privacy Rule vs Security Rule
- Understand breach notification requirements
What is HIPAA?
HIPAA was enacted in 1996 and has been updated multiple times, most significantly with the HITECH Act in 2009. It establishes national standards for protecting health information, ensuring portability of health coverage, and reducing fraud. Real-world context: In 2015, Anthem Inc. disclosed that hackers had accessed nearly 79 million patient records — names, birthdays, Social Security numbers, and employment details. The root cause was a single phishing email that gave attackers credentials to an unencrypted database. Anthem’s 16 million lesson.HIPAA Framework - The Three Core Rules
Protected Health Information (PHI)
PHI is any information about health status, provision of health care, or payment for health care that can be linked to an individual.The 18 HIPAA PHI Identifiers
The 18 HIPAA Identifiers
When any of these identifiers is associated with health information, it becomes PHI:- Direct Identifiers
- Additional Identifiers
PHI vs PII vs ePHI
Data Classification: PII vs PHI vs ePHI
Covered Entities & Business Associates
Covered Entities and Business Associates
Who Must Comply with HIPAA?
Covered entities and their business associates are directly subject to HIPAA regulations:Business Associate Agreement (BAA)
If you’re building healthcare software, you’ll need a BAA with covered entities:The Privacy Rule
The Privacy Rule establishes standards for protecting PHI and gives patients rights over their health information.Key Privacy Principles
Minimum Necessary
Notice of Privacy Practices
Patient Rights
Authorization
Permitted Uses Without Authorization
Patient Rights
Patient Rights Under HIPAA
The Security Rule
The Security Rule specifies safeguards to protect ePHI. It requires three types of safeguards:HIPAA Security Safeguards - Three Pillars
Administrative Safeguards
Physical Safeguards
Technical Safeguards
Breach Notification Rule
When a breach occurs, specific notification requirements apply:What Constitutes a Breach?
Notification Requirements
Breach Notification Timeline
Notification Content
Penalties and Enforcement
HIPAA Penalty Structure
Civil Penalties
Criminal Penalties
Notable HIPAA Settlements
De-identification
De-identified data is not PHI and not subject to HIPAA. There are two methods:Expert Determination
A qualified expert determines that the risk of re-identification is very small.Safe Harbor Method
Remove all 18 identifiers and have no actual knowledge that remaining information could identify an individual.Key Takeaways
Know Your Data
Sign BAAs
Implement Safeguards
Plan for Breaches
Practice Exercise
Identify PHI
Classify Data
De-identify
Document Controls
Next Steps
Encryption
Audit Logging
Interview Deep-Dive
A developer on your team says: 'We anonymized the data by removing patient names and SSNs, so it is no longer PHI and HIPAA does not apply.' Is this correct? Where is the flaw in their reasoning?
A developer on your team says: 'We anonymized the data by removing patient names and SSNs, so it is no longer PHI and HIPAA does not apply.' Is this correct? Where is the flaw in their reasoning?
- This is a dangerously common misconception. Removing names and SSNs is necessary but nowhere near sufficient for de-identification under HIPAA. The Safe Harbor method requires removal of all 18 identifiers — not just the obvious ones. That includes dates (birth, admission, discharge), phone numbers, email addresses, geographic data more specific than state, IP addresses, device identifiers, medical record numbers, biometric data, full-face photographs, and any other unique identifying number or code.
- Even after removing all 18 identifiers, you must also have no actual knowledge that the remaining information could be used to re-identify an individual. For example, if you have a dataset from a small rural clinic with one oncologist and your records include “Stage 4 pancreatic cancer, male, age range 60-70, state: Wyoming,” that combination might uniquely identify someone even without a name attached.
- The alternative is Expert Determination (the other HIPAA de-identification method), where a qualified statistical expert certifies that the risk of re-identification is very small. This is more rigorous but allows you to retain more data elements.
- The real-world gotcha: I have seen teams strip names and SSNs from a dataset but leave in medical record numbers (MRN), which are one of the 18 identifiers. Or they leave dates of service intact, which are also identifiers. The data remains PHI and HIPAA absolutely still applies.
Walk me through the four-factor risk assessment you must conduct when a potential breach occurs. How does each factor influence your notification decision?
Walk me through the four-factor risk assessment you must conduct when a potential breach occurs. How does each factor influence your notification decision?
- When an incident involving PHI occurs, HIPAA requires a four-factor risk assessment to determine whether it constitutes a reportable breach. The presumption is that any impermissible use or disclosure is a breach unless you can demonstrate a low probability that the PHI was compromised.
- Factor one: the nature and extent of the PHI involved. What types of identifiers were exposed? A dataset with names plus SSNs plus HIV status is far higher risk than one with names plus general visit dates. Financial identifiers (SSN, account numbers) and sensitive diagnoses (mental health, substance abuse, HIV) increase the severity significantly.
- Factor two: the unauthorized person who used the PHI or to whom the disclosure was made. Was it another healthcare provider (lower risk, they are bound by their own HIPAA obligations) or an unknown external party (higher risk)? A misdirected fax to another hospital is very different from data posted to a public website.
- Factor three: whether the PHI was actually acquired or viewed. If an encrypted laptop is stolen but there is no evidence the thief accessed the data, the risk is lower. If audit logs show the data was opened and copied, the risk is much higher. This is where forensic evidence matters.
- Factor four: the extent to which risk has been mitigated. Did you retrieve the data? Get a signed attestation of destruction? Confirm the recipient could not have retained a copy? Successful mitigation can tip the assessment toward non-reportable.
- All four factors must be documented regardless of the outcome. If you determine it is not a breach, you must retain the documentation proving your analysis. OCR auditors will ask for it.
Your organization is a SaaS company that builds scheduling software. A hospital wants to use your product and mentions HIPAA. Are you a Covered Entity or a Business Associate? What obligations does this create?
Your organization is a SaaS company that builds scheduling software. A hospital wants to use your product and mentions HIPAA. Are you a Covered Entity or a Business Associate? What obligations does this create?
- A SaaS scheduling company is not a Covered Entity. Covered Entities are health plans, healthcare clearinghouses, and healthcare providers who transmit health information electronically. A software vendor is none of those.
- However, the moment the hospital uses our scheduling software and patient information flows through it — patient names, appointment times, provider names, reasons for visit — we become a Business Associate. We are creating, receiving, maintaining, or transmitting PHI on behalf of a Covered Entity.
- This triggers several obligations. First, we must sign a BAA with the hospital before any PHI enters our system. The BAA defines permitted uses, required safeguards, breach notification obligations, and data return or destruction requirements upon termination.
- Second, the HITECH Act made Business Associates directly liable for HIPAA Security Rule compliance. We must implement administrative, physical, and technical safeguards for the ePHI we handle. We are subject to the same civil and criminal penalties as Covered Entities.
- Third, if we use subcontractors (cloud hosting, email providers, backup services) that will access PHI, we need BAAs with each of them. The subcontractor chain must be fully covered.
- The practical impact on our product: we need encryption at rest and in transit, access controls, audit logging, a risk assessment, workforce training, and an incident response plan. Our infrastructure must be HIPAA-eligible (not all cloud service tiers qualify). We need a designated security officer.
A patient requests a complete copy of all their PHI under their HIPAA right of access. Your engineering team says it will take 6 months to build an export feature. How do you handle this?
A patient requests a complete copy of all their PHI under their HIPAA right of access. Your engineering team says it will take 6 months to build an export feature. How do you handle this?
- HIPAA gives patients the right to access their PHI, and you must respond within 30 days of the request (with a possible 30-day extension if you notify the patient in writing with a reason). Six months is not an option.
- The immediate fix is a manual process. Even without an automated export feature, you can have authorized staff compile the patient’s records from your systems and provide them in the requested format. If the patient requests electronic format and your system stores data electronically, you must provide it electronically. A paper printout when electronic was requested is a violation.
- For the engineering roadmap, I would prioritize building a self-service export feature, but in the interim, create a documented manual procedure: who receives the request, who compiles the data, who reviews it for completeness, what format it is delivered in, and how we track the 30-day clock. This procedure gets documented in your policies and procedures.
- You can charge a reasonable cost-based fee for the copy, but it must be limited to the cost of labor for copying, supplies, and postage. You cannot charge for searching or retrieving the records.
- The penalty for denying or unreasonably delaying access is real. OCR has pursued enforcement actions specifically for right-of-access violations, with penalties ranging from 200,000 per violation under their Right of Access Initiative.