
HIPAA compliance adds 20–30% to the cost of healthcare software development, by industry estimates [C2, C5]. Here's the question almost nobody asks before paying it: does this particular backlog item actually touch protected health information? On most healthcare roadmaps, the honest answer for a large share of the work is no. And that share is being priced, staffed, and queued as if it were the most regulated thing you ship.
Healthcare software development is the practice of building software for healthcare organizations and health-related products, spanning FDA-regulated medical device software, HIPAA-covered systems that handle patient data, and the operational and consumer health software that falls outside both regimes.
Healthcare software development covers three distinct zones: FDA-regulated medical device software, HIPAA-covered systems that handle protected health information, and everything else, the operational, analytics, and wellness software that falls outside both regimes. Each zone carries different rules, different costs, and different staffing needs.
The label is procurement shorthand, not an engineering category. Under it sit three regulatory zones with almost nothing in common.
Zone 1 — the device zone. Software that performs a medical purpose in its own right: an algorithm that flags nodules on a CT scan, a dosing calculator that tells a clinician how much insulin to give, diagnostic decision support that a physician acts on. This is FDA territory, and it has its own vocabulary, its own submission pathways, and its own definition of done.
Zone 2 — the PHI zone. Software that creates, stores, or moves protected health information on behalf of a covered entity: patient portals, EHR integrations, claims pipelines, telehealth back ends. HIPAA territory. Real rules, real audits, real cost.
Zone 3 — the overflow. Everything else on a healthcare organization's roadmap: internal admin tooling, analytics on de-identified data, provider-facing websites, staff scheduling, billing-ops dashboards, consumer wellness features. It touches neither FDA device regulation nor HIPAA. It's not lawless — we'll get to the FTC — but it's a different job.
Here's the failure mode: most teams staff all three zones as if they were the hardest one they operate in. The compliance pipeline that zone 2 genuinely requires becomes the pipeline for everything, and a marketing site rebuild waits behind a Security Rule review it never needed. That's not caution. That's a pricing error.
The regulatory term is Software as a Medical Device, defined by the international IMDRF framework, of which the FDA is a member, as "software intended for one or more medical purposes that perform those purposes without being part of a hardware medical device" [Z13]. If your code's output is itself the clinical act — diagnosis, treatment recommendation, dose — you're in this zone regardless of what your marketing copy calls it.
The zone is busy. The FDA had authorized 1,451 AI-enabled medical devices through the end of December 2025, and the distribution is lopsided: 1,104 of them (76%) are radiology devices, with 72 cleared in Q4 2025 alone [R7]. If you're building imaging AI, you have a lot of regulatory precedent to study. If you're building anything else clinical, you have less.
What changed in 2026 is that the zone got smaller. The FDA's January 2026 guidance update extended general-wellness enforcement discretion (the policy that exempts low-risk products "intended for only general wellness use" from device-regulation compliance) to non-invasive sensor wearables that estimate physiological parameters and display trends for sleep, activity, stress, and recovery [Z10]. The same update granted enforcement discretion to clinical decision support software that gives a single recommendation where only one option is clinically appropriate, and removed prior restrictions on time-critical decision support [Z11]. Both moves rest on the 21st Century Cures Act software exclusions in FDCA §520(o), which carved certain software out of the device definition entirely [Z11].
Translation for your backlog: features you assumed were device work in 2024 (a recovery-trend view on wearable data, a narrow single-path recommendation) may now sit outside the perimeter. That's worth a fresh read with counsel before you budget them as regulated builds.
One thing this post won't do is tell you how to operate inside zone 1. If you're genuinely there, medical software development needs regulatory affairs specialists, a quality management system, and engineers who've done design controls before — not a generalist dev shop, and not us. The useful skill for everyone else is knowing whether you're in the zone at all.
This zone has two sibling posts that own the depth, so here's the compressed version.
The proposed Security Rule update (the first major revision in more than two decades, if finalized) would turn encryption of ePHI at rest and in transit, multi-factor authentication, penetration testing, and vulnerability scanning into hard requirements, eliminating the old "addressable versus required" distinction [R9]. Any vendor touching PHI needs a business associate agreement with ten mandatory elements, and every subcontractor with PHI access must be bound to the same restrictions through flow-down provisions [C16]. All of that engineering is why industry estimates put the compliance premium at 20–30% of build cost [C2, C5].
If most of your roadmap lives here, the full buyer's guide to custom healthcare software development is the post you want.
The premium in this zone is legitimate. The problem is what happens when it leaks into the next one.
Start with a fact that surprises most engineering leaders: HIPAA follows the entity, not the data. An app is subject to HIPAA only when it's developed by or on behalf of a covered entity (a provider, plan, or clearinghouse), making the developer a covered entity or business associate. Per HHS guidance, most consumer health, fitness, and wellness apps are not covered at all, and data an individual sends to a non-affiliated app at their own direction "has lost its HIPAA protection" [Z1].
That's not a loophole; it's the design of the statute. And the territory it leaves open is vast. There were 350,000+ consumer digital health apps on the market as of IQVIA's 2021 count, with 90,000+ launched in 2020 alone [Z14]. Meanwhile, a 2023 ClearDATA–Harris Poll found that 81% of Americans wrongly believed health-app data was covered by HIPAA [Z8]. That tells you something important: your users' expectations exceed your legal obligations, and the gap is yours to manage.
The zone extends inside covered entities too, through de-identification. Under 45 CFR §164.514, data stripped of every identifier on the Safe Harbor list — or certified by Expert Determination as carrying "very small" re-identification risk — "is no longer protected and can be used or disclosed without limitation" [Z9]. That single provision is what makes internal analytics, dev/test environments, and operational tooling buildable at normal velocity instead of PHI velocity.
And the operational side is where the money is. US administrative spending runs 15–25% of national health expenditure [Z15]. That works out to $600 billion to $1 trillion a year against $3.8 trillion in total spending, and one study put the figure at $950 billion in 2019 [Z15]. The spend is driven by billing and coding, physician administrative work, and insurer administration [Z15]. The tooling that attacks that spend is mostly zone-3 software.
Now the qualifier, because "unregulated" is the wrong word. Since July 29, 2024, the FTC's amended Health Breach Notification Rule explicitly covers health apps that HIPAA doesn't: entities offering or maintaining personal health records outside HIPAA's scope [Z3]. The amendments broadened "breach of security" beyond hacking to include unauthorized disclosures inconsistent with your own privacy promises [Z4]. They also stretched "vendor of personal health records" to any app relating more than tangentially to health with the technical capacity to draw data from multiple sources [Z4]. Penalties were set at up to $51,744 per violation when the rule was finalized in 2024 [Z5].
The enforcement record is short but pointed. GoodRx paid a $1.5 million civil penalty in the FTC's first HBNR action, announced February 2023, for sharing prescription and health data with Facebook, Google, and Criteo despite a privacy policy that had promised it would never disclose personal health information to advertisers or other third parties [Z6, Z7]. Easy Healthcare's Premom ovulation tracker followed three months later with a $100,000 penalty for sharing users' health data with third parties, including two China-based analytics firms, without consent [Z7].
So the zone-3 rule is simple: keep your privacy promises and keep your data flows honest, but don't carry the HIPAA engineering premium on work the law never put inside the perimeter.
Run every backlog item through two questions. One: does it create, store, or move PHI, and is it built by or for a covered entity? Two: is it a device function under FDA's definitions, after the January 2026 carve-outs? Two yeses is rare. One yes routes the item into the regulated core. Two nos and it's overflow.
Then staff each side like the different job it is: the staffing model should differ as much as the regulation does.
Zone 1 goes to regulatory specialists. Full stop.
Zone 2 goes to a compliance-fluent build partner vetted the way the buyer's guide lays out: BAA, flow-down, Security Rule readiness.
Zone 3 is where speed is the whole point, and it's the zone Yousource's Dev on Demand was built for: dedicated AI-augmented engineers on a month-to-month subscription at $3,495/mo for a single stream, working in 3-day task cycles with daily async updates, operating inside your environment under your access controls, with the stated commitment that "Code and data don't leave your environment without your explicit approval" [R21]. And because zone-3 work carries no PHI by definition, the data-residency and locality constraints that complicate PHI staffing don't arise. You can staff this side of the roadmap purely for velocity and cost. The fit: admin and billing-ops tooling, internal dashboards on de-identified data, provider-facing sites, the wellness features the FDA just told you aren't devices. None of it should have been waiting behind your compliance pipeline.
When the regulated core itself needs a full squad rather than a stream, Dev Team as a Service is the cross-functional model: Dev, QA, experience design, and PM on a monthly subscription, with quarterly architecture reviews included [P1].
The 20–30% premium is the price of PHI, not the price of the word "healthcare" in your company description. Pay it where the law actually demands it — and get the other half of your roadmap out of that queue.
Healthcare software development is the umbrella term covering everything built for healthcare organizations and health-related products, regulated and unregulated alike. Medical software development refers specifically to software that performs a medical purpose in its own right, which the FDA regulates as Software as a Medical Device and which requires regulatory affairs specialists, a quality management system, and design controls [Z13].
No. HIPAA applies only when an app is developed by or on behalf of a covered entity (a provider, plan, or clearinghouse), and per HHS guidance, most consumer health, fitness, and wellness apps are not covered at all [Z1]. Even so, a 2023 ClearDATA–Harris Poll found 81% of Americans wrongly believed health-app data was covered by HIPAA, so user expectations often exceed the legal obligation [Z8].
Software as a Medical Device is "software intended for one or more medical purposes that perform those purposes without being part of a hardware medical device": for example, an algorithm that flags nodules on a CT scan or a dosing calculator [Z13]. The FDA had authorized 1,451 AI-enabled medical devices through December 2025, 76% of them in radiology [R7].
Since July 29, 2024, the FTC's amended Health Breach Notification Rule covers health apps outside HIPAA's scope, treating unauthorized disclosures that break an app's own privacy promises as reportable breaches [Z3, Z4]. Penalties were set at up to $51,744 per violation when the rule was finalized in 2024, and the FTC has already acted against GoodRx ($1.5 million) and Premom ($100,000) [Z5, Z6, Z7].
No. Under 45 CFR §164.514, data stripped of every identifier on the Safe Harbor list — or certified by Expert Determination as carrying "very small" re-identification risk — "is no longer protected and can be used or disclosed without limitation" [Z9]. That is what lets internal analytics, dev/test environments, and operational tooling run at normal velocity instead of PHI velocity.