<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Hattrick's Blog | Hattrick]]></title><description><![CDATA[Welcome to Hattrick's Healthcare Musings, where innovation meets insight in the ever-evolving landscape of healthcare software development.]]></description><link>https://www.hattrick-it.com/blog/</link><image><url>https://www.hattrick-it.com/blog/favicon.png</url><title>Hattrick&apos;s Blog | Hattrick</title><link>https://www.hattrick-it.com/blog/</link></image><generator>Ghost 4.4</generator><lastBuildDate>Fri, 12 Jun 2026 21:45:28 GMT</lastBuildDate><atom:link href="https://www.hattrick-it.com/blog/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[IEC 62304 Clause 6 in practice: turning software maintenance into a repeatable process]]></title><description><![CDATA[Clause 5 of IEC 62304 gets the attention. Clause 6 is where post-clearance audits live. A practitioner guide to maintenance that survives scrutiny.]]></description><link>https://www.hattrick-it.com/blog/iec-62304-clause-6-maintenance-in-practice/</link><guid isPermaLink="false">6a2c3a77ebf8973be6c8453a</guid><category><![CDATA[testing]]></category><dc:creator><![CDATA[Martín Zúñiga]]></dc:creator><pubDate>Thu, 11 Jun 2026 16:59:00 GMT</pubDate><media:content url="https://www.hattrick-it.com/blog/content/images/2026/06/iec62304_s6_v2.png" medium="image"/><content:encoded><![CDATA[<h1></h1><img src="https://www.hattrick-it.com/blog/content/images/2026/06/iec62304_s6_v2.png" alt="IEC 62304 Clause 6 in practice: turning software maintenance into a repeatable process"><p>Most engineers reading IEC 62304 for the first time stop at Clause 5. That&#x2019;s where the framework is interesting. Architecture. Verification. Traceability. Risk-classed unit testing. You can build a development process around it.</p><p>Clause 6 is where most teams get hurt.</p><p>Clause 6 is the software maintenance process &#x2014; the rules that govern what happens to your software after you put your name on the development closure. Post-submission, post-clearance, post-deployment. It&#x2019;s the part of 62304 that turns every git commit into a regulated event. And it&#x2019;s the part nobody writes about, because it lives in the unglamorous middle of the product lifecycle.</p><p>Here&#x2019;s a practical read on Clause 6 &#x2014; what trips teams up, and the patterns that actually work.</p><h2 id="what-clause-6-actually-requires"><strong>What Clause 6 actually requires</strong></h2><p>Clause 6 has three sub-processes, and you need all three.</p><p><strong>6.1 &#x2014; Establish a software maintenance plan. </strong>Before you release, you commit in writing to how you&#x2019;ll handle maintenance throughout the product lifecycle. How problems get reported. How they get evaluated. How modifications get implemented. Who has authority. What records get kept.</p><p><strong>6.2 &#x2014; Problem and modification analysis. </strong>Every reported problem &#x2014; an internal bug, a customer complaint, a CVE in a dependency, a regulatory change &#x2014; gets formally analyzed. Is this a defect? Does it affect safety? Does it warrant a corrective action? Does it require an MDR? Does it require notification to the FDA? The output is a documented decision with traceable inputs and reasoning. This is not Jira triage. This is a regulated process whose artifacts get audited.</p><p><strong>6.3 &#x2014; Modification implementation. </strong>If you decide to change the software, you re-enter the development process at the appropriate point. Not from the top. Not from where it&#x2019;s convenient. From wherever the change actually affects. A change to a Class C component may require you to redo unit tests, integration tests, system tests, and risk analysis. A change to an isolated UI string may not. The judgment about where to re-enter is itself a documented decision.</p><p>That&#x2019;s the shape of it. Three sub-processes, all of them required, all of them auditable.</p><h2 id="where-teams-get-stuck"><strong>Where teams get stuck</strong></h2><p>Some typical failure patterns are:</p><p><strong>1. The patch backlog.</strong> Security patches, dependency updates, minor fixes pile up because nobody on the team is sure whether they &quot;trigger&quot; the Clause 6 process. The team is afraid that addressing them will start a chain of work that won&#x2019;t end. So they don&#x2019;t address them. Then a CVE lands on something they were already behind on, and now there&#x2019;s no time to do it right.</p><p><strong>2. The frozen risk file.</strong> ISO 14971 risk management is supposed to be a living document, updated for every change that affects risk. In practice, the risk file gets locked at submission and never reopened. Auditors notice. Patches that materially change the device&#x2019;s risk profile go in without risk re-evaluation, and the audit trail can&#x2019;t justify the decision.</p><p><strong>3. Maintenance branches that drift.</strong> A &quot;hotfix&quot; branch gets created, ships once, and stays alive. Six months later there are three of them, each with different patches, none merged back to main, none with verification re-runs documented. The configuration management story falls apart fast.</p><p><strong>4. Undocumented re-entry decisions.</strong> A team decides a change is small enough to skip re-running system tests. That decision may be right. But if it&#x2019;s not written down with the reasoning, an auditor will assume it wasn&#x2019;t made &#x2014; which is worse than a wrong decision documented.</p><p><strong>5. No criteria for the 510(k) line.</strong> Clause 6 doesn&#x2019;t tell you when a software change requires a new FDA submission. That&#x2019;s a separate question, informed by the <a href="https://www.fda.gov/regulatory-information/search-fda-guidance-documents/deciding-when-submit-510k-software-change-existing-device">FDA&#x2019;s &quot;Deciding When to Submit a 510(k) for a Software Change&quot; guidance</a>. But your Clause 6 process needs to trigger that question. Teams that don&#x2019;t have a documented criterion end up making the call ad-hoc, under pressure, with the security patch already shipped.</p><h2 id="five-patterns-that-work"><strong>Five patterns that work</strong></h2><p><strong>Treat your bug tracker as a regulatory artifact.</strong> Every ticket gets fields for severity, regulatory impact, risk assessment status, and decision rationale. Templates enforce this. Reviewers reject tickets that skip them. It&#x2019;s friction, but it&#x2019;s the friction that keeps the audit trail intact when you need it eighteen months later.</p><p><strong>Make Clause 6.2 a step in your standard ticket flow.</strong> Don&#x2019;t bolt on a &quot;regulatory review&quot; process after the fact. Bake it in. Every bug, every dependency update, every customer complaint enters the same evaluation pipeline. The output of that pipeline is either &quot;address through standard development&quot; or &quot;address through expedited maintenance&quot; &#x2014; never &quot;skip.&quot;</p><p><strong>Pre-define your re-entry rules.</strong> Decide, before you need to know, what kinds of changes require re-running which tests. <br>Architectural changes &#x2192; full integration + system. <br>Component changes &#x2192; integration. <br>Bugfixes within a unit &#x2192; unit + relevant integration.<br>UI string changes &#x2192; unit + smoke. <br><br>Write this into your maintenance plan. Then follow it.</p><p><strong>Update the risk file like it&#x2019;s code.</strong> Every modification goes through a risk impact analysis. If risk changes, the file changes, with traceability back to the modification request. Treat it like any other deliverable &#x2014; versioned, reviewed, signed off.</p><p><strong>Document the 510(k) criterion separately, and apply it always.</strong> Have a written decision framework for when a change crosses the threshold for FDA notification. Apply it to every change request, not just the obvious ones. The discipline of running the analysis even on changes that clearly don&#x2019;t trigger a submission is what builds the audit story for the ones that do.</p><h2 id="what-this-looks-like-in-production"><strong>What this looks like in production</strong></h2><p>The teams that get this right have one thing in common: they designed for Clause 6 during development. They built their CI/CD to generate the evidence Clause 6 requires, not just run the tests. They built their ticket templates around the analysis Clause 6 demands. They built their release process around the re-entry rules Clause 6 implies.</p><p>The teams that struggle treated maintenance as an ops problem and discovered, around month four of post-market, that it was a regulatory one.</p><p>Clause 5 gets you cleared. Clause 6 is what keeps you cleared.</p><p>If your team is about to ship, or has recently shipped, the audit you should be most worried about isn&#x2019;t the one for the device that launched. It&#x2019;s the one for the device that&#x2019;s been in the field for eighteen months &#x2014; and your bug tracker has just become evidence.<br><br><br></p><p><strong>Building or supporting a medical device software team? </strong>Hattrick helps medtech companies design FDA-compliant software processes &#x2014; from IEC 62304 from scratch to retrofitting a maintenance process that will survive the next audit. Get in touch at <strong>hello@hattrick-it.com</strong>.</p>]]></content:encoded></item><item><title><![CDATA[FDA's QMSR Is in Effect: What Medical Device Software Teams Actually Need to Change]]></title><description><![CDATA[<p><br>In February 2026, FDA&apos;s Quality Management System Regulation (QMSR) replaced 21 CFR Part 820, the Quality System Regulation that governed medical device manufacturing for almost three decades.</p><p>The headlines were relatively quiet. That is partly because QMSR was designed to harmonize FDA requirements with ISO 13485:2016, a</p>]]></description><link>https://www.hattrick-it.com/blog/fdas-qmsr-is-in-effect-what-medical-device-software-teams-actually-need-to-change/</link><guid isPermaLink="false">69fccb0c25e6f403b4ea7772</guid><dc:creator><![CDATA[María Eugenia Gómez]]></dc:creator><pubDate>Thu, 21 May 2026 14:48:00 GMT</pubDate><content:encoded><![CDATA[<p><br>In February 2026, FDA&apos;s Quality Management System Regulation (QMSR) replaced 21 CFR Part 820, the Quality System Regulation that governed medical device manufacturing for almost three decades.</p><p>The headlines were relatively quiet. That is partly because QMSR was designed to harmonize FDA requirements with ISO 13485:2016, a standard that many device companies were already working against. For manufacturers with mature ISO 13485 quality systems, the transition was easy.</p><p>For medical device software teams, the picture is more nuanced. QMSR&apos;s alignment with ISO 13485 has direct implications for design controls, risk management integration, and how software development processes connect to the quality system. If your team has been operating under the old QSR framework &#x2014; or under no formal framework at all &#x2014; there are specific things worth reviewing now.<br></p><h2 id="what-actually-changed-and-what-stayed-the-same"><strong>What Actually Changed and What Stayed the Same</strong></h2><p>The core structure of device quality system requirements is largely intact. Design controls, risk management, document control, corrective and preventive action &#x2014; these requirements exist under QMSR as they did under the QSR. The shift is in how they are framed and what the harmonization with ISO 13485 implies about implementation.<br></p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="312"><col width="312"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#1b4f72;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Under QSR (21 CFR Part 820)</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#1b4f72;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Under QMSR</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f2f3f4;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">FDA-specific design control requirements</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f2f3f4;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Harmonized with ISO 13485:2016 design and development controls</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Risk analysis referenced but not central to design controls</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Risk management more explicitly integrated throughout the quality system</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f2f3f4;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">No direct reference to IEC 62304 for software</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f2f3f4;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">IEC 62304 alignment more clearly implied through ISO 13485 harmonization</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Corrective action process required</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">CAPA process requirements aligned with ISO 13485 structure</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f2f3f4;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Design history file required</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f2f3f4;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Design and development records requirements substantively similar, with ISO 13485 framing</span></p></td></tr></tbody></table><!--kg-card-end: html--><p><br>If your quality system was built against ISO 13485:2016 and your software development process was built against IEC 62304, QMSR does not require a significant rebuild. If your quality system was built against the old QSR without ISO 13485 alignment, or if your software development process was informal, the gap is larger.</p><h2 id="the-software-specific-implications-worth-your-attention"><strong>The Software-Specific Implications Worth Your Attention</strong></h2><p><strong>Risk management is now a quality system requirement, not just a development process requirement.</strong></p><p>Under the old QSR, risk analysis appeared in design controls but was not explicitly threaded through the quality system. QMSR&apos;s harmonization with ISO 13485 brings risk management more centrally into the quality system framework. For software teams, this means the connection between your ISO 14971 risk management process and your design controls documentation needs to be explicit and visible, not two parallel processes that happen to reference each other at submission time.<br></p><p><strong>Design and development controls are now more clearly tied to IEC 62304 expectations.</strong></p><p>QMSR does not name IEC 62304 explicitly, but the ISO 13485 harmonization makes the alignment clearer. Software development plans, software requirements, verification and validation activities, and configuration management are all areas where FDA reviewers will be reading your submission against both the QMSR design controls requirements and IEC 62304 expectations simultaneously. If these were managed as separate compliance tracks, they should now be integrated.<br></p><p><strong>Post-market surveillance requirements are more substantive.</strong></p><p>QMSR strengthens post-market surveillance requirements in alignment with ISO 13485. For software teams, this has practical implications for how post-market monitoring is planned and documented at submission time. FDA increasingly expects to see a post-market surveillance plan that is active from the start of commercial distribution, not a placeholder document that will be developed later.</p><h2 id="a-practical-review-checklist-for-software-teams"><strong>A Practical Review Checklist for Software Teams</strong></h2><p>If you are mid-development or approaching submission, here is what is worth reviewing against the QMSR framework:<br></p><ul><li><strong>Risk management integration: </strong>Is your ISO 14971 risk management process visibly connected to your design controls documentation? Can a reviewer trace identified hazards to architectural decisions and requirement-level controls?<br></li><li><strong>Software development plan: </strong>Does your SDP reference both QMSR design controls requirements and IEC 62304? If it was written against the old QSR, it may need updating to reflect the QMSR framing.<br></li><li><strong>Design history file structure: </strong>Is your DHF organized in a way that maps to ISO 13485 design and development records expectations, not just the old QSR design controls requirements?<br></li><li><strong>Post-market surveillance plan: </strong>Does a plan exist? Is it specific enough to satisfy QMSR&apos;s more substantive post-market requirements? For SaMD, FDA expects real-world performance monitoring from day one of distribution.<br></li><li><strong>CAPA process: </strong>Is your corrective and preventive action process aligned with ISO 13485 structure? If your CAPA process was built against the old QSR framework without ISO 13485 harmonization, the structural differences are worth reviewing.<br></li></ul><p><strong>One Important Note on Transition</strong></p><p>FDA has stated that it will apply enforcement discretion during the initial QMSR transition period for manufacturers who demonstrate good faith efforts to align with the new requirements. This does not mean the transition is optional &#x2014; it means FDA recognizes that full alignment takes time for some organizations.<br></p><p>For teams mid-development or approaching submission, the practical guidance is to align your documentation with QMSR now rather than submitting against the old QSR framework and addressing gaps in a deficiency response. Reviewers are reading submissions against the current regulatory standard.</p><h2 id="the-bottom-line"><strong>The Bottom Line</strong></h2><p>QMSR is not a dramatic departure from what came before. For teams that were already working against ISO 13485 and IEC 62304, the transition is largely a documentation and framing exercise.</p><p>For teams that were not &#x2014; or for teams that treated QSR compliance as a submission-time activity rather than a development-time discipline &#x2014; QMSR&apos;s alignment with ISO 13485 raises the bar in ways that are worth addressing before your next submission, not during it.</p><p>The underlying requirement has not changed: FDA expects to see a quality system that demonstrably shaped how your device was built. QMSR makes that expectation clearer and the standard for meeting it more specific.<br></p><p>At Hattrick IT we build FDA-regulated medical device software against current IEC 62304 and ISO 13485 requirements. If you are mid-development and unsure how your process maps to the QMSR framework, we can help you assess the gap.</p><p>Get in touch: hello@hattrick-it.com</p>]]></content:encoded></item><item><title><![CDATA[The Medical Device Software Rescue Journey: How to Take Over a Project Without Losing Your Path to FDA Clearance]]></title><description><![CDATA[Inherited a failing medical device software project? This step-by-step playbook covers the technical audit, compliance triage, and remediation strategy to get back on the path to FDA clearance.
]]></description><link>https://www.hattrick-it.com/blog/the-medical-device-software-rescue-journey-how-to-take-over-a-project-without-losing-your-path-to-fda-clearance/</link><guid isPermaLink="false">69f37ad525e6f403b4ea7720</guid><dc:creator><![CDATA[María Eugenia Gómez]]></dc:creator><pubDate>Wed, 06 May 2026 13:39:00 GMT</pubDate><content:encoded><![CDATA[<p><br>At Hattrick IT, we have taken over mid-development of medical device software projects. The most complex involved a project where a previous vendor had failed to deliver, leaving a partially built codebase with significant compliance gaps. We completed the project and supported the FDA submission.</p><p>That experience taught us that a failing medical device software project is not automatically a lost project. But recovering it requires a methodical approach,as well as the discipline to make hard remediation decisions early.<br></p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ebf5fb;padding:8pt 12pt 8pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:6pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#1b4f72;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">What This Guide Covers</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Phase 1: How to audit the codebase and compliance posture you have inherited</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Phase 2: How to triage findings and build a remediation strategy that is honest about scope</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Phase 3: How to execute from a mid-project starting point and reach a defensible FDA submission</span></p><br><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">This is not a theoretical framework. Every element maps to decisions and tradeoffs we have navigated on real projects.</span></p></td></tr></tbody></table><!--kg-card-end: html--><p></p><h2 id="before-you-begin-understanding-what-you-are-actually-inheriting"><strong>Before You Begin: Understanding What You Are Actually Inheriting</strong></h2><p>The instinct when taking over a distressed project is to assess the software first. Functionality, architecture, code quality, test coverage. These are important &#x2014; but they are the second thing to assess, not the first.</p><p>The first thing to assess is the compliance posture.</p><p>A medical device software project can have a reasonably functional codebase and still be months from FDA-ready, because the gap is not in the technology &#x2014; it is in the evidence trail. And it can also have a compliance posture that looks superficially acceptable on paper while the actual development artifacts are so incomplete that no amount of documentation cleanup will make them credible to a reviewer.</p><p>Understanding which situation you are in determines everything about what comes next. Misread this assessment and you will either over-invest in remediating a codebase that needs to be rewritten, or under-invest in documentation remediation you could have addressed without touching the code.<br></p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#fef9e7;padding:8pt 12pt 8pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:6pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#7d6608;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">The Two Failure Modes of Inherited Projects</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Failure Mode 1: The code works but the compliance trail does not exist</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">This is the more recoverable situation. The software is functional and defensible technically. What is missing is the documented evidence that it was built in compliance with IEC 62304 &#x2014; requirements, design history, traceability, verification records. Remediation is primarily a documentation challenge.</span></p><br><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Failure Mode 2: The code and the compliance trail are both compromised</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">The more difficult situation. Architecture decisions made early in the project create structural obstacles to IEC 62304 compliance &#x2014; safety-critical and non-critical components are entangled, traceability cannot be retroactively generated credibly, or risk management has no visible connection to design decisions. Remediation requires architectural changes, not just documentation.</span></p></td></tr></tbody></table><!--kg-card-end: html--><p>Knowing which mode you are in (or what proportion of each) is the entire purpose of Phase 1.</p><h2 id="phase-1-the-technical-and-compliance-audit">Phase 1: The Technical and Compliance Audit </h2><p><br>A proper audit of an inherited medical device software project has two parallel tracks that need to be run simultaneously: the technical assessment and the compliance assessment. They are related but distinct, and conflating them leads to either missing critical compliance gaps or over-engineering technical solutions to problems that could be solved at the documentation layer.</p><p>Budget two to three weeks for a thorough audit. Shortcutting this step is the most expensive mistake teams make when inheriting a distressed project.</p><h3 id="track-1-technical-assessment"><strong>Track 1: Technical Assessment</strong><br></h3><p><strong>Architecture and safety-critical component isolation</strong><br>The first question to answer is whether the software architecture makes IEC 62304 compliance achievable at all. Specifically: can you draw a clear, defensible boundary around safety-critical software items?</p><p>IEC 62304 requires development rigor proportional to the software safety class of each component. If safety-critical and non-critical code is structurally entangled &#x2014; through shared modules, unclear dependencies, or no architectural separation &#x2014; you cannot write an honest software architecture description. The compliance artifacts you build on top of it will not hold up to scrutiny.</p><p>Assess: Which components interact directly with patient data or therapy delivery? Are those components architecturally isolated, or are safety-critical functions spread across the codebase without clear boundaries?</p><p><strong>Traceability coverage</strong><br>Determine what percentage of the existing codebase has traceable, documented requirements. Do not assess this from documentation alone &#x2014; go through the actual tickets, the commit history, the test cases.</p><p>Pay particular attention to which parts of the codebase are untraceable. In our experience, the untraceable portions are almost always the most complex, highest-risk components &#x2014; the parts developers found hardest to specify. A project with 60% traceability coverage that is missing the safety-critical modules is in a materially different position from one that is missing lower-risk utility functions.</p><p><strong>Verification coverage versus code coverage</strong><br>These are not the same thing. Code coverage (the percentage of code executed by automated tests) is a useful engineering metric. Verification coverage &#x2014; the percentage of documented software requirements with corresponding, executable test cases and execution records &#x2014; is what FDA cares about.</p><p><strong>Documentation-to-code drift</strong><br>Compare the existing documentation against the current implementation systematically. Do the architecture diagrams reflect the actual system? Are interface specifications current? Have design changes been documented as they were made, or was documentation written before development and never updated?</p><p>This drift is almost always more extensive than teams expect when they first encounter it. The discovery is painful. It is far less painful to surface it now than during FDA review.</p><p><strong>Anomaly backlog</strong><br>Review every tracked defect. Is the severity classification defensible under ISO 14971 risk analysis? Are any open anomalies in safety-critical components? Are deferred defects documented with rationale that would withstand reviewer scrutiny?</p><h3 id="track-2-compliance-assessment"><strong>Track 2: Compliance Assessment</strong></h3><p><br><strong>Software safety class determination</strong><br>Verify that the project&apos;s declared IEC 62304 software safety class is accurate for the current intended use and feature set. Projects frequently drift &#x2014; a feature expansion changes the intended use, and suddenly the device belongs in Class C where the development process assumed Class B. Check this explicitly. The rest of the compliance assessment depends on it.</p><p><strong>Design controls documentation</strong><br>Assess the state of the design history file against the FDA&apos;s design controls requirements and IEC 62304 requirements for the declared safety class. What exists? What was created after the fact? How can you tell?</p><p>Retroactively created documentation is not inherently disqualifying, but it needs to be credibly defensible &#x2014; written at a level of specificity consistent with the stage of development it purports to document. Requirements written after the code that are vague enough to apply to any implementation are not credible. </p><p><strong>Risk management file</strong><br>Assess the ISO 14971 risk management documentation. The critical question is not whether the documents exist, but whether the risk management process has visibly influenced design decisions. Are architectural controls traceable to identified hazards? Are software requirements connected to risk control measures? Is there evidence that hazard analysis shaped feature development, or does it read as a compliance exercise conducted separately from engineering?</p><p><strong>Submission readiness gap analysis</strong><br>Map the current documentation state against the FDA&apos;s Software in a Medical Device (SiMD) guidance requirements. For a 510(k) submission, identify every deliverable that is missing, incomplete, or that you assess as not credibly defensible. This becomes the input to Phase 2.<br></p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ebf5fb;padding:8pt 12pt 8pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:6pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#1b4f72;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Phase 1 Deliverable: The Honest Gap Map</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">By the end of Phase 1, you need a written gap assessment that is honest about both the severity and the category of each gap. The categories matter:</span></p><br><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">&#xA0;&#xA0;Category A: Documentation gaps that can be addressed without touching the code</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">&#xA0;&#xA0;Category B: Documentation gaps that require code changes to address credibly</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">&#xA0;&#xA0;Category C: Architectural issues that require structural remediation before documentation is meaningful</span></p><br><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">The mix of Category A, B, and C gaps determines whether the project is salvageable on the existing timeline, salvageable on an extended timeline, or requires a reset conversation with stakeholders.</span></p></td></tr></tbody></table><!--kg-card-end: html--><h2 id="phase-2-triage-and-remediation-strategy">Phase 2: Triage and Remediation Strategy</h2><p><br>The most important principle of Phase 2: scope remediation decisions before you begin executing them.</p><p>Teams that skip proper scoping jump into remediation work and discover mid-execution that what looked like a documentation task is actually an architectural one, or that a component they planned to remediate needs to be rewritten. Scoping errors that surface mid-execution compress the timeline, force rushed decisions, and often produce remediation artifacts that are themselves not credible.</p><h3 id="step-1-prioritize-by-regulatory-criticality-not-technical-familiarity"><strong>Step 1: Prioritize by Regulatory Criticality, Not Technical Familiarity</strong></h3><p>The instinct of engineering teams taking over a project is to address the technical debt that is most visible or most familiar, but this isn&#x2019;t always what&#x2019;s best right off the bat.</p><p>Teams should prioritize based on regulatory criticality: which gaps, if left unaddressed, will generate deficiency letters or cause FDA to question the integrity of the submission? These are not always the most technically interesting problems. Sometimes the most critical gap is a traceability matrix that exists but has multiple disconnected requirements &#x2014; an apparently minor documentation issue that signals to a reviewer that requirements were written after the code.</p><h3 id="step-2-separate-remediation-from-new-development"><strong>Step 2: Separate Remediation from New Development</strong></h3><p>One of the structural challenges of inheriting a mid-project is that new feature development and remediation are often in competition for the same engineering resources. This needs to be resolved explicitly, not managed ad hoc.</p><p>We recommend a dedicated remediation track, separate from feature development sprints, for the first remediation phase. This is not always commercially palatable &#x2014; clients want to see forward momentum on features. But mixing compliance remediation into ongoing development sprints consistently produces incomplete remediation of the existing codebase while also accumulating new compliance debt.</p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#fef9e7;padding:8pt 12pt 8pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:6pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#7d6608;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Handling the &apos;What Do We Tell the Client?&apos; Question</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">If you are a development team inheriting this project, or a medtech company bringing in a new vendor, the Phase 1 findings require a stakeholder conversation before Phase 2 begins.</span></p><br><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">The scope of the original project has changed. The timeline has changed. Possibly the budget has changed. This conversation is not comfortable, but having it early, with a specific gap map and a concrete remediation plan, produces materially better outcomes than discovering the same issues three months before a planned submission date.</span></p><br><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">The teams that handle these conversations well lead with the recovery plan, not the problem. Here is what we found. Here is what we can fix and how. Here is what the realistic path to submission looks like.</span></p></td></tr></tbody></table><!--kg-card-end: html--><h3 id="step-3-build-the-remediation-roadmap"><strong>Step 3: Build the Remediation Roadmap</strong></h3><p>The remediation roadmap is a sequenced plan that addresses Category C gaps first (architecture), then Category B (code-dependent documentation), then Category A (documentation-only). This sequence is not negotiable because documentation built on top of unresolved architectural issues is at best wasted effort.</p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="187"><col width="267"><col width="171"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#1b4f72;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Gap Category</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#1b4f72;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Remediation Approach</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#1b4f72;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Sequencing</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f2f3f4;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Category C: Architectural</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f2f3f4;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Component refactoring to isolate safety-critical items; module boundary definition; dependency restructuring</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f2f3f4;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">First &#x2014; documentation cannot be credibly built on an architecturally non-compliant foundation</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Category B: Code-dependent documentation</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Requirements written from current implementation with gap acknowledgment; traceability built from existing test coverage; verification protocols created and executed</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Second &#x2014; after architecture is stabilized</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f2f3f4;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Category A: Documentation-only</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f2f3f4;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Missing artifacts created; existing artifacts updated for accuracy and specificity; risk management documentation connected to design artifacts</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f2f3f4;padding:5pt 8pt 5pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Third &#x2014; the most efficient work once architecture and code are stable</span></p></td></tr></tbody></table><!--kg-card-end: html--><h3 id="step-4-establish-a-baseline-for-what-you-are-not-fixing"><strong>Step 4: Establish a Baseline for What You Are Not Fixing</strong></h3><p>Not everything in an inherited codebase can be remediated within the constraints of the project. The discipline of Phase 2 includes explicitly deciding what you are not going to fix, and documenting that decision with rationale.</p><p>For technical debt that does not affect regulatory compliance or patient safety, documented deferral with rationale is a legitimate disposition. What you cannot do is leave compliance gaps in safety-critical components undocumented and undispositioned. Known anomalies in the safety-critical path need either resolution or a defensible written rationale for why the anomaly does not create unacceptable patient risk.</p><p>Every disposition needs to be documented. The anomaly log that goes into your submission needs to show that the team understood the issues that exist, made deliberate decisions about them, and can defend those decisions against the worst-case patient harm scenarios a reviewer will consider.</p><h2 id="phase-3-from-mid-project-to-fda-submission">Phase 3: From Mid-Project to FDA Submission</h2><p>Phase 3 is where the remediation plan meets real project delivery.</p><h3 id="rebuild-the-compliance-infrastructure-in-parallel-with-development"><strong>Rebuild the Compliance Infrastructure in Parallel with Development</strong></h3><p>The core discipline of Phase 3 is that from the moment remediation begins, every development activity needs to generate compliance artifacts as it happens. The window for retroactive compliance documentation is closed. Going forward, requirements come before code, risk analysis happens at sprint planning, and verification evidence is captured at the time of testing.</p><p>This is harder than it sounds on a team that did not build these habits during the original development phase. Budget time for the process change, not just the technical work.</p><p><strong>IEC 62304 definition of done for remediation sprints:</strong></p><ul><li>Requirement documented with unique ID before implementation</li><li>Risk analysis updated for new or modified functionality</li><li>Traceability matrix entries created at the time of coding</li><li>Unit tests written to the requirement, not to the implementation</li><li>Verification evidence captured at execution, not reconstructed afterward</li></ul><h3 id="treat-the-submission-package-as-a-living-document"><strong>Treat the Submission Package as a Living Document</strong></h3><p>One of the structural advantages of inheriting a project that is mid-development rather than starting from scratch is that you have a concrete picture of what the submission needs to look like from day one. Use it.</p><p>Build the submission package as a living document from the start of Phase 3. Every sprint should advance both the software and the submission documentation in tandem. When you reach submission readiness, the document should not need to be assembled, it should need to be reviewed and finalized.</p><p>This approach also surfaces submission gaps earlier. When the submission package is a living document, a missing traceability entry is visible in the next sprint review. When it is assembled at the end, missing entries surface during submission preparation at the worst possible moment.</p><h3 id="managing-the-510k-review-process-from-a-rescue-position"><strong>Managing the 510(k) Review Process from a Rescue Position</strong></h3><p>If your project is pursuing 510(k) clearance, there are specific considerations that apply when the software has a complex development history.</p><p><strong>Be transparent about the development history in the submission.</strong><br>FDA reviewers are experienced enough to identify inconsistencies in documentation timelines. A submission that appears to present a seamlessly compliant development history when the actual history was more complex creates credibility problems that can extend the review process significantly. The better approach is to document the project accurately &#x2014; including what changed, when it changed, and why &#x2014; and to demonstrate that the process from the point of handover forward was conducted in compliance with IEC 62304 requirements.<br><br><strong>Prepare for a more thorough software documentation review.</strong><br>Projects with complex development histories tend to receive more thorough review of their software documentation than straightforward first-submissions. Prepare for it. Review your submission package specifically looking for the patterns that generate deficiency letters: vague or retroactively obvious requirements, traceability matrices with gaps in the safety-critical path, risk management documentation that reads as disconnected from design decisions.</p><p><strong>Do not rush the anomaly review.</strong><br>The anomaly review is one of the most scrutinized sections of software submissions for projects with complex development histories. Every open anomaly needs a disposition, and every disposition needs to connect explicitly to the risk management file. Rushed anomaly dispositions that use generic language &#x2014; &apos;not safety-relevant&apos; without connecting to a specific hazard analysis finding &#x2014; are one of the most consistent sources of deficiency letters.<br></p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#eafaf1;padding:8pt 12pt 8pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:6pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#1e8449;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">What a Successful Rescue Submission Demonstrates</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">A submission that successfully clears FDA review from a rescue position does not hide the development history. It demonstrates four things clearly:</span></p><br><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">1. That the team understood the starting state honestly and conducted a rigorous gap assessment</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">2. That remediation decisions were made deliberately, with documented rationale</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">3. That from the point of remediation forward, development was conducted in compliance with IEC 62304 requirements</span></p><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">4. That the anomaly review was thorough, complete, and connected to the risk management file</span></p><br><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:3pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Reviewers are not looking for a perfect development history. They are looking for a team that understood what it was building, managed risk deliberately, and can demonstrate that the software as submitted is safe and effective.</span></p></td></tr></tbody></table><!--kg-card-end: html--><h2 id="the-five-mistakes-that-derail-medical-device-software-rescues"><strong>The Five Mistakes That Derail Medical Device Software Rescues</strong><br></h2><p><strong>1. Skipping or compressing the audit.</strong><br>The audit is not overhead. It is the foundation of every subsequent decision. Teams that compress Phase 1 to save time consistently make scoping errors in Phase 2 that surface as crises in Phase 3.</p><p><strong>2. Starting remediation before completing the gap map.</strong><br>Beginning remediation work before the full gap map is complete means making allocation decisions without knowing the full scope. It also creates the appearance of progress before you know whether you are working on the right things.</p><p><strong>3. Treating documentation remediation as a writing task.</strong><br>Documentation remediation in a regulated environment is an engineering task. Writing requirements documents that describe software that already exists is harder than writing requirements before the software exists &#x2014; the discipline required to make those documents specific, traceable, and credibly pre-implementation is significant. Assign it to engineers who understand the system, not to technical writers who do not.</p><p><strong>4. Attempting to continue new feature development at full velocity during remediation.</strong><br>New feature development during remediation consistently produces new compliance debt. The team is not building new habits yet. The processes are not established. Reducing new feature velocity during the initial remediation phase is a defensible tradeoff &#x2014; both for the quality of the remediation work and for the sustainability of the team doing it.</p><p><strong>5. Presenting a submission that misrepresents the development history.</strong><br>FDA reviewers have reviewed hundreds of submissions. Inconsistencies in documentation timelines, vague retroactive requirements, and risk management documentation with no visible connection to design decisions are recognizable patterns. Transparency about a complex development history, paired with a clear demonstration that the process improved, is a stronger submission posture than a submission that appears too clean.</p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ebf5fb;padding:8pt 12pt 8pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:3pt;margin-bottom:6pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#1b4f72;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Is your medical device software project off track?</span></p><p dir="ltr" style="line-height:1.2;margin-top:4pt;margin-bottom:4pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Hattrick IT specializes in regulated medical device software development &#x2014; including taking over projects that have lost their path to FDA clearance.</span></p><p dir="ltr" style="line-height:1.2;margin-top:4pt;margin-bottom:4pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">We have supported teams through technical and compliance audits, remediation strategy, and FDA submission across multiple device classes and safety classifications. If you are inheriting a distressed project or facing a compliance gap, the earlier you engage with a team that has navigated this before, the more options you have.</span></p><p dir="ltr" style="line-height:1.2;margin-top:4pt;margin-bottom:4pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#1b4f72;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Contact us at hello@hattrick-it.com to talk through your situation.</span></p></td></tr></tbody></table><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[AI in Medical Devices: What the EU AI Act Means for SaMD Developers in 2026]]></title><description><![CDATA[The EU AI Act's high-risk AI obligations apply from August 2026. Here's what SaMD developers need to know about compliance, timelines, and MDR overlap.]]></description><link>https://www.hattrick-it.com/blog/eu-ai-act-samd-developers-2026/</link><guid isPermaLink="false">69cacba0c83300428419bd21</guid><category><![CDATA[compliance]]></category><dc:creator><![CDATA[María Eugenia Gómez]]></dc:creator><pubDate>Tue, 21 Apr 2026 13:27:00 GMT</pubDate><media:content url="https://www.hattrick-it.com/blog/content/images/2026/04/EU-Artificial-Intelligence-Act.jpeg" medium="image"/><content:encoded><![CDATA[<img src="https://www.hattrick-it.com/blog/content/images/2026/04/EU-Artificial-Intelligence-Act.jpeg" alt="AI in Medical Devices: What the EU AI Act Means for SaMD Developers in 2026"><p>For years, the compliance question for AI-powered Software as a Medical Device was relatively straightforward: get CE marking under EU MDR or IVDR. That is no longer sufficient.</p><p>The EU AI Act (Regulation (EU) 2024/1689) entered into force on August 1, 2024. Its high-risk AI obligations apply from August 2026 for new products, and August 2027 for existing CE-marked products. For any SaMD that includes AI or machine learning components, this introduces a second, overlapping regulatory framework on top of MDR and IVDR.</p><p>This guide explains what the AI Act requires from SaMD developers, how it interacts with existing EU medical device regulations, where your current IEC 62304 documentation falls short, and what your team should be doing right now.<br></p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #0f6e56 2.5pt;vertical-align:top;background-color:#e1f5ee;padding:7pt 12pt 7pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:4pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#0f6e56;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Who this applies to</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">If you are developing or have already CE-marked AI-powered SaMD for the EU market &#x2014; including diagnostic support tools, clinical decision support software, remote patient monitoring, or any software that uses machine learning to generate a clinical output &#x2014; the EU AI Act applies to you. The Act has extra-territorial reach: if your product is used in the EU, you are in scope regardless of where your company is based.</span></p></td></tr></tbody></table><!--kg-card-end: html--><p></p><h2 id="what-is-the-eu-ai-act-and-how-does-it-differ-from-what-you-already-comply-with"><strong>What is the EU AI Act and how does it differ from what you already comply with</strong></h2><p>The EU AI Act is the world&apos;s first comprehensive regulatory framework specifically for artificial intelligence. It establishes a risk-based classification system with four tiers: prohibited practices, high-risk AI, limited-risk AI, and minimal-risk AI.</p><p>Medical AI almost universally falls into the high-risk category. Under Article 6(1)(b) of the Act, any AI system that is a component of a medical device regulated under MDR or IVDR and requires a Notified Body conformity assessment is automatically classified as high-risk AI. This is not a judgment call. If your SaMD requires Notified Body review, it is high-risk AI.<br></p><p>The key difference from what you already do under MDR and IEC 62304:<br></p><p><strong>&#x2192; &#xA0;MDR and IEC 62304: </strong>govern how you build safe, functional software for a medical device. They focus on the development process, risk management, and clinical performance.</p><p><strong>&#x2192; &#xA0;The EU AI Act: </strong>adds requirements specific to AI systems: data governance, algorithmic transparency, bias testing, human oversight architecture, and AI-specific post-market monitoring.<br></p><p>The two frameworks are designed to be complementary, not competing. But compliance with one does not imply compliance with the other. There are requirements in the AI Act &#x2014; particularly around training data governance and explainability &#x2014; that have no direct equivalent in MDR or IEC 62304.<br></p><h2 id="the-compliance-timeline-%E2%80%94-including-the-detail-most-teams-are-missing"><strong>The compliance timeline &#x2014; including the detail most teams are missing</strong></h2><p>The AI Act is being phased in progressively. Here is the complete timeline relevant to medical device AI:<br></p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="147"><col width="187"><col width="291"></colgroup><thead><tr style="height:0pt"><th style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#0f6e56;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;" scope="col"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Date</span></p></th><th style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#0f6e56;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;" scope="col"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Milestone</span></p></th><th style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#0f6e56;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;" scope="col"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">What it means for SaMD teams</span></p></th></tr></thead><tbody><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">August 2024</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">AI Act enters into force</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">The regulation is law. Compliance obligations begin phasing in.</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">February 2025</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Prohibited AI practices apply</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Bans on unacceptable-risk AI (e.g. manipulation, social scoring). Unlikely to affect SaMD directly.</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">August 2025</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">GPAI model obligations apply</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">If your SaMD is built on a foundation model (GPT-based, etc.), provider obligations now apply.</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">August 2026</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">High-risk AI obligations apply &#x2014; new products</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">AI-powered SaMD placed on the EU market from this date must fully comply. CE marking alone is no longer sufficient.</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">August 2027</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">High-risk AI obligations apply &#x2014; existing products</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Products already on the market before August 2026 that fall under MDR/IVDR third-party conformity assessment must be fully compliant by this date.</span></p></td></tr></tbody></table><!--kg-card-end: html--><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #854f0b 2.5pt;vertical-align:top;background-color:#faeeda;padding:7pt 12pt 7pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:4pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#854f0b;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">The detail most teams are missing</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">August 2026 is not a universal deadline. New products placed on the EU market from that date must comply immediately. But products already on the market before August 2026 that require MDR/IVDR third-party conformity assessment &#x2014; which covers most Class IIb and Class III devices &#x2014; have until August 2027. This distinction matters for prioritization, but it does not mean existing products can wait. Notified Bodies are already beginning to incorporate AI Act considerations into their MDR assessments.</span></p></td></tr></tbody></table><!--kg-card-end: html--><p></p><h2 id="what-high-risk-ai-classification-requires-the-8-obligation-areas"><strong>What high-risk AI classification requires: the 8 obligation areas</strong></h2><p>Providers of high-risk AI systems (which includes SaMD developers) must meet requirements across eight areas under the Act. Here is what each means in practice for a medical device team:<br></p><h3 id="1-ai-quality-management-system-article-17"><strong>1. AI quality management system (Article 17)</strong></h3><p>High-risk AI providers must maintain a quality management system that covers the AI lifecycle &#x2014; from data governance and model development through deployment and monitoring. The good news: if you already operate under ISO 13485, you do not need a parallel AI QMS. The Act explicitly allows AI QMS requirements to be incorporated into your existing medical device quality system. You will need to extend your QMS to cover the AI-specific areas below, but you are not starting from scratch.<br></p><h3 id="2-technical-documentation-article-18-and-annex-iv"><strong>2. Technical documentation (Article 18 and Annex IV)</strong></h3><p>The AI Act requires a technical documentation file for the AI system. For medical devices subject to MDR or IVDR, this can be integrated into your existing technical file or Design History File rather than maintained as a separate document set. The AI Act technical documentation must cover:</p><ul><li>A general description of the AI system and its intended purpose</li><li>A detailed description of the system&apos;s elements and its development process</li><li>Information on training, validation, and testing data and methodology</li><li>Monitoring, functioning, and control measures</li><li>A description of the changes made through the lifetime of the system<br></li></ul><p>The critical new addition here is the training and testing data documentation. This is not covered by your current DHF and will require new artifacts.<br></p><h3 id="3-data-governance-and-training-data-requirements-article-10"><strong>3. Data governance and training data requirements (Article 10)</strong></h3><p>This is the area where SaMD developers most commonly find gaps against their existing IEC 62304 documentation. The Act requires that training, validation, and testing datasets:</p><ul><li>Are subject to documented data governance practices</li><li>Are relevant, representative, and free of errors to the extent possible</li><li>Are examined for potential biases that could lead to health risks or discrimination</li><li>Cover the geographic, behavioral, or functional settings in which the system is intended to be used<br></li></ul><p>In practice, this means you need to document your training data sources, versioning, preprocessing decisions, and the bias analysis methodology you applied &#x2014; before deployment, not retrospectively.<br></p><h3 id="4-human-oversight-article-14"><strong>4. Human oversight (Article 14)</strong></h3><p>High-risk AI systems must be designed so that human operators can effectively oversee them. This is not a labeling or instruction-for-use requirement &#x2014; it must be built into the product architecture. The Act requires that the system includes the ability for operators to interpret outputs, override or interrupt the system, and understand when output reliability may be limited.</p><p>For clinical decision support AI, this means the product design must actively support human judgment rather than presenting AI outputs as definitive conclusions. How oversight is implemented needs to be documented in your technical file.<br></p><h3 id="5-transparency-and-provision-of-information-to-deployers-article-13"><strong>5. Transparency and provision of information to deployers (Article 13)</strong></h3><p>High-risk AI systems must be sufficiently transparent that deployers &#x2014; hospitals, clinicians, healthcare institutions &#x2014; can understand the system&apos;s capabilities and limitations. The Act requires documentation covering intended purpose, performance levels, accuracy metrics, and known limitations.</p><p>For AI in medical devices, this overlaps with your Instructions for Use requirements under MDR &#x2014; but the AI Act goes further by requiring documentation of the conditions under which the system may be expected to fail or produce unreliable outputs.<br></p><h3 id="6-robustness-accuracy-and-cybersecurity-article-15"><strong>6. Robustness, accuracy, and cybersecurity (Article 15)</strong></h3><p>High-risk AI systems must achieve an appropriate level of accuracy, robustness, and cybersecurity throughout their lifecycle. For medical AI, this includes resilience against adversarial inputs and the ability to detect out-of-distribution inputs that could affect model reliability. This intersects with FDA&apos;s SBOM requirements and cybersecurity guidance for cyber devices &#x2014; if you are building for both markets, your cybersecurity architecture needs to satisfy both frameworks.<br></p><h3 id="7-post-market-monitoring-article-61"><strong>7. Post-market monitoring (Article 61)</strong></h3><p>AI Act post-market monitoring goes beyond the PMS plan required under MDR. It must specifically track AI performance metrics over time, including the detection of model drift &#x2014; the gradual degradation in model performance as real-world data distributions shift away from training data. Your PMS plan needs AI-specific monitoring indicators, not just general clinical performance metrics.<br></p><h3 id="8-registration-in-the-eu-ai-database"><strong>8. Registration in the EU AI database</strong></h3><p>Providers of high-risk AI systems must register their product in the EU AI database before placing it on the market. A similar database to EUDAMED &#x2014; it is not yet publicly accessible as of early 2026, but registration will be required. This is an administrative step but one that requires planning, as your technical documentation must be ready to support registration.<br></p><h2 id="how-the-ai-act-maps-to-your-existing-mdr-and-iec-62304-documentation"><strong>How the AI Act maps to your existing MDR and IEC 62304 documentation</strong></h2><p>The following table summarizes where your existing compliance documentation satisfies AI Act requirements, and where it does not. The right column identifies genuine gaps that need new work.<br></p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="208"><col width="208"><col width="208"></colgroup><thead><tr style="height:0pt"><th style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#0f6e56;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;" scope="col"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Requirement area</span></p></th><th style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#0f6e56;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;" scope="col"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Addressed by MDR / IEC 62304</span></p></th><th style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#0f6e56;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;" scope="col"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Additional AI Act obligation</span></p></th></tr></thead><tbody><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Risk management</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">ISO 14971 required</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">AI-specific risk categories: bias, drift, opacity</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Technical documentation</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">MDR Annex II / DHF</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">AI Act Annex IV &#x2014; can be integrated into MDR tech file</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Quality management</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">ISO 13485 required</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">AI QMS elements (Art. 17) &#x2014; can extend existing QMS</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Post-market surveillance</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">MDR PMS plan required</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">AI performance monitoring, model drift tracking required</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Conformity assessment</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Notified Body review (Class IIb/III)</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">AI Act assessment &#x2014; can be covered by same NB</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Data governance</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Not explicitly required</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Training data representativeness, bias testing (Art. 10)</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Human oversight</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Addressed through labeling / IFU</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Must be designed into the product architecture (Art. 14)</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Transparency</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Performance claims in labeling</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Algorithmic explainability documentation required</span></p></td></tr></tbody></table><!--kg-card-end: html--><p><br></p><h2 id="what-samd-developers-should-be-doing-right-now"><strong>What SaMD developers should be doing right now</strong></h2><p>If your product is AI-powered and targets the EU market, the following steps are not optional &#x2014; they are the minimum viable compliance preparation for August 2026 and August 2027.<br></p><h3 id="step-1-classify-every-ai-component-in-your-product"><strong>Step 1: Classify every AI component in your product</strong></h3><p>Not all software that uses statistics or rules-based logic qualifies as an &quot;AI system&quot; under the Act&apos;s definition. The EU AI Act defines an AI system as a machine-based system that infers from inputs how to generate outputs &#x2014; predictions, recommendations, decisions &#x2014; that can influence real or virtual environments.</p><p>Walk through your product and identify every component that meets this definition. Some components you may have thought of as AI may fall outside the Act&apos;s scope. Others you might not have flagged may be in scope. Classify before you plan.<br></p><h3 id="step-2-conduct-a-gap-assessment-against-ai-act-annex-iv"><strong>Step 2: Conduct a gap assessment against AI Act Annex IV</strong></h3><p>Map your existing technical file and DHF against the AI Act&apos;s Annex IV documentation requirements. The gaps for most teams are concentrated in: training data documentation, bias analysis records, and human oversight architecture documentation. These are the areas that require the most lead time to address properly.<br></p><h3 id="step-3-extend-your-iso-13485-qms-to-cover-ai-act-article-17-requirements"><strong>Step 3: Extend your ISO 13485 QMS to cover AI Act Article 17 requirements</strong></h3><p>You do not need a separate AI QMS. You do need to extend your existing quality system to explicitly cover: data governance processes, AI model validation procedures, post-market AI performance monitoring, and change control for model updates. This is procedural work that can be done systematically &#x2014; but it takes time and needs to happen before your next conformity assessment.<br></p><h3 id="step-4-update-your-pms-plan-with-ai-specific-monitoring-metrics"><strong>Step 4: Update your PMS plan with AI-specific monitoring metrics</strong></h3><p>Your current PMS plan almost certainly does not include model drift detection, subpopulation performance monitoring, or AI-specific incident reporting thresholds. These need to be added. If your product is already on the market, this is the highest-urgency item &#x2014; post-market monitoring for AI must be active, not retrospective.<br></p><h3 id="step-5-engage-your-notified-body-early"><strong>Step 5: Engage your Notified Body early</strong></h3><p>Notified Bodies designated under MDR are beginning to incorporate AI Act compliance verification into their assessments. How they will conduct this in practice is still being defined &#x2014; which is exactly why early engagement matters. Contact your Notified Body now to understand their current approach to AI Act integration and whether your planned timeline is realistic given their capacity.<br></p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #0f6e56 2.5pt;vertical-align:top;background-color:#e1f5ee;padding:7pt 12pt 7pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:4pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#0f6e56;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">A note on FDA alignment</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">If you are developing for both the EU and US markets, there is meaningful overlap between the EU AI Act&apos;s requirements and FDA&apos;s emerging AI/ML SaMD guidance &#x2014; particularly on Predetermined Change Control Plans (PCCP), bias analysis, and post-market performance monitoring. Building documentation that satisfies both frameworks from the start is more efficient than treating them as separate compliance tracks. Talk to your regulatory team early about a dual-market documentation strategy.</span></p></td></tr></tbody></table><!--kg-card-end: html--><h2 id="the-window-to-prepare-is-closing"><strong>The window to prepare is closing</strong></h2><p>The EU AI Act is not a future compliance horizon for SaMD developers. For new products, August 2026 is four months away. For existing CE-marked products, August 2027 provides more runway &#x2014; but Notified Bodies are already incorporating AI Act considerations into their MDR assessments today.</p><p>The teams that will move smoothly through this transition are the ones doing gap assessments and documentation planning now, not the ones scrambling to retrofit compliance into a product that is already on the market.<br></p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="vertical-align:top;background-color:#0f6e56;padding:14pt 20pt 14pt 20pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:5pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Need help navigating compliance for your SaMD?</span><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><br><br></span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">&#x2192;&#xA0; Get in touch: maria@hattrick-it.com</span></p></td></tr></tbody></table><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[How to Write an FDA Software Development Plan That Actually Works]]></title><description><![CDATA[Learn how to write an FDA-compliant Software Development Plan for medical device software. Step-by-step guide covering IEC 62304, required sections, and common FDA reviewer flags.]]></description><link>https://www.hattrick-it.com/blog/fda-software-development-plan/</link><guid isPermaLink="false">69cac4b5c83300428419bd0e</guid><category><![CDATA[FDA]]></category><dc:creator><![CDATA[María Eugenia Gómez]]></dc:creator><pubDate>Mon, 30 Mar 2026 19:25:00 GMT</pubDate><media:content url="https://www.hattrick-it.com/blog/content/images/2026/03/S3-Lig-53867-Image-from-Unsplash.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://www.hattrick-it.com/blog/content/images/2026/03/S3-Lig-53867-Image-from-Unsplash.jpg" alt="How to Write an FDA Software Development Plan That Actually Works"><p>We once heard: <em>&quot;The Software Development Plan is the first document FDA reviewers open. If it&apos;s unclear, they assume the rest of the submission will be too.&quot;</em></p><p>That single document sets the tone for everything that follows in your FDA submission. Yet for most teams building medical device software, it&apos;s either written too late, treated as a formality, or both.</p><p>This guide explains exactly what FDA-compliant software development requires in a Software Development Plan: the sections that matter, the language that works, and the gaps that cause additional information requests. We have also included a free downloadable template at the end.</p><h2 id="what-is-a-software-development-plan-%E2%80%94-and-why-fda-cares"><strong>What is a Software Development Plan &#x2014; and why FDA cares</strong></h2><p>The Software Development Plan (SDP) is your upfront commitment to FDA that you knew how you were going to build safe software before you wrote the first line of code. It is required under IEC 62304, the international standard for medical device software development, and it plays a central role in your Design History File.</p><p>The key word is plan. An SDP is not a description of what you built. It is documentation that you had a controlled, intentional process for building it and that process was appropriate for the risk class of your device.<br></p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #0f6e56 2.5pt;vertical-align:top;background-color:#e1f5ee;padding:7pt 12pt 7pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:4pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#0f6e56;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Why FDA cares</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">When FDA reviews your submission, they are not only evaluating whether your software works. They are evaluating whether your process was capable of producing safe software consistently. The SDP is the primary evidence for that claim.</span></p></td></tr></tbody></table><!--kg-card-end: html--><p><br></p><h2 id="what-fda-is-really-looking-for"><strong>What FDA is really looking for</strong></h2><p>A thin SDP signals a thin development process. Reviewers are experienced enough to read between the lines.</p><p>Specifically, FDA wants to see three things from your SDP:<br></p><p><strong>&#x2192; &#xA0;</strong>That you made deliberate, documented decisions about how to develop safe software &#x2014; before development began.</p><p><strong>&#x2192; &#xA0;</strong>That those decisions were appropriate for your device&apos;s IEC 62304 safety class.</p><p><strong>&#x2192; &#xA0;</strong>That your development approach integrates compliance activities &#x2014; risk management, verification, configuration control &#x2014; rather than treating them as a separate phase.<br></p><p>A well-written SDP doesn&#x2019;t need to be long. It needs to be specific, internally consistent, and clearly connected to the rest of your technical documentation.<br></p><h2 id="the-7-sections-of-a-compliant-software-development-plan"><strong>The 7 sections of a compliant Software Development Plan</strong></h2><p>The following sections are expected in any SDP for a Class B or Class C device under IEC 62304. Class A devices have lighter requirements, but a complete SDP is still best practice and typically expected by FDA reviewers regardless of class.<br></p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="187"><col width="200"></colgroup><thead><tr style="height:0pt"><th style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#0f6e56;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;" scope="col"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">SDP Section</span></p></th><th style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#0f6e56;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;" scope="col"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9pt;font-family:Arial,sans-serif;color:#ffffff;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">What it must address</span></p></th></tr></thead><tbody><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">1. Product &amp; intended use</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Device purpose, users, harm on failure</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">2. Safety class determination</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Class + hazard analysis justification</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">3. Development lifecycle</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Methodology + regulatory integration</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">4. Roles &amp; responsibilities</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Named roles: dev, V&amp;V, risk, regulatory</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">5. Configuration management</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Version control, SOUP tracking, builds</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">6. V&amp;V plan</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#f5f5f5;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Test strategy, pass/fail criteria, traceability</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">7. Risk management reference</span></p></td><td style="border-left:solid #cccccc 0.5pt;border-right:solid #cccccc 0.5pt;border-bottom:solid #cccccc 0.5pt;border-top:solid #cccccc 0.5pt;vertical-align:top;background-color:#ffffff;padding:4pt 6pt 4pt 6pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:9.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">ISO 14971 link + dev integration</span></p></td></tr></tbody></table><!--kg-card-end: html--><p><br><br></p><h3 id="1-product-and-intended-use-overview"><strong>1. Product and intended use overview</strong></h3><p>This is not a marketing paragraph. It is a precise, technical statement that anchors the entire document. It must answer:</p><ul><li>What does the software do and what clinical function does it support?</li><li>Who is the intended user &#x2014; clinician, patient, or technician?</li><li>What is the potential harm if the software fails to perform as intended?<br></li></ul><p>This section drives your safety class determination and your risk identification. A vague intended use statement produces a vague risk analysis &#x2014; and FDA will notice.<br></p><h3 id="2-iec-62304-software-safety-class-determination"><strong>2. IEC 62304 software safety class determination</strong></h3><p>State your class (A, B, or C) and provide a brief, evidence-based justification from your preliminary hazard analysis. FDA wants to understand how you arrived at the classification, not just which box you checked.</p><p>A common mistake is stating Class A or Class B with no supporting rationale. Reviewers will ask for the hazard analysis that supports it. Include a summary here and reference the full risk analysis in your risk management documentation.</p><p>The FDA has slowly moved away from this classification and now aligns with two types of documentation levels. Read more about it in their <a href="https://www.fda.gov/media/153781/download">Content of Premarket Submissions</a>.<br></p><h3 id="3-development-lifecycle-approach"><strong>3. Development lifecycle approach</strong></h3><p>This section is where most teams are vague and where FDA reviewers spend the most time. You need to explain not just what methodology you are using, but how regulatory requirements are integrated into it.</p><p>If you are using Agile &#x2014; which is both acceptable and common under AAMI TIR45 &#x2014; you must address:</p><p><strong>&#x2192; &#xA0;Design controls: </strong>explain how they map to your sprint cadence</p><p><strong>&#x2192; &#xA0;Risk management: </strong>describe how it is integrated into sprint planning and backlog refinement</p><p><strong>&#x2192; &#xA0;Verification evidence: </strong>explain how it is generated during development, not assembled retrospectively</p><p><strong>&#x2192; &#xA0;Definition of Done: </strong>state how IEC 62304 compliance requirements are part of it<br></p><p>&quot;We use Agile&quot; is not sufficient. FDA does not automatically understand what that means for your compliance activities. The connection must be made explicit in your SDP.<br></p><h3 id="4-roles-and-responsibilities"><strong>4. Roles and responsibilities</strong></h3><p>Name the roles responsible for development, verification and validation, risk management, and regulatory documentation. This does not require an org chart, but it should be specific enough that a reviewer can identify accountability for each compliance activity.</p><p>For small teams, one person may hold multiple roles. That is acceptable &#x2014; but for Class C devices, the separation between development and independent verification activities should be clearly articulated.<br></p><h3 id="5-configuration-management-approach"><strong>5. Configuration management approach</strong></h3><p>Explain how code changes are tracked, how builds are controlled, and how you manage SOUP &#xA0;(Software of Unknown Provenance), meaning third-party libraries, open-source components, and commercial off-the-shelf software included in your device.</p><p>IEC 62304 Section 8 has specific SOUP management requirements that many teams underestimate. Your SDP should reference your SOUP inventory and describe how component risk is assessed both at adoption and when updates occur.<br></p><h3 id="6-verification-and-validation-plan"><strong>6. Verification and validation plan</strong></h3><p>Describe what you will test, at what level (unit, integration, system), and how pass/fail criteria will be defined. This section can reference a separate V&amp;V plan, but the SDP should summarize your overall approach clearly.</p><p>For Class C devices, FDA expects full traceability between requirements, test cases, and risk controls. Your SDP should state how that traceability will be maintained throughout the project, not just at submission time.<br></p><h3 id="7-risk-management-integration"><strong>7. Risk management integration</strong></h3><p>The SDP must explicitly reference your ISO 14971 risk management plan and describe how risk management connects to your development process. Risk management is not a separate workstream that runs alongside development, it must be woven into it.</p><p>Specifically: explain how risk controls identified in your risk analysis become software requirements, and how you verify that those controls are implemented and effective in the final product.<br></p><h2 id="common-gaps-fda-reviewers-flag"><strong>Common gaps FDA reviewers flag</strong></h2><p>These are the SDP issues that most reliably generate questions or hold letters from reviewers:<br></p><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #0f6e56 2.5pt;vertical-align:top;background-color:#e1f5ee;padding:7pt 12pt 7pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:4pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#0f6e56;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Gap 1: Lifecycle description is too generic</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Statements like &quot;we follow a structured SDLC&quot; or &quot;we use Agile methodology&quot; with no further detail are consistently flagged. Reviewers want to understand how your process generates the specific outputs required by IEC 62304 &#x2014; not just what methodology you named.</span></p></td></tr></tbody></table><!--kg-card-end: html--><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #0f6e56 2.5pt;vertical-align:top;background-color:#e1f5ee;padding:7pt 12pt 7pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:4pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#0f6e56;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Gap 2: No explanation of how Agile satisfies IEC 62304 requirements</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">This is the most common gap we see from teams that are genuinely building in a compliant Agile way. They have the process. They haven&apos;t documented the connection to design controls, risk management, and verification clearly enough for a reviewer who doesn&apos;t know their team.</span></p></td></tr></tbody></table><!--kg-card-end: html--><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #0f6e56 2.5pt;vertical-align:top;background-color:#e1f5ee;padding:7pt 12pt 7pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:4pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#0f6e56;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Gap 3: SOUP strategy is absent or vague</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Many SDPs acknowledge that third-party libraries will be used but say nothing about how they will be managed. Your SDP should reference your approach to SOUP risk assessment and version control, even if the full inventory is maintained separately.</span></p></td></tr></tbody></table><!--kg-card-end: html--><!--kg-card-begin: html--><table style="border:none;border-collapse:collapse;"><colgroup><col width="624"></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #0f6e56 2.5pt;vertical-align:top;background-color:#e1f5ee;padding:7pt 12pt 7pt 12pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:4pt;"><span style="font-size:10pt;font-family:Arial,sans-serif;color:#0f6e56;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Gap 4: Risk management is framed as a parallel activity</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#1a1a1a;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">If your SDP implies that risk management happens separately from development decisions &#x2014; in a separate document, maintained by a separate function &#x2014; that is a red flag for FDA. Risk management must visibly influence design and architecture decisions. Your SDP should show this connection.</span></p></td></tr></tbody></table><!--kg-card-end: html--><p><br></p><h2 id="how-to-keep-your-sdp-current-throughout-development"><strong>How to keep your SDP current throughout development</strong></h2><p>The SDP is a living document. Write it at the start of the project, update it as significant decisions change, and finalize it as part of your Design History File before submission.</p><p>FDA reviewers can often tell the difference between an SDP that guided development and one written retrospectively to describe what happened. The former is specific about decisions, timelines, and rationale. The latter tends to be generic and abstract, the document equivalent of describing a journey after you have already arrived.</p><p>In practice, this means:<br></p><p><strong>&#x2192; &#xA0;</strong>Write the initial SDP before development begins &#x2014; even a first draft is better than nothing.</p><p><strong>&#x2192; &#xA0;</strong>Update it when your lifecycle approach changes significantly, your team structure changes, or your safety class is revised.</p><p><strong>&#x2192; &#xA0;</strong>Maintain a version history. Changes to the SDP should be controlled under your configuration management process. <br></p><p>Not sure if your current SDP will hold up under FDA review? We offer a complimentary review for MedTech teams preparing for submission. &#xA0;<strong>Get in touch: maria@hattrick-it.com</strong></p>]]></content:encoded></item><item><title><![CDATA[A Guide to FDA's SBOM Requirements for Medical Devices (2026 Update)]]></title><description><![CDATA[<p>Section 524B of the FD&amp;C Act requires Software Bills of Materials for cyber devices. Most teams know they need one. Very few know how to actually create one that works.</p><p>The common approach: build the software, generate an SBOM before FDA submission, discover critical vulnerabilities in components you&</p>]]></description><link>https://www.hattrick-it.com/blog/a-guide-to-fdas-sbom-requirements-for-medical-devices-2026-update/</link><guid isPermaLink="false">69ab312ec83300428419bcf1</guid><dc:creator><![CDATA[Martín Zúñiga]]></dc:creator><pubDate>Wed, 18 Mar 2026 15:00:00 GMT</pubDate><media:content url="https://www.hattrick-it.com/blog/content/images/2026/03/FDA-SBOM-Requirements-Guide-2026--1-.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.hattrick-it.com/blog/content/images/2026/03/FDA-SBOM-Requirements-Guide-2026--1-.png" alt="A Guide to FDA&apos;s SBOM Requirements for Medical Devices (2026 Update)"><p>Section 524B of the FD&amp;C Act requires Software Bills of Materials for cyber devices. Most teams know they need one. Very few know how to actually create one that works.</p><p>The common approach: build the software, generate an SBOM before FDA submission, discover critical vulnerabilities in components you&apos;ve been using for months, then spend months in remediation mode. By the time you&apos;re ready to submit, your timeline has increased significantly.</p><p>There&apos;s a better way. But it requires understanding <a href="https://www.fda.gov/regulatory-information/search-fda-guidance-documents/cybersecurity-medical-devices-quality-management-system-considerations-and-content-premarket">what FDA actually requires</a> versus recommends, why they want it, and how to build SBOM generation into your development process from day one.</p><p>The 2026 update aligned the cybersecurity guidance with the new Quality Management System Regulation (QMSR), which replaced the old Quality System Regulation (QSR) and incorporates ISO 13485. This matters for SBOM because it explicitly frames SBOM as part of configuration management under ISO 13485, not a standalone requirement.</p><p>Translation: SBOM requirements didn&apos;t get stricter. But the FDA made clearer that SBOM is part of your quality system, not separate paperwork.</p><h3 id="the-cyber-device-distinction-required-vs-recommended"><strong>The Cyber Device Distinction: Required vs. Recommended</strong></h3><p>Here&apos;s what most teams miss: for some devices, SBOMs are required. For others, they&apos;re recommended. The difference comes down to whether your device qualifies as a &quot;cyber device&quot; under Section 524B.</p><p>A cyber device meets three criteria: it includes software validated by you as the manufacturer, it has the ability to connect to the internet, and it contains technological characteristics vulnerable to cybersecurity threats.</p><p>The &quot;ability to connect&quot; phrase is where confusion starts. FDA is explicit: if your device has the technical capability to connect to the internet through any means at any point, it qualifies. This includes Wi-Fi, Bluetooth, USB ports, ethernet, or serial ports. Even if you never intended internet connectivity, if the capability exists, your device likely qualifies.</p><p>For cyber devices, providing an SBOM isn&apos;t best practice, it&apos;s a requirement under Section 524B(b)(3). Failure to provide it is a prohibited act under Section 301(q) of the FD&amp;C Act.</p><h3 id="what-fda-actually-requires"><strong>What FDA Actually Requires</strong></h3><p>The NTIA minimum elements are table stakes: component name, supplier, version, unique identifier, dependency relationships, and SBOM author. The FDA wants more.</p><p>You need the software support level for each component. Is it actively maintained, in maintenance mode, or abandoned? You need end-of-support dates when known. And critically, you must identify vulnerabilities in CISA&apos;s Known Exploited Vulnerabilities Catalog, these are vulnerabilities actively being exploited in the wild.</p><p>For each known vulnerability, you must describe how it was discovered, provide safety and security risk assessments, and detail your risk controls. The SBOM must be machine-readable (SPDX or CycloneDX format) so it can be queried quickly when new vulnerabilities emerge.</p><p>Here&apos;s what teams often miss: your SBOM isn&apos;t just for FDA. You should make it available to users on a continuous basis. Healthcare facilities need this to manage cybersecurity risks within their own frameworks. When you update components, users need updated SBOM information.</p><h3 id="the-right-way-vs-the-way-most-teams-do-it"><strong>The Right Way vs. The Way Most Teams Do It</strong></h3><p>Most teams select components based on functionality and developer familiarity, write code for months, then generate an SBOM for the first time during submission prep. That&apos;s when they discover a core library reached end-of-life six months ago, or a dependency has critical vulnerabilities, or licensing terms are incompatible with medical device distribution.</p><p>The better approach treats component evaluation as a gated decision before adding anything to your codebase. Check the National Vulnerability Database, GitHub Advisory Database, and CISA&apos;s Known Exploited Vulnerabilities Catalog. Verify support status and end-of-life timelines. Check licensing. Assess the supplier&apos;s security track record. Document this as part of your design rationale.</p><p>This isn&apos;t about when you generate the SBOM file. It&apos;s about when component security becomes part of decision-making.</p><h3 id="the-hard-problems-nobody-talks-about"><strong>The Hard Problems Nobody Talks About</strong></h3><p>Everything above assumes complete visibility into your software supply chain. In practice, you often don&apos;t have it.</p><p><strong>Third-party software where vendors won&apos;t share SBOMs:</strong> The solution starts with procurement contracts. Before committing to a vendor&apos;s component, your agreement should require SBOM disclosure, not just their SBOM, but SBOMs for components they&apos;re using, plus commitments to notify you of vulnerabilities and provide security updates within defined timeframes. If a vendor refuses, that&apos;s critical risk information.</p><p><strong>Deep dependency trees:</strong> Your SBOM must capture &quot;upstream dependencies&quot;, the software your software depends on, and that your dependencies depend on. Automated tools can traverse these for common package managers, but they&apos;re not perfect. For critical paths where vulnerabilities could directly impact patient safety, manual verification is worth the effort.</p><p><strong>Unknown support status:</strong> For open-source projects, commit frequency and issue response times serve as proxies for support level. But you may need to document status as &quot;unknown&quot; and make a risk-based decision about acceptability. If it&apos;s a critical component with unknown support that you can&apos;t replace, that&apos;s a risk you&apos;re accepting and documenting.</p><p><strong>Components you can&apos;t replace:</strong> You&apos;re using a library with a known vulnerability, but no alternative exists, or replacing it requires fundamental architecture changes. You&apos;re looking at compensating controls: isolating the vulnerable component, adding authentication layers, implementing exploitation monitoring. Document these in your cybersecurity risk assessment. Communicate residual risk clearly in device labeling.</p><p><strong>When you can&apos;t provide complete information:</strong> If you cannot provide complete SBOM information to FDA, you must justify why. This isn&apos;t a free pass, you need a compelling reason and the FDA will assess whether your inability creates unacceptable risk.</p><h3 id="what-this-actually-prevents"><strong>What This Actually Prevents</strong></h3><p>When Log4Shell was announced, teams without SBOMs spent weeks conducting code archaeology, checking every dependency, searching build configurations, hoping they didn&apos;t miss anything. Teams with SBOMs queried for Log4j, knew their status in minutes, and focused on remediation instead of discovery.</p><p>When a vendor announces component end-of-life, an SBOM gives immediate impact assessment. You know which products are affected and can plan migration as a scheduled update rather than an emergency.</p><p>When CISA adds vulnerabilities to its Known Exploited Vulnerabilities Catalog, your SBOM lets you assess impact immediately. These are vulnerabilities being actively exploited. Your response speed could prevent a security incident affecting patient safety.</p><h3 id="getting-started"><strong>Getting Started</strong></h3><p>For new devices, integrate SBOM generation from day one. Choose your format, set up tooling, establish component evaluation including CISA KEV Catalog checks, and make SBOM maintenance part of your definition of done.</p><p>For existing devices, start with automated tools to generate a baseline, then manually verify. Focus on components in critical paths. Document support status. Remediate anything in CISA&apos;s Known Exploited Vulnerabilities Catalog. Then establish ongoing maintenance so your SBOM stays current.</p><p>For cyber devices, remember: SBOM is a legal requirement under Section 524B(b)(3), not optional. For all other software-containing devices, FDA strongly recommends it as part of demonstrating safety and effectiveness.</p><p>The teams that handle SBOMs well don&apos;t see them as submission paperwork. They see them as operational intelligence that makes software more maintainable, risks more manageable, and FDA submissions more straightforward. Treat your SBOM as living documentation, not a compliance artifact.</p><h3 id="where-this-is-headed"><strong>Where This Is Headed</strong></h3><p>The February 2026 guidance update isn&apos;t the end of FDA&apos;s SBOM requirements. It&apos;s the beginning of a broader shift in how medical device cybersecurity is regulated.</p><p>By requiring SBOMs for cyber devices and tying them to ISO 13485 configuration management, FDA is moving from &quot;tell us what&apos;s in your device&quot; to &quot;show us you can manage what&apos;s in your device throughout its lifecycle.&quot; This aligns with international regulatory trends. The EU&apos;s Medical Device Regulation has similar expectations. Other regulatory bodies are watching FDA&apos;s approach.</p><p>The teams that will thrive in this environment aren&apos;t the ones looking for minimum viable compliance. They&apos;re the ones who recognize that SBOM infrastructure solves real operational problems by faster vulnerability response, clearer supply chain visibility, easier security questionnaires, and better risk management.</p><p>Build your SBOM processes now while you have time to do it thoughtfully. The regulatory expectations will only increase, and retrofitting is expensive. The question isn&apos;t whether you need robust SBOM infrastructure. It&apos;s whether you build it proactively or reactively.</p>]]></content:encoded></item><item><title><![CDATA[Bridging the Gap Between Innovation and Compliance in MedTech Software: Practical Strategies for 2026]]></title><description><![CDATA[Discover how to balance innovation with regulatory compliance in medical device software development. Expert strategies for navigating FDA requirements and IEC 62304 in 2026.]]></description><link>https://www.hattrick-it.com/blog/bridging-the-gap-between-innovation-and-compliance-in-medtech-software-practical-strategies-for-2026/</link><guid isPermaLink="false">697a1e12c320ed22d85755c9</guid><dc:creator><![CDATA[María Eugenia Gómez]]></dc:creator><pubDate>Wed, 04 Mar 2026 14:57:00 GMT</pubDate><media:content url="https://www.hattrick-it.com/blog/content/images/2026/01/Innovation-Picture-from-Unsplash.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://www.hattrick-it.com/blog/content/images/2026/01/Innovation-Picture-from-Unsplash.jpg" alt="Bridging the Gap Between Innovation and Compliance in MedTech Software: Practical Strategies for 2026"><p>The tension between moving fast and staying compliant keeps many MedTech founders awake at night. You need to iterate quickly to stay competitive, but regulatory compliance can&apos;t be an afterthought. The good news? Innovation and regulatory compliance in medical device software development don&apos;t have to be at odds. With the right approach, you can build groundbreaking products while meeting FDA-compliant software standards from day one.</p><p>In this guide, we&apos;ll explore practical strategies that help you bridge the gap between rapid innovation and the rigorous requirements of IEC 62304, FDA regulations, and other critical standards. Whether you&apos;re building your first SaMD product or scaling an established medical device platform, these insights will help you move faster without compromising safety or compliance.</p><h2 id="why-this-balance-matters-more-than-ever-in-2026"><strong>Why This Balance Matters More Than Ever in 2026</strong></h2><p>The medical device software landscape has evolved dramatically. Regulatory bodies are paying closer attention to cybersecurity, AI-powered features, and real-world performance data. Meanwhile, patient expectations for intuitive, digital-first experiences continue to rise.</p><p>Traditional waterfall development approaches can&apos;t keep pace with these demands. Yet regulatory compliance requirements haven&apos;t disappeared, they&apos;ve intensified. The challenge is finding a development methodology that satisfies both innovation timelines and regulatory scrutiny.</p><p>Companies that crack this code gain a significant competitive advantage. They bring products to market faster, adapt to user feedback more readily, and maintain compliance without grinding development to a halt.</p><h2 id="the-real-tension-points-between-innovation-and-compliance"><strong>The Real Tension Points Between Innovation and Compliance</strong></h2><p>Before we dive into solutions, let&apos;s acknowledge where friction typically occurs in medical device software development:</p><p><strong>Documentation burden versus development velocity</strong>. Every requirement change, design decision, and code modification demands documentation under IEC 62304. This can feel like it doubles or triples development time, especially for teams accustomed to moving fast in unregulated environments.</p><p><strong>Risk management overhead</strong>. FDA-compliant software requires ongoing risk analysis throughout development. For innovative features, particularly those using AI or novel algorithms, risk assessment can become complex and time-consuming.</p><p><strong>Design control requirements</strong>. The FDA&apos;s design control framework requires formal verification and validation at multiple stages. Agile teams struggle with this structure when they want to ship incremental updates and gather real-world feedback.</p><p><strong>Change control processes</strong>. In regulated environments, you can&apos;t just push updates when you&apos;re ready. Every change needs evaluation, approval, and documentation, which conflicts with the rapid iteration cycles that drive innovation.</p><p>The key isn&apos;t eliminating these requirements, they exist to protect patients. The key is integrating them seamlessly into your development workflow.</p><h2 id="strategy-1-embrace-agile-within-a-compliant-framework"><strong>Strategy 1: Embrace Agile Within a Compliant Framework</strong></h2><p>Many teams assume agile methodologies and regulatory compliance are incompatible. They&apos;re not. AAMI TIR45 provides explicit guidance for using agile practices in medical device software development while maintaining IEC 62304 compliance.</p><p>Start by structuring your sprints around regulatory milestones rather than fighting against them. Map your development phases to IEC 62304 lifecycle activities. For example, your first few sprints might focus on software requirements analysis, while later sprints tackle architectural design and implementation.</p><p>Build verification and validation activities directly into each sprint rather than saving them for the end. This &quot;shift-left&quot; approach catches compliance issues early when they&apos;re cheaper and easier to fix. It also prevents the dreaded scenario where you complete development only to discover fundamental compliance problems.</p><p>Document iteratively using templates and automation tools. Rather than treating documentation as a post-development burden, create living documents that evolve with your code. Modern tools can auto-generate traceability matrices, test reports, and other required artifacts, dramatically reducing manual effort.</p><p>The payoff is significant. Teams using compliant agile approaches report 30-40% faster time-to-market compared to traditional waterfall methods, while maintaining full regulatory compliance.</p><h2 id="strategy-2-implement-risk-based-development-from-day-one"><strong>Strategy 2: Implement Risk-Based Development from Day One</strong></h2><p>Here&apos;s a counterintuitive insight: thorough risk management actually accelerates innovation when done correctly. How? By helping you focus resources on what matters most.</p><p>Start every project with risk classification. Is your software a Class I, II, or III medical device? This classification determines your regulatory burden. Many teams over-engineer their processes by treating everything as high-risk when a more nuanced approach would suffice.</p><p>Use risk levels to prioritize features and allocate resources intelligently. High-risk functions require extensive verification, validation, and documentation. Lower-risk features can move faster with streamlined processes. This tiered approach lets you innovate rapidly in lower-risk areas while maintaining rigor where patient safety demands it.</p><p>Build a risk management file that grows with your product. Don&apos;t wait until the end to compile risk documentation. Maintain an active risk file that captures hazards, risk controls, and mitigation strategies throughout development. This living document informs design decisions in real-time and keeps regulatory compliance visible to the entire team.</p><p>Modern medical device software development requires continuous risk assessment, especially as you add features or respond to cybersecurity threats. Schedule quarterly risk reviews and update your risk management file accordingly. This proactive approach prevents nasty surprises during regulatory submissions.</p><h2 id="strategy-3-create-modular-architecture-that-simplifies-compliance"><strong>Strategy 3: Create Modular Architecture That Simplifies Compliance</strong></h2><p>Your software architecture decisions have massive compliance implications. A well-designed modular architecture can reduce your regulatory compliance burden by 50% or more compared to monolithic systems.</p><p>Separate your safety-critical functions from non-critical ones at the architectural level. This isolation means you can innovate rapidly in non-critical areas without triggering full regression testing and re-verification of safety-critical components. Update your user interface freely while your core diagnostic algorithms remain stable and validated.</p><p>Use API boundaries to create clear demarcation points between modules. Well-defined interfaces make it easier to verify individual components, simplify change control, and accelerate validation testing. They also enable parallel development streams&#x2014;different teams can work on different modules simultaneously without stepping on each other&apos;s toes.</p><p>Consider Software of Unknown Provenance (SOUP) management from the start. Every third-party library and open-source component requires evaluation and documentation under IEC 62304. A modular architecture with clear dependency tracking makes SOUP management far less painful.</p><p>Plan for future regulatory changes by building flexibility into your architecture. Requirements will evolve. New cybersecurity standards will emerge. An adaptable architecture lets you respond to these changes without rebuilding from scratch.</p><h2 id="strategy-4-automate-testing-and-verification-processes"><strong>Strategy 4: Automate Testing and Verification Processes</strong></h2><p>Manual testing and verification processes are the enemy of innovation velocity. Automation is your best friend for maintaining FDA-compliant software while moving fast.</p><p>Invest in comprehensive automated testing infrastructure early. Unit tests, integration tests, and system tests should run automatically with every code commit. This continuous verification catches problems immediately and provides documentation of testing activities required for regulatory submissions.</p><p>Build automated traceability between requirements, code, and tests. Tools that automatically link user requirements to test cases and verification results eliminate hours of manual traceability work. They also make it trivial to demonstrate requirement coverage during regulatory reviews.</p><p>Implement continuous integration and continuous deployment (CI/CD) pipelines adapted for regulated environments. Yes, you can use CI/CD in medical device software development, you just need appropriate controls. Automated checks for documentation completeness, code reviews, and verification test passage ensure that only compliant code progresses through your pipeline.</p><p>Consider automated static code analysis to catch potential issues before they become problems. Tools that check for security vulnerabilities, coding standard violations, and potential hazards integrate seamlessly into development workflows and reduce manual code review burden.</p><h2 id="strategy-5-front-load-regulatory-strategy-planning"><strong>Strategy 5: Front-Load Regulatory Strategy Planning</strong></h2><p>The biggest mistake MedTech innovators make is treating regulatory compliance as something to worry about later. By the time &quot;later&quot; arrives, you&apos;ve made architectural and design decisions that create unnecessary compliance complications.</p><p>Engage regulatory experts during concept development, not after you&apos;ve built a prototype. Early regulatory input helps you identify the optimal regulatory pathway, understand classification implications, and make design decisions that streamline rather than complicate compliance.</p><p>Create a regulatory roadmap that runs parallel to your product roadmap. Know which submissions you&apos;ll need and when. Understand predicate device selection if you&apos;re pursuing 510(k) clearance. Plan for clinical evaluation or performance studies if required. This visibility helps you allocate resources appropriately and avoid last-minute scrambles.</p><p>Build relationships with regulatory bodies early when possible. The FDA offers pre-submission meetings that can provide valuable feedback on your approach. These interactions help align expectations and reduce the risk of surprises during formal submissions.</p><p>Don&apos;t underestimate international regulatory requirements if you plan to sell globally. CE marking under the Medical Device Regulation (MDR), PMDA requirements in Japan, and other international standards add complexity. Factor these into your development strategy from the beginning rather than treating them as afterthoughts.</p><p>Here&apos;s a strategic consideration many teams overlook: the regulatory pathway you choose first can significantly ease or complicate your journey to other markets. Some companies strategically pursue CE marking before FDA clearance because the MDR&apos;s emphasis on clinical evaluation and risk management establishes documentation frameworks that streamline subsequent FDA submissions. Others find that achieving FDA clearance first creates a strong foundation for international expansion, as many regulatory bodies recognize FDA&apos;s rigorous standards.</p><p>Fun fact (or not): most recently <a href="https://www.hsbcinnovationbanking.com/us/en/business-stage/hsbc-healthcare-reports">HSBC Venture Healthcare </a>reported the average time for a PMA from their first VC funding until FDA approval was 9.5 years!</p><h2 id="strategy-6-invest-in-team-expertise-and-training"><strong>Strategy 6: Invest in Team Expertise and Training</strong></h2><p>Your team is your most valuable asset for balancing innovation and regulatory compliance. Investing in their expertise pays enormous dividends.</p><p>Cross-train developers on regulatory requirements so they understand the &quot;why&quot; behind documentation and verification activities. Developers who grasp the patient safety rationale behind IEC 62304 requirements write better code and create better documentation the first time.</p><p>Ensure your team includes or has access to regulatory expertise. Whether through full-time regulatory affairs staff, consultants, or fractional resources, having someone who deeply understands FDA requirements, IEC 62304 standards, and submission processes is non-negotiable.</p><p>Create a culture that views compliance as a quality advantage rather than a burden. Teams that embrace regulatory rigor as a competitive differentiator build better products and move faster because they catch issues early and maintain clean documentation throughout development.</p><p>Stay current with evolving standards and guidance. Cybersecurity requirements, AI/ML regulatory frameworks, and software validation expectations continue to evolve. Regular training and industry engagement keep your team ahead of these changes.</p><h2 id="common-pitfalls-to-avoid"><strong>Common Pitfalls to Avoid</strong></h2><p>Even with solid strategies, certain mistakes can derail your efforts to balance innovation and compliance:</p><p><strong>Treating compliance as a checkbox exercise</strong>. Going through the motions without understanding underlying principles leads to weak systems that collapse under regulatory scrutiny. Invest in true understanding, not just process compliance.</p><p><strong>Underestimating documentation time</strong>. Even with automation and templates, proper documentation takes time. Budget 20-30% of development effort for documentation activities and you&apos;ll avoid unpleasant surprises.</p><p><strong>Skipping early verification activities</strong>. Pushing all verification to the end creates massive rework when issues surface late. Integrate verification throughout development for better outcomes and faster progress.</p><p><strong>Ignoring cybersecurity until late in development</strong>. Medical device cybersecurity is now a critical regulatory focus. Build security in from the start rather than bolting it on later.</p><h2 id="frequently-asked-questions"><strong>Frequently Asked Questions</strong></h2><p><strong>What is IEC 62304 and why does it matter?</strong> IEC 62304 is the international standard for medical device software lifecycle processes. It provides the framework for developing safe, effective medical device software from initial concept through maintenance and retirement. Compliance with IEC 62304 is typically required for FDA submissions and CE marking.</p><p><strong>How long does FDA-compliant software development take?</strong> Timelines vary significantly based on device classification, risk level, and regulatory pathway. Class II devices pursuing 510(k) clearance typically require 6-12 months of development plus 3-6 months for FDA review. Class III devices with PMA requirements need significantly longer.</p><p><strong>Can you use agile methodologies for regulated medical device development?</strong> Absolutely. AAMI TIR45 provides specific guidance for applying agile practices while maintaining IEC 62304 compliance, more on this in our post on <a href="https://www.hattrick-it.com/blog/medical-device-software-development/">medical device software development</a>. The key is adapting agile practices to incorporate required verification, validation, and documentation activities throughout development rather than treating them as separate phases.</p><p><strong>What&apos;s the difference between verification and validation in medical device software?</strong> Verification asks &quot;did we build the product right?&quot; by confirming software meets specified requirements. Validation asks &quot;did we build the right product?&quot; by confirming software meets user needs and intended uses. Both are required under FDA design controls and IEC 62304, but they serve different purposes in ensuring safe, effective medical devices.</p><h2 id="why-choose-hattrick-it-for-your-medtech-software-development"><strong>Why Choose Hattrick IT for Your MedTech Software Development</strong></h2><p>At Hattrick IT, we specialize in medical device software development that doesn&apos;t compromise between innovation and regulatory compliance. We&apos;ve helped MedTech companies navigate the complexities of IEC 62304, FDA requirements, and international regulatory frameworks while maintaining aggressive development timelines.</p><p>Our team brings deep expertise in agile development within regulated environments, using AAMI TIR45 methodologies to deliver FDA-compliant software faster without cutting corners on safety or quality. From initial concept through validation and regulatory submission, we provide comprehensive support that keeps your project moving forward.</p><p>Whether you&apos;re building a new SaMD product, updating legacy systems to meet current standards, or expanding into international markets, we bring the technical and regulatory expertise you need. Contact us to learn how we can help you bridge innovation and compliance in your next medical device software project.</p>]]></content:encoded></item><item><title><![CDATA[FDA Updates Cybersecurity Guidance: What Changed (And What It Means for Your Medical Device)]]></title><description><![CDATA[FDA updated medical device cybersecurity guidance in Feb 2026. Here's what actually changed (spoiler: not much), what stayed the same, and what to do now.]]></description><link>https://www.hattrick-it.com/blog/cybersecurityguidanceupdate/</link><guid isPermaLink="false">698b6ca6f8e1ca05c7f8a976</guid><category><![CDATA[cybersecurity]]></category><dc:creator><![CDATA[María Eugenia Gómez]]></dc:creator><pubDate>Wed, 18 Feb 2026 14:25:00 GMT</pubDate><media:content url="https://www.hattrick-it.com/blog/content/images/2026/02/Visual-Selection-from-Napkin-AI.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.hattrick-it.com/blog/content/images/2026/02/Visual-Selection-from-Napkin-AI.png" alt="FDA Updates Cybersecurity Guidance: What Changed (And What It Means for Your Medical Device)"><p><br>On February 3, 2026, the FDA quietly reissued its cybersecurity guidance for medical devices. If you&apos;re in the middle of a development cycle or preparing for FDA submission, you might be wondering: do I need to change everything I&apos;ve been working on?</p><p>The short answer: probably not.</p><p>The longer answer: it depends on whether you were already following the previous version, and whether you understand what actually changed.</p><h2 id="what-actually-changed"><strong>What Actually Changed</strong></h2><p>The February 2026 update to &quot;Cybersecurity in Medical Devices: Quality Management System Considerations and Content of Premarket Submissions&quot; made one primary change: replacing references to the Quality System Regulation (QSR, 21 CFR 820) with the new Quality Management System Regulation (QMSR).</p><p>That&apos;s it. The core cybersecurity requirements remain the same.</p><h3 id="understanding-the-qsr-to-qmsr-shift"><strong>Understanding the QSR to QMSR Shift</strong></h3><p>In February 2024, the FDA finalized a rule modernizing its quality system requirements by harmonizing with international standards. Specifically, the QMSR incorporates by reference ISO 13485:2016, the internationally recognized standard for quality management systems in medical devices.</p><p>This change took effect February 2, 2026&#x2014;just one day before the cybersecurity guidance update.</p><p><strong>What this means in practice:</strong></p><p>Instead of following FDA&apos;s standalone quality system regulation, manufacturers now need to comply with ISO 13485 as incorporated into 21 CFR Part 820. For cybersecurity, this is significant because ISO 13485 explicitly requires risk management throughout the product lifecycle (Subclause 7.1) and software validation (Subclause 7.3.7).</p><p>The updated cybersecurity guidance simply aligns its references and recommendations with this new regulatory framework.</p><h2 id="what-stayed-the-same-everything-that-matters"><strong>What Stayed the Same (Everything That Matters)</strong></h2><p>All the substantive cybersecurity requirements from the June 2025 guidance remain in effect:</p><h3 id="1-secure-product-development-framework-spdf"><strong>1. Secure Product Development Framework (SPDF)</strong></h3><p>The recommendation to use an SPDF, a set of processes that reduce vulnerabilities throughout the device lifecycle, is unchanged. The guidance still recommends frameworks like AAMI TIR45, IEC 81001-5-1, or ANSI/ISA 62443-4-1.</p><h3 id="2-software-bill-of-materials-sbom"><strong>2. Software Bill of Materials (SBOM)</strong></h3><p>Section 524B of the FD&amp;C Act still requires SBOMs for &quot;cyber devices&quot;&#x2014;which includes most connected medical devices. The guidance continues to recommend machine-readable SBOMs following NTIA&apos;s minimum elements, plus additional information like:</p><ul><li>Software support level (actively maintained, abandoned, etc.)</li><li>End-of-support dates for components</li><li>Known vulnerabilities, including those in CISA&apos;s Known Exploited Vulnerabilities Catalog</li></ul><h3 id="3-security-architecture-requirements"><strong>3. Security Architecture Requirements</strong></h3><p>The guidance still expects detailed security architecture documentation, including:</p><ul><li>Global system views</li><li>Multi-patient harm views</li><li>Updateability/patchability views</li><li>Security use case views</li></ul><h3 id="4-threat-modeling-and-risk-assessment"><strong>4. Threat Modeling and Risk Assessment</strong></h3><p>The requirement for comprehensive threat modeling and security risk assessments separate from (but connected to) safety risk assessments remains fully intact.</p><h3 id="5-cybersecurity-testing"><strong>5. Cybersecurity Testing</strong></h3><p>Recommendations for penetration testing, vulnerability scanning, fuzz testing, and other security validation activities are unchanged.</p><h3 id="6-the-five-core-security-objectives"><strong>6. The Five Core Security Objectives</strong></h3><p>Your device still needs to address:</p><ul><li>Authenticity (including integrity)</li><li>Authorization</li><li>Availability</li><li>Confidentiality</li><li>Secure and timely updatability and patchability</li></ul><h2 id="why-this-update-matters"><strong>Why This Update Matters</strong></h2><p>Even though the changes are primarily administrative, this update signals something important: the FDA&apos;s commitment to international harmonization while maintaining rigorous cybersecurity expectations.</p><h3 id="the-iso-13485-connection"><strong>The ISO 13485 Connection</strong></h3><p>By tying cybersecurity guidance to the QMSR (and therefore ISO 13485), the FDA is making cybersecurity an explicit part of your quality management system&#x2014;not a separate compliance exercise.</p><p>This has practical implications:</p><p><strong>Design and Development (ISO 13485 Subclause 7.3):</strong> Cybersecurity controls must be integrated into your design inputs, design outputs, design verification, and design validation. You can&apos;t bolt on security at the end.</p><p><strong>Risk Management (ISO 13485 Subclause 7.1):</strong> Your risk management processes must now explicitly address cybersecurity risks alongside traditional safety risks. This means documenting how security threats could lead to patient harm.</p><p><strong>Change Management (ISO 13485 Subclause 8.5):</strong> When cybersecurity vulnerabilities are discovered post-market, your corrective and preventive action (CAPA) processes must address them systematically.</p><h3 id="what-this-means-for-global-markets"><strong>What This Means for Global Markets</strong></h3><p>If you&apos;re pursuing both FDA clearance and CE marking (or other international regulatory approvals), the alignment with ISO 13485 reduces duplicative work. The quality processes you build for FDA compliance will largely satisfy international requirements.</p><h2 id="what-you-should-do-now"><strong>What You Should Do Now</strong></h2><h3 id="if-you-were-already-following-the-june-2025-guidance"><strong>If You Were Already Following the June 2025 Guidance</strong></h3><p>Continue what you&apos;re doing. Update any internal documentation that references &quot;21 CFR 820&quot; or &quot;QSR&quot; to reference &quot;QMSR&quot; or &quot;ISO 13485&quot; instead, but your actual processes and deliverables remain valid.</p><p><strong>Quick checklist:</strong></p><ul><li>&#x2705; Review your quality procedures for correct regulatory citations</li><li>&#x2705; Ensure your design and development procedures reference ISO 13485 subclauses</li><li>&#x2705; Update any submission templates to reference QMSR instead of QSR</li><li>&#x2705; Verify your risk management process addresses both safety and security</li></ul><h3 id="if-you-havent-started-yet"><strong>If You Haven&apos;t Started Yet</strong></h3><p>Now is actually a good time to begin. Here&apos;s why:</p><p><strong>1. The requirements are stable.</strong> After multiple iterations (2014, 2023, 2025, and now 2026), the core expectations are well-established. The February 2026 update suggests the FDA isn&apos;t planning major substantive changes in the near term.</p><p><strong>2. The framework is clear.</strong> The guidance provides specific recommendations for what FDA expects in premarket submissions. Use it as a roadmap.</p><p><strong>3. Earlier is cheaper.</strong> Building security into your architecture from day one is exponentially less expensive than retrofitting it later. We&apos;ve seen projects spend 4-6 months and hundreds of thousands of dollars fixing security issues discovered mid-development.</p><p><strong>Key areas to focus on:</strong></p><p><strong>Security Architecture (Start Here):</strong> Design your system with security in mind from the beginning. Define trust boundaries, authentication mechanisms, and data flow security before writing code.</p><p><strong>Threat Modeling:</strong> Identify potential security risks early. This informs your entire development approach and helps you make architecture decisions that reduce vulnerabilities.</p><p><strong>SBOM Management:</strong> Start tracking your software components now. Don&apos;t wait until submission to discover you don&apos;t know what&apos;s in your product or can&apos;t get vulnerability information from third-party suppliers.</p><p><strong>Testing Strategy:</strong> Plan for security testing throughout development, not just at the end. Include penetration testing, vulnerability scanning, and fuzz testing in your verification and validation plans.</p><h3 id="if-youre-mid-development"><strong>If You&apos;re Mid-Development</strong></h3><p>Assess where you stand against the guidance recommendations:</p><p><strong>Gap Analysis Questions:</strong></p><ul><li>Do you have a documented security risk management process separate from your safety risk assessment?</li><li>Can you produce an SBOM for all software components in your device?</li><li>Have you performed threat modeling for your system architecture?</li><li>Do you have documented security architecture views (global system, multi-patient harm, updateability)?</li><li>Have you conducted security testing beyond standard software verification?</li></ul><p>If you answered &quot;no&quot; to any of these, address those gaps before submission. FDA reviewers will look for this documentation.</p><h2 id="the-bigger-picture-fdas-quality-management-evolution"><strong>The Bigger Picture: FDA&apos;s Quality Management Evolution</strong></h2><p>This cybersecurity guidance update is part of a broader FDA initiative to modernize its quality system requirements and align with international standards.</p><p><strong>What&apos;s driving this:</strong></p><p><strong>Global Harmonization:</strong> By adopting ISO 13485, the FDA is reducing regulatory divergence between markets. This benefits both manufacturers (less duplicative work) and patients (faster access to safe devices globally).</p><p><strong>Risk-Based Approach:</strong> The QMSR emphasizes risk management throughout the product lifecycle&#x2014;perfectly aligned with how cybersecurity must be managed. Security risks evolve over time and require continuous monitoring and response.</p><p><strong>Modern Development Practices:</strong> The updated framework better accommodates agile development, iterative design, and continuous improvement&#x2014;all essential for medical device software in 2026.</p><h2 id="common-questions"><strong>Common Questions</strong></h2><h3 id="do-i-need-to-resubmit-if-i-received-clearance-under-the-old-guidance"><strong>Do I need to resubmit if I received clearance under the old guidance?</strong></h3><p>No. Devices cleared or approved under previous versions of the guidance remain valid. However, if you submit modifications or new versions, expect FDA to apply current expectations.</p><h3 id="does-this-affect-my-postmarket-cybersecurity-obligations"><strong>Does this affect my postmarket cybersecurity obligations?</strong></h3><p>No. Postmarket cybersecurity requirements remain as outlined in FDA&apos;s &quot;Postmarket Management of Cybersecurity in Medical Devices&quot; guidance. You still need to monitor for vulnerabilities, release patches, and report incidents as appropriate.</p><h3 id="what-if-im-using-a-different-quality-framework-than-iso-13485"><strong>What if I&apos;m using a different quality framework than ISO 13485?</strong></h3><p>The QMSR requires compliance with ISO 13485 as incorporated by reference in 21 CFR 820. If you were previously following only the old Part 820, you&apos;ll need to transition to ISO 13485. If you&apos;re already ISO 13485 certified, you&apos;re ahead of the game.</p><h3 id="how-does-this-affect-ide-submissions"><strong>How does this affect IDE submissions?</strong></h3><p>The cybersecurity recommendations for IDE submissions (outlined in Appendix 3 of the guidance) remain unchanged. You still need to include cybersecurity risks in informed consent, provide architecture views for safety-critical functionality, and include an SBOM.</p><h2 id="what-hasnt-changed-the-challenge-remains-the-same"><strong>What Hasn&apos;t Changed: The Challenge Remains the Same</strong></h2><p>Whether you call it QSR or QMSR, the fundamental challenge hasn&apos;t changed: building medical device software that is both innovative and secure, that moves quickly through development while maintaining rigorous documentation, that integrates seamlessly into clinical workflows while defending against sophisticated cyber threats.</p><p>The updated guidance doesn&apos;t make this easier or harder. It simply reinforces that cybersecurity is not optional, not secondary, and not something you can defer until later in development.</p><h2 id="the-path-forward"><strong>The Path Forward</strong></h2><p>The February 2026 update is primarily a housekeeping exercise&#x2014;aligning cybersecurity guidance with the new QMSR framework. But it serves as a useful reminder: FDA expects cybersecurity to be an integral part of your quality management system, not a separate compliance activity.</p><p><strong>Three takeaways:</strong></p><ol><li><strong>If you&apos;re already compliant:</strong> Keep doing what you&apos;re doing. Update your references, but your processes remain valid.<br><br></li><li><strong>If you&apos;re starting now:</strong> Use the current guidance as your roadmap. The requirements are stable, the framework is clear, and building security in from the start will save you time and money.<br><br></li><li><strong>If you&apos;re mid-development:</strong> Conduct a gap analysis against the guidance recommendations. Address gaps before submission, not during FDA review.<br><br></li></ol><p>The good news? The path to FDA cybersecurity compliance is clearer than ever. The challenging news? The bar remains high, and for good reason&#x2014;patient safety depends on it.<br></p><h2 id="need-help-navigating-fda-cybersecurity-requirements"><strong>Need Help Navigating FDA Cybersecurity Requirements?</strong></h2><p>At Hattrick, we&apos;re building our quality management system specifically to support secure, compliant medical device software development. We understand both the technical challenges of building secure systems and the regulatory requirements of demonstrating that security to the FDA.</p><p>Whether you&apos;re just starting development, mid-project and need guidance, or preparing for submission, we can help you build FDA-ready medical device software.</p><p><strong>Get in touch:</strong><a href="https://hattrick-it.com/contact"> hattrick-it.com/contact</a><br></p>]]></content:encoded></item><item><title><![CDATA[Building Safe AI-Powered Medical Devices: Navigating ECRI's 2026 Health Tech Warnings]]></title><description><![CDATA[ECRI names AI chatbot misuse as the top health tech hazard for 2026. Learn how to build FDA-compliant AI medical device software that prioritizes patient safety and regulatory compliance.]]></description><link>https://www.hattrick-it.com/blog/building-safe-ai-powered-medical-devices-navigating-ecris-2026-health-tech-warnings/</link><guid isPermaLink="false">697a3d32c320ed22d85755d7</guid><category><![CDATA[ai]]></category><dc:creator><![CDATA[María Eugenia Gómez]]></dc:creator><pubDate>Tue, 03 Feb 2026 17:51:00 GMT</pubDate><media:content url="https://www.hattrick-it.com/blog/content/images/2026/01/AI-Picture-from-Unsplash.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://www.hattrick-it.com/blog/content/images/2026/01/AI-Picture-from-Unsplash.jpg" alt="Building Safe AI-Powered Medical Devices: Navigating ECRI&apos;s 2026 Health Tech Warnings"><p><a href="https://home.ecri.org/blogs/ecri-news/misuse-of-ai-chatbots-tops-annual-list-of-health-technology-hazards">ECRI&apos;s recent announcement</a> placing AI chatbot misuse at the top of its 2026 health technology hazards list sent shockwaves through the medtech community. For developers building AI in medical device software, this warning underscores a critical reality: the race to innovate with artificial intelligence must never outpace our commitment to patient safety and regulatory compliance.</p><p>The timing of this announcement couldn&apos;t be more significant. As AI capabilities expand and healthcare organizations increasingly adopt these technologies, the gap between what AI can do and what it should do in medical contexts has never been more apparent. For medtech companies developing AI-powered solutions, this creates both a challenge and an opportunity to differentiate through responsible, FDA-compliant software development.</p><p>In this guide, we&apos;ll explore what ECRI&apos;s warnings mean for medical device software development teams, how to build AI systems that meet regulatory standards, and the practical steps you can take to ensure your AI-powered medical devices prioritize patient safety above all else.</p><h2 id="understanding-ecris-ai-safety-concerns"><strong>Understanding ECRI&apos;s AI Safety Concerns</strong></h2><p>ECRI&apos;s warning focuses on how AI chatbots generate responses by predicting word sequences based on training data patterns rather than truly understanding medical context. This fundamental limitation has real consequences. The organization documented instances where chatbots suggested incorrect diagnoses, recommended unnecessary testing, promoted subpar medical supplies, and even invented body parts in response to medical questions.</p><p>One particularly alarming example illustrates the stakes. When asked about placing an electrosurgical return electrode over a patient&apos;s shoulder blade, a chatbot incorrectly stated the placement was appropriate, advice that could have resulted in patient burns.</p><p>These aren&apos;t theoretical risks. They&apos;re documentation of failures happening now, as AI tools proliferate throughout healthcare without adequate oversight or validation. For companies developing AI in medical device software, these examples serve as critical learning opportunities about what can go wrong when AI systems lack proper design controls and regulatory compliance frameworks.</p><p>The broader context makes this even more concerning. ECRI notes that higher healthcare costs and hospital closures could drive more people to rely on AI chatbots as substitutes for professional medical advice, potentially amplifying the impact of any safety issues.</p><h2 id="why-most-ai-tools-escape-medical-device-regulation"><strong>Why Most AI Tools Escape Medical Device Regulation</strong></h2><p>Here&apos;s a reality that surprises many developers entering the healthcare AI space: most AI chatbots and healthcare tools currently operate without medical device regulation. They exist in a regulatory gray area that allows deployment without the rigorous verification, validation, and clinical evidence required for FDA-compliant software.</p><p>This regulatory gap creates several problems for the industry. First, it sets unrealistic expectations among healthcare providers and patients about what AI can reliably do. Second, it creates competitive pressure on companies trying to build properly regulated AI medical devices, as unregulated alternatives reach the market faster and cheaper. Third, it ultimately undermines trust in AI healthcare technologies when inevitable failures occur.</p><p>For developers committed to building responsible AI in medical device software, understanding the difference between unregulated AI tools and properly validated medical device software is crucial. The distinction comes down to intended use, claims, and risk classification.</p><p>If your AI system diagnoses conditions, recommends treatments, or influences clinical decision-making, you&apos;re likely developing a medical device that requires FDA clearance or approval. If your system provides general health information without specific clinical recommendations, you might fall outside medical device definitions, but that doesn&apos;t eliminate your ethical obligation to ensure accuracy and safety.</p><h2 id="the-regulatory-framework-for-ai-medical-devices"><strong>The Regulatory Framework for AI Medical Devices</strong></h2><p>The FDA has been working to establish clearer frameworks for AI and machine learning in medical devices, but the landscape remains complex and evolving. Understanding current regulatory expectations is essential for any team building AI in medical device software.</p><p>The FDA&apos;s approach to AI medical devices centers on several key principles. First, risk-based classification determines your regulatory pathway. AI systems that pose higher risks to patients face more stringent requirements. Second, the agency distinguishes between &quot;locked&quot; algorithms that don&apos;t change after deployment and &quot;adaptive&quot; algorithms that continue learning from new data.</p><p>For most AI medical device developers, the 510(k) pathway offers the most practical route to market, requiring demonstration that your AI system is substantially equivalent to a legally marketed predicate device. However, De Novo classification provides another option for novel AI technologies without appropriate predicates.</p><p>Software as a Medical Device (SaMD) guidance applies to many AI applications, establishing expectations for documentation, risk management, and clinical evaluation. Your medical device software development process must demonstrate how you&apos;ve addressed potential AI-specific risks, including algorithmic bias, data quality issues, and model drift over time.</p><p>Regulatory compliance for AI medical devices demands robust documentation of your training data, model architecture, validation methodology, and performance metrics across diverse patient populations. You need to show not just that your AI works, but that you understand why it works and can predict when it might fail.</p><h2 id="building-trust-through-transparent-ai-development"><strong>Building Trust Through Transparent AI Development</strong></h2><p>ECRI&apos;s Dr. Marcus Schabacker emphasized that while chatbots are powerful tools, algorithms cannot replace the expertise, education, and experience of medical professionals. This principle should guide every aspect of AI medical device design.</p><p>Transparency starts with honest communication about what your AI can and cannot do. Resist the temptation to oversell capabilities or downplay limitations. Clear documentation of your AI&apos;s intended use, training data sources, and performance boundaries builds trust with regulators, clinicians, and patients.</p><p>Consider implementing explainable AI approaches that help users understand how your system reaches its conclusions. Black box algorithms that provide recommendations without rationale create risks in medical contexts where understanding the reasoning behind clinical decisions matters enormously.</p><p>Build human oversight into your system design from the beginning. AI should augment clinical decision-making, not replace it. Design workflows that keep qualified healthcare professionals in the loop for critical decisions, with your AI serving as a decision support tool rather than an autonomous decision maker.</p><p>Address algorithmic bias proactively through diverse training data and systematic testing across different patient demographics. ECRI warns that biases embedded in training data can distort how models interpret information, leading to responses that reinforce stereotypes and inequities. This isn&apos;t just an ethical concern but a regulatory one, as the FDA increasingly scrutinizes bias and generalizability in AI medical devices.</p><h2 id="essential-development-practices-for-safe-ai-medical-devices"><strong>Essential Development Practices for Safe AI Medical Devices</strong></h2><p>Building FDA-compliant software with AI components requires disciplined engineering practices that may differ from typical AI development approaches. The stakes in medical device contexts demand rigor that goes beyond achieving impressive accuracy metrics in controlled testing.</p><p>Start with comprehensive requirements analysis that addresses not just functional performance but also safety requirements, edge cases, and failure modes. Your AI system needs defined operating boundaries, situations where it should decline to provide output rather than risk an unreliable prediction.</p><p>Implement robust data management practices that ensure training and validation data quality, representativeness, and traceability. Document data sources, preprocessing steps, and any exclusions or transformations. This documentation becomes critical during regulatory submissions and post-market surveillance.</p><p>Establish verification and validation protocols specifically designed for AI systems. Traditional software testing approaches don&apos;t fully capture AI-specific risks. You need validation strategies that assess performance across diverse patient populations, evaluate robustness to input variations, and test behavior at the boundaries of your training data distribution.</p><p>Create monitoring systems that track your AI&apos;s real-world performance after deployment. Unlike traditional software where bugs are relatively deterministic, AI systems can experience degraded performance as real-world data distributions shift from training data. Continuous performance monitoring enables early detection of problems before they impact patient safety.</p><p>Build version control and traceability into your AI development pipeline. You need to know exactly which model version is deployed where, what data trained it, and how it performed during validation. This traceability proves essential for regulatory compliance and post-market surveillance.</p><h2 id="risk-management-for-ai-medical-devices"><strong>Risk Management for AI Medical Devices</strong></h2><p>Traditional medical device risk management under ISO 14971 provides the foundation, but AI introduces unique hazards that demand special attention in your risk analysis. Your risk management file needs to address AI-specific failure modes that wouldn&apos;t occur in conventional software.</p><p>Consider risks from training data issues, including insufficient data, biased data, or data that doesn&apos;t represent your intended use population. Each of these can cause your AI to perform poorly in real-world deployment despite strong validation results.</p><p>Address risks from model limitations, including tendency to overfit training data, sensitivity to input variations, and inability to recognize out-of-distribution inputs. Your risk controls should include strategies for detecting when inputs fall outside your model&apos;s reliable operating range.</p><p>Evaluate cybersecurity risks specific to AI systems, including adversarial attacks designed to fool your model and data poisoning attempts that could corrupt training data. As AI medical devices become more prevalent, they become more attractive targets for bad actors.</p><p>Document risks from over-reliance on AI outputs by clinicians or patients. Even accurate AI systems create risks if users trust them too much and fail to apply appropriate clinical judgment. Your instructions for use and training materials should reinforce the AI&apos;s role as a decision support tool.</p><h2 id="preparing-for-post-market-surveillance-and-updates"><strong>Preparing for Post-Market Surveillance and Updates</strong></h2><p>One of the most challenging aspects of AI medical device regulation involves post-market responsibilities. Your regulatory compliance obligations don&apos;t end when you receive FDA clearance; they intensify as you gather real-world performance data.</p><p>Establish systems for collecting and analyzing field performance data that can detect degradation in AI performance over time. Changes in patient populations, evolving clinical practices, or drift in input data characteristics can all impact your AI&apos;s real-world effectiveness.</p><p>Plan for a predetermined change control protocol that the FDA increasingly expects for adaptive AI systems. If your algorithm will learn from new data post-deployment, you need pre-specified processes for validating updates, controlling changes, and notifying the FDA when modifications exceed predefined bounds.</p><p>Create feedback mechanisms that enable healthcare providers to report concerns or unexpected AI behaviors. This qualitative feedback often provides early warning of problems that quantitative metrics might miss.</p><p>Document everything throughout post-market surveillance. If issues arise requiring corrective actions, you need comprehensive records showing what you knew, when you knew it, and what actions you took. This documentation protects both patient safety and your company&apos;s regulatory standing.</p><h2 id="common-pitfalls-to-avoid-in-ai-medical-device-development"><strong>Common Pitfalls to Avoid in AI Medical Device Development</strong></h2><p>Even experienced medical device developers stumble when adding AI to their products. Recognizing common mistakes helps you avoid them.</p><p><strong>Treating AI development like traditional software development</strong>. AI systems require different verification approaches, different risk management considerations, and different post-market monitoring. Your quality management system needs AI-specific procedures.</p><p><strong>Optimizing for performance metrics without considering clinical utility</strong>. An AI that achieves 95% accuracy on a validation dataset isn&apos;t necessarily clinically useful if those 5% errors occur in critical situations or if users can&apos;t effectively integrate it into clinical workflows.</p><p><strong>Insufficient attention to training data quality and documentation</strong>. Your training data represents a critical component of your medical device. Treat it with the same rigor you&apos;d apply to source code, with version control, quality checks, and comprehensive documentation.</p><p><strong>Neglecting edge cases and failure modes</strong>. AI systems can fail in surprising ways, particularly when encountering inputs unlike their training data. Robust testing includes adversarial examples and systematic exploration of boundary conditions.</p><p><strong>Inadequate communication about limitations</strong>. Be explicit about what your AI cannot do, situations where it may perform poorly, and appropriate uses. Overpromising on capabilities creates both safety risks and regulatory problems.</p><h2 id="frequently-asked-questions"><strong>Frequently Asked Questions</strong></h2><p><strong>Does my AI healthcare tool need FDA clearance?</strong> It depends on your intended use and claims. If your AI diagnoses conditions, guides treatment decisions, or otherwise functions as a medical device, FDA oversight likely applies. The <a href="https://www.fda.gov/medical-devices/classify-your-medical-device/how-determine-if-your-product-medical-device">FDA provides guidance</a> on determining whether software functions as a medical device, but when in doubt, consulting with regulatory experts early in development saves time and prevents costly mistakes.</p><p><strong>How long does FDA clearance take for AI medical devices?</strong> For 510(k) submissions, expect 3-6 months for FDA review after submission, though the clock stops whenever the FDA has questions requiring additional information. Total time from development start to clearance typically spans 12-18 months for well-planned projects. De Novo pathways and PMA submissions require significantly longer timelines.</p><p><strong>Can AI medical devices continue learning after FDA clearance?</strong> Yes, but with important limitations. The FDA has established frameworks for predetermined change control plans that allow certain types of updates and adaptations without new submissions. However, these require pre-specification of modification boundaries and validation approaches. Unlimited, uncontrolled learning post-clearance isn&apos;t currently acceptable.</p><p><strong>What makes AI risk management different from traditional medical device risk management?</strong> AI introduces unique failure modes related to training data quality, algorithmic bias, model overfitting, and performance degradation over time. Traditional risk management focuses on hardware failures and software bugs; AI risk management must also address statistical uncertainty, data distribution shifts, and emergent behaviors not easily predicted from code review.<br></p><p>At Hattrick IT, we understand that building AI in medical device software requires balancing innovation with patient safety and regulatory compliance.</p><p>We can help you navigate the complexities of FDA-compliant software development for AI applications. From initial concept through regulatory submission and post-market surveillance, we provide the perfect mix of technical excellence and regulatory knowledge you need to bring safe, effective AI medical devices to market.</p><p>Our approach integrates AI development best practices with medical device quality systems, ensuring your innovation meets both performance goals and regulatory requirements.</p><p>Whether you&apos;re adding AI capabilities to an existing medical device, building a new AI-powered SaMD product, or updating your AI system to address new regulatory guidance, we deliver the expertise that bridges innovation and compliance.</p>]]></content:encoded></item><item><title><![CDATA[Software Verification and Validation for Medical Devices: What Teams Need to Know]]></title><description><![CDATA[Learn FDA requirements for software verification and validation in medical devices. Complete guide to IEC 62304 V&V, testing protocols, documentation, and avoiding common mistakes in MedTech submissions.]]></description><link>https://www.hattrick-it.com/blog/software-verification-and-validation-for-medical-devices-what-teams-need-to-know/</link><guid isPermaLink="false">6920bac652c4021c09205983</guid><category><![CDATA[testing]]></category><category><![CDATA[medical devices]]></category><dc:creator><![CDATA[María Eugenia Gómez]]></dc:creator><pubDate>Tue, 13 Jan 2026 13:00:00 GMT</pubDate><media:content url="https://www.hattrick-it.com/blog/content/images/2025/11/Laptop-Screen-Code-Octopus.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://www.hattrick-it.com/blog/content/images/2025/11/Laptop-Screen-Code-Octopus.jpg" alt="Software Verification and Validation for Medical Devices: What Teams Need to Know"><p>For medical device companies developing soft<a href="https://www.hattrick-it.com/blog/ghost/#/posts/">Posts</a>ware-driven products, verification and validation (V&amp;V) often feels like navigating a maze of regulatory requirements, testing protocols, and documentation demands. Yet V&amp;V represents far more than a compliance checkbox, it&apos;s the systematic process that demonstrates your software does what it&apos;s supposed to do and actually meets user needs in real-world clinical settings.</p><p>Whether you&apos;re building standalone Software as a Medical Device (SaMD) or embedded software for a diagnostic instrument, understanding how to structure V&amp;V activities can mean the difference between a smooth FDA submission and months of costly delays. This guide breaks down what teams need to know about software V&amp;V, from planning through submission-ready documentation.</p><h2 id="what-does-the-fda-expect-from-software-vv"><strong>What Does the FDA Expect from Software V&amp;V?</strong></h2><p>The FDA&apos;s guidance on software validation emphasizes that verification and validation are distinct but complementary activities throughout the software development lifecycle. Understanding this distinction is fundamental to building an effective V&amp;V strategy.</p><p><strong>Verification</strong> answers the question: &quot;Are we building the product right?&quot; It confirms that software outputs from each development phase meet the inputs and requirements for that phase. Verification activities include code reviews, unit testing, integration testing, and requirements traceability. You&apos;re essentially checking that the implementation matches the design specifications.</p><p><strong>Validation</strong> addresses: &quot;Are we building the right product?&quot; It ensures the final software product meets user needs and intended use requirements in the actual environment where it will be deployed. Validation happens at the system level and includes activities like user acceptance testing, clinical validation studies, and human factors validation.</p><p>The FDA&apos;s expectations for V&amp;V rigor scale with software risk classification. For Class III devices or moderate-risk Class II software, expect comprehensive documentation including detailed test protocols, traceability matrices linking requirements to tests, and formal validation reports. Lower-risk devices may warrant a more streamlined approach, but the fundamental V&amp;V principles remain constant.</p><p><a href="https://www.hattrick-it.com/blog/what-makes-a-software-company-qualified-for-iec-62304-projects/">IEC 62304</a>, the international standard for medical device software lifecycle processes, provides the framework most teams follow. The standard requires V&amp;V planning before development begins, defines specific activities for each software safety class, and mandates traceability throughout. FDA reviewers increasingly expect submissions to demonstrate IEC 62304 compliance, making it the de facto roadmap for medical device software development.</p><h2 id="how-vv-fits-into-the-iec-62304-software-lifecycle"><strong>How V&amp;V Fits into the IEC 62304 Software Lifecycle</strong></h2><p>IEC 62304 structures software development into distinct phases, each with corresponding V&amp;V activities that build upon one another. Understanding this progression helps teams plan resources and avoid the common trap of treating V&amp;V as an afterthought.</p><p><strong>Planning Phase</strong>: Before writing a single line of code, you&apos;ll develop your Software Development Plan and Software Verification and Validation Plan. These documents define your development approach, V&amp;V strategy, risk management activities, and documentation standards. The V&amp;V plan specifies which verification methods you&apos;ll use (code reviews, static analysis, unit tests), validation approaches (system testing, user studies), and acceptance criteria for each phase.</p><p><strong>Requirements Phase</strong>: Software requirements must be verified to ensure they&apos;re complete, unambiguous, and testable. Verification activities include requirements reviews, traceability to system requirements and risk controls, and establishing test conditions. This is where you create your traceability matrix that will follow the product through submission.</p><p><strong>Architectural and Detailed Design Phase</strong>: Design verification confirms that your architecture addresses all requirements and that detailed designs correctly implement the architecture. Activities include design reviews, interface verification, and SOUP (Software of Unknown Provenance) evaluation for third-party components.</p><p><strong>Implementation Phase</strong>: Unit-level verification happens during coding through peer reviews, static code analysis, and unit testing. For higher safety classes, you&apos;ll need documented evidence of these activities with defect tracking and resolution. Integration testing verifies that software units work together correctly according to the architectural design.</p><p><strong>System Testing Phase</strong>: This is where verification transitions into validation. System testing verifies that integrated software meets all software requirements. System validation demonstrates that the complete medical device (software plus hardware if applicable) meets user needs and intended use requirements in representative conditions.</p><p>Throughout each phase, you&apos;re building a documentation trail that demonstrates systematic development and risk management, which is exactly what FDA reviewers need to see during premarket review.</p><h2 id="practical-vv-activities-for-samd-vs-embedded-software"><strong>Practical V&amp;V Activities for SaMD vs Embedded Software</strong></h2><p>While V&amp;V principles apply universally to medical device software, practical implementation differs significantly between standalone Software as a Medical Device and embedded software systems.</p><p><strong>SaMD V&amp;V Considerations</strong>: For cloud-based diagnostic tools, mobile health applications, or clinical decision support software, your V&amp;V strategy must address cybersecurity, interoperability, and diverse deployment environments. Testing includes validating software across multiple operating systems, browsers, or mobile platforms. Network security testing, data encryption verification, and authentication/authorization testing become critical verification activities. You&apos;ll need documented evidence that the software performs consistently across all claimed environments and maintains data integrity throughout the intended workflow.</p><p>Performance testing takes on added importance for SaMD, you&apos;re not just verifying algorithmic accuracy but also demonstrating acceptable response times, scalability under realistic patient loads, and graceful handling of network disruptions or data anomalies.</p><p><strong>Embedded Software V&amp;V</strong>: For software embedded in medical devices like infusion pumps, imaging systems, or patient monitors, V&amp;V must account for hardware-software integration, real-time performance requirements, and often safety-critical failure modes. Hardware-in-the-loop testing verifies that software correctly controls physical actuators and processes sensor inputs. Timing analysis confirms that real-time software meets deadline requirements. Failure mode testing validates that software responds appropriately to hardware faults, power interruptions, or environmental conditions.</p><p>Regardless of software type, <strong>risk-based testing depth</strong> is essential. IEC 62304 defines three software safety classes (A, B, C) based on the potential for software failure to result in harm. Class C software requires the most rigorous V&amp;V, including complete requirements traceability, comprehensive unit testing, and extensive system validation. Class A software, where failure cannot contribute to a hazardous situation, allows a more streamlined approach focused on system-level validation.</p><p>Your test strategy should explicitly tie test depth and methods to risk analysis. High-risk software functions demand more exhaustive testing, boundary condition analysis, and fault injection testing. Lower-risk features can be verified through sampling or reduced test cases, provided your rationale is documented.</p><h2 id="how-we-document-vv-for-fda-and-ce-submissions"><strong>How We Document V&amp;V for FDA and CE Submissions</strong></h2><p>FDA and Notified Body reviewers need clear evidence that your V&amp;V activities were planned, executed systematically, and demonstrated acceptable results. This documentation forms a critical component of your 510(k), De Novo, PMA, or CE technical file.</p><p><strong>Test Protocols</strong>: Before executing V&amp;V activities, you&apos;ll create test protocols that specify test objectives, test configurations, test cases with expected results, pass/fail criteria, and procedures. Protocols should be reviewed and approved before testing begins. Each test case traces back to specific requirements, creating the bidirectional traceability that regulators expect.</p><p><strong>Test Reports</strong>: After test execution, formal test reports document test results, any deviations or anomalies observed, defect tracking, and final acceptance conclusions. Reports must be signed by appropriate personnel, typically the test engineer and quality representative. Any test failures require documented investigation, corrective action, and confirmation of resolution through retesting.</p><p><strong>Traceability Matrices</strong>: Perhaps the most critical V&amp;V documentation, traceability matrices link system requirements to software requirements, software requirements to design elements, design elements to source code modules, and requirements to verification tests and validation activities. This web of traceability demonstrates that every requirement has been implemented and verified, and that every test traces to specific requirements. Modern tools can automate much of this traceability, but the relationships must be carefully maintained as requirements evolve.</p><p><strong>Defect Management</strong>: All defects discovered during V&amp;V must be logged, classified by severity, investigated for root cause, and tracked through resolution. Your defect management process demonstrates that issues were systematically addressed and that fixes were verified effective without introducing new problems. Regulatory submissions typically include defect summaries showing types of defects found, resolution approaches, and any known anomalies or limitations in the released software.</p><p><strong>Software Version Documentation</strong>: Your V&amp;V documentation package must clearly identify which software version was validated, including version control information, configuration management records, and SOUP/OTS component versions. This enables regulators to understand exactly what was tested and confirmed.</p><p>For 510(k) submissions, this V&amp;V documentation typically appears in the Software Description Document or as supporting documentation demonstrating substantial equivalence. For CE marking, the technical file must include comprehensive V&amp;V documentation as evidence of conformity to essential requirements and harmonized standards.</p><h2 id="common-vv-mistakes-in-medtech-startups-and-how-to-avoid-them"><strong>Common V&amp;V Mistakes in MedTech Startups (and How to Avoid Them)</strong></h2><p>Even experienced medical device teams encounter predictable V&amp;V pitfalls that can derail submissions or create expensive remediation cycles. Here are the most common mistakes and practical strategies to avoid them.</p><p><strong>Starting V&amp;V Too Late</strong>: The most costly mistake is treating V&amp;V as a post-development activity. When teams build software first and then try to retrofit V&amp;V documentation, they discover untested requirements, missing traceability, and insufficient verification evidence. Instead, establish your V&amp;V plan before development begins, create test cases alongside requirements, and verify incrementally throughout development.</p><p><strong>Inadequate Requirements Traceability</strong>: Losing track of the relationships between requirements, design, code, and tests creates massive problems during submission preparation. Implement traceability from day one using tools or rigorous documentation practices, and maintain it as requirements evolve. Every requirement change should trigger evaluation of affected design, code, and tests.</p><p><strong>Insufficient Test Coverage Documentation</strong>: Running tests isn&apos;t enough, you must document test coverage and demonstrate that coverage is appropriate for the software&apos;s risk classification. For Class B and C software, expect reviewers to scrutinize whether your testing adequately addresses high-risk functions, edge cases, and failure modes. Maintain coverage metrics and document rationale for areas with reduced testing.</p><p><strong>Weak Validation Evidence</strong>: Verification alone isn&apos;t sufficient. FDA reviewers want to see that you validated software with representative users in realistic conditions that approximate the intended use environment. This doesn&apos;t always require full clinical studies, but you need documented evidence that the software meets user needs. User acceptance testing, formative usability studies, or validation studies with clinical partners provide this evidence.</p><p><strong>Inadequate SOUP Management</strong>: Third-party libraries, open-source components, and commercial off-the-shelf software require specific V&amp;V attention. Teams often fail to adequately document SOUP identification, evaluate SOUP risks, verify SOUP functionality, and maintain SOUP configuration records. Create a SOUP inventory early, assess each component&apos;s risk contribution, and verify that SOUP functions critical to your device work correctly.</p><p><strong>Poor Change Management</strong>: As software evolves through development and after initial release, V&amp;V must address changes systematically. Implement regression testing strategies, maintain impact analysis for changes, and update V&amp;V documentation to reflect the current software version. FDA increasingly scrutinizes whether post-market software updates have been adequately validated.<br><br></p><p>At Hattrick, we structure V&amp;V from the ground up so it supports smoother submissions rather than becoming a last-minute scramble. Our team brings expertise in IEC 62304 software lifecycle processes, risk-based development approaches, and the specific documentation requirements that reviewers expect. If you&#x2019;d like to learn more or discuss different V&amp;V approaches don&#x2019;t hesitate to <a href="https://www.hattrick-it.com/contact">reach out to us</a>.<br><br></p>]]></content:encoded></item><item><title><![CDATA[Essential Medical Device & MedTech Conferences to Attend in 2026]]></title><description><![CDATA[Planning your 2026 MedTech calendar? Our expert guide covers the top medical device conferences with dates, insights, and recommendations you need to know.]]></description><link>https://www.hattrick-it.com/blog/essential-medical-device-medtech-conferences-to-attend-in-2026/</link><guid isPermaLink="false">695d3c0932042d6d93006a62</guid><category><![CDATA[medical devices]]></category><dc:creator><![CDATA[María Eugenia Gómez]]></dc:creator><pubDate>Tue, 06 Jan 2026 17:08:15 GMT</pubDate><media:content url="https://www.hattrick-it.com/blog/content/images/2026/01/Conference-Picture-from-Unsplash.jpg" medium="image"/><content:encoded><![CDATA[<h1></h1><img src="https://www.hattrick-it.com/blog/content/images/2026/01/Conference-Picture-from-Unsplash.jpg" alt="Essential Medical Device &amp; MedTech Conferences to Attend in 2026"><p>The medtech sector continues its rapid evolution, with digital innovation reshaping how medical devices are designed, manufactured, and deployed. As this transformation accelerates, staying informed about breakthrough technologies and industry shifts has become critical for professionals seeking to maintain their competitive edge. Success in this industry requires deliberate engagement with the latest developments, emerging methodologies, and innovative solutions.</p><p>Attending premier industry conferences remains one of the most valuable ways to stay ahead of the curve. These gatherings provide direct access to pioneering technologies, thought leadership, and meaningful professional connections. We&apos;ve carefully compiled this guide to the most impactful medical device and MedTech conferences happening in 2026, organized chronologically with detailed insights into why each event deserves your attention, including our standout recommendations for the year ahead.<br><br></p><h2 id="mdm-west-2026"><strong>MD&amp;M WEST 2026</strong></h2><p><strong>Feb 3-5, 2026 | Anaheim, CA</strong></p><p>As the leading medical device exhibition in North America, MD&amp;M West continues to draw over 14,000 participants and 1,600+ exhibiting companies annually. This cornerstone event showcases breakthrough innovations across medical devices, digital health platforms, hospital infrastructure, cardiovascular technologies, and pharmaceutical solutions. MD&amp;M West fosters collaboration that drives healthcare forward and delivers measurable improvements in patient care worldwide. Hattrick considers this a must-attend event for 2026.</p><h2 id="lsi-emerging-medtech-summithattrick-favorite"><strong>LSI Emerging Medtech Summit - Hattrick Favorite!</strong></h2><p><strong>Mar 18-22, 2026 | Monarch Beach, CA</strong></p><p>Join the LSI Emerging Medtech Summit this March for unparalleled access to early-stage investment opportunities and strategic partnerships. Designed for innovative medtech, healthtech, and digital health ventures, this Life Science Intelligence (LSI) gathering brings together industry visionaries committed to healthcare transformation. The Monarch Beach setting provides an ideal backdrop for meaningful connections. &#xA0;</p><h2 id="devicetalks"><strong>DeviceTalks</strong></h2><p><strong>May 27-28, 2026 | Boston, MA</strong></p><p>DeviceTalks serves as the definitive meeting place for MedTech professionals dedicated to pushing the boundaries of medical device innovation. With 1,600+ engaged participants, this Boston event connects you with funding sources, showcases emerging technologies, and provides the momentum needed to bring your next device breakthrough to market.</p><h2 id="medtech-world-north-america">MedTech World North America </h2><p><strong>May 11-13, 2026 | West Palm Beach, FL</strong></p><p>MedTech World North America brings together the entire healthcare innovation ecosystem at one of the industry&apos;s fastest-growing conferences. This three-day summit attracts 2,000+ attendees including startup founders, investors, healthcare leaders, and service providers from over 50 countries. The event features 300+ speakers, curated 1:1 matchmaking through their MedTech Match platform, startup pitch competitions, and the prestigious MedTech Awards Night. Positioned uniquely at the intersection of media, events, and capital, MedTech World creates unparalleled opportunities for meaningful connections and strategic partnerships. We haven&apos;t attended before but it&apos;s on our radar this year!</p><h2 id="aami-exchange"><strong>AAMI Exchange</strong></h2><p><strong>May 29- June 1 | Denver, CO</strong></p><p>AAMI eXchange stands as the world&apos;s most comprehensive healthcare technology management exhibition. This essential event provides unmatched access to health technology systems, products, and services that are shaping the future of healthcare delivery and patient safety.</p><h2 id="fime"><strong>FIME</strong></h2><p><strong>Jun 17-19, 2026 | Miami, FL</strong></p><p>The Florida International Medical Expo returns to Miami Beach Convention Center in June 2026, welcoming 13,000+ healthcare professionals from over 116 countries alongside 1,158+ exhibitors. FIME provides an unmatched international stage for networking, knowledge exchange, and business development across the healthcare spectrum. This event ranks among Hattrick&apos;s top recommendations for medical device conferences in 2026.</p><h2 id="medevice-boston"><strong>MEDevice Boston</strong></h2><p><strong>August 26-27, 2026 | Boston, MA</strong></p><p>This premier medical device exposition brings together engineers, technology executives, and innovators in the nation&apos;s third-largest MedTech hub. MEDevice Boston accelerates product development timelines, delivers crucial regulatory guidance, and facilitates vital OEM partnerships&#x2014;all within a focused, efficient format designed for breakthrough collaboration.</p><h2 id="medtech-conferencehattrick-favorite"><strong>MedTech Conference - Hattrick Favorite!</strong></h2><p><strong>Oct 18-21, 2026 | San Diego, CA</strong></p><p>The MedTech Conference delivers exceptional networking opportunities for industry executives and decision-makers. This fall gathering convenes global leaders, policy experts, and pioneers from across medtech specialties. Expect world-renowned speakers and exposure to transformative technologies that will define the industry&apos;s future.</p><h2 id="american-medical-device-summit"><strong>American Medical Device Summit</strong></h2><p><strong>Oct 26-27, 2026 | Chicago, IL</strong></p><p>This executive-focused summit brings together 250+ medical device leaders to explore frontier innovations in wearables, robotics, and artificial intelligence. Participants gain strategic perspectives through expert presentations covering product development approaches, regulatory navigation, and international MedTech market dynamics.</p><h2 id="mdm-minneapolis"><strong>MD&amp;M Minneapolis</strong></h2><p><strong>Oct 21-22, 2026 | Minneapolis, MN</strong></p><p>Part of Advanced Manufacturing Minneapolis, MD&amp;M Minneapolis represents the premier medical design and manufacturing gathering for the region. Situated in Medical Alley&#x2014;a recognized healthcare innovation corridor&#x2014;this conference delivers exceptional networking with medtech pioneers while highlighting Minnesota&apos;s unique capacity to advance healthcare through technological innovation and specialized talent. This promises to be one of the standout medical device conferences of 2026.</p><h2 id="medevice-silicon-valley"><strong>MEDevice Silicon Valley</strong></h2><p><strong>Nov 19-20, 2026 | Silicon Valley, CA</strong></p><p>BIOMEDevice Silicon Valley assembles 1,200 professionals and 170 exhibiting companies to examine the latest medical device breakthroughs. Featuring 40+ industry authorities delivering educational content and facilitating networking opportunities, this conference provides comprehensive perspectives on the advancing medical technology ecosystem.<br><br></p><p>The medical device sector shows no signs of slowing its innovation trajectory. Technological advancement and an unwavering commitment to enhanced patient outcomes continue to propel the industry forward. The MedTech conferences featured in this guide represent exceptional opportunities for industry professionals to remain current with emerging capabilities and market developments. Each gathering provides distinct insights into medical technology progress, spanning next-generation devices to digital health breakthroughs.</p><p>For professionals committed to leading rather than following in medical device innovation, these MedTech conferences deliver the strategic relationships and industry intelligence essential for navigating an increasingly sophisticated marketplace.</p><p>We&apos;ve highlighted several events where Hattrick team members may be present throughout 2026. Which conferences are on your calendar for the year ahead? Share your plans in the comments or reach out to explore potential collaboration opportunities!<br></p>]]></content:encoded></item><item><title><![CDATA[The Healthcare Innovation Playbook: Must-Attend Events for 2026]]></title><description><![CDATA[A curated guide to the most impactful healthcare conferences in 2026—from digital health and MedTech to pharma, AI, and investment. Discover where innovation, partnerships, and real business outcomes happen.]]></description><link>https://www.hattrick-it.com/blog/top-healthcare-conferences-2026/</link><guid isPermaLink="false">6941598e32042d6d93006a34</guid><dc:creator><![CDATA[María Eugenia Gómez]]></dc:creator><pubDate>Thu, 18 Dec 2025 13:30:00 GMT</pubDate><media:content url="https://www.hattrick-it.com/blog/content/images/2025/12/Conference-Picture-by-Paul-Hanaoka.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://www.hattrick-it.com/blog/content/images/2025/12/Conference-Picture-by-Paul-Hanaoka.jpg" alt="The Healthcare Innovation Playbook: Must-Attend Events for 2026"><p>The pace of change in health technology keeps accelerating &#x2014; from AI-enabled clinical workflows to XR-infused care delivery and predictive analytics reshaping patient outcomes. For professionals in MedTech, digital health, and healthcare strategy, conferences are <em>far more than networking stops</em> &#x2014; they&#x2019;re launchpads for insight, partnership, investment, and real transformation.</p><p>To help you navigate a bustling 2026 events calendar, we&#x2019;ve gone beyond dates and venues to highlight gatherings that deliver <strong>strategic value</strong> &#x2014; places where thought leadership, product innovation, market trajectory, and real business outcomes intersect.</p><p>Whether you&#x2019;re a startup founder, a digital health executive, a MedTech engineer, or an investor scouting trends and deals, here&#x2019;s where <em>the industry will be thinking big</em> in 2026.<br></p><h3 id="ces"><a href="https://www.ces.tech/"><strong>CES</strong></a></h3><p>&#x1F4CD;<strong>Las Vegas </strong> &#x2022; <strong>January 6-9 </strong><br><br>This is the biggest consumer tech event. It&#x2019;s where global brands get business done, meet new partners and where the industry&apos;s sharpest minds take the stage to unveil their latest releases and boldest breakthroughs. Digital Heal is one of their biggest summits. This is one of the top healthcare conferences of 2025.<br></p><h3 id="jpm-healthcare-conference"><br><a href="https://www.jpmorgan.com/about-us/events-conferences/health-care-conference">JPM Healthcare conference</a></h3><p>&#x1F4CD;<strong>San Francisco, CA </strong>&#x2022; <strong>January</strong> <strong>12-15</strong><br><br>The J.P. Morgan Healthcare Conference is the world&#x2019;s largest and most influential healthcare investment symposium. Now in its 44th year, this invitation-only gathering brings together global industry leaders, emerging growth companies, innovators, investors, and policymakers across biotech, pharma, digital health, MedTech, and healthcare services.</p><p><br><strong>Why it matters: </strong>Your only option isn&#x2019;t scoring an elusive invite, there are a ton of side events around the city during the whole week!</p><h3 id="vive-2026"><a href="https://hlth.com/events/vive/"><strong>ViVE 2026</strong></a></h3><p>&#x1F4CD; <strong>Los Angeles, USA </strong>&#x2022; <strong>February 22&#x2013;25, 2026</strong><br><br> ViVE has rapidly become a pivotal event for healthcare executives and digital leaders. Learning, curated business match-making, and real-world case studies on interoperability, AI implementation, and operational transformation are key themes.</p><p><strong>Why it matters:</strong> an ecosystem approach tailored to interoperability strategies, digital first care, and real deal-making beyond buzzwords.<br></p><h3 id="healthtech-global-summit"><a href="https://www.health.tech/?utm_source=chatgpt.com"><strong>Health.Tech Global Summit</strong></a></h3><p>&#x1F4CD;<strong> Basel, Switzerland </strong>&#x2022; <strong>March 3&#x2013;5, 2026</strong><br><br> A major destination for European and global health innovation leaders. health.tech brings together <strong>policymakers, investors, system leaders, pharma, and startups</strong> to advance digital transformation, decentralized care delivery, consumer health, and data-driven healthcare.</p><p><strong>Why it matters:</strong> strategic cross-sector dialogue, regulatory insight, deep digital health conversations with Europe&#x2019;s life sciences hub as a backdrop.<br><br></p><h3 id="himss-global-health-conference-exhibition"><a href="https://www.himss.org/"><strong>HIMSS Global Health Conference &amp; Exhibition</strong></a></h3><p>&#x1F4CD; <strong>Las Vegas, NV</strong> &#x2022; <strong>March 9&#x2013;12, 2026</strong><br><br> A perennial leader in health IT and transformational strategy. From interoperability and governance to digital infrastructure scaling, HIMSS is <em>the backbone event</em> for healthcare technology leaders.</p><p><strong>Why it matters:</strong> deep technical content + strategic frameworks to bridge innovation and execution.</p><p></p><h3 id="pharma-usa-2025"><a href="https://events.reutersevents.com/pharma/pharma-usa">Pharma USA 2025</a></h3><p>&#x1F4CD;<strong>March 18-19</strong> &#x2022; Philadelphia, PA</p><p>For over two decades, Reuters Pharma USA has served as a cornerstone gathering for leaders across pharma, biotech, commercialization, market access, and patient strategy. The 2026 edition continues that legacy with a program built around <strong>interactive discussions, practical frameworks, and forward-looking insights</strong>.<br><br><strong>Why it matters: </strong>Brings together the full pharmaceutical value chain<br></p><h3 id="women%E2%80%99s-health-week"><a href="https://www.womenshealthweek.com/?utm_source=chatgpt.com"><strong>Women&#x2019;s Health Week</strong></a></h3><p>&#x1F4CD; <strong>New York, NY</strong> &#x2022; <strong>May 13&#x2013;14, 2026</strong></p><p>A pivotal gathering for leaders and innovators in women&#x2019;s health innovation. Hosted at the New York Academy of Medicine in Manhattan, this two-day summit brings together <strong>founders, investors, multinationals, policymakers, clinicians, and tech innovators</strong> with a shared mission: to accelerate solutions that close gaps in women&#x2019;s health outcomes and unlock commercial opportunities across the ecosystem.<a href="https://www.womenshealthweek.com/?utm_source=chatgpt.com"></a></p><p><strong>Why it matters:</strong> The program blends expert panels, startup showcases, strategic workshops, and curated networking sessions<br></p><h3 id="digital-health-world-congress"><a href="http://digitalhealthcareworldcongress.com"><strong>Digital Health World Congress</strong></a></h3><p>&#x1F4CD; <strong>London, UK</strong> &#x2022; <strong>May 26&#x2013;27, 2026</strong><br><br> A European hub for digital health innovation with a program focused on <strong>AI in MedTech, real-world data, chronic care management, and digital ecosystems</strong>.</p><p>Why it matters: strong global speaker lineup and actionable insight on market adoption and next-generation care models.<br></p><h3 id="hlth-2026"><a href="https://hlth.com/events/usa/">HLTH 2026</a></h3><p>&#x1F4CD;<strong> Las Vegas, NV</strong> &#x2022; November 15-18, 2026</p><p>HLTH has firmly established itself as <strong>the premier healthcare innovation conference</strong>; the place where the entire health ecosystem comes together to set the agenda for what&#x2019;s next. Each year, it draws an unmatched mix of <strong>executives, startups, payers, providers, life sciences leaders, investors, policymakers, and tech giants</strong>, all converging to discuss the trends, technologies, and business models shaping the future of care.</p><p><strong>Why it matters: </strong>Signature blend of big-stage keynotes, deep-dive tracks, product showcases, curated networking, investor&#x2013;startup matchmaking, and ecosystem-wide collaboration<br></p><h3 id="6th-digital-health-conference"><a href="http://digitalhealthconference.net"><strong>6th Digital Health Conference</strong></a></h3><p>&#x1F4CD; <strong>Barcelona, Spain</strong> &#x2022; <strong>November 25&#x2013;26, 2026</strong><br><br> A deep dive into digital transformation in pharma and digital therapeutics, regulatory trends, data-enabled care models, and cross-industry collaboration.</p><p><strong>Why it matters:</strong> tailored conversations on <em>digital therapeutics, regulatory strategy, and patient-centric innovation</em>.<br><br></p>]]></content:encoded></item><item><title><![CDATA[UX for Regulated Medical Device Software: Risk, Safety & User-Centered Design]]></title><description><![CDATA[Expert guide to UX design for FDA-regulated medical devices. Learn human factors engineering, IEC 62366 compliance, usability testing, and how UX impacts safety and regulatory submissions.]]></description><link>https://www.hattrick-it.com/blog/medical-device-ux-design-human-factors/</link><guid isPermaLink="false">6928622952c4021c09205999</guid><category><![CDATA[design]]></category><category><![CDATA[medical devices]]></category><dc:creator><![CDATA[María Eugenia Gómez]]></dc:creator><pubDate>Wed, 03 Dec 2025 14:46:00 GMT</pubDate><media:content url="https://www.hattrick-it.com/blog/content/images/2025/11/User-Experience-Image.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://www.hattrick-it.com/blog/content/images/2025/11/User-Experience-Image.jpg" alt="UX for Regulated Medical Device Software: Risk, Safety &amp; User-Centered Design"><p>User experience (UX) in medical device software isn&apos;t just about great visuals or smooth navigation, it&apos;s about maximizing patient safety, minimizing risk, and ensuring regulatory compliance. A confusing alarm system can lead to missed critical alerts. An unclear workflow can cause medication errors. A poorly designed interface can result in treatment delays that harm patients.</p><p>These aren&apos;t hypothetical concerns. <a href="https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfmaude/search.cfm">FDA&apos;s MAUDE database</a> documents thousands of adverse events annually where use errors contributed to patient harm, and many trace back to poor interface design or inadequate usability engineering. With FDA scrutiny increasing on usability and human factors, MedTech founders and product leads must prioritize UX from the earliest project stages, not as a post-development polish, but as a core component of risk management and regulatory strategy.</p><h2 id="why-ux-matters-in-regulated-medical-device-software"><strong>Why UX Matters in Regulated Medical Device Software</strong></h2><p>For regulated medical devices, poor UX creates direct pathways to patient harm and regulatory risk. Unlike consumer apps where bad UX might frustrate users, medical device software with usability flaws can contribute to misdiagnosis, incorrect treatments, or device failures during critical procedures.</p><p><strong>Regulatory requirements have evolved significantly.</strong> FDA&apos;s 2016 guidance &quot;Applying Human Factors and Usability Engineering to Medical Devices&quot; establishes clear expectations: manufacturers must identify use-related hazards, design to mitigate those hazards, and validate through testing with representative users that residual risks are acceptable. The European Medical Device Regulation (MDR) similarly emphasizes usability through IEC 62366-1, the international standard for usability engineering in medical devices.</p><p><strong>The business case extends beyond compliance.</strong> Systems with intuitive interfaces reduce training burden for clinical staff, decrease implementation timelines for hospital systems, and minimize post-market support costs. Research consistently demonstrates that usability investments pay dividends, well-designed interfaces can reduce task completion times by 30-50% compared to poorly designed alternatives. These improvements translate directly to patient safety outcomes and customer satisfaction metrics that drive adoption.</p><p><strong>Risk management and UX are inseparable</strong> in regulated environments. Every user interface element represents potential failure modes: buttons that could be pressed accidentally, data displays that could be misinterpreted, workflows that could be performed in the wrong sequence. Your risk analysis must identify these use-related hazards, and your UX design must implement risk controls that prevent or mitigate them.</p><h2 id="key-considerations-in-medical-device-uiux-design"><strong>Key Considerations in Medical Device UI/UX Design</strong></h2><p>Making regulated software safe and user-friendly requires addressing specialized considerations that rarely appear in consumer product design.</p><p><strong>Risk classification and hazard analysis</strong> forms the foundation of regulated UX design. Every user interaction must be analyzed for potential use errors and their associated harms. For an infusion pump interface, this means identifying what happens if a clinician enters a decimal point incorrectly or dismisses a critical alarm. For diagnostic software, it means understanding how interface design could contribute to false negatives or false positives. Your use-related risk analysis should catalog anticipated use scenarios, identify potential use errors, trace errors to potential harms, and estimate severity and probability.</p><p><strong>Human factors engineering</strong> provides the structured methodology for designing and validating usability. IEC 62366-1 defines a process that includes identifying user groups and use environments, specifying user interface requirements derived from risk analysis, conducting formative evaluations during design, and performing summative usability validation testing. Documentation requirements are extensive, you&apos;ll need a usability engineering file that traces requirements to risk controls, documents design rationale, records testing results, and presents validation outcomes. This becomes part of your regulatory submission.</p><p><strong>Usability studies with representative users</strong> provide the evidence that regulators require. Formative studies during development use qualitative methods, think-aloud protocols, task observations, structured interviews, to identify usability problems and iterate designs. Summative usability validation occurs once the design is substantially complete and typically involves 15+ participants per user group performing critical tasks while researchers observe and record use errors, task success rates, and completion times.</p><p><strong>Safety-centric design principles</strong> should guide every interface decision. Error prevention through constraints and confirmations stops dangerous actions before they occur. For high-risk functions like administering medications, multi-step confirmations with clear consequence descriptions reduce inadvertent activation. Alarm design deserves special attention given alarm fatigue in healthcare; medical device alarms must be perceptually distinct, prioritized by urgency, clearly actionable, and configurable while maintaining safety boundaries. Visual hierarchy becomes a safety issue when users must rapidly identify critical information during emergencies.</p><p><strong>Accessibility and inclusivity</strong> aren&apos;t optional, they&apos;re ethical imperatives and increasingly regulatory requirements. Healthcare workers include individuals with vision impairments, color blindness, motor limitations, and other disabilities. Design for physical environment constraints like bright sunlight on mobile displays or dim lighting in surgical suites. Account for glove use, hand tremors, or single-hand operation requirements. Language localization for global markets must preserve safety-critical information integrity across translations.</p><h2 id="common-pitfalls-in-medical-device-software-ux"><strong>Common Pitfalls in Medical Device Software UX</strong></h2><p><strong>Assuming standard UX patterns translate to regulated software</strong> causes numerous problems. Consumer app conventions like gesture-based interactions or minimal confirmation dialogs often conflict with medical device safety requirements. Medical device interfaces must prioritize safety and error prevention over aesthetic minimalism. Design decisions must be justified by safety analysis rather than consumer trends.</p><p><strong>Skipping usability testing due to budget or timeline pressure</strong> represents a false economy. Developers and designers are not representative users. Clinical advisors, while valuable, represent expert users whose mental models differ from typical clinicians. More critically, FDA and Notified Bodies require documented usability testing evidence. Budget realistic usability testing throughout development, the investment is modest compared to failed validation studies or submission delays.</p><p><strong>Leaving documentation gaps</strong> creates regulatory submission risk even when the interface design is sound. Common gaps include missing traceability between use-related hazards and interface design decisions, incomplete formative evaluation records, and inadequate summative test protocols. Establish documentation practices early that capture design rationale and usability evidence as the project progresses.</p><p><strong>Neglecting edge cases and accessibility</strong> leaves vulnerabilities that testing or real-world use will eventually expose. Consider what happens when data is missing, corrupt, or outside expected ranges. How does the interface handle network disconnections or system errors? Build edge case analysis into your risk assessment and ensure the interface degrades gracefully.</p><h2 id="frequently-asked-questions"><strong>Frequently Asked Questions</strong></h2><p><strong>What are FDA usability engineering requirements for medical device software?</strong> FDA expects documented usability engineering following their 2016 guidance, including identifying user groups, conducting use-related risk analysis, defining user interface requirements, performing formative evaluations, and completing summative usability validation testing with representative users. The depth of documentation scales with device risk. Your usability engineering file should demonstrate that you&apos;ve systematically identified and mitigated use-related risks.</p><p><strong>How does UX affect regulatory submissions and product launch timelines?</strong> Strong UX design with proper usability engineering documentation accelerates regulatory review by proactively addressing use-related risks. Poor UX or inadequate documentation commonly triggers FDA questions or deficiency letters. Projects with robust upfront usability engineering reach submission readiness 2-4 months faster than those that treat UX as an afterthought.</p><p><strong>Is there a standard for usability in medical device software?</strong> Yes. IEC 62366-1 &quot;Medical devices &#x2014; Application of usability engineering to medical devices&quot; is the primary international standard. FDA recognizes IEC 62366-1 as a consensus standard, and EU MDR explicitly references it. Following IEC 62366-1 provides a recognized framework that satisfies regulatory expectations in most major markets. There&#x2019;s also de <a href="https://www.fda.gov/regulatory-information/search-fda-guidance-documents/applying-human-factors-and-usability-engineering-medical-devices">FDA Guidance</a> on Applying Human Factors and Usability Engineering to Medical Devices.</p><p><strong>Do we need separate usability testing for FDA and CE marking?</strong> Generally no, if your usability engineering process follows IEC 62366-1. The same usability test protocols and validation evidence satisfy both FDA and Notified Body requirements. You may need to format reports differently, but the underlying usability engineering work and data are universal.<br></p><p>We understand that great medical device UX isn&apos;t just about aesthetics, it&apos;s about preventing use errors that could harm patients, creating interfaces that support clinical decision-making under pressure, and generating the documentation that regulators need to approve your device. Our process integrates seamlessly with your quality management system, maintains traceability from requirements through validation, and delivers documentation packages that slot directly into regulatory submissions.</p><p>For MedTech founders and product leads, partnering with a UX team that understands regulatory requirements means avoiding costly design rework, reducing regulatory submission risk, and reaching market faster with products that clinicians actually want to use.</p><p><a href="https://www.hattrick-it.com/contact">Contact our team</a> for a consultation on your medical device UX needs, or learn more about our FDA-compliant software development services and SaMD expertise.<br></p>]]></content:encoded></item><item><title><![CDATA[What Makes a Software Company Qualified for IEC 62304 Projects?]]></title><description><![CDATA[Discover the 8 essential qualifications for IEC 62304 software development partners. Learn what separates truly qualified SaMD companies from the rest.]]></description><link>https://www.hattrick-it.com/blog/what-makes-a-software-company-qualified-for-iec-62304-projects/</link><guid isPermaLink="false">68f7bba256dfae16fb5dbceb</guid><category><![CDATA[medical devices]]></category><category><![CDATA[outsourcing]]></category><dc:creator><![CDATA[María Eugenia Gómez]]></dc:creator><pubDate>Tue, 18 Nov 2025 15:00:00 GMT</pubDate><media:content url="https://www.hattrick-it.com/blog/content/images/2025/10/Medical-Software-Development-Image.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://www.hattrick-it.com/blog/content/images/2025/10/Medical-Software-Development-Image.jpg" alt="What Makes a Software Company Qualified for IEC 62304 Projects?"><p>When you&apos;re developing regulated medical device software, choosing the right development partner can determine whether your product reaches market on time or gets stuck in regulatory limbo. <strong>IEC 62304 compliance</strong> isn&apos;t just a checkbox; it&apos;s a comprehensive framework that governs the entire software lifecycle for medical devices. But what separates a truly qualified IEC 62304 software development company from one that simply claims expertise?</p><p>If you&apos;re a MedTech founder or product manager evaluating potential partners for your FDA-compliant software development project, understanding these qualifications is critical. The wrong choice can lead to costly rework, regulatory delays, or even product recalls.</p><h2 id="understanding-iec-62304-and-its-role-in-medical-device-software"><strong>Understanding IEC 62304 and Its Role in Medical Device Software</strong></h2><p>IEC 62304 is the international standard for medical device software lifecycle processes. It applies to software that is itself a medical device (Software as a Medical Device, or SaMD) and to software that is an embedded or integral part of a medical device.</p><p>The standard covers everything from initial concept through development, testing, deployment, maintenance, and eventual retirement. For Class II medical device software and higher-risk products, compliance isn&apos;t optional, it&apos;s a regulatory requirement enforced by the FDA, European Notified Bodies, and other global authorities.</p><p><strong>Key aspects of IEC 62304 include:</strong></p><ul><li>Risk-based software classification (Class A, B, or C)</li><li>Comprehensive software development planning</li><li>Requirements management and traceability</li><li>Architecture and detailed design documentation</li><li>Unit, integration, and system testing</li><li>Risk management integration per ISO 14971</li><li>Configuration management and version control</li><li>Problem resolution and maintenance processes</li></ul><p>A qualified SaMD development company must demonstrate not just theoretical knowledge of these requirements, but practical experience implementing them across multiple projects.</p><h2 id="core-qualifications-what-to-look-for"><strong>Core Qualifications: What to Look For</strong></h2><h3 id="1-proven-experience-with-regulated-software-lifecycles"><strong>1. Proven Experience with Regulated Software Lifecycles</strong></h3><p>The most important qualification is demonstrated experience delivering FDA-compliant software development projects from concept through regulatory clearance.</p><p>Look for companies that can provide:</p><ul><li><strong>Case studies</strong> showing successful 510(k) submissions or CE Mark certifications for software products</li><li><strong>References</strong> from MedTech clients who can speak to their regulatory expertise</li><li><strong>Portfolio diversity</strong> across different device classifications and therapeutic areas</li></ul><p>A company that has only worked on Class I devices may not have the depth needed for your Class II medical device software project. Similarly, experience with pharmaceutical applications doesn&apos;t automatically translate to medical device expertise.</p><h3 id="2-quality-management-system-iso-13485"><strong>2. Quality Management System (ISO 13485)</strong></h3><p>Any serious medical device software development partner should operate under a Quality Management System (QMS) that follows <strong>ISO 13485</strong>. This demonstrates that the company has established processes for:</p><ul><li>Document control and record management</li><li>Design controls and design history files</li><li>Supplier management</li><li>Corrective and preventive actions (CAPA)</li><li>Internal audits and management review</li></ul><p>Your development partner&apos;s QMS becomes an extension of your own regulatory framework. Their documentation, testing records, and traceability matrices will likely be reviewed during your own regulatory audits.</p><p><strong>Important question to ask:</strong> Can they provide you with their ISO 13485 SOPs and explain how their QMS integrates with IEC 62304 requirements?</p><h3 id="3-deep-knowledge-of-risk-management-integration"><strong>3. Deep Knowledge of Risk Management Integration</strong></h3><p>IEC 62304 doesn&apos;t exist in isolation, it requires tight integration with <strong>ISO 14971</strong> (risk management for medical devices). A qualified company must demonstrate expertise in:</p><ul><li>Conducting software hazard analysis</li><li>Implementing risk control measures in code</li><li>Maintaining software risk management files</li><li>Updating risk analysis throughout the lifecycle</li><li>Verifying risk control effectiveness</li></ul><p>The relationship between software architecture decisions and risk mitigation is critical. For example, choosing to implement certain safety features, adding redundancy, or implementing specific data validation routines should be directly traceable to identified hazards and risk controls.</p><h3 id="4-comprehensive-testing-and-validation-capabilities"><strong>4. Comprehensive Testing and Validation Capabilities</strong></h3><p>Testing for medical device software goes far beyond typical commercial software QA. A qualified partner must have:</p><p><strong>Structured testing processes including:</strong></p><ul><li>Unit testing with documented test cases and coverage metrics</li><li>Integration testing with clear test protocols</li><li>System testing aligned with software requirements</li><li>Regression testing for all modifications</li><li>Usability testing per IEC 62366 (human factors)</li></ul><p><strong>Validation expertise for:</strong></p><ul><li>Software of Unknown Provenance (SOUP) / Off-The-Shelf (OTS) software evaluation</li><li>Cybersecurity validation per FDA guidance</li><li>Performance testing under specified conditions</li><li>Data integrity and accuracy verification</li></ul><p>For Class II and Class III devices, <strong>software validation</strong> isn&apos;t just about proving the code works, it&apos;s about creating objective evidence that the software consistently produces results meeting predetermined specifications.</p><h3 id="5-agile-experience-within-regulatory-constraints"><strong>5. Agile Experience Within Regulatory Constraints</strong></h3><p>Modern medical device development increasingly adopts Agile methodologies, but implementing Agile in a regulated environment requires special expertise. The <strong>AAMI TIR45</strong> guidance document provides a framework for using Agile approaches while maintaining IEC 62304 compliance.</p><p>A qualified SaMD development company should be able to explain how they maintain traceability in iterative development cycles, ensuring that every user story and sprint deliverable maps back to formal requirements and risk controls. They need to demonstrate how they handle requirements changes without compromising documentation integrity, often through controlled change management processes that update traceability matrices and risk analyses in real-time.</p><p>The right partner will show you how they integrate testing into sprints while maintaining validation rigor, conducting unit and integration testing within each sprint while reserving formal validation activities for appropriate milestones. They must balance velocity with documentation requirements, producing &quot;just enough&quot; documentation during development while ensuring all regulatory artifacts are complete before submission. Finally, they should conduct design reviews and risk assessments in an Agile cadence, embedding quality gates and risk evaluations into sprint reviews rather than treating them as separate waterfall-style phase gates.</p><p><strong>Red flag:</strong> A company that claims &quot;pure Agile&quot; or dismisses documentation as &quot;waterfall thinking&quot; likely doesn&apos;t understand regulatory requirements. The right approach balances agility with necessary rigor.</p><h3 id="6-regulatory-documentation-expertise"><strong>6. Regulatory Documentation Expertise</strong></h3><p>One of the most overlooked yet essential qualifications when evaluating a development partner is their ability to deliver the rigorous documentation required for regulatory submissions. Regulatory compliance doesn&#x2019;t just hinge on great technology, it depends on clear, orderly, and comprehensive documentation. That&#x2019;s why choosing a partner with experience in regulatory submissions can make the difference between a smooth approval and costly delays.</p><p>When developing software for clients preparing for an FDA submission, our team provides a detailed documentation package tailored to regulatory expectations. This includes:</p><p><strong>Software documentation including:</strong></p><ul><li>Software Description</li><li>Risk Management File</li><li>Software Requirements Specification (SRS)</li><li>System and Software Architecture Design</li><li>Software Design Specification (SDS)</li><li>Traceability Matrix</li><li>Software Development, Configuration, Management, and Maintenance Practices</li><li>SOUP</li><li>Software Testing as Part of Verification and Validation</li><li>Software Version History</li><li>Unresolved Software Anomalies</li></ul><p><strong>Integration with your DHF: </strong>These documents must integrate seamlessly with your Design History File (DHF) for submission to the FDA or Notified Bodies. A qualified company knows exactly what regulators expect and creates documentation that withstands scrutiny.</p><h3 id="7-cybersecurity-and-data-privacy-competence"><strong>7. Cybersecurity and Data Privacy Competence</strong></h3><p>While secure software development isn&#x2019;t an explicit requirement under IEC 62304, it has become a non-negotiable for devices destined for FDA submission. The FDA&#x2019;s current stance makes demonstrated cybersecurity expertise essential, manufacturers must now provide extensive documentation outlining their security practices and show how cybersecurity has been addressed throughout the product lifecycle. Look for:</p><ul><li>Experience with FDA premarket cybersecurity guidance</li><li>Threat modeling and vulnerability assessment capabilities</li><li>Secure coding practices and code review processes</li><li>Penetration testing for connected devices</li></ul><h3 id="8-post-market-support-and-maintenance-capabilities"><strong>8. Post-Market Support and Maintenance Capabilities</strong></h3><p>IEC 62304 compliance doesn&apos;t end at product launch. The standard requires ongoing maintenance activities including:</p><ul><li>Problem reporting and analysis</li><li>Software updates and patches</li><li>Regression testing for modifications</li><li>Updated risk analysis for changes</li><li>Documentation updates</li></ul><p>A qualified partner should offer post-market support that maintains compliance throughout your product&apos;s lifecycle. Ask about their processes for handling bug reports, security vulnerabilities, and feature enhancements in a regulated environment.</p><h2 id="evaluating-potential-partners-key-questions-to-ask"><strong>Evaluating Potential Partners: Key Questions to Ask</strong></h2><p>When interviewing potential development partners, use these questions to separate truly qualified companies from those with surface-level knowledge:</p><p><strong>Experience and track record:</strong></p><ul><li>Can you provide references from clients who achieved regulatory clearance?</li><li>What device classifications have you worked with?</li><li>Have you worked with our target regulatory bodies (FDA, MDR, PMDA)?</li></ul><p><strong>Process and infrastructure:</strong></p><ul><li>Walk me through your software development lifecycle for a typical Class II medical device software project.</li><li>How do you integrate risk management activities with development sprints?</li><li>What tools do you use for requirements traceability and configuration management?</li><li>How do you handle SOUP/OTS software validation?</li></ul><p><strong>Team qualifications:</strong></p><ul><li>What regulatory training do your developers and QA engineers receive?</li><li>Who on your team has direct experience with regulatory submissions?</li><li>Do you have dedicated quality and regulatory affairs professionals?</li></ul><p><strong>Documentation and deliverables:</strong></p><ul><li>What format and tools do you use for regulatory documentation?</li><li>How do you ensure documentation stays current throughout the project?</li></ul><h2 id="red-flags-to-watch-for"><strong>Red Flags to Watch For</strong></h2><p>Be wary of companies that:</p><ul><li>Cannot provide concrete examples of IEC 62304 projects they&apos;ve completed</li><li>Suggest shortcuts or ways to &quot;minimize&quot; regulatory documentation</li><li>Don&apos;t follow ISO 13485 or can&apos;t explain their QMS</li><li>Focus primarily on speed and cost without discussing compliance</li><li>Lack dedicated quality or regulatory affairs resources</li><li>Seem unfamiliar with recent FDA guidance documents</li><li>Promise &quot;full compliance&quot; without understanding your specific device classification and risks</li></ul><h2 id="making-the-right-choice-for-your-medical-device-software-development"><strong>Making the Right Choice for Your Medical Device Software Development</strong></h2><p>Selecting a qualified partner for your IEC 62304 software lifecycle project is one of the most important decisions you&apos;ll make as a MedTech founder or product manager. The right partner brings more than just coding skills, they bring regulatory intelligence, quality management expertise, and the documentation rigor required for successful FDA submissions.</p><p><strong>The best SaMD development companies</strong> become true partners in your regulatory journey, helping you navigate complex requirements while maintaining development velocity and managing costs.</p><p>As you evaluate potential partners, prioritize proven experience, certifications, and cultural fit over the lowest bid. The cost of choosing an unqualified partner, in terms of delays, rework, and regulatory setbacks far exceeds any initial savings.</p><hr><p><strong>Ready to discuss your medical device software development project?</strong> <a href="https://www.hattrick-it.com/contact">Contact our team</a> to learn how we can help you bring your innovative medical device to market faster and with greater regulatory confidence. Our ISO 13485 driven processes and proven track record with FDA submissions make us the partner of choice for MedTech innovators.</p>]]></content:encoded></item><item><title><![CDATA[How AI in Medical Device Software Is Transforming Healthcare in 2025]]></title><description><![CDATA[Explore how AI in medical device software is transforming healthcare. Learn about FDA-approved AI software, machine learning in SaMD, and clinical decision support systems.]]></description><link>https://www.hattrick-it.com/blog/how-ai-in-medical-device-software-is-transforming-healthcare-in-2025/</link><guid isPermaLink="false">68f77b12311e2a7ba42bbbb7</guid><category><![CDATA[ai]]></category><dc:creator><![CDATA[María Eugenia Gómez]]></dc:creator><pubDate>Tue, 28 Oct 2025 12:30:00 GMT</pubDate><media:content url="https://www.hattrick-it.com/blog/content/images/2025/10/AI-Picture-by-Steve-Johnson.jpg" medium="image"/><content:encoded><![CDATA[<h2 id="the-ai-healthcare-revolution-is-here"><strong>The AI Healthcare Revolution Is Here</strong></h2><img src="https://www.hattrick-it.com/blog/content/images/2025/10/AI-Picture-by-Steve-Johnson.jpg" alt="How AI in Medical Device Software Is Transforming Healthcare in 2025"><p>AI in medical device software is fundamentally changing how we diagnose, treat, and monitor patients. From AI-powered diagnostic software that detects diseases earlier than ever before to clinical decision support AI that helps physicians make more informed choices, artificial intelligence has moved from experimental technology to essential healthcare tools.</p><p>The medical device industry is experiencing unprecedented growth in AI adoption. According to recent market analyses, AI-powered medical devices are projected to transform everything from radiology to pathology, creating new opportunities for improved patient outcomes while reducing healthcare costs.</p><p>But implementing AI in medical device software isn&apos;t simply about adding algorithms to existing systems. It requires a sophisticated understanding of regulatory requirements, technical challenges, and clinical workflows. This guide explores aspects you need to know about developing FDA-approved AI software that delivers real value to healthcare providers and patients.</p><h2 id="understanding-ai-in-medical-device-software"><strong>Understanding AI in Medical Device Software</strong></h2><p>AI in medical device software encompasses various applications, from machine learning algorithms that analyze medical images to natural language processing systems that extract insights from clinical notes. These intelligent systems fall under the category of Software as a Medical Device (SaMD), requiring rigorous validation and regulatory approval.</p><h3 id="what-makes-ai-powered-diagnostic-software-different"><strong>What Makes AI-Powered Diagnostic Software Different?</strong></h3><p>Traditional medical software follows predetermined rules and pathways. AI-powered diagnostic software, however, learns from data and can identify patterns that human observers might miss. This fundamental difference creates both tremendous opportunities and unique regulatory challenges.</p><p>Machine learning in SaMD enables devices to:</p><ul><li>Analyze medical imaging with superhuman accuracy for specific tasks</li><li>Identify early warning signs in patient monitoring data</li><li>Predict patient deterioration before clinical symptoms appear</li><li>Recommend personalized treatment protocols based on similar patient outcomes</li><li>Automate time-consuming diagnostic workflows</li></ul><p>The key differentiator is adaptive intelligence. While traditional software remains static after deployment, many AI systems can continue learning and improving, though this capability requires careful regulatory consideration.</p><h2 id="the-business-case-for-clinical-decision-support-ai"><strong>The Business Case for Clinical Decision Support AI</strong></h2><p>Healthcare organizations investing in clinical decision support AI report significant benefits across multiple dimensions. These systems augment physician capabilities rather than replacing clinical judgment, leading to:</p><p><strong>Improved Diagnostic Accuracy:</strong> Studies show AI-powered diagnostic software can match or exceed specialist-level performance in specific domains like diabetic retinopathy screening and certain cancer detections.</p><p><strong>Enhanced Efficiency:</strong> Radiologists using AI assistance can review imaging studies faster while maintaining or improving accuracy, directly addressing growing workload challenges.</p><p><strong>Reduced Diagnostic Errors:</strong> AI serves as a second reader, catching potential oversights and flagging concerning findings that warrant closer examination.</p><p><strong>Standardized Care Quality:</strong> Clinical decision support AI helps ensure consistent application of evidence-based guidelines across different providers and settings.</p><p><strong>Cost Optimization:</strong> By catching conditions earlier and reducing unnecessary procedures, AI in medical device software contributes to overall healthcare cost reduction.</p><h2 id="navigating-fda-approval-for-ai-powered-medical-software"><strong>Navigating FDA Approval for AI-Powered Medical Software</strong></h2><p>Achieving FDA approval for AI software requires understanding the regulatory framework specific to machine learning systems. <a href="https://www.fda.gov/medical-devices/software-medical-device-samd/artificial-intelligence-software-medical-device">The FDA</a> has established several pathways for AI/ML-based medical devices, recognizing that these technologies differ fundamentally from traditional software.</p><h3 id="key-regulatory-requirements"><strong>Key Regulatory Requirements</strong></h3><p><strong>Predetermined Change Control Plans:</strong> For AI systems that will continue learning post-deployment, developers must submit detailed plans explaining how the algorithm will evolve, what safeguards exist, and how changes will be validated.</p><p><strong>Algorithm Transparency:</strong> FDA-approved AI software must provide adequate documentation of how algorithms make decisions, particularly for high-risk applications. This ties directly to the concept of explainable AI for healthcare.</p><p><strong>Clinical Validation:</strong> Robust clinical evidence demonstrating that your AI performs as intended across diverse patient populations is essential. This includes addressing potential algorithmic bias.</p><p><strong>Risk Management:</strong> An AI risk management plan must identify potential failure modes, assess their severity, and implement appropriate mitigations. This goes beyond traditional software risk analysis to address unique AI challenges like dataset drift and edge cases.</p><h3 id="the-ai-risk-management-plan-a-critical-component"><strong>The AI Risk Management Plan: A Critical Component</strong></h3><p>Your AI risk management plan should address:</p><ul><li>Data quality risks and mitigation strategies</li><li>Algorithm bias potential and testing methodologies</li><li>Cybersecurity vulnerabilities specific to AI systems</li><li>Human factors considerations for AI-assisted workflows</li><li>Post-market surveillance plans for monitoring real-world performance</li><li>Update and maintenance protocols that preserve safety and effectiveness</li></ul><h2 id="technical-foundations-building-robust-machine-learning-in-samd"><strong>Technical Foundations: Building Robust Machine Learning in SaMD</strong></h2><p>Developing reliable machine learning in SaMD requires careful attention to several technical pillars:</p><h3 id="data-strategy-and-management"><strong>Data Strategy and Management</strong></h3><p>Your training data determines your AI&apos;s capabilities and limitations. Successful projects prioritize:</p><ul><li>Diverse, representative datasets that reflect real-world patient populations</li><li>Rigorous data labeling processes with expert review</li><li>Clear data governance policies addressing privacy and security</li><li>Documented data provenance and version control</li><li>Strategies for addressing class imbalance and edge cases</li></ul><h3 id="model-development-best-practices"><strong>Model Development Best Practices</strong></h3><p>Choose architectures appropriate for your specific medical application. Deep learning excels at image analysis, while traditional machine learning may be more suitable for structured clinical data. Prioritize:</p><ul><li>Interpretable models when possible, especially for high-stakes decisions</li><li>Ensemble approaches that combine multiple algorithms for robustness</li><li>Regular validation against holdout datasets</li><li>Testing across different demographic groups to identify bias</li></ul><h3 id="explainable-ai-for-healthcare-why-it-matters"><strong>Explainable AI for Healthcare: Why It Matters</strong></h3><p>Explainable AI for healthcare isn&apos;t just a regulatory checkbox, it&apos;s essential for clinical adoption. Physicians need to understand why an AI system makes specific recommendations to appropriately integrate its insights into clinical decision-making.</p><p>Techniques for creating explainable AI include:</p><ul><li>Attention maps showing which image regions influenced diagnostic decisions</li><li>Feature importance scores highlighting key clinical factors</li><li>Natural language explanations of algorithmic reasoning</li><li>Confidence scores that help clinicians gauge reliability</li></ul><h2 id="integration-challenges-and-solutions"><strong>Integration Challenges and Solutions</strong></h2><p>Even technically excellent AI in medical device software fails if it doesn&apos;t integrate smoothly into clinical workflows. Address these common integration challenges:</p><p><strong>Electronic Health Record Connectivity:</strong> Ensure seamless data exchange with existing EHR systems using standard protocols like FHIR and HL7.</p><p><strong>User Interface Design:</strong> Create interfaces that present AI insights clearly without overwhelming busy clinicians with information.</p><p><strong>Alert Fatigue Prevention:</strong> Carefully tune thresholds to minimize false positives while maintaining sensitivity.</p><p><strong>Performance Monitoring:</strong> Implement systems to track real-world performance and detect degradation over time.</p><h2 id="post-market-surveillance-and-continuous-improvement"><strong>Post-Market Surveillance and Continuous Improvement</strong></h2><p>The journey doesn&apos;t end at FDA clearance. Successful AI-powered diagnostic software requires ongoing monitoring and refinement:</p><ul><li>Track performance metrics in real-world settings</li><li>Monitor for dataset drift as patient populations or clinical practices evolve</li><li>Collect user feedback systematically</li><li>Plan for periodic revalidation and updates</li><li>Maintain documentation of all changes and their rationale</li></ul><h2 id="emerging-trends-in-ai-medical-device-software"><strong>Emerging Trends in AI Medical Device Software</strong></h2><p>The field continues evolving rapidly. Watch these trends:</p><p><strong>Federated Learning:</strong> Training AI models across multiple institutions without sharing sensitive patient data <strong>Edge AI:</strong> Running sophisticated algorithms directly on medical devices for real-time insights <strong>Multimodal AI:</strong> Integrating diverse data types (imaging, genomics, clinical notes) for holistic patient assessment <strong>AI-Assisted Surgical Planning:</strong> Preoperative planning tools that optimize surgical approaches</p><h2 id="conclusion-the-path-forward-for-ai-in-healthcare"><strong>Conclusion: The Path Forward for AI in Healthcare</strong></h2><p>AI in medical device software represents one of healthcare&apos;s most promising frontiers. By combining rigorous engineering practices, regulatory expertise, and deep clinical understanding, developers can create FDA-approved AI software that meaningfully improves patient care.</p><p>Success requires more than technical prowess. It demands collaboration between engineers, clinicians, regulatory specialists, and patients themselves. It requires commitment to explainable AI for healthcare that earns clinician trust. And it requires robust AI risk management plans that prioritize safety without stifling innovation.</p><p>Whether you&apos;re developing clinical decision support AI, AI-powered diagnostic software, or other machine learning in SaMD applications, the opportunity to transform healthcare is real&#x2014;and the time to act is now.</p><p><strong>Ready to develop FDA-compliant AI medical device software?</strong> Partner with experts who understand both the technical complexity and regulatory requirements. <a href="https://www.hattrick-it.com/contact">Contact us</a> to discuss your project!</p>]]></content:encoded></item></channel></rss>