Today vs. tomorrow: the pitch in one slide
CDISC training materials on USDM open with a simple contrast. Today: protocol creation, interpretation, and transcription into consuming systems is a document-based paradigm — a study is authored in Word, and every downstream system (EDC, CTMS, DCT platforms, IRT, EHR) has a human read that document and manually rebuild the same facts. Tomorrow: a digital paradigm for protocol creation, with automated data flow and interoperability between systems, built around a "write once, read many" model.
That "write once, read many" model is USDM. It sits at the center of what TransCelerate calls the Digital Data Flow (DDF) ambition: a Unified Study Definitions Model, API specs, and controlled terminology feeding a Study Definitions Repository (SDR) and reference implementation, which in turn drives automation back out to the study team's own design and protocol authoring process.
Timeline: how we got from idea to USDM v4.0
| When | Milestone |
|---|---|
| June 2018 | HL7 Vulcan connectathons begin exploring FHIR-based Schedule of Activities patterns. |
| 2019 | TransCelerate DDF webinar frames the industry problem. |
| March–April 2020 | TransCelerate DDF Hackathon — the practical starting point for the reference architecture. |
| July 2021 | USDM Phase 1 (initial development) begins. |
| September 2022 | ICH M11 released for public consultation, developed in parallel and cross-referenced with USDM. |
| October 2022 | USDM Phase 2 begins (further development). |
| July 2023 | USDM v1 released. |
| February 2023 | ICH M11 comment period closes. |
| July 2023 | USDM Phase 3 begins. |
| June 2024 | USDM v2 released. |
| April 2024–April 2025 | USDM Phase 4 — SDR proof-of-concept, persona toolkits, implementation architecture scenarios. |
| April 2025 | USDM v3 released alongside Phase 4/5 scoping. |
| June 2025 | USDM v4.0 (Final) published, explicitly aligned with the ICH M11 second public consultation draft. |
Dates are drawn from CDISC's official USDM training materials and the USDM-IG v4.0 revision history; treat quarter-level entries as approximate.
The DDF ambition, piece by piece
TransCelerate's Digital Data Flow initiative was scoped across four (now five) phases, each adding a concrete deliverable to the reference architecture:
- Phase 1 (Jul 2021–Jul 2022): the USDM data model itself.
- Phase 2 (Oct 2022–Sep 2023): the API specification and CDISC Controlled Terminology for USDM.
- Phase 3 (Jul 2023–May 2024): the Implementation Guide, test files, and the CORE conformance rules.
- Phase 4 (Apr 2024–Apr 2025): proof-of-concept tooling — a Study Definitions Repository, a Common Protocol Template interface tool, implementation architecture scenarios, and persona toolkits for medical writers, data managers, and IT.
CDISC owns the USDM Reference Architecture (model, CT, API, IG, CORE rules, examples);
TransCelerate owns the SDR and implementation support (the reference repository and adoption
tooling). This split matters when you're trying to find resources: model-level questions point you to CDISC's
GitHub (cdisc-org/DDF-RA); tooling and adoption case studies point you to
TransCelerate's ddf-home GitHub repository.
Why ICH M11 needed a model like USDM
ICH M11 (Clinical electronic Structured Harmonised Protocol, or CeSHarP) is a regulatory guideline that defines a standard protocol template, a technical specification, and conventions (universal text, controlled terminology fields, instructional text) so that protocols look consistent across sponsors and regions. But a template alone doesn't solve automation — you still need a data model capable of holding the actual content that populates that template, section by section, in a machine-readable way.
That's exactly the role USDM plays. USDM v4.0 was aligned to cover the breadth of sections found in the ICH
M11 CeSHarP template, so a single USDM study design can, in principle, generate a conformant M11 protocol
document. USDM's NarrativeContent / NarrativeContentItem classes exist specifically to carry the document-structure logic
(section numbers, titles, ordering, reused text blocks) needed to render that output. See USDM Implementation Guide Explained for how the mapping
works in detail.
USDM inside CDISC 360
CDISC 360 (and its successor initiative, CDISC 360i) is CDISC's broader program to connect standards end-to-end — from protocol to reporting — by linking concepts to representation standards (forms, SDTM specs, ADaM specs, TFL specs) and enriching them with transformation and derivation logic. USDM is the entry point of that chain: it's where the Schedule of Activities first gets linked to Biomedical Concepts and Concept Groups, which is the trigger for automating everything downstream. Read the full breakdown in CDISC 360 Explained.
The one-sentence version
USDM was created because the clinical trials industry kept re-typing the same protocol facts into a dozen different systems by hand, and a joint CDISC/TransCelerate effort decided the fix was a single, structured, standards-based model that could be written once and consumed everywhere — aligned, from the start, with where ICH M11 and CDISC 360 were both already heading.
What existed before USDM (and why it wasn't enough)
USDM did not appear in a vacuum. Several earlier standards attempted parts of the same problem, and understanding why they weren't sufficient explains a lot of USDM's design choices:
- PRM (Protocol Representation Model, 2012) — focused on study characteristics, eligibility criteria, and registry requirements (ClinicalTrials.gov, WHO, EudraCT), and helped automate CRF creation and EHR configuration. USDM's own Implementation Guide notes that USDM is expected to be more content-rich and implementable, and to supersede the PRM over time.
- SDM-XML (2011) — an ODM extension covering structure, workflow, and timing for study design, incorporated into ODM-XML v2.0. It served as direct input to USDM's own timing model, but never covered objectives, estimands, biomedical concepts, or interventions the way USDM does. See USDM vs ODM.
- BRIDG — a broader biomedical research reference model used for semantic interoperability across many standards efforts, used as an input reference during USDM modeling rather than as a competing, implementable model in its own right.
None of these fully solved the industry's actual problem: a single, sufficiently complete, implementable model that could be the one upstream source for everything downstream. That gap is what USDM was purpose-built to close.
The stated design principles behind the decision
CDISC's own Implementation Guide documents the principles the USDM team deliberately applied while building it — and they double as a explanation of why certain design trade-offs were made:
- "Try not to reinvent the wheel. At the same time, improve." — reuse existing CDISC models and terminology wherever sensible, rather than starting from a blank page.
- "Do not recreate the paper world." — the model should represent the underlying facts a protocol conveys, not literally mirror a Word document's formatting and structure.
- "The model should represent a complete protocol, not a partially completed one." — implementers building tooling for in-progress protocols can relax constraints themselves, but the model's baseline should describe a finished design.
- "Keep the approach simple at the start; iterate, learn, and add complexity as it is understood." — which is exactly why USDM has gone through four major versions rather than trying to be complete on day one.
Why the timing mattered: USDM and ICH M11 developed in parallel
One detail that's easy to miss: USDM and ICH M11 were not sequential — USDM did not wait for M11 to finish, and M11 did not wait for USDM. Both evolved together, with each public draft of one informing revisions of the other. ICH M11 was released for public consultation in September 2022, roughly the same window USDM Phase 2 (API and terminology) began. This is why USDM's Implementation Guide is candid that its M11 alignment was a moving target across versions — see USDM Version 4.0 Explained for exactly how that played out release by release.
Frequently asked questions
When did USDM start?
The Digital Data Flow (DDF) initiative began with a TransCelerate hackathon in March/April 2020, following a 2019 webinar. USDM Phase 1 development formally started in July 2021, and USDM v1 was released in July 2023.
What triggered the project?
The industry recognized that protocol information was recreated by hand at every stage of a trial's lifecycle — EDC build, CTMS, IRT, regulatory registries, SDTM programming — despite all of those steps needing the same underlying facts about arms, visits, and assessments.
Is USDM connected to ICH M11?
Yes, closely. ICH M11 defines the CeSHarP (Clinical electronic Structured Harmonised Protocol) template and guideline for how a protocol document should be organized. USDM v4.0 was deliberately aligned to cover the full breadth of the ICH M11 template so a USDM study can populate an M11-conformant protocol.
What is the Study Definitions Repository (SDR)?
The SDR is TransCelerate's reference implementation — a system designed to store and serve USDM-conformant study definitions, demonstrating that the model works as a real, queryable repository rather than just a paper specification.