HIPAA compliant software

HIPAA compliant software, built to your workflow and audited in code.

HIPAA compliant software means administrative, physical, and technical safeguards under the Security Rule, plus a signed Business Associate Agreement with anyone who touches protected health information for you. There is no HIPAA certification. When an off-the-shelf tool does not fit your workflow, a pod of engineers builds those safeguards into your own system, starting at $7,500 a month.

2
HIPAA-aligned platforms shipped in production
7 years
immutable audit log, one build
490+
unit tests verified against numbered requirements
WCAG 2.1 AA
on patient-facing screens
$7,500/mo
Builder Pod, entry price
5 days
for a pod to start on your codebase

What makes software HIPAA compliant

HIPAA compliant software is not a badge a vendor buys. It is the HIPAA Security Rule, which requires three categories of safeguards, administrative, physical, and technical, plus a signed Business Associate Agreement with anyone who creates, receives, maintains, or transmits PHI on your behalf. Nobody at HHS reviews a codebase and issues a certificate. What exists instead is a checklist of controls you either have in place or do not.

That checklist looks like this in practice.

  • A signed Business Associate Agreement with every vendor that touches PHI on your behalf, including your engineering vendor.
  • Administrative safeguards: access policies, workforce training, incident response procedures, and a named security official.
  • Physical safeguards: facility and device controls, mostly covered by your cloud provider's data center controls plus your own device policy.
  • Technical safeguards: access control, audit controls under 45 CFR 164.312(b), encryption in transit and at rest, and transmission security.
  • An audit log that records who accessed or changed a record, and when, and can reconstruct that history on demand.
  • A documented breach-notification process.

Off-the-shelf HIPAA tools versus a custom build

A lot of searches for HIPAA compliant software are really asking whether a tool already in use, or about to be bought, meets the checklist above. For a mainstream workflow, an EHR, a scheduling system, a billing platform from a vendor that signs a BAA and publishes its safeguards, the honest answer is usually yes. Buying that is faster and cheaper than building it, and we will say so on the first call.

A custom build earns its cost under a narrower set of conditions: your workflow does not match what a generic SaaS product assumes, an inquiry that has to become a chart without changing systems, a routing engine with failover logic specific to your business; you need an AI feature, a scribe, a vision model, a classifier, running under your own BAA and audit log instead of a vendor's black box; or several existing systems need to become one record with one audit trail, instead of three separate compliance surfaces to defend in an audit.

A dental practice with a stable referral pipeline and a working practice-management system does not need a custom EHR. A clinic already running a BAA-covered scheduling tool does not need us to rebuild it. The rest of this page covers what changes when the fit is not there.

How we build it: controls enforced in code, not promised in a deck

We sign a BAA on request, before any PHI reaches a build. From there, the safeguards above get built into the system rather than described in a policy document: role-based access control scoped to who should see a given record at a given stage, encryption in transit and at rest, and an audit log wired into the data layer itself so a compromised credential cannot rewrite history. On a compounding-pharmacy platform we built, that discipline produced a seven-year immutable audit log and 490+ unit tests, each verified against a numbered requirement before anything merged, with patient-facing screens passing WCAG 2.1 AA.

AI features run under the same controls, not a separate exception. A voice-to-chart scribe that drafts a SOAP note from a provider's dictation, or a vision model that reads a radiograph, sits behind one internal interface, is never used to train a model on client data, and writes into a pending-review state that a named provider has to sign off on before it becomes part of the record.

Is ChatGPT HIPAA compliant. Not by default. OpenAI's Help Center states that ChatGPT Free, Plus, Pro, Team, and self-serve Business are not eligible for a Business Associate Agreement, and that BAA coverage runs through the API platform and sales-managed Enterprise or Edu accounts instead. PHI belongs in an integration built behind a BAA-eligible product with its own access logging and encryption, not typed into a consumer chat window. We build that integration layer as part of the system, not as an add-on bolted beside it.

What it costs and how the pod is staffed

There is no separate HIPAA pricing tier. The safeguard work adds engineering discipline, more review gates, more logging, more test coverage on anything that touches PHI, not a different pricing model. A Builder Pod is $7,500 a month: one active build track, a pod lead plus a two-engineer bench, weekly ship, month-to-month with 30 days notice. A Growth Pod is $10,000 a month for two concurrent tracks with a three-engineer bench. Enterprise engagements, three or more parallel tracks with a dedicated senior lead, are scoped in a meeting.

A pod starts on your codebase within 5 business days of a kickoff session. The BAA is signed before the pod touches anything with real PHI in it; a prototype or an early build phase runs on synthetic data until that agreement is in place. Everything ships into your own repository and your own cloud account or VPC, with a SOC 2 Type II report available under NDA if a customer or auditor asks for it.

How an engagement runs.

  1. 01

    One working session

    We map which surfaces in your system actually touch PHI and what safeguards each one needs, before any code starts.

  2. 02

    BAA signed before any PHI is touched

    We sign a Business Associate Agreement first. Early prototyping runs on synthetic data until it is in place.

  3. 03

    Safeguards spec'd as numbered requirements

    Access control, audit logging, and encryption per surface become checkable requirements, not a paragraph of intent.

  4. 04

    Pod starts within 5 business days

    A pod lead and senior engineers land in your own repository and cloud account, not ours.

  5. 05

    Weekly ship, verified against the spec

    Shipped code every week, each phase checked against its numbered requirements before it merges. Month-to-month, cancel with 30 days notice.

Shipped, not pitched.

Client names withheld. Engineering described exactly as it shipped.

Compounding-pharmacy network

A white-label pharmacy platform where a missed prescription-routing failover or a gap in the audit trail is a compliance liability, not a defect to patch later. We built the routing, failover, consent and e-sign, and a seven-year immutable audit log, verified against numbered requirements before anything merged.

  • 7-year immutable audit log
  • 490+ unit tests
  • WCAG 2.1 AA patient screens
Read the build

Developmental-dentistry practice network

Charting, imaging, and patient communication lived in three disconnected tools, so providers documented instead of treating. We built the clinical AI layer, voice-to-chart SOAP notes and radiograph analysis, inside one Fastify API that the practice owns outright.

  • 80+ REST endpoints
  • 30+ provider surfaces
  • 2 AI models live, voice and vision
Read the build

Dental sleep and airway medicine group

Every incumbent dental EHR treats an inbound inquiry as a chart the moment it arrives. We built a unified practice EHR that treats it as a lead first, with a CRM lifecycle, dual-path airway and sleep screening, and RBAC and an audit baseline built into the same record as the clinical chart.

  • 1 record from inquiry to treatment
  • 6 end-to-end workflows
  • RBAC and audit baseline
Read the build

Questions buyers ask.

Is there such a thing as HIPAA certification?

No. HHS does not certify software, vendors, or platforms as HIPAA compliant, and there is no exam or badge to earn. What exists instead is the HIPAA Security Rule, three safeguard categories, administrative, physical, and technical, plus a signed Business Associate Agreement with anyone who touches PHI on your behalf. Any vendor claiming to be HIPAA certified is describing something that does not exist.

Do you sign a BAA?

Yes, on request, and before any PHI reaches a build. We have shipped two HIPAA-aligned platforms in production, a compounding-pharmacy routing and audit-log system and a medical-billing audit platform, with a SOC 2 Type II report available under NDA.

Can AI or LLM features be HIPAA compliant?

Yes, when they run behind a BAA-eligible model, inside infrastructure you control, with no training on your data and a named person reviewing the output before it becomes part of the record. We have shipped this pattern in production: a voice-to-chart scribe and a radiograph-reading vision model, both drafting into a pending-review state, never auto-finalizing a chart entry.

Is ChatGPT HIPAA compliant?

Not by default. OpenAI's Help Center states that ChatGPT Free, Plus, Pro, Team, and self-serve Business are not eligible for a Business Associate Agreement, and that BAA coverage runs through the API platform and sales-managed Enterprise or Edu accounts instead. Even with an eligible product, the application layer around the model, access control, logging, and encryption, still has to meet the same safeguards.

Where does our PHI actually live?

Inside your own cloud account or VPC, not a shared environment we control. Everything ships into your own repository from week one. If we stopped working with you tomorrow, nothing in the system depends on an Asaasin-only service to keep running.

What does a HIPAA-aligned build cost?

The same published pricing as any other pod. A Builder Pod is $7,500 a month with one active build track, a Growth Pod is $10,000 a month with two concurrent tracks, and Enterprise is scoped in a meeting for three or more parallel tracks. There is no separate HIPAA pricing tier, the safeguard work is engineering discipline, not a different billing model.

How long does it take to get started?

A pod typically starts on your codebase within 5 business days of a kickoff session. The BAA is signed before that pod touches any real PHI; if a prototype runs first, it runs on synthetic data until the agreement is in place.

Who owns the code once it ships?

You do, from day one. Everything ships into your own repository and your own cloud account, with no license-back to us.

Go deeper.

Get in touch.

Thirty minutes to map your problem to a plan and a timeline. You will leave the call with scope, price, and a start date.

What happens on the call
01You describe the outcome you need.
02We map it to scope, price, and a start date.
03You decide whether to proceed to a free prototype.
Schedule a 30-minute call