• There are no suggestions because the search field is empty.

MDSW for Start-ups: A Practical Guide to Compliant Medical Software Development

person-image
Pieter Smits, Project Manager at QbD Group
Startups, master compliant medical device software (MDSW) development. This guide covers IEC 62304, Risk Management, AI Act, and Notified Body expectations for market entry.
MDSW for Startups: Your Medical Software Compliance Guide | QbD Group
9:56

Medical Device Software (MDSW) development can feel like a regulatory labyrinth, especially for start-ups with limited resources. But here’s the good news: you don’t need to be a regulatory veteran to succeed. With the right strategy, standards, and mindset, your start-up can build safe, compliant software and get to market faster.

This guide walks you through the MDSW development cycle in five practical steps, tailored specifically for lean, early-stage teams and highlights some key aspects to keep in mind.

 

 

1. From idea to requirements: kickstarting design & development

Start with your intended use and user needs. What problem does your software solve for patients or clinicians? Once that’s clear, translate those needs into system and/or software requirements—this is where your actual development process begins.

To align with global expectations, especially in Europe and the U.S., get familiar with these key standards:

 

  • IEC 62304 – The core standard for medical software development and lifecycle
  • IEC 82304 – Focused on software validation for standalone MDSW.
  • ISO 14971 – The gold standard for risk management in medical devices.
  • IEC 62366 – Usability engineering, crucial for user interface design.

Together, these standards shape your development process, validation approach, and technical documentation.

Safety classification: A, B, or C?

IEC 62304 classifies software in 3 safety classes:

 

  • Class A: No risk of injury (rare for MDSW).
  • Class B: Risk of non-serious injury.
  • Class C: Risk of serious injury or death.

Most start-ups fall into Class B. The classification dictates the required deliverables—for instance, Class C must include a detailed design, while Class A has fewer documentation requirements.

Important note: Notified bodies rarely accept Class A without a robust, well-justified rationale. As highlighted in recent QbD webinars, even minor functionalities can contribute to risk, making Class B the more defensible default for most start-ups.

 

What does IEC 62304 clause 5 actually look like?

IEC 62304 outlines the required steps for software development under Clause 5. Here’s a simplified walkthrough of what’s expected, especially for Class B or C software:

5.1 – Software Development Planning

Define how you’ll approach development, testing, risk management, and change control. This is your roadmap.

5.2 – Software Requirements Analysis

Translate system and user needs into precise software requirements.

5.3 – Software Architecture Design

Outline the high-level structure of your software (components, interfaces, data flow, etc.).

5.4 – Software Detailed Design (Class C only)

Dive deeper into unit-level design, enabling accurate implementation and testing.

5.5 – Software Unit Implementation and Testing

Write code and test each unit (e.g., through code review, automated tests, or static analysis).

5.6 – Software Integration and Integration Testing

Combine units and verify they work together as intended.

5.7 – Software System Testing (Verification)

Make sure the complete system meets all software requirements.

5.8 – Software Release

Document and control the final version. Confirm readiness for market or clinical use.

You can visualize this lifecycle using the so-called V-model, where each development activity on the left has a corresponding verification step on the right:

IEC 62304 software lifecycle visualized as a V-model—each development phase aligns with a verification step.

This structure not only guides your development and testing, but it also shapes your software technical file. Notified bodies will expect clear documentation aligned with this lifecycle. 

2. Agile vs. waterfall: choosing your development model

IEC 62304 is process-oriented, not methodology-specific. That means you can use Waterfall, Agile, or a hybrid approach, as long as you document your process and meet the required deliverables.

Waterfall


  • Clear, sequential stages
  • Easier traceability
  • Slower and less flexible

 

Waterfall maps well to IEC 62304, especially for projects with fixed requirements and longer timelines. As shown above, each phase follows the next, and testing is concentrated toward the end.

Agile

 

  • Rapid iterations and sprints
  • Shorter release cycles
  • Requires strong documentation discipline to remain compliant

Agile, on the other hand, emphasizes flexibility, with overlapping activities and ongoing testing. IEC 62304 doesn’t prohibit Agile, but staying compliant requires discipline in documentation, especially traceability and risk management.

Best of both worlds: the hybrid model

For start-ups, a hybrid model often works best. You maintain high-level lifecycle documents (e.g. development plan, risk management) and update testing and code-related documentation sprint by sprint. This lets you stay flexible while keeping compliance in check.

Total agile development is often difficult to achieve. But the combined agile and waterfall approach, with some lifecycle documents and smaller agile cycles, can lead to releases with shorter lead times.

When using a more agile development approach, take into consideration that certain modifications to your software will require a notified body review before release. This can impact a fully agile release schedule and underlines the need for a well-defined release strategy so that business needs match regulatory compliance.

 

 

3. Avoiding compliance pitfalls

Even with the right model, early-stage companies can get tripped up on compliance details. Here are three areas to watch:

Risk management

ISO 14971 applies to both product and process, with patient safety and security risk definitions.

Start-ups must:

  • Identify and evaluate risks
  • Define risk controls
  • Show traceability from risk controls to their effectiveness check.

SOUP (Software of Unknown Provenance)

Using (open source) libraries? That’s SOUP. You’ll need to:

  • Justify use via risk analysis
  • Monitor for vulnerabilities
  • Track versions and updates

SOUP is assumed to produce more faults than Class B or C code. That’s why rigorous risk analysis, monitoring, and justification are key.

Configuration & change management

Start-ups often lack formal systems here, but it’s essential to:

  • Version-control your codebase and documents (e.g. Git)
  • Track changes with rationale
  • Keep old versions accessible

Tip: Document your change control and bug-handling procedures from the start. It will save headaches when something breaks, or a notified body starts asking questions.

4. Getting ready for the AI Act and cybersecurity demands

The AI Act

If your MDSW uses AI or machine learning, the EU AI Act will apply from August 2027 for medical devices, but some requirements are already in force. It introduces new requirements, including:

 

  • Data governance (training data acquisition, labeling)
  • Logging and human oversight
  • Robustness, accuracy, and cybersecurity checks

Start by performing a gap assessment between your current processes and AI Act expectations. Many requirements overlap with MDR/IVDR, but not all.

As shown above, some foundational elements—like risk management, documentation, and post-market monitoring—are familiar from both MDR/IVDR and the AI Act but still might require some updates. But new layers such as data governance, human oversight, and AI-specific logging may require additional controls.

You’ll need to manage three types of risk: patient safety (MDR/IVDR), cybersecurity, and now fundamental rights (AI Act).

Cybersecurity

This is now a top priority for notified bodies. Requirements include (among others):

  • Cybersecurity risk analysis (aligned with ISO 14971)
  • Penetration testing and threat mitigation
  • Vulnerability monitoring (especially for SOUP components)

Even though ISO/IEC 81001 isn’t harmonized yet, it's smart to start aligning with its expectations. Cyber threats aren’t waiting for regulations to catch up.

Looking at a submission with the FDA? Make sure to keep the FDA guideline, “Cybersecurity in Medical devices” in mind, which will provide you with detailed information about the FDA’s expectations.

5. What Notified Bodies expect

Start-ups often think "lean" means "light on documentation." Unfortunately, notified bodies don’t agree. When reviewing your file, clear and easy-to-understand documentation on the processes you followed and deliverables you created go a long way.

Conclusion: start smart, stay compliant

Developing medical device software as a start-up is tough. But it’s absolutely doable with the right foundation.

 

  • Use IEC 62304 and ISO 14971 as your development backbone.
  • Choose a model that fits your team’s speed and strengths.
  • Start small but smart: track your risks, manage your SOUP, and document decisions early.
  • Don’t underestimate cybersecurity and AI regulation—future-proof now, not later.
  • Build lean but acceptable documentation for your software class.

QbD Group is here to support you every step of the way, from shaping your software strategy to preparing for audits. Whether you’re still building your MVP or gearing up for CE marking, we can help you move faster without cutting corners.

Let’s turn your innovative software into a safe, compliant, and successful medical device.

Contact us for expert guidance.

 

 

Stay ahead in life sciences

Keeping up with the fast-paced life sciences industry doesn’t have to be overwhelming.

Our newsletter delivers the latest insights, industry updates, and expert content directly to your inbox, helping you stay informed and make smarter decisions.

Circles-banner-short

Discover more expert content

preview_image
Whitepaper

The Essential CSV & Digitalization FAQ for Life Sciences Companies

Get clear answers to real CSV questions from clients & experts. Download our FAQ and stay compliant, audit-ready, and confident in your Software Validation Strategy.
preview_image
Whitepaper

Audit Trail Review in GxP Environments

Learn how to implement a risk-based Audit Trail review strategy to enhance software compliance in GxP environments.
preview_image
Case study

Fast-Tracked Site Qualification for Clinical Trial Submission

QbD Group helped a biotech company complete 5 site qualification visits in just 3 weeks enabling a timely and compliant clinical trial submission.
preview_image
Whitepaper

A Complete Guide to Computer System Validation

This guide aims to bring context and define the necessary and appropriate strategies for the validation of computerized systems. Download now.
preview_image
Whitepaper

Digital Health - Exploring the landscape and future opportunities

This whitepaper informs you about digital health, key technology pillars, and new opportunities to anticipate future trends in your healthcare sector.
preview_image
Whitepaper

ISO 13485:2016 - Compliance Checklist

Are you up to date with the latest medical device QMS requirements? Download our free ISO 13485:2016 checklist to ensure compliance.
preview_image
Case study

Enhancing data integrity & aseptic manufacturing compliance

QbD Group helped a leading medical tech company improve MDR compliance and enhance aseptic manufacturing for long-term regulatory readiness.
preview_image
Whitepaper

Medical Device Regulation (MDR) Checklist

Implement the Medical Device Regulation (MDR) with ease. Download our checklist of mandatory documents for MDR compliance.
preview_image
Webinar

Evidence Throughout the Lifecycle: Integrating Clinical Needs into Design & Documentation

Discover how to integrate clinical needs into medical device software design to meet MDR requirements. Watch our webinar on demand.
preview_image
Whitepaper

Clinical Evaluation for Medical Devices under MDR

This whitepaper will guide you through crucial regulatory documents pertaining to the clinical evaluation process of your medical device. Download now!
preview_image
Webinar

From Concept to Market: Comprehensive Market Access Strategies for Medical Device Software

Learn how to launch your Medical Device Software successfully with expert insights on market access and commercialization strategies. Watch our webinar on demand.
preview_image
Whitepaper

State-of-the-art literature review: kick off the Clinical Evaluation of your Medical Device

This whitepaper will walk you through the steps of conducting solid systematic SOTA literature searches for your clinical evaluation. Download now.
preview_image
Webinar

Drug-Device Combination Products and Article 117

Explore the regulatory complexities of Drug-Device Combination Products. Learn about Article 117 requirements, Notified Body Opinions, and more.
preview_image
Whitepaper

Mobile health on the rise: exploring the regulatory landscape for reimbursement

This whitepaper will help you navigate the maze of the DTx regulatory environment, highlighting several important countries and regulations.
preview_image
Whitepaper

Clinical investigations under MDR: key insights and practical experiences

This whitepaper covers clinical investigation authorization under MDR, the EU Legal Representative's role, and the MDR's impact on study conduct and post-market surveillance.
preview_image
Whitepaper

The pathway from idea to patient under MDR

This guide explains the pathway and steps needed to test your device in human subjects, aiming to get your product to market. Download now.
preview_image
Case study

CE Mark Renewal for bioXtra Products: A Success Story

Discover how Lifestream Pharma successfully renewed the CE mark for their BioXtra Dry Mouth products under the EU MDR. Learn about the challenges faced, the approach taken for compliance, and the results achieved.
preview_image
Webinar

Technical Documentation Essentials for Medical Device Software

Gain practical insights on crafting MDR-compliant technical documentation for Medical Device Software.
preview_image
Whitepaper

GAMP 5 Software Validation Approach for GMP, GCP and GLP regulations

Learn how to comply with GMP, GCP, and GLP regulations using the GAMP 5 Software Validation Approach. Download the whitepaper for more insights.
preview_image
Webinar

Getting Started: Overcoming Initial Obstacles in Medical Device Software Development

Watch our webinar on demand and learn about regulatory obstacles, MDR, AI Act, and best practices for medical device software development and market entry.
preview_image
Whitepaper

Standards and regulations for software used in Medical Devices

Explore the essential standards and regulations for software used in Medical Devices, including IEC 62304 and IEC 82304. Download now.
preview_image
Webinar

Post-Market Surveillance Requirements for Medical Devices and IVDs

Learn about post-market surveillance requirements under MDR and IVDR regulations. Gain insights from industry experts in this on-demand webinar.
preview_image
Whitepaper

21 CFR Part 11 compliance checklist

Want to assess whether a computer system generates electronic records and uses electronic signatures, and whether the system complies with Part 11 of 21 CFR? Download this free checklist.
preview_image
Webinar

Second edition of GAMP 5: A Risk-Based Approach to compliant GxP Computerized Systems

This webinar on demand will tell you more about the second edition of GAMP 5.
preview_image
Webinar

Verification & Validation of Artificial Intelligence/ Machine Learning Medical Devices

Explore the impact of Artificial Intelligence and Machine Learning on medical device validation and verification processes.
preview_image
Whitepaper

GAMP categories for computerized systems: what are they and what are they for?

In this whitepaper, you will learn what GAMP is, what GAMP categories are for, and where to start if you are facing computerized systems validation.
preview_image
Whitepaper

EUDRALEX Volume 4 Annex 11 Compliance Checklist

Assess your computer system's compliance with EudraLex Volume 4 Annex 11 guidelines using our checklist. Download now for GMP assurance.
preview_image
Webinar

3D Printing in the Healthcare World

Explore the challenges and opportunities of 3D printing in healthcare, featuring expert insights on regulations, pitfalls, and efficiency.
preview_image
Whitepaper

From V-model to Agile: how to embrace automation as part of the computerized system validation approach

This white paper explores why IT is shifting to agile, focuses on the prevalent Scrum methodology, and concludes with guidance on adapting system validation processes.
preview_image
Case study

Ensuring a smooth MDR transition for Oystershell's medical devices

The landscape of medical device regulations is constantly evolving, making it a challenge for companies to keep up. Our collaboration with Oystershell, which began in July 2023, highlights our expertise in transforming complex challenges into success stories, all with a touch of QbD Clinical magic.
preview_image
Case study

Successful clinical evaluation supports rapid CE marking of Minze Health's Uroflowmeter

QbD Clinical assisted Minze Health, a urology-focused medical devices company, in obtaining CE marking under MDR through clinical evaluation.
preview_image
Webinar

The Medical Device CE Certification Pathway Explained: From Classification to Conformity Assessment by the Notified Body

Learn about the Medical Device CE Certification Pathway, from classification to conformity assessment by a Notified Body. Join our webinar on demand.
preview_image
Case study

Helping Relu to comply with changing regulations

QbD Group supported software company Relu with their expertise to comply with changing regulations.
preview_image
Case study

Helping Abraca BioSystems to obtain ISO 13485 certification

QbD Group helped Abraca Biosystem gain entry into the MD/IVD industry by supporting them on their path to ISO 13485 certification.
preview_image
Case study

Help BioLizard build their Quality Management System

QbD Group helped BioLizard document the fundamental processes of their QMS and enabled them to continue building it on their own.
preview_image
Case study

Supporting Oncomfort in developing and certifying their ISO 13485 QMS

QbD Group helped Oncomfort quickly implement and certify an ISO 13485 compliant Quality Management System.
preview_image
Case study

Quickly bringing a new COVID-19 medical device to market

Obtaining the required government certifications for a medical device is always a challenge. Especially when the COVID clock is ticking.