Almost every conversation about PHI on a website starts with someone reciting the eighteen identifiers. Names, dates, phone numbers, email addresses, IP addresses, and so on down the list. It is the most quoted document in this area and it is the wrong tool for the job, because that list was never written to define protected health information. It was written to describe how to strip it out of data you already know is protected.
Reading it as a definition produces two opposite errors. It makes practices treat harmless data as radioactive because it contains an email address, and it makes them ignore genuinely sensitive data because it happens to contain none of the eighteen. The definition that actually governs is shorter and lives one regulation earlier.
The two-part test for PHI on a website
Protected health information is individually identifiable health information held or transmitted by a covered entity. Unpack the middle term and you get two requirements that must both be satisfied by the same body of data.
Individually identifiable health information
Under 45 CFR 160.103, information that relates to an individual's past, present or future physical or mental health, the provision of care, or payment for care, and that identifies the individual or for which there is a reasonable basis to believe it can be used to identify them.
Two prongs. Relates to health, and identifies a person. A data element that satisfies only one of them is not protected health information, no matter how sensitive it feels. This is the entire framework, and once you hold it properly most website questions answer themselves.
The eighteen identifiers, and why the list misleads
The eighteen identifiers come from 45 CFR 164.514, the Safe Harbor method for de-identification. The logic runs one direction only: if you have PHI, and you remove all eighteen categories, and you have no actual knowledge the remainder could identify anyone, the result is no longer PHI.
That is a removal checklist. It presumes you started with protected health information and tells you how to stop. It says nothing about how data becomes protected in the first place, which is why using it as a definition produces nonsense in both directions.
Data can be PHI while containing none of the eighteen, because the identifying half can be satisfied by a reasonable basis to identify rather than by a listed identifier. Data can contain several of the eighteen and not be PHI at all, because nothing about it relates to health. A newsletter list of email addresses collected at a trade show is full of identifiers and is not protected health information.
The phrase doing the quiet work is reasonable basis to believe the information can be used to identify. It is deliberately broader than the enumerated list, and it is the reason a cookie identifier matters even though no regulation names it. A random string in a browser identifies nobody in the abstract. The moment it is joined to a record that carries a name, whether by the site operator or by the vendor receiving it, the reasonable basis exists and it existed retroactively for every request that string ever appeared in.
This is also why "we only send anonymous data" is rarely an accurate description of what a third-party tag does. Anonymity is not a property of a single field. It is a property of a field considered against everything else the recipient already holds, and a large advertising platform holds a great deal. The question is never whether the identifier is meaningful to you. It is whether it is resolvable by whoever receives it.
What each element actually is
Here is the element-by-element version for the data a typical tracker sends. The useful column is the last one, because it names the thing that changes the answer.
| Element | Identifies? | Relates to health? | What flips it |
|---|---|---|---|
| IP address | Yes, listed identifier | No | Arriving with health context in the same request |
| Cookie or device id | Yes, reasonable basis | No | Being joined to a known patient record |
| Page URL | No | Often yes | The path naming a condition, treatment or provider |
| Page title, referrer | No | Often yes | Same as URL, and both travel automatically |
| Browser and device string | Weakly, in combination | No | Fingerprinting into a stable identifier |
| Name, email, phone in a form | Yes | No, by itself | The form asking anything about a condition |
| Free-text "reason for visit" | No, by itself | Yes | Submitting alongside the contact fields |
| Appointment date and provider | Yes, dates are listed | Yes | Already both. This is the clearest case. |
Read down the table and the pattern is hard to miss. Almost nothing in a web request is protected on its own. The identifying elements carry no health meaning, and the health-meaning elements identify nobody. Exposure is created by combination, and a single network request is a combining machine.
Where PHI on a website usually comes from
In practice the combinations arise in three places, and they are not equally common or equally defensible.
The submitted form. This is the clearest and the most frequently overlooked. A consultation request that asks for a name, an email, a phone number and what the patient would like to discuss has assembled both prongs in a single submission, by design, because that is what the form is for. If an advertising tag is present on that page and configured to capture form interactions, it is receiving volunteered health information attached to a named person.
The authenticated session. Behind a login the operator already knows who the visitor is and already holds their record. Every page view in that session relates to an identified individual's care. This was never seriously contested and remains the strongest case.
The inferred visit. A visitor reads a treatment page while a tag records the URL, an IP address and a cookie id. Nobody submitted anything. This is the combination that a federal court examined in American Hospital Association v. Becerra and vacated in June 2024, holding that an IP address collected from a public, unauthenticated page fails both prongs. We cover what did and did not survive in the full walkthrough of the guidance.
Reasoning about PHI on a website you are unsure of
When a specific page is in question, three questions settle it faster than reaching for the identifier list.
Does the visitor tell you something about their health here? If there is a form asking about a condition, a symptom, a procedure of interest or a reason for the visit, the answer is yes and the analysis is short.
Do you already know who this visitor is? If the page sits behind a login, or the visitor arrived from an email link carrying their record id, the identifying prong is satisfied before the page even renders.
Does the address itself state a health fact? A path that names a treatment supplies health context to every request made from that page, including requests you did not author and cannot see.
What makes that last one uncomfortable is that URL structure is usually decided years earlier by whoever built the site, for reasons that had nothing to do with privacy. Descriptive paths are good practice for search, so the same instinct that produces a well-organised site produces a set of addresses that announce a health topic on every request. Renaming them is not the fix, and it would cost real search equity. Controlling what gets to read them is.
One further caution about scope. The analysis above is about the Privacy Rule, and a page can be clear of PHI while still creating obligations elsewhere. State consumer health data statutes attach to a much broader category, defined by whether information is linkable to a consumer and identifies their health status, with no covered-entity requirement at the front of the test. A cash-pay aesthetics practice that concludes it holds no PHI has answered the HIPAA question correctly and has not answered the state question at all.
If any of the three is yes, treat what leaves that page as sensitive and decide deliberately what is allowed to load. That decision is what a consent gate implements: non-essential tags are held until a visitor agrees, so the combination never leaves the browser by default. Consent gating is the mechanism, and the reason it sits in front of the tag rather than inside it is that a tag configured to behave cannot be audited, while a tag that never loaded can.
Two footnotes worth carrying. HIPAA only reaches you if you are a covered entity in the first place, which is a separate question covered in does HIPAA apply to your website. And HIPAA is a floor, not a ceiling: Washington and Nevada regulate consumer health data on terms that do not ask whether you are a covered entity at all, which state privacy detection covers.
Key takeaways
- Protected health information requires two things at once: data that relates to health and data that identifies a person. One without the other is not PHI.
- The eighteen identifiers are a de-identification checklist from 45 CFR 164.514, not a definition. Reading them as a definition produces errors in both directions.
- Almost nothing in a web request is protected on its own. Identifiers carry no health meaning and health context identifies nobody. Combination is what creates exposure.
- An intake form is the one place both halves are guaranteed to arrive together, submitted deliberately by the visitor.
- A federal court held in 2024 that an IP address from a public unauthenticated page fails both prongs. Submitted data and authenticated sessions were not affected.
- Three questions settle most pages: does the visitor disclose health information here, do you already know who they are, and does the URL itself state a health fact.
Common questions
Is an IP address PHI?
Not on its own. An IP address is one of the eighteen identifiers listed in the de-identification standard, which means it can identify a person, but identification is only half the test. It becomes part of protected health information when a covered entity holds it alongside information relating to that individual's health, care or payment. A federal court confirmed in 2024 that an IP address collected from a visitor to a public, unauthenticated page does not by itself qualify.
Is a page URL protected health information?
A URL is not an identifier, but it can supply the health-related half of the test. A path such as /services/hair-restoration-consultation carries health context, and when it travels in the same request as an IP address or a cookie identifier the combination is what matters, not either element alone.
Are the eighteen identifiers the definition of PHI?
No, and this is the most common misreading. The eighteen identifiers come from the Safe Harbor method in 45 CFR 164.514, which is a standard for de-identifying data you already know is PHI. It is a removal checklist, not a definition. Data can be PHI without containing any of the eighteen, and can contain several of them without being PHI at all.
Editorial note. This article describes what published guidance, statutes and court filings say as of its publication date. It is general information, not legal advice, and it is not a statement about any particular practice's obligations. Consential.io is not a law firm. Regulations and case law change. Confirm your own position with healthcare counsel licensed in your state before acting on anything here.
Sources
- 45 CFR 160.103, definition of protected health information and individually identifiable health information Electronic Code of Federal Regulations
- 45 CFR 164.514, other requirements relating to uses and disclosures, including the Safe Harbor eighteen identifiers Electronic Code of Federal Regulations
- American Hospital Association v. Becerra, No. 4:23-cv-01110 (N.D. Tex. June 20, 2024) Order vacating the Proscribed Combination; HHS withdrew its appeal August 29, 2024. Cited without a link: courtlistener.com is not reachable from our verification environment.
Find out what your pages actually send
The free scan reports every third-party request your site makes before a visitor consents, and names the company on the receiving end.