Cybersecurity: 24/7/365

There is no certificate. No authority inspects your product and stamps it HIPAA compliant, and any vendor claiming otherwise is selling something.
HIPAA-compliant software handles protected health information in a way that satisfies the HIPAA Privacy Rule and the Security Rule. It also comes with the documentation to prove it.
Compliance is a property of how you build, host, and operate the thing — not a feature you add near the end.
That distinction matters commercially. Your customers cannot verify a badge, so they verify your controls, usually through a security questionnaire that arrives right before they sign.
HIPAA reaches two groups, and most software companies fall into the second.
Covered entities are healthcare providers who bill electronically, health plans, and clearinghouses.
A business associate is anyone handling PHI on a covered entity's behalf. If your product stores, processes, or transmits patient data for a clinic, you are one, and you need a signed agreement to say so.
Subcontractors inherit the same duty. Your cloud host, your error-tracking service, and your analytics vendor are all in scope if PHI can reach them.
The common trap is assuming that anonymised or "just metadata" puts you outside HIPAA. De-identification has a specific legal definition, and very few products meet it by accident.
The Security Rule organises its requirements into three groups, and every one of them touches engineering.
Administrative safeguards are policies, staff training, and a named security officer. In a software team that means written processes, plus evidence people actually follow them.
Physical safeguards cover facilities and devices. For a cloud product this mostly transfers to your hosting provider, but laptops and offices remain yours.
Technical safeguards are the ones developers own. Access control, audit controls, integrity protection, authentication, and transmission security.
The HIPAA Privacy Rule adds obligations around what may be disclosed and what patients are entitled to, which turn into product features like data export and access logs.
Nothing in HIPAA regulations dictates a technology. It sets outcomes, and leaves the implementation to you — which is freeing and also why teams get it wrong.
This checklist covers what auditors and customer security reviews actually ask for.
Sign business associate agreements with every customer and every subprocessor that can touch patient data.
Encrypt in transit and at rest. TLS everywhere, encrypted volumes and databases, and no unencrypted backups sitting in object storage.
Enforce authentication with unique accounts per person, multi-factor authentication for anything administrative, and automatic session timeouts.
Implement role-based access control so a user reaches only the records their role justifies. Least privilege applies to your own staff too.
Log every access to PHI — who, what record, when. Audit logs must be tamper-resistant and retained, typically six years.
Keep PHI out of logs, error reports, and analytics. This single habit prevents a surprising share of accidental disclosure.
Run a risk analysis and repeat it annually. It is the most common finding in enforcement actions and the foundation of everything else.
Write an incident response plan covering detection, containment, and the 60-day breach notification clock.
Control your environments. Never copy production PHI into staging or a developer laptop; use synthetic or properly de-identified data.
Review dependencies. Scan for vulnerabilities and know which third-party services can see what.
Access control and authentication carry the most weight, because most breaches are access failures rather than exotic attacks.
Audit controls come second. They are what separates a defensible position from an argument. If you cannot show who viewed a record, you cannot disprove a claim that someone did.
Integrity controls matter more than teams expect. You need to detect improper alteration of patient data, which in practice means checksums, versioning, or immutable event logs.
Transmission security is mostly solved by TLS, with the caveat that internal service-to-service traffic counts as transmission too.
The Security Rule is getting its first major overhaul since 2003, and it changes the calculus for anyone building healthcare software.
The proposal removes the "addressable" category, so safeguards that were once optional-with-justification become required. Encryption and multi-factor authentication would be mandatory rather than advisable.
It also adds asset inventories, network maps, annual penetration testing, and firm patching deadlines.
The timeline has moved. OCR now targets July 2027 for a final rule, and that date has already slipped once. Our guide to the HIPAA Security Rule changes tracks where it stands.
The practical advice is unchanged: build to the proposed requirements now. Encryption and MFA are things you should already have, and retrofitting them under a deadline is the expensive path.
Not in the consumer form. Pasting patient data into a public chatbot is a disclosure, and the terms of service are not a business associate agreement.
Enterprise tiers are a different matter. Several major providers will sign a business associate agreement for their business offerings, with data-retention controls and no training on your inputs.
The questions to ask are consistent: will they sign the agreement, where is data processed, is it used for training, and how long is it retained?
If a vendor cannot answer all four plainly, treat that as the answer. Our guide on whether AI is HIPAA compliant goes through the evaluation in more depth.
Buyers ask this constantly. There is a short way to check.
Ask whether the vendor will sign a business associate agreement. If they will not, it is not HIPAA compliant software for your purposes, whatever the website says.
Then ask three more things. When was the last risk analysis? How long are audit logs kept? What happens in the first hour of a breach?
A vendor with real controls answers in minutes. One without them sends a marketing page.
Badges and seals mean nothing here. No government body certifies software, so the claim is only as good as the evidence behind it.
Teams often merge them. HIPAA does not.
The Privacy Rule is about permission. Who may see patient data, and what a patient can ask you to do with theirs.
The Security Rule is about protection. How you keep that data safe once you hold it.
You can build a very secure system that still breaks privacy rules. Usually that happens by sharing data with someone who had no right to see it.
Getting privacy and security both right means making product decisions, not just engineering ones.
Most HIPAA violations are dull. They are almost never clever attacks.
A laptop goes missing and was not encrypted. A staff account stays active after someone leaves. A test database turns out to hold real patient records.
Sending PHI to the wrong recipient is common too. Email makes that easy and hard to undo.
The pattern repeats: a control that existed on paper but not in the running system.
To comply with HIPAA as a software vendor, three things have to be true at once.
The controls have to work. The paperwork has to exist. And someone has to own both after launch.
Most teams manage the first. The second gets written once and then goes stale. The third is often nobody at all.
Name an owner. Compliance without one decays quietly, and you find out during a customer security review with a deal attached.
All three major clouds will sign a business associate agreement. That is the easy part.
What trips teams up is that the agreement only covers specific services. AWS, Azure, and Google Cloud each publish a list of HIPAA-eligible services, and anything outside that list is your problem.
A managed database on the eligible list is fine. A convenient new service in preview probably is not.
The shared responsibility model matters here. The provider secures the infrastructure. You secure what you put on it, including access control, encryption settings, and who on your team can reach production.
Misconfigured storage remains one of the most common causes of healthcare data exposure, and no agreement protects you from leaving a bucket open.
Check the eligible-services list before you adopt anything new. It is a two-minute check that prevents a genuinely bad quarter.
Retrofitting is the biggest one. Compliance designed in from the first sprint costs a fraction of compliance bolted on before a launch.
Scope creep in PHI is second. Data spreads into support tickets, spreadsheets, and screenshots, and each copy is a place a breach can start.
Third-party sprawl is third. Every service you add is another business associate agreement and another set of questions in the next security review.
Finally, evidence. Many teams are genuinely secure and cannot prove it, which fails the audit just as thoroughly as being insecure.
For a software product, budget roughly $15,000 to $50,000 to reach a defensible compliance position, depending on how much has to be rebuilt.
That covers the risk analysis, policy work, technical remediation, and the documentation package your customers will request.
Ongoing, expect a smaller annual figure for reassessment, training, and keeping evidence current. Our breakdown of EHR integration costs covers the adjacent spend when your product also connects to a chart.
HIPAA penalties range from $145 to $2.19 million per violation, tiered by culpability.
OCR imposed 22 financial penalties in 2024, collecting $9.9 million. Missing risk analyses featured in most of them.
The commercial cost usually exceeds the fine. A breach ends contracts, and healthcare organizations talk to each other about vendors that leaked.
Building it properly is cheaper than any of that, and it is also just a better product. If you need the work done rather than explained, our custom healthcare software development practice handles it.
Ready to take the next step? Explore our healthcare IT services, book a free consultation, or compare our plans.