Home/Blog
ยท8 min read

SaMD Regulatory Requirements: What FDA Expects from Software as a Medical Device

๐Ÿ“‹ Quick Summary

What FDA expects from Software as a Medical Device (SaMD): IEC 62304 classification, SOUP management, PCCP for AI/ML devices, cybersecurity submission requirements, and when a 510(k) is required.

๐Ÿ“ฌ Get daily updates like this in your inbox. Subscribe to RegWatch Daily โ†’

Why SaMD Regulation Has Become More Demanding

Software as a Medical Device is no longer a niche category. AI-powered diagnostics, clinical decision support systems, remote patient monitoring platforms, and algorithm-driven treatment recommendations are now mainstream product categories โ€” and FDA has spent the last several years building a comprehensive regulatory framework to match.

The core challenge with SaMD is that software fails differently than hardware. A physical device degrades predictably. Software can change its behavior suddenly, learn from data in ways its developers did not anticipate, and interact with other software systems in complex ways. These characteristics require a different regulatory approach.

For manufacturers of software-enabled devices, understanding what FDA actually expects โ€” and where the regulatory requirements have hardened in the last three years โ€” is essential before your next submission.

SaMD Classification: IEC 62304 + FDA Guidance

FDA does not classify SaMD in isolation. It intersects two frameworks: the device classification system (Class I, II, III under 21 CFR) and the software safety classification system defined in IEC 62304.

IEC 62304 assigns software a safety class based on the severity of harm that could result from a software failure. Class A software, where a failure cannot contribute to a hazardous situation, carries the lightest development process requirements. Class B software, where a failure can result in non-serious injury, requires more rigorous processes. Class C software, where a failure can result in serious injury or death, carries the most demanding development lifecycle requirements.

FDA's 2019 software guidance and its 2023 draft guidance on Predetermined Change Control Plans both reference IEC 62304 as the expected development standard. Your submission must demonstrate that your software safety classification is correctly assigned โ€” based on hazard analysis, not on convenience โ€” and that your software development lifecycle follows processes appropriate for that classification.

For AI/ML-based SaMD, the classification question becomes more complex. Machine learning models that evolve post-market may shift in their safety class as their intended use is refined. FDA expects manufacturers to address this explicitly in their classification rationale.

SOUP Management Obligations

Software of Unknown Provenance (SOUP) โ€” open-source libraries, commercial off-the-shelf software components, third-party frameworks โ€” represents one of the most consistently underaddressed areas in SaMD submissions.

IEC 62304 ยง8.1.2 requires manufacturers to identify all SOUP components, evaluate their fitness for use in the medical software context, and document the known anomalies. FDA reviewers look for this in software documentation submissions and expect to see:

A complete SOUP inventory that lists every third-party component used in the software build. Not just major libraries, but all dependencies, including transitive dependencies that your primary libraries rely on.

A risk assessment for each SOUP component that evaluates the potential impact of a SOUP anomaly on device safety. Components that directly affect clinical functions carry a different risk profile than logging libraries.

A monitoring process for SOUP updates, security advisories, and disclosed vulnerabilities. FDA's 2023 cybersecurity guidance specifically requires manufacturers to monitor and respond to vulnerabilities in their software components throughout the device lifecycle โ€” this obligation directly intersects with SOUP management.

Manufacturers who treat SOUP management as a static documentation exercise โ€” filling out a table once during development and never updating it โ€” create significant liability. SOUP vulnerability monitoring must be an ongoing process.

Get this intelligence in your inbox every morning.

Daily regulatory briefings for QA managers, SaMD teams, and startup RA leads โ€” personalized, actionable, free.

Subscribe Free โ†’

Free forever. Unsubscribe anytime.

PCCP for AI/ML Devices: FDA's 2023 Guidance

The Predetermined Change Control Plan (PCCP) is FDA's answer to a genuine regulatory challenge: AI and machine learning algorithms improve over time through training updates, and requiring a new submission for every performance improvement would be both unworkable and contrary to patient safety.

FDA finalized guidance on PCCPs for AI/ML-enabled devices in 2023. A PCCP allows manufacturers to define, in their initial submission, a specific set of algorithm modifications that can be made post-clearance without requiring a new 510(k) or PMA supplement. The modifications must be precisely defined, within specified performance bounds, and subject to validation protocols described in the PCCP.

The structure FDA expects in a PCCP includes a description of modifications โ€” the specific types of changes that will be made, defined in enough detail that FDA can evaluate whether the proposed change scope is appropriate. Performance goals โ€” quantitative bounds on algorithm performance, specified in advance, that must be met before any PCCP modification can be deployed. Methodology โ€” how training, testing, and validation will be conducted for each type of modification. Update procedures โ€” how the manufacturer will assess whether a proposed modification exceeds the PCCP scope and requires a new submission.

The PCCP does not reduce the safety bar for AI/ML devices. It creates a transparent, pre-approved pathway for specific, bounded improvements. Modifications that exceed the PCCP scope still require a new submission.

For manufacturers building AI-powered SaMD, a well-constructed PCCP is a competitive advantage: it enables faster iteration and continuous improvement while maintaining regulatory compliance.

Cybersecurity Submission Requirements Post-2023

The Consolidated Appropriations Act of 2023 gave FDA explicit authority to require cybersecurity information in premarket submissions โ€” codifying what had previously been guidance. For any SaMD submitted after March 2023, cybersecurity documentation is a mandatory submission element, not optional best practice.

What FDA requires in premarket cybersecurity submissions includes a Software Bill of Materials (SBOM) listing all software components, including third-party and open-source components. A cybersecurity risk assessment identifying threats, vulnerabilities, and controls. A Security Architecture diagram showing the device's interfaces, data flows, and trust boundaries. A plan to monitor, identify, and address cybersecurity vulnerabilities post-market.

For connected devices and AI/ML SaMD, the threat surface is particularly broad. Submission reviewers expect to see evidence that threat modeling was conducted (STRIDE or similar methodology), that security controls are designed into the architecture rather than bolted on, and that the manufacturer has a defined vulnerability disclosure and response process.

The SBOM requirement intersects directly with SOUP management. Manufacturers who have a mature SOUP identification and tracking process will find SBOM generation largely automated. Those starting from scratch will need to build the inventory from scratch โ€” a significant effort for complex software architectures.

Get the SaMD Regulatory Toolkit ($247) โ†’Not sure where to start? Take the free compliance readiness calculator โ†’

When a 510(k) Is Required for SaMD

Not all SaMD requires FDA premarket review. The first question is always whether the software meets the definition of a medical device under section 201(h) of the FD&C Act โ€” and whether it falls outside the categories excluded from device definition under the 21st Century Cures Act.

FDA's 2019 guidance on Clinical Decision Support Software provides the key framework. Software is excluded from device definition if it displays, analyzes, or prints medical information without changing it, or if it supports administrative functions. Software that meets a higher threshold โ€” providing specific treatment recommendations or diagnoses based on patient-specific data โ€” will typically require premarket review.

For SaMD that does require premarket review, the pathway depends on the risk level. Most SaMD is Class II and eligible for 510(k) clearance. A 510(k) for SaMD requires all standard elements plus software documentation following FDA's software guidance: level of concern determination, software description, architecture design, hazard analysis, design specifications, traceability matrix, and V&V documentation.

If no predicate device exists for a novel SaMD function, De Novo classification may be the appropriate pathway. De Novo is more resource-intensive than 510(k) but establishes a new device classification that subsequent manufacturers can use as a predicate.

The SaMD Regulatory Toolkit at samd-regulatory-toolkit.vercel.app packages all six critical templates โ€” SaMD classification rationale, SOUP management documentation, PCCP framework, cybersecurity risk assessment, 510(k) software documentation checklist, and post-market monitoring plan โ€” into a single download for $247. It is the starting point every SaMD manufacturer needs before writing a single line of submission documentation.

๐Ÿ“š Sources & References

Get this intelligence in your inbox every morning.

Daily regulatory briefings for QA managers, SaMD teams, and startup RA leads โ€” personalized, actionable, free.

Subscribe Free โ†’

Free forever. Unsubscribe anytime.

Get the SaMD Regulatory Toolkit โ€” 6 practitioner-grade templates covering SaMD classification, SOUP management, PCCP, cybersecurity risk assessment, 510(k) checklist, and post-market monitoring.

Get the SaMD Regulatory Toolkit โ€” $247

Continue Reading

10 min read

FDA 510(k) RTA Checklist: How to Submit Without Getting Refused to Accept

10 min read

ISO 14971:2019 Risk Management for Medical Devices: Practical Implementation Guide

8 min read

Post-Market Surveillance Plan Template for Medical Devices (FDA + EU MDR)