
Sean Weldon
September 23, 2026
9
min. read
and updated on:
September 24, 2026
HIPAA compliance is not a certification you obtain, a badge you display, or a feature a development agency switches on.

HIPAA compliance is not a certification you obtain, a badge you display, or a feature a development agency switches on. It is a set of administrative, physical, and technical safeguards that your organisation implements and documents, and the technical portion is what a development partner can build. The rest is yours.
That distinction matters because agencies claiming to deliver a HIPAA-compliant app are describing something that does not exist as a deliverable. What they can deliver is software that supports your compliance obligations, and that is a real and substantial thing to buy.
HIPAA applies to covered entities, principally healthcare providers, health plans, and clearinghouses, and to business associates who handle protected health information on their behalf. Protected health information means individually identifiable health information.
A wellness app collecting step counts and mood from consumers, with no relationship to a provider or plan, is frequently outside HIPAA. The same app, sold to a hospital to monitor discharged patients, is inside it as a business associate. The product barely changes. The obligation set changes entirely.
Two frequent misunderstandings are worth correcting directly. Being outside HIPAA does not mean being unregulated, because state privacy laws, the FTC Health Breach Notification Rule, and app store health data policies all still apply. And handling health data carelessly outside HIPAA still creates legal and reputational exposure. Establish your status with counsel early, because it determines architecture rather than paperwork.
The technical safeguards translate into a concrete build list.
Access control. Unique user identification, role-based permissions enforced server-side, automatic session termination, and emergency access provisions. Permissions must be filtered in queries by authenticated identity, never by interface visibility alone.
Audit controls. Recording who accessed which record, when, and what they did. This is the requirement most often underbuilt, and it is not the same as application logging. It is a queryable, tamper-resistant record of access to protected information, retained for years.
Integrity controls. Assurance that records are not improperly altered or destroyed, which in practice means append-only history for clinical data and soft deletion with retained history rather than hard deletes.
Transmission security. Encryption in transit throughout, with no exceptions for internal service-to-service traffic.
Encryption at rest. Database, file storage, and backups. Managed cloud services provide this, and it must be verified as enabled rather than assumed.
Authentication. Verification of identity, with multi-factor authentication expected for anything clinical or administrative.
Every third party that touches protected health information on your behalf must sign a business associate agreement. That includes your cloud provider, your database host, your email service, your error monitoring tool, your analytics platform, and any AI provider.
This constrains your stack in ways teams discover late. Not every popular service will sign one, and not every tier of a service that will sign one is covered. AWS, Google Cloud, and Azure all offer agreements covering specific eligible services, and using a non-eligible service within a covered architecture is a compliance failure regardless of how secure it is.
The practical rule: inventory every third-party service before development begins, confirm each can sign, and confirm which of their products the agreement covers. Error monitoring and analytics are the two most commonly overlooked, because they quietly capture payloads and identifiers.
Contrary to a common assumption, the most frequent HIPAA engineering failure is not weak encryption. It is protected information appearing where nobody intended: in application logs, in error reports sent to a third-party monitoring service, in analytics events, and in support tooling. Scrub at the boundary rather than trusting that nobody logged the wrong field.

Health applications on phones add obligations that web products do not have.
Local storage of protected information must be encrypted using platform secure storage rather than plain preferences or unencrypted local databases. Sessions must time out and require re-authentication, with biometric unlock acceptable as a convenience layer over a real session policy. Push notifications must not contain clinical content, since notifications appear on lock screens. Screenshot and background snapshot behaviour should be considered on screens displaying clinical data. And device loss must be survivable, meaning remote session revocation and no unencrypted residue.
Both app stores also impose their own health data policies and privacy disclosure requirements, which are separate from HIPAA and enforced at review.
| Additional work | Typical added cost |
|---|---|
| Audit logging infrastructure | $10,000 to $30,000 |
| Granular access control and role model | $8,000 to $25,000 |
| Encryption, key management, secure storage | $6,000 to $18,000 |
| Data retention, deletion, and export handling | $5,000 to $15,000 |
| Security testing and remediation | $10,000 to $40,000 |
| Documentation and policy support | $5,000 to $20,000 |
In aggregate, HIPAA scope typically adds 30 to 60 percent to a comparable non-regulated build and four to eight weeks to the timeline. A regulated healthcare product commonly lands at 18 to 26 weeks in total, which is why Bolder Apps and other agencies quoting 8 to 20 weeks for MVP work will place a compliant healthcare build at the top of that band or above it. Compliance work is largely sequential, because documentation follows implementation and security testing follows both.
Ask five questions. The answers separate firms that have shipped into healthcare from firms that have read about it.
What does your audit logging capture, and how is it queried? Real answers describe an access log distinct from application logging, with retention and a query path. Vague answers mean it has not been built before.
Which third-party services would you use on this project, and which of them will sign a business associate agreement? A partner who has done this will already know that error monitoring and analytics are the problem cases.
How do you keep protected information out of logs and error reports? Scrubbing at the boundary is the expected answer.
How is access scoped in queries? By authenticated identity in the query itself, not by hiding interface elements.
What did your last healthcare security review find? Every real build has findings. A partner claiming none has not been reviewed.
Bolder Apps deploys to AWS, Azure, Google Cloud, and Firebase, builds backends in Node.js and Laravel, and prices project work fixed-scope rather than hourly. What is worth asking any firm to state in writing is the division of responsibility: which safeguards they are building, which remain yours, and which documentation they will produce. A partner unwilling to write that down is describing capability rather than committing to it.
If you intend to sell to hospitals, health systems, or plans, their security review is the real gate, and it arrives well before a contract. Being ready for it changes what you build.
Expect a security questionnaire covering encryption, access control, audit logging, backup and recovery, vulnerability management, incident response, subcontractor management, and employee training. Expect a request for a penetration test report or a third-party attestation. Expect questions about where data resides and which subprocessors handle it. And expect a business associate agreement negotiation in which their template, not yours, is the starting point.
Two practical consequences. Build the documentation as you go, because assembling a security package retroactively takes weeks and stalls a live sales conversation. And budget for a penetration test before your first enterprise conversation rather than during it, because remediation found under sales pressure is the most expensive kind.
Products that treat this as paperwork discover that the reviewer is a security engineer reading the architecture, not a procurement clerk collecting forms.

Scope reduction is the most valuable lever available, and it is an architecture activity.
Minimise what you collect. Every field of protected information you do not store is a field you do not have to protect, log access to, retain, or breach.
Segregate protected information from everything else, so the majority of your system sits outside the regulated boundary and only a defined component is in scope.
Consider de-identification for analytics. Properly de-identified data falls outside HIPAA, which means product analytics and reporting can operate without the regulated constraint.
Prefer managed services that will sign agreements over self-managed infrastructure, because the provider absorbs a large share of the physical and infrastructure safeguards.
Bolder Apps deploys to AWS, Azure, Google Cloud, and Firebase and sells paid discovery as a standalone engagement, and a discovery phase is disproportionately valuable in this category specifically. The compliance boundary is an architectural decision, and making it before development begins is the difference between a contained scope and a system where everything is regulated because nobody drew a line.
Useful applications exist, including clinical documentation support, intake extraction, and patient-facing information assistance. Three constraints apply.
Your model provider must sign a business associate agreement, and only certain enterprise tiers do. Consumer API access is not appropriate for protected information regardless of implementation quality.
Anything approaching clinical decision support may fall under separate FDA regulation, which is a distinct and significant regime.
Model output touching patient care requires human review and an audit trail. Products that let generated content reach a patient unreviewed are taking a clinical risk, not a product risk.
Can a development agency make our app HIPAA compliant? An agency can build the technical safeguards, help select services that will sign agreements, and support your documentation. Compliance itself is organisational and includes policies, training, risk assessment, and incident response that no vendor can hold on your behalf.
Is there a HIPAA certification we can obtain? No official certification exists. Third-party audits and attestations are available and are commonly used to demonstrate diligence to partners and customers, but no body certifies HIPAA compliance.
Does using a HIPAA-eligible cloud provider make us compliant? No. It provides infrastructure safeguards under a shared responsibility model. Access control, audit logging, encryption configuration, and application-level protections remain yours, and most enforcement actions concern exactly those.
What happens if we handle protected information without compliance? Civil penalties scale with culpability and can be substantial, breach notification obligations apply, and enterprise customers will not buy. The commercial consequence usually arrives first: a hospital'''s security review ends the sales conversation.
Can we build the app now and add compliance later? Poorly, and expensively. Audit logging, access control, encryption, and data segregation are architectural. Retrofitting them typically costs more than including them and frequently requires data migration. Regulated scope should be decided in discovery.




