{
  "id": 9575872,
  "title": "Building a Localization Pipeline for IVDR-Compliant Medical Device Documentation",
  "url": "https://urgent.news/2026/09/24/building-a-localization-pipeline-for-ivdr-compliant-medical-device",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-24T15:34:41.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/diogoheleno/building-a-localization-pipeline-for-ivdr-compliant-medical-device-documentation-2db5"
  },
  "original_language": "en",
  "account": "When developing software or tooling for medical device manufacturers, you may come across the IVDR (Regulation (EU) 2017/746), which governs in vitro diagnostic devices in the EU. One aspect of compliance that is often overlooked is building a localization pipeline for managing dozens of language variants of regulated content without errors.\n\nUnlike standard localization workflows, IVDR content requires zero tolerance for drift, cross-document consistency, and versioning with legal weight. A single mistranslation can lead to compliance issues, so the architecture needs to be robust. A practical approach involves storing technical file content as structured data using XML or a headless CMS with strict content models. This allows for easy version comparison and tracking of approved changes.\n\nA locked, versioned terminology glossary should be established before translation starts. Store it in a structured format like TBX, and enforce strict adherence to the glossary using a linter tool. Translation memory should be scoped per device family to reduce cross-document inconsistency. Implement a review gate that mirrors ISO 17100, requiring a second linguist review before content moves to notified body submission.\n\nFinally, maintain traceability from source terms to the final rendered documents. Log all relevant information, including source segment IDs, glossary versions, translator and reviewer IDs, and timestamps. This infrastructure is essential for handling any issues flagged by notified bodies quickly and efficiently.",
  "summary": "If you work on software or tooling for medical device manufacturers, you've probably run into IVDR (Regulation (EU) 2017/746) somewhere in a requirements doc. It's the regulation governing in vitro diagnostic devices in the EU, and it has a language requirement that's easy to underestimate until you're the one building the system that has to manage it: every Member State can require its own…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}