FDA Software as a Medical Device (SaMD): A Practical Interpretive Guide
**FDA regulates Software as a Medical Device (SaMD)—software performing medical functions independently on general-purpose platforms like smartphones or cloud servers—under a risk-based framework, with exclusions for administrative tools, wellness apps, and clinical decision support meeting strict criteria. Companies must navigate multiple regulatory instruments including FDA's 2019 AI/ML guidance and 2023 predetermined change control plan guidance to determine premarket clearance requirements.**
S
SittuAI Editorial
April 22, 2026 10 min read
Software that analyzes a retinal image to detect diabetic retinopathy, an algorithm that flags sepsis risk from ICU vital signs, a mobile app that interprets ECG waveforms — each of these is a medical device under U.S. law. Yet none of them involves a physical component in the traditional sense. Understanding how FDA regulates these products requires navigating a layered framework that blends international definitions, risk-based classification, and a policy document that significantly reshapes which software products require premarket review at all.
This guide explains the SaMD framework as it currently applies to U.S. market entry, breaks down the practical steps for compliance, and identifies the misunderstandings that most frequently derail submissions.
---
## What Is SaMD and Who Does This Framework Apply To?
**Software as a Medical Device (SaMD)** is defined by the International Medical Device Regulators Forum (IMDRF) — a body of regulators from the U.S., EU, Canada, Australia, Japan, and others — as "software intended to be used for one or more medical purposes that perform these purposes without being part of a hardware medical device."
The critical distinction here is *independence*. Software embedded in a ventilator that controls gas delivery is **Software in a Medical Device (SiMD)** — it is regulated as part of the device hardware. SaMD, by contrast, runs on general-purpose computing platforms: smartphones, tablets, cloud servers, or hospital workstations not dedicated to a single hardware device.
FDA has incorporated the IMDRF SaMD definition into its regulatory framework and applies it alongside two additional governing instruments:
1. **21 CFR Part 820** (Quality System Regulation, now aligned with ISO 13485 under the 2024 Quality Management System Regulation)
2. **Section 520(o) of the Federal Food, Drug, and Cosmetic Act (FD&C Act)**, as amended by the 21st Century Cures Act (2016) and the CURES 2.0-related provisions
3. **FDA's 2019 guidance, *Proposed Regulatory Framework for Modifications to Artificial Intelligence/Machine-Learning (AI/ML)-Based Software as a Medical Device***
4. **FDA's 2023 guidance, *Marketing Submission Recommendations for a Predetermined Change Control Plan for Artificial Intelligence-Enabled Devices***
This framework applies to **software developers, medical device manufacturers incorporating software-only products, digital health companies, and hospital systems that develop clinical decision support tools** intended for commercial distribution in the U.S.
---
## The Regulatory Landscape: What Requires FDA Clearance or Approval?
Not every piece of clinical software is a regulated medical device. Section 520(o) of the FD&C Act, as amended, explicitly excludes certain software functions from the device definition. Understanding these exclusions is where most companies either correctly scope their regulatory strategy — or create significant risk by misclassifying their product.
### Excluded Software Functions (Not Regulated as Devices)
Under 21 U.S.C. § 360j(o), the following are **not** medical devices:
* Software intended for administrative support (scheduling, billing, claims)
* Software for general patient communication and education
* Software for maintaining general wellness (not disease-specific)
* **Clinical Decision Support (CDS) software** that meets all four criteria in the statute: it displays, analyzes, or prints medical information; is not intended to replace clinical judgment; the clinician can independently review the basis for the recommendation; and it does not acquire, process, or analyze medical images, signals from in vitro diagnostic devices, or patterns/signals from signal acquisition systems
FDA's 2022 final guidance **"Clinical Decision Support Software"** provides the definitive interpretation of these four CDS criteria. If your software fails even one criterion, FDA considers it a regulated device.
### Regulated SaMD: The IMDRF Risk Categorization Model
For software that *is* a regulated device, FDA applies a risk-based framework drawn from the **IMDRF SaMD: Risk Categorization Framework** (2014). The framework combines two axes:
| State of Healthcare Situation or Condition | Significance of Information Provided by SaMD |
|---|---|
| **Critical** (immediately life-threatening or irreversible) | Treat or diagnose → **Category IV** (highest risk) |
| **Serious** (significant deterioration possible) | Drive clinical management → **Category III** |
| **Non-serious** | Inform clinical management → **Category II** |
| — | — → **Category I** (lowest risk) |
In practice, **Category IV SaMD** (e.g., autonomous AI that diagnoses and recommends treatment for a critical condition without clinician review) will face **De Novo or PMA** review. **Category II-III SaMD** often qualifies for **510(k) clearance**, which requires demonstrating *substantial equivalence* — meaning the new device has the same intended use and technological characteristics as a legally marketed predicate device, or any differences do not raise new questions of safety and effectiveness.
---
## Key Regulatory Requirements in Plain Language
### 1. Establish and Document Intended Use Early
FDA's review hinges on *intended use* — the specific clinical purpose for which the software is designed, labeled, and marketed. Scope creep in labeling (adding indications not validated) is a leading cause of 510(k) refusals. Define intended use before design validation begins and lock it before any regulatory submission.
### 2. Software Documentation Requirements
FDA expects robust software documentation for any SaMD submission. The primary reference is **FDA guidance "Cybersecurity in Medical Devices: Quality System Considerations and Content of Premarket Submissions" (2023)** and the legacy **"Guidance for the Content of Premarket Submissions for Software Contained in Medical Devices" (2005)**, which — despite its age — remains the template for software documentation levels.
Required documentation typically includes:
* **Software Description Document**: architecture, design, operating environment
* **Software Requirements Specification (SRS)**
* **Software Design Specification (SDS)**
* **Hazard Analysis**: linked to IEC 62304 (software lifecycle) and ISO 14971 (risk management)
* **Verification and Validation (V&V) testing**: unit, integration, and system-level test protocols and results
* **Cybersecurity documentation**: threat modeling, Software Bill of Materials (SBOM), vulnerability management plan
### 3. AI/ML-Specific Requirements: The Predetermined Change Control Plan (PCCP)
Static software (code that does not update itself post-deployment) follows the documentation requirements above. **AI/ML-based SaMD that learns and adapts** introduces a unique challenge: how do you regulate a device whose algorithm may change after clearance?
FDA's answer is the **Predetermined Change Control Plan (PCCP)**, formalized in the **2023 guidance "Marketing Submission Recommendations for a Predetermined Change Control Plan for Artificial Intelligence-Enabled Devices."** A PCCP must include:
* **Description of anticipated modifications**: precisely defined changes the manufacturer plans to make
* **Methodology for implementing changes**: retraining procedures, data governance, performance monitoring
* **Impact assessment**: how changes will be evaluated against the original performance specifications
An approved PCCP allows manufacturers to implement defined algorithm modifications without submitting a new 510(k) — provided changes fall within the pre-approved scope. This is a significant operational benefit for companies with continuously learning models.
### 4. Quality System Requirements
All SaMD manufacturers distributing in the U.S. must comply with **21 CFR Part 820** (transitioning to alignment with ISO 13485:2016 under the 2024 QMSR final rule, with a compliance date of February 2026). Key quality system elements specific to SaMD include:
* Design controls (§ 820.30) with software-specific design history file entries
* Complaint handling and MDR (Medical Device Reporting under 21 CFR Part 803)
* Change control procedures that assess whether post-market software changes require a new submission (per FDA's **"Deciding When to Submit a 510(k) for a Software Change to an Existing Device" guidance, 2017**)
---
## Common Misinterpretations and Pitfalls
### Pitfall 1: Assuming "Clinical Decision Support" Means Automatic Exemption
The 520(o) CDS exemption requires meeting *all four statutory criteria simultaneously*. Many companies assume their software is CDS-exempt because it displays recommendations to clinicians — but if the software analyzes signals from acquisition systems (e.g., ECG monitors, continuous glucose monitors) or processes medical images, it is a regulated device regardless of the clinician-in-the-loop argument.
### Pitfall 2: Misidentifying the Predicate Device
A 510(k) submission stands or falls on predicate selection. SaMD companies often select predicates based on surface similarity (both are "AI diagnostic tools") rather than on **intended use and technological characteristics** as FDA defines them. A poorly chosen predicate that does not share your device's risk profile or clinical application will generate an Additional Information (AI) request or outright Not Substantially Equivalent (NSE) determination.
### Pitfall 3: Underestimating Post-Market Change Obligations
The **2017 guidance "Deciding When to Submit a 510(k) for a Software Change"** requires manufacturers to work through a decision-making flowchart for every software modification. Changes that could "significantly affect safety or effectiveness" — including algorithm retraining, changes to operating system requirements, or updates to cybersecurity controls — may trigger a new 510(k). Many companies do not have documented change control procedures that feed into this analysis.
### Pitfall 4: Treating Cybersecurity as an Afterthought
Since 2023, FDA has the authority under section 524B of the FD&C Act to refuse submissions that do not include a cybersecurity plan. Cybersecurity documentation — including an SBOM, a post-market patch management plan, and evidence of threat modeling — is now a **threshold requirement**, not supplementary documentation.
### Pitfall 5: Applying IMDRF Risk Categories Incorrectly
The IMDRF risk framework is a tool for *characterizing risk* to support regulatory strategy, not a substitute for FDA's classification system under 21 CFR Parts 862–892. A Category III IMDRF device is not automatically a Class II device. You must identify the FDA product code and device classification regulation that governs your specific intended use.
---
## SaMD Compliance Checklist
Use this checklist to assess readiness before engaging FDA or preparing a premarket submission.
**Regulatory Scoping**
* [ ] Confirmed software meets the IMDRF SaMD definition (not SiMD)
* [ ] Assessed all four 520(o) CDS criteria; documented conclusion with rationale
* [ ] Identified applicable FDA device classification and product code
* [ ] Determined submission pathway (510(k), De Novo, PMA, or exempt)
**Technical Documentation**
* [ ] Software Description Document completed
* [ ] SRS and SDS maintained under design controls
* [ ] Hazard analysis conducted per ISO 14971; software risks documented per IEC 62304
* [ ] V&V protocols and results documented
* [ ] Clinical validation study design reviewed for statistical adequacy
**AI/ML-Specific (if applicable)**
* [ ] Determined whether a PCCP is needed or beneficial
* [ ] Defined anticipated modifications with specificity
* [ ] Established performance monitoring and drift detection protocols
* [ ] Training/test dataset documentation prepared (transparency per 2021 AI/ML Action Plan)
**Cybersecurity**
* [ ] SBOM generated and maintained
* [ ] Threat model documented
* [ ] Patch and vulnerability management SOP in place
* [ ] Cybersecurity section included in premarket submission per 2023 FDA guidance
**Quality System**
* [ ] QMS compliant with 21 CFR Part 820 / ISO 13485 (per 2024 QMSR)
* [ ] Design History File established
* [ ] Software change control SOP references the 2017 FDA decision flowchart
* [ ] MDR procedures in place for post-market surveillance
---
## Key Takeaways
* **The CDS exemption under 520(o) is narrow.** All four statutory criteria must be met simultaneously. Software that processes signals from acquisition systems or medical images is a regulated device even if a clinician reviews the output.
* **Predicate selection in 510(k) submissions is a technical and strategic decision.** Identify predicates based on shared intended use and technological characteristics, not superficial product similarity. A weak predicate prolongs review and increases NSE risk.
* **AI/ML-based SaMD requires a lifecycle regulatory strategy, not just a clearance strategy.** The PCCP mechanism exists precisely to give manufacturers a structured pathway for post-market algorithm updates. Building a PCCP into your original submission avoids repeated 510(k) filings as your model matures.
* **Cybersecurity compliance is now a submission gate.** FDA can refuse to accept submissions lacking an adequate cybersecurity plan under section 524B. Treat cybersecurity documentation as a core deliverable, not an appendix.
* **Software change control must be connected to your regulatory submission obligations.** Every post-market software update should pass through a documented change control process that explicitly evaluates whether a new 510(k) is required under the 2017 FDA guidance. Failure to do this is among the most common Form 483 observations in SaMD manufacturer inspections.
Skip the paperwork. Let AI do the draft.
SittuAI drafts 80% of your 510(k), De Novo, or PMA submission. Expert consultants validate. You submit faster, with confidence.