> For the complete documentation index, see [llms.txt](https://docs.protoboard.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.protoboard.xyz/industry-guides/medical-devices.md).

# Medical Devices

Regulatory, manufacturing, and business context for building medical device prototypes with Protoboard.

Building a medical device is different from building a consumer product. The regulatory environment is stricter, manufacturing standards are higher, components cost more, and the path from prototype to market involves stakeholders you may not expect. This section gives you enough context to make better decisions early, before those decisions become expensive to change.

{% hint style="info" %}
**This is not legal or regulatory advice.** These pages provide orientation for engineers and founders entering the medical device space. Always consult qualified regulatory, legal, and reimbursement professionals before making business decisions.
{% endhint %}

***

### Why this matters in Protoboard

When you use ProtoBot to design a medical device prototype, it draws on this knowledge to:

* **Flag regulatory considerations:** If your device contacts the body or makes a diagnostic claim, there are classification and testing implications that affect your component choices.
* **Recommend appropriate components:** Off-the-shelf parts are fine for early prototyping, but ProtoBot can note when a production version will need certified or medical-grade equivalents.
* **Surface cost realities:** Certified manufacturing, biocompatible materials, and clean-room assembly can multiply component costs 5-10x. Knowing this early helps you plan budgets realistically.
* **Inform design trade-offs:** Whether your device is single-use or reusable, battery-powered or mains-connected, implanted or external, these choices have downstream regulatory and business consequences.

{% hint style="warning" %}
**Protoboard does not restrict your component choices.** You can use any part from any source for prototyping. These pages help you understand what changes when you move from prototype to production in a regulated industry.
{% endhint %}

***

### What you will find here

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>FDA Regulatory Pathways</strong></td><td>Device classification, clearance vs. approval, marketing rules, and what matters at the prototype stage.</td><td><a href="/industry-guides/medical-devices/fda-regulatory-pathways.md">FDA Regulatory Pathways</a></td></tr><tr><td><strong>Manufacturing Standards</strong></td><td>ISO 13485, biocompatibility, clean rooms, sterilization, electrical safety, and how certifications affect cost.</td><td><a href="/industry-guides/medical-devices/manufacturing-standards.md">Manufacturing Standards &amp; Certifications</a></td></tr><tr><td><strong>Revenue &#x26; Reimbursement</strong></td><td>Who pays for medical devices, how insurance works, common business models, and how they shape prototype design.</td><td><a href="/industry-guides/medical-devices/revenue-and-reimbursement.md">Revenue &amp; Reimbursement</a></td></tr></tbody></table>

***

### Quick orientation

If you are completely new to the medical device space, here is the minimum mental model:

1. **The FDA classifies devices by risk** into three classes. Higher risk means more testing, more time, and more money before you can sell. Most hardware prototypes land in Class I or Class II.
2. **You cannot market something as a medical device without FDA clearance or approval.** This includes making health claims on your website. The consequences range from warning letters to criminal liability.
3. **Manufacturing must meet specific quality standards.** ISO 13485 certification is the baseline. Components that touch the body need biocompatibility testing. Sterile devices need validated sterilization processes. All of this costs more than commercial-grade manufacturing.
4. **The person who uses your device, the person who buys it, and the person who pays for it are usually three different people.** Understanding this dynamic early prevents building something clinically brilliant that nobody can afford to purchase.

> **Build the prototype with any parts you want. Understand what changes when you go to production.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.protoboard.xyz/industry-guides/medical-devices.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
