Skip to main content
v2026.11,610 entries · CC-BY 4.0
Dictionary termTrack Proposedv2026.1

Study Data Tabulation Model (SDTM)

The Study Data Tabulation Model (SDTM) is a CDISC foundational standard that defines a standard structure for organizing clinical trial data into a set of named, model-conformant domain datasets (e.g. DM, AE, VS) for submission to regulatory authorities such as the FDA and Japan's PMDA. A dataset counts as SDTM-conformant when its observations are classified into one of SDTM's general observation classes (Interventions, Events, Findings, or Findings About), each variable maps to a controlled SDTM domain/variable name, and the dataset is accompanied by a define.xml metadata file describing its structure. SDTM governs the submission-ready tabulation format, not how data is collected at the site (that is CDASH) and not the software used to capture it (that is EDC).

ByCASRAI Editorial Board
· Last updated 23 Jul 2026

Ask about Study Data Tabulation Model (SDTM)

Answers are drawn from this dictionary entry and the rest of the CASRAI corpus, with a link to every source.

Answers are AI-generated from CASRAI’s own published pages and can be wrong, so check the linked sources before relying on one; your question is logged without personal data — never sold, never used to train a third-party model — to show us what CASRAI is missing, so please do not type personal or confidential details. How we use this

Examples

Worked examples

  • Is an instance

    The AE (Adverse Events) domain tabulates every adverse event across a trial in a standardized row/column structure with MedDRA-coded terms, ready for regulatory review.

  • Is an instance

    The DM (Demographics) domain is the required top-level SDTM dataset every other domain links back to via a common subject identifier.

Counter-examples

Looks similar, but isn't

  • Not an instance

    A site's raw EDC export in its native visit/form layout is not SDTM until it has been mapped into standard domains and observation classes for submission.

Editorial commentary

The Study Data Tabulation Model (SDTM) is one of the foundational data standards published by CDISC (Clinical Data Interchange Standards Consortium). It defines how clinical trial data must be structured and named once a study is complete, so that the resulting datasets can be submitted to a regulatory authority — principally the U.S. FDA and Japan’s PMDA — in a consistent, machine-readable tabulation format. SDTM is a data structure standard: it specifies how information already collected during a trial should be organized for submission, not how that information is collected in the first place.

What Makes a Dataset “SDTM” (Operational Definition)

A dataset is SDTM-conformant when it satisfies three things:

  • General observation class. Every SDTM domain is built on one of a small number of general observation classes — Interventions (what was administered to the subject, e.g. study treatment or concomitant medications), Events (things that happened to the subject, e.g. adverse events, medical history), and Findings / Findings About (observations or measurements made about the subject, e.g. lab results, vital signs, ECGs). Deciding which class a given piece of collected data belongs to is the key modeling decision in building an SDTM dataset.
  • Standard domains and controlled terminology. Each topic area is represented as a two-letter domain with a standard variable naming convention — for example DM (Demographics), AE (Adverse Events), VS (Vital Signs), CM (Concomitant Medications), and LB (Laboratory Test Results). Most submissions are built against the SDTM Implementation Guide (SDTMIG), which applies the abstract SDTM model to these concrete, ready-to-use domain specifications; CDISC versions the model and its implementation guide together, and each SDTMIG release references the specific SDTM model version it implements.
  • Accompanying metadata. A submitted SDTM dataset is packaged with a define.xml file that documents its metadata — variable definitions, controlled terminology, and derivations — so a reviewer can trace exactly how each value was produced.

Why It Exists: Regulatory Submission

FDA’s Study Data Technical Conformance Guide specifies SDTM (along with ADaM for analysis-ready data and a define.xml metadata file) as the required format for standardized study data submitted to CDER and CBER. PMDA in Japan has adopted an equivalent requirement. Before SDTM existed, every sponsor tabulated trial data in its own layout, and regulatory reviewers had to relearn a new data structure with every submission. A common tabulation format lets reviewers, and their own automated review tools, work with data from any sponsor the same way.

Worked Examples

  • Adverse event reporting. Every adverse event recorded across a trial is tabulated in the AE domain, one row per event per subject, with standardized variables for the reported term, its MedDRA-coded preferred term, severity, seriousness, start/end dates, and causality assessment — regardless of which site or country collected the underlying data.
  • Demographics. The DM domain is the required top-level domain for every SDTM submission: one row per subject, with standard variables for age, sex, race, and treatment arm assignment, that every other domain dataset links back to via a common subject identifier.

Counter-Example

A site’s raw electronic case report form (eCRF) export — the row/column layout a study’s EDC system uses internally to store what was entered at the point of data entry — is not SDTM. It typically reflects how the data was collected (organized by visit or form), not the standardized domain/observation-class structure SDTM requires for submission. Converting a raw eCRF export into SDTM domains is itself a distinct, standards-driven step in the data management workflow, commonly referred to as SDTM mapping or transformation.

SDTM vs. CDASH vs. EDC

These three terms are frequently confused because they all sit in the same clinical-data workflow, but each governs a different stage:

  • CDASH (Clinical Data Acquisition Standards Harmonization) is CDISC’s companion standard for the collection stage — it provides standardized data collection fields and case report form content designed to map cleanly forward into SDTM domains later. CDASH governs what you ask; SDTM governs how the answers are tabulated for submission.
  • Electronic Data Capture (EDC) is the software system sites actually use to enter and store trial data during the study. EDC is a technology; SDTM and CDASH are data-content standards. An EDC system may be configured to collect data in CDASH-aligned fields, and its export is later transformed into SDTM domains for submission — but EDC itself defines neither the collection fields nor the submission structure.

Related Terms

See also Electronic Data Capture (EDC) and Good Clinical Data Management Practices (GCDMP). For the broader clinical data management workflow SDTM fits into, including CDMS, CTMS, and eTMF, see the CASRAI guides on clinical data management tools and data management planning for clinical trials.

Machine-readable encodings

Use in your systems

JATS XML <role> element
xml
<role vocab="credit"
      vocab-identifier="https://casrai.org/dictionary/"
      vocab-term="Study Data Tabulation Model (SDTM)"
      vocab-term-identifier="https://casrai.org/dictionary/term/study-data-tabulation-model-sdtm" />
Schema.org DefinedTerm (JSON-LD)
json
{
  "@context": "https://schema.org",
  "@type": "DefinedTerm",
  "@id": "https://casrai.org/dictionary/term/study-data-tabulation-model-sdtm",
  "name": "Study Data Tabulation Model (SDTM)",
  "identifier": "https://casrai.org/dictionary/term/study-data-tabulation-model-sdtm",
  "description": "The Study Data Tabulation Model (SDTM) is a CDISC foundational standard that defines a standard structure for organizing clinical trial data into a set of named, model-conformant domain datasets (e.g. DM, AE, VS) for submission to regulatory authorities such as the FDA and Japan's PMDA. A dataset counts as SDTM-conformant when its observations are classified into one of SDTM's general observation classes (Interventions, Events, Findings, or Findings About), each variable maps to a controlled SDTM domain/variable name, and the dataset is accompanied by a define.xml metadata file describing its structure. SDTM governs the submission-ready tabulation format, not how data is collected at the site (that is CDASH) and not the software used to capture it (that is EDC).",
  "inDefinedTermSet": "https://casrai.org/dictionary/domain/clinical-research#set",
  "url": "https://casrai.org/dictionary/term/study-data-tabulation-model-sdtm",
  "sameAs": [],
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "publisher": {
    "@id": "https://casrai.org/#organization"
  },
  "dateModified": "2026-07-23T04:56:05",
  "inLanguage": "en"
}

Referenced across the research world

University of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logoUniversity of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logo
  • University of Cambridge logo
  • Columbia University logo
  • Crossref logo
  • University of Edinburgh logo
  • Harvard University logo
  • University of Oxford logo
  • Princeton University logo
  • Stanford School of Medicine logo
  • University College London logo
  • ORCID logo

View CASRAI adoption →