Guides

A Practical Guide to hipaa compliance checklist

Flowsery Team
Flowsery Team
4 min read

TL;DR — Quick Answer

4 min read

HIPAA compliance requires administrative, physical, and technical safeguards, business associate agreements, breach processes, and careful review of tracking technologies. Healthcare websites should not send PHI to analytics or ad vendors unless HIPAA obligations are fully addressed.

This guide explains hipaa compliance checklist in practical terms, with a focus on privacy-first analytics decisions.

A Practical Guide to hipaa compliance checklist

HIPAA compliance is broader than website analytics, but analytics is now one of the areas healthcare organizations cannot ignore. Appointment pages, patient portals, symptom searches, provider directories, and ad pixels can reveal health context. If that information is connected to an individual, it may become protected health information.

Important 2024 caveat: HHS notes that a federal court vacated part of OCR's tracking-technology bulletin as applied to the theory that an IP address plus a visit to certain unauthenticated public webpages automatically triggers HIPAA obligations. The bulletin still matters, but teams should distinguish unauthenticated public education pages from portals, appointments, intake, payment, authenticated pages, and workflows that disclose health information.

This checklist is not legal advice, but it gives healthcare teams a practical review path before deploying analytics, pixels, chat widgets, or session replay tools.

Know whether HIPAA applies

HIPAA applies to covered entities and business associates. Covered entities include many healthcare providers, health plans, and healthcare clearinghouses. Business associates are vendors that create, receive, maintain, or transmit protected health information on behalf of a covered entity.

HHS explains that the Security Rule requires reasonable and appropriate administrative, physical, and technical safeguards for electronic protected health information (HHS Security Rule summary). Business associates can be directly responsible for many HIPAA obligations.

If your organization is not a covered entity or business associate, other privacy laws may still apply. Do not use "not HIPAA" as a shortcut for "no privacy risk."

Review tracking technologies carefully

HHS OCR has issued guidance on online tracking technologies, explaining that HIPAA rules apply when regulated entities collect or disclose PHI through tracking technologies. The guidance covers pixels, cookies, web beacons, tracking scripts, and similar tools (HHS online tracking technologies guidance).

For healthcare websites, the risk is not limited to logged-in patient portals. Public pages should be classified carefully: a generic visiting-hours page is different from an appointment flow, a provider-search interaction, an intake form, a payment page, or a page where the user submits information about care. Context and disclosed information matter.

Before deploying analytics, ask:

  • Does the tool receive full URLs or page titles that reveal health topics?
  • Does it collect IP address, device data, or identifiers?
  • Does it set cookies or connect visits across sessions?
  • Does it receive form submissions, search terms, or appointment metadata?
  • Is the vendor willing to sign a business associate agreement when required?
  • Does the data feed advertising, retargeting, or lookalike audiences?

If the vendor will not sign a BAA and PHI may be disclosed, do not send the data.

Administrative safeguards

Assign responsibility for privacy and security. Maintain policies for access, workforce training, vendor approval, incident response, and data retention. Keep a current inventory of systems that store or transmit ePHI, including analytics and marketing tools.

Perform risk analysis and risk management. Document threats, likelihood, impact, and mitigation steps. Website tracking should be part of that analysis, not an afterthought owned only by marketing.

Physical and technical safeguards

Limit access to systems and facilities. Use role-based access, multi-factor authentication, audit logs, encryption in transit, encryption at rest where appropriate, and secure backup processes.

For analytics specifically, use allowlisted event properties. Do not let developers send arbitrary form fields or URL parameters into analytics. Strip personal data from URLs. Avoid session replay on healthcare pages unless it is clearly justified and configured to mask sensitive content.

Flowsery
Flowsery

Start Free Trial

Real-time dashboard

Goal tracking

Cookie-free tracking

Business associate management

Maintain BAAs with vendors that handle PHI on your behalf. A privacy policy or standard SaaS terms are not a substitute for a BAA. Review subcontractors, support access, data location, breach notification duties, and deletion rights.

If a vendor says its product is "HIPAA ready," verify what that means. Does it sign BAAs? Which product tier? Which features are excluded? Are advertising integrations disabled? Are logs covered?

Breach readiness

The HIPAA Breach Notification Rule requires notifications after a breach of unsecured PHI, subject to specific assessment and timing rules. HHS summarizes these obligations in its Breach Notification Rule guidance.

Have a playbook before an incident occurs. It should cover detection, containment, vendor coordination, legal review, patient notification, regulator notification, media notification where required, and documentation.

Privacy-first analytics for healthcare

Healthcare websites often need basic operational metrics: page visits, referrers, appointment funnel drop-off, campaign landing pages, and form completion rates. Those goals do not require retargeting pixels or persistent behavioral profiles.

A privacy-first analytics setup should avoid cookies where possible, minimize identifiers, exclude sensitive URLs or parameters, aggregate reporting, use short retention, and keep data separate from advertising systems. For regulated entities, vendor HIPAA posture and BAAs still matter.

The safest analytics question in healthcare is not "How much can we track?" It is "What is the minimum measurement we need to improve patient access without exposing PHI?"

Analytics-safe implementation pattern

A safer healthcare analytics setup starts with page classification. Mark pages as public low-risk, public health-context, authenticated patient, payment, or support. Apply different tracking rules to each class. For example, a generic homepage may allow aggregate analytics, while appointment, symptom, portal, and payment pages may require stricter controls or no third-party analytics at all.

Next, build an allowlist for event names and properties. Developers should not be able to send arbitrary form fields into analytics. Strip query parameters that contain tokens, emails, appointment IDs, or search terms. Mask or suppress page titles when they reveal sensitive conditions.

Finally, review vendors annually and after major product changes. A BAA signed two years ago does not guarantee that a newly enabled feature, subprocessor, or AI add-on fits your HIPAA risk model.

Healthcare Analytics Controls

For healthcare analytics, separate public education measurement from appointment, portal, intake, payment, condition-specific, and authenticated workflows. Keep analytics payloads free of names, emails, patient or record numbers, appointment details, form text, sensitive query strings, and identifiers that can link a visitor to care.

If a vendor receives PHI, confirm the HIPAA role, BAA, access controls, retention, subprocessors, and breach workflow before the tag ships. If a vendor will not support the required HIPAA role, remove the data flow rather than trying to bury it in a notice.

Was this article helpful?

Let us know what you think!

Before you go...

Flowsery

Flowsery

Revenue-first analytics for your website

Track every visitor, source, and conversion in real time. Simple, powerful, and fully GDPR compliant.

Real-time dashboard

Goal tracking

Cookie-free tracking

Related Articles