Machine-readable clinical trial protocol data connected to downstream clinical systems
    Clinical Data Standards

    How to Implement USDM for Digital Clinical Trial Protocols

    Kitsa Editorial Team
    Back to Blog
    Contents

    Introduction

    On November 19, 2025, the International Council for Harmonisation (ICH) endorsed M11, the first internationally harmonized template and technical specification for clinical trial protocol content, at Step 4 [1]. ICH itself sets no domestic law, so the FDA and EMA each still had to adopt the guideline into their own regulatory practice on separate timelines: the FDA published a draft technical specification and template in June 2025 [3] and its final guidance in May 2026 [2], while the EMA adopted the guideline domestically in December 2025 [4]. One harmonized standard, three institutions moving at three different speeds.

    ICH M11's technical specification already goes further than a plain-language template. It catalogs hundreds of individually defined data elements, each tied to a code, a controlled value list, and a conformance requirement, so that protocol content can, in principle, be exchanged electronically rather than only read as prose [10]. What the specification does not provide is an implementation-ready study-definition logical model or API, something a piece of software can build directly against without an intermediate translation step. It defines what the structured content of a protocol should contain, not the executable model a system needs to ingest it. That second problem, turning M11-conformant content into something an EDC build, a CTMS site record, or a registry submission can actually consume, is what CDISC's Unified Study Definitions Model (USDM) was built to solve. For sponsors and CROs trying to figure out what "digital protocol" actually requires of their systems and staff, USDM is the piece that turns a harmonized template's data elements into a logical model and an API that software can implement.

    The three names sponsors run into, ICH M11, USDM, and DDF, describe different layers of the same effort rather than competing standards:

    ICH M11, USDM, and DDF comparison

    ICH M11 (CeSHarP)

    What it is
    A harmonized protocol template and technical specification defining what data elements a protocol should contain
    Who owns it
    International Council for Harmonisation, adopted domestically by FDA and EMA
    Current status
    Step 4 endorsed November 2025; FDA final guidance May 2026; EMA adopted December 2025 [1, 2, 4]

    USDM

    What it is
    The logical data model, API, and conformance rules that make protocol content machine-readable and software-implementable
    Who owns it
    CDISC, developed with TransCelerate
    Current status
    v4.0, released June 2025 [5]

    Digital Data Flow (DDF)

    What it is
    The overall multi-year initiative and governance program under which USDM and M11 alignment were developed
    Who owns it
    CDISC and TransCelerate jointly
    Current status
    Phase 4 complete; Phase 5 scoping [5, 6]

    How ICH M11, USDM, and Digital Data Flow fit together

    Layer 1

    ICH M11 (CeSHarP)

    Defines what structured protocol content should contain

    Harmonized protocol templateTechnical specificationDefined data elements
    Layer 2

    CDISC USDM

    Defines how study design content is represented as machine-readable data

    Logical data modelREST APIControlled terminologyConformance rules
    Layer 3

    Digital Data Flow (DDF)

    Industry initiative supporting development, alignment, and adoption

    CDISC + TransCelerate

    M11 defines the structured protocol content. USDM provides the implementable data model. DDF is the broader initiative supporting their alignment and adoption.

    Why This Topic Matters in Clinical Trials

    Most protocols today are still documents, not data. TransCelerate reports, in its own account of its Digital Data Flow (DDF) initiative, that roughly 90% of clinical trial protocols exist only as unstructured text, meaning every downstream system, the EDC, the CTMS, the statistical analysis plan, has to be built or configured by someone reading that document and re-entering its content by hand [7]. That figure comes from the organization running the initiative, not from an independent audit, but it is consistent with the operational gap TransCelerate describes elsewhere: an average four-month lag between protocol approval and study initiation, which it attributes largely to this manual re-entry and reconciliation [6].

    The operational case for structured protocols

    ~90%

    Clinical trial protocols reported by TransCelerate as still existing as unstructured text [7].

    TransCelerate-reported figure

    4 months

    Average lag between protocol approval and study initiation attributed largely to manual re-entry and reconciliation [6].

    $535,000

    Median direct cost of a substantial Phase III protocol amendment in the cited 2016 Tufts CSDD analysis [8].

    The financial stakes compound once a protocol changes, a problem Kitsa has examined in detail elsewhere. A 2016 Tufts Center for the Study of Drug Development analysis of 836 Phase I through IV protocols across 15 sponsor and CRO organizations found that 57% had at least one substantial amendment, and roughly 45% of those amendments were judged preventable through better upfront design [8]. The same analysis put the median direct cost of a substantial Phase II amendment at $141,000 and a Phase III amendment at $535,000, figures that exclude the indirect cost of delayed enrollment [8]. The dataset is nearly a decade old and trial complexity has likely shifted since, but it remains the most frequently cited benchmark in the industry for what an amendment actually costs. Every one of those amendments still has to propagate, by hand in most organizations, into the EDC, the informed consent form, the site training materials, and the regulatory submission, a chain Kitsa has mapped document by document. A structured protocol does not eliminate amendments, but it changes what happens after one is approved: once the receiving systems are integrated, mapped, and validated to consume USDM output, a single data model update can cascade to each of them instead of triggering a fresh round of manual re-transcription.

    TransCelerate says its 20 member companies collectively invest $125 billion a year in R&D, and the organization has treated protocol digitization as enough of a priority to fund CDISC's development of USDM directly and to convene "DDF: Mission Possible!" events that it reports drew record attendance in September 2025 [7]. Those figures are self-reported by TransCelerate rather than independently verified, but the sustained, multi-sponsor funding behind USDM's development is itself a signal that this is not a niche standards exercise. It is infrastructure the largest trial sponsors are betting on.

    Current Evidence and Research Landscape

    USDM did not appear fully formed. CDISC and TransCelerate built it in five overlapping phases: a reference architecture from July 2021 to July 2022, biomedical concepts and protocol templates from September 2022 to July 2023, alignment with the then-draft ICH M11 template and support for complex study designs from August 2023 to April 2024, and a refinement phase running through May 2025 that finalized conformance rules and DDF's own alignment work ahead of ICH M11's eventual Step 4 endorsement that November [5]. A fifth phase is now being scoped.

    Each phase produced a numbered release, and the conformance rules for a version typically finalize on a later timeline than the version itself, with the fully machine-executable CORE rule engine trailing further still. Version 1.0 shipped in August 2022, version 2.0 in June 2023, and version 3.0 in April 2024, with its conformance rule specifications finalized that December, eight months after the model itself. Version 4.0, the current release, came out in June 2025 after a 30-day public review, and CDISC's own roadmap lists CORE, the executable rule engine that runs those specifications automatically, as still being integrated for versions 3.0 and 4.0 through December 2025 [5]. What ships in each version is not just a document. USDM is packaged as a logical data model expressed in UML, a RESTful API specification (currently built on OpenAPI 3.1.0, per CDISC's published API definition) [11], a set of controlled terminology code lists, an implementation guide with worked examples, a set of conformance rule specifications that machine-executable tooling can implement against, and a growing set of implementation handbooks addressing specific use cases such as trial design domains [5].

    The relationship between USDM and ICH M11 is close by design rather than by coincidence. As Applied Clinical Trials Online reported, CDISC has stated its intent to make "the next release of the USDM (R3) comprehensive enough to represent all or most of the final CeSHarP template" [9], meaning the sections and fields that ICH M11 defines for human-readable protocols are meant to map cleanly onto the data structures USDM defines for machine-readable ones. In practice, this gives sponsors two documents that are meant to converge rather than compete: M11 tells you what the protocol should say, USDM tells you how that content should be structured as data once it exists.

    Adoption still lags the standard's maturity. Despite four major releases and a finalized ICH template, TransCelerate's own communications put current unstructured-protocol prevalence at around 90% [7]. That gap between a mature specification and thin real-world adoption is the practical problem most of this article addresses.

    Operational Impact for Sponsors, CROs, and Sites

    Implementing USDM is not a single software purchase. It is a sequence of decisions that touches protocol authoring, data standards governance, and the systems that consume protocol content downstream.

    The first decision is where USDM enters the authoring workflow. Some organizations retrofit their existing Common Protocol Template (CPT) documents by mapping each section to the corresponding USDM data element, using the implementation guide as a translation key. Others adopt an authoring tool that generates USDM-conformant output natively, so the structured representation exists from the first draft rather than being extracted after the fact. Applied Clinical Trials Online identifies content reuse, structured automation of elements like the Schedule of Activities for EDC configuration, and analytics-driven design decisions about patient burden and feasibility as the three functional payoffs organizations are pursuing, in roughly that order of maturity [9].

    The second decision is validation. Because a USDM instance can function as the authoritative record feeding regulated systems, not just a transactional working file, it typically needs to be validated to the same standard as any other GxP system input. That is a heavier lift than it sounds, and it is the barrier Applied Clinical Trials Online cites most often: proving that a structured protocol representation is fit to serve as an official record, not merely a convenient intermediate format [9].

    The third and most persistent operational challenge is version control. Multinational trials routinely run several protocol versions concurrently, with country-specific amendments layered on top of a global baseline. A structured data model does not remove that complexity; it makes the complexity explicit and, if the tooling is built for it, traceable. Sites and monitors working across jurisdictions still need to know which version applies where, and USDM's conformance rules can check programmatically whether a given country amendment is structurally consistent with the global protocol's data model, for instance that a country-specific visit still maps to a defined study arm. That check catches a modeling error a reviewer might miss, but it is not a substitute for the governance and workflow controls that decide whether a country amendment is substantively appropriate in the first place.

    A practical implementation sequence

    A practical implementation sequence, built from how the DDF phases above were staged and from the barriers Applied Clinical Trials Online and CDISC describe, would move from governance to pilot to scale rather than attempting a full cutover at once:

    A practical path from protocol documents to USDM

    Governance -> Mapping -> Pilot -> Integration -> Validation -> Scale -> Measurement
    01

    Assign an owner

    Governance

    02

    Inventory templates against USDM

    Mapping

    03

    Pick a low-complexity pilot

    Pilot

    04

    Choose one downstream integration

    Integration

    05

    Define the validation approach

    Validation

    06

    Extend to multi-country amendments

    Scale

    07

    Track a concrete success metric

    Measurement

    1. 1Assign an owner. Protocol digitization touches clinical operations, biometrics, regulatory affairs, and IT. Someone needs authority to make the sequencing calls below, or the effort stalls between departments.
    2. 2Inventory current templates against USDM's data elements. Map each section of the existing Common Protocol Template to its corresponding USDM logical data model element, using the implementation guide as the reference, and flag any content that has no clean mapping yet.
    3. 3Pick a low-complexity pilot study. A single-country, single-arm study exposes template and mapping gaps without the added burden of country-specific amendments or multi-region governance.
    4. 4Choose one downstream integration target first. Connecting USDM output to a single system, typically the EDC build or the CTMS site record, is enough to prove whether the automation case produces real time savings before committing further engineering effort.
    5. 5Define the validation approach before scaling. Decide, with quality and regulatory affairs, whether the USDM instance will serve as an authoritative record or a working file, since that decision determines how much validation rigor the surrounding systems need.
    6. 6Extend to multi-country amendment tracking last. Concurrent, jurisdiction-specific protocol versions are the hardest case to automate correctly, so they belong at the end of a pilot program, not the start.
    7. 7Track a concrete success metric. Amendment turnaround time, the number of manual re-entry steps eliminated, the rate of discrepancies caught between the protocol and downstream systems, and any findings from validation testing all give the pilot something measurable to report before asking for budget to scale further.

    One USDM study definition, multiple downstream systems

    USDM-Structured Protocol
    Study designEligibility criteriaSchedule of ActivitiesArms and epochsObjectivesStructured protocol elements
    Conformance + Validation + Version Control

    EDC

    Study build and configuration

    CTMS

    Site and study operations

    IRT

    Randomization and trial supply

    Regulatory Documents

    Protocol and related documents

    Statistical Programming

    Downstream study definitions

    Trial Registries

    Structured study information

    USDM does not make downstream propagation automatic by itself. Receiving systems must be integrated, mapped, and validated to consume USDM output.

    Regulatory and Documentation Considerations

    The regulatory picture is more fragmented than a single "the standard is final" headline suggests. ICH M11 reached Step 4, meaning full endorsement by the ICH Assembly's regulatory members, on November 19, 2025 [1]. Step 4 is not the end of the process. Each region still has to adopt the guideline domestically at what ICH calls Step 5. The EMA did so in December 2025 [4]. The FDA published its final guidance document, template, and technical specification in the Federal Register on May 22, 2026, describing the package as intended to create "an internationally harmonized standard for the content and exchange of clinical trial protocol information" [2].

    None of this is binding in the way a regulation is binding. FDA guidance documents, including this one, explicitly describe the agency's recommendations rather than legally enforceable requirements, and sponsors can still justify an alternative approach if they can support it. What has changed is the default. Before M11, there was no internationally recognized protocol template at all, only sponsor-specific and CRO-specific formats. Now there is one, and the finalized technical specification behind it runs to hundreds of individually defined data elements covering everything from eligibility criteria to statistical analysis parameters, each element marked as required, conditional, or optional [2, 10]. (The FDA's June 2025 notice cited earlier [3] was the draft version of this same package; the specification content referenced here is the Step 4 final published in November 2025 and carried into the FDA's own final guidance in May 2026 [2, 10].)

    For documentation teams, the practical consequence is that protocol authoring guidelines, SOPs, and template libraries need a review cycle of their own. A protocol written to the ICH M11 template but never represented in USDM still leaves every downstream system dependent on manual transcription. A protocol represented in USDM but not aligned to the M11 section structure risks a mismatch when it comes time to render the human-readable document regulators actually read. Getting the sequencing right, template first or data model first, depends on which systems an organization is trying to connect and how much legacy protocol content it needs to migrate.

    AI and Automation Perspective

    Structured protocol data is a precondition for most of the AI applications clinical teams are exploring in protocol development, not a byproduct of them. A large language model asked to check a protocol for internal consistency, flag a mismatch between the eligibility criteria and the Schedule of Activities, or draft a country-specific amendment, has an easier task against a USDM-structured source than against free text, because the model can be pointed at discrete, labeled data elements instead of inferring structure from prose. That is a reasonable expectation based on how the elements are labeled and organized, not a measured performance result, since no published study has benchmarked LLM accuracy on USDM-structured protocols specifically.

    That advantage comes with real limits. USDM's conformance rules can catch a structural inconsistency, such as a visit referenced in the Schedule of Activities that has no corresponding study arm, but they validate model and structural consistency only. They say nothing about whether a dosing regimen is clinically appropriate, whether an eligibility criterion will exclude too many eligible patients, or whether a protocol is otherwise ready for regulatory submission. Those remain expert judgments a conformance check cannot substitute for. Any automation layered on top of a USDM-structured protocol still needs a qualified reviewer in the loop before content reaches a regulatory submission or an EDC build, and any validated system touching that data needs the same change control discipline any other GxP tool requires. The standard makes automation technically possible. It does not make human review optional.

    How Kitsa Fits Into This Problem

    Kitsa built KScribe as a platform for generating protocols and related regulatory documents (ICFs, IBs, DSURs, CSRs), designed to help with cross-document consistency checks, aimed at the same underlying problem USDM addresses: a change in one document should propagate correctly to the others that depend on it, rather than requiring someone to re-check each one by hand. As sponsors move toward USDM-conformant authoring, this is the kind of design description worth stating plainly rather than treating as a settled outcome. Tools that generate and validate protocol content against a structured data model, instead of treating the protocol as an isolated Word document, are the connective layer a finalized standard still needs before it changes anyone's daily workflow.

    Sponsor governance is only half of that equation. USDM adoption also depends on whether the authoring, EDC, and CTMS vendors a sponsor already uses can accept USDM-conformant input at all, which is a procurement and vendor-roadmap question as much as an internal process one.

    Key Takeaways

    • USDM is CDISC's data model for representing clinical trial protocols as structured, machine-readable content, developed jointly with TransCelerate under the Digital Data Flow initiative and now at version 4.0, released in June 2025 [5].
    • ICH M11 reached Step 4 international endorsement on November 19, 2025, giving the industry its first harmonized protocol template, but regional adoption is proceeding on separate timelines: the EMA in December 2025 and the FDA's final guidance in May 2026 [1, 2, 4].
    • CDISC has stated that USDM releases are intended to represent the ICH M11 template comprehensively, so the two standards are designed to converge rather than compete [9].
    • TransCelerate reports that roughly 90% of protocols are still unstructured documents despite four USDM releases, suggesting implementation, not standard maturity, is the current bottleneck [7].
    • A 2016 Tufts CSDD analysis found 57% of protocols had a substantial amendment, at a median cost of $141,000 for Phase II and $535,000 for Phase III, underscoring what structured, propagatable protocol data could save downstream [8].
    • Validating a USDM instance as an authoritative record, not just a working file, and managing concurrent multi-country amendment versions are the two operational barriers cited most often [9].
    • None of the current guidance is legally binding; FDA and EMA documents describe recommendations, which gives sponsors room to phase in USDM adoption rather than treat it as a hard deadline [2].

    FAQ

    What is USDM in clinical trials?

    USDM, the Unified Study Definitions Model, is a CDISC data standard that represents a clinical trial protocol's content, such as study design, eligibility criteria, and the Schedule of Activities, as structured, machine-readable data rather than as a static document [5].

    Is USDM the same thing as ICH M11?

    No. ICH M11 (CeSHarP) is a template and technical specification for how a human-readable protocol document should be organized and formatted [1]. USDM is the data model for representing that same protocol content in a structured, software-readable form. CDISC has said it intends USDM to be able to represent the M11 template's content [9].

    Is implementing USDM mandatory for sponsors?

    Not currently. ICH M11 has been endorsed internationally, and the FDA and EMA have each adopted it domestically, but the associated guidance documents describe recommendations rather than binding legal requirements [2, 4].

    What is the current version of USDM?

    USDM v4.0, released in June 2025 following a 30-day public review, is the current version. It followed v1.0 (August 2022), v2.0 (June 2023), and v3.0 (April 2024) [5].

    What does a sponsor actually need to start implementing USDM?

    At minimum, a mapping between the organization's existing protocol template and the USDM logical data model, an authoring or conversion process that can produce USDM-conformant output, and a plan for connecting that output to at least one downstream system, such as an EDC build, to validate the automation case before scaling further.

    Does USDM reduce the cost of protocol amendments?

    USDM does not reduce how often amendments happen, but it changes how an approved change propagates, provided the receiving systems are already integrated and validated to consume USDM output. Instead of manually re-transcribing an amendment into the EDC, informed consent forms, and site materials, a structured protocol can let a single data update flow into each connected system, which is the efficiency gain TransCelerate has cited as the initiative's core rationale [6]. Without that upfront integration work, a USDM instance is just a well-organized file sitting next to the same manual processes.

    References

    1. [1]International Council for Harmonisation. "M11 Guideline: Clinical Electronic Structured Harmonised Protocol (CeSHarP)." Step 4 final document, adopted by the Regulatory Members of the ICH Assembly, November 19, 2025. https://database.ich.org/sites/default/files/ICH_Step4_M11_Final_Guideline_2025_1119.pdf
    2. [2]U.S. Food and Drug Administration. "M11 Clinical Electronic Structured Harmonised Protocol (CeSHarP); International Council for Harmonisation; Guidance for Industry; Availability." Federal Register, May 22, 2026. https://www.federalregister.gov/documents/2026/05/22/2026-10295/m11-clinical-electronic-structured-harmonised-protocol-cesharp-international-council-for
    3. [3]U.S. Food and Drug Administration. "M11 Technical Specification: Clinical Electronic Structured Harmonised Protocol; International Council for Harmonisation; Draft Technical Specification; and Template; Availability." Federal Register, June 6, 2025. https://www.federalregister.gov/documents/2025/06/06/2025-10359/m11-technical-specification-clinical-electronic-structured-harmonised-protocol-international-council
    4. [4]European Medicines Agency. "ICH M11 Guideline, Clinical Study Protocol Template and Technical Specifications - Scientific Guideline." First published December 15, 2025. https://www.ema.europa.eu/en/ich-m11-guideline-clinical-study-protocol-template-technical-specifications-scientific-guideline
    5. [5]Clinical Data Interchange Standards Consortium. "Digital Data Flow (DDF) for Clinical Trial Protocols." CDISC. https://www.cdisc.org/ddf
    6. [6]TransCelerate BioPharma Inc. "Digital Data Flow." https://www.transceleratebiopharmainc.com/initiatives/digital-data-flow/
    7. [7]TransCelerate BioPharma Inc. "TransCelerate Advances Industrywide Shift To Digital Protocols." PR Newswire, October 8, 2025. https://www.prnewswire.com/news-releases/transcelerate-advances-industrywide-shift-to-digital-protocols-302577913.html
    8. [8]Getz, K.A., Stergiopoulos, S., Short, M., Surgeon, L., Krauss, R., Pretorius, S., Desmond J., Dunn, D. "The Impact of Protocol Amendments on Clinical Trial Performance and Cost." Therapeutic Innovation & Regulatory Science, 2016. https://journals.sagepub.com/doi/abs/10.1177/2168479016632271
    9. [9]Applied Clinical Trials Online. "Navigating Toward a Digital Clinical Trial Protocol." https://www.appliedclinicaltrialsonline.com/view/navigating-toward-a-digital-clinical-trial-protocol
    10. [10]International Council for Harmonisation. "M11 Technical Specification: Clinical Electronic Structured Harmonised Protocol (CeSHarP)." Step 4 final technical specification, November 19, 2025. https://database.ich.org/sites/default/files/ICH_Step4_M11_Final_TechnicalSpecification_2025_1119.pdf
    11. [11]Clinical Data Interchange Standards Consortium. "USDM API Specification (USDM_API.yaml)." cdisc-org/DDF-RA GitHub repository. https://github.com/cdisc-org/DDF-RA/blob/main/Deliverables/API/USDM_API.yaml