Educational content only. Always follow the approved protocol, sponsor SOPs, applicable regulations, and local requirements.

Resources
Article·13 June 2026·7 min read·Last reviewed Jun 2026

How to Implement CDASH in a Clinical Database: An 8-Step Evidence-Chain Guide

A practical evidence-chain guide for CDMs, EDC builders, sponsors, and QA teams - covering all 8 steps from protocol review to go-live approval, with real examples, traceability tables, and clear definitions of done.

ICH GCP E6(R2)FDAEMACDISC Standards
How to Implement CDASH in a Clinical Database: An 8-Step Evidence-Chain Guide — 1 of 10
1.0×
1 / 10

Introduction

CDASH implementation is not about making an EDC screen look compliant - it is about building a traceable evidence chain from protocol requirements through to regulatory submission. A database that appears clean on the surface can still fail a regulatory review if the data collection structure cannot be mapped forward to SDTM without assumptions.

This guide covers the complete 8-step process for implementing CDASH-aligned data collection in a clinical trial database, grounded in CDISC standards and GCP-compliant data governance. All CDASH references align with CDASHIG v2.1 unless otherwise noted. Throughout this guide, we use the HR-before-PK collection requirement as a worked example that runs through all 8 steps.

What Proves a Database is CDASH-Aligned?

A database is not CDASH-aligned simply because the screens look good. The evidence package must prove traceability at every layer:

Evidence DocumentWhat It Proves
Protocol-to-eCRF MatrixEvery protocol-required data point is mapped to a form and field
eCRF SpecificationDefines each form's fields, data type, edit check logic, and collection behaviour
CDASH/SDTM TrackerShows how each eCRF variable maps to a CDASH concept and expected SDTM domain
CT Review LogDocuments controlled terminology values, version, approved labels, and NCI EVS support
UAT Test Case EvidencePositive, negative, role-based, and timing tests are passed and documented
Edit Check + UAT EvidenceAll edit checks are tested and audit trail captures change
Export + aCRF ReviewExport variable names and labels are understandable; aCRF is reviewed
Non-CDASH Justification LogJustifies any field that deviates from CDASH collection pattern
Go-Live Approval MemoFormal sign-off confirming readiness decision

Key takeaway: CDASH alignment is proven by the evidence chain behind the form - not by how clean the form looks.

Step 1 - Review Protocol and Schedule of Activities

Start with what the protocol requires - not with the EDC screen.

The most common CDM error at the start of a study is opening the EDC builder before completing a thorough protocol read. Every data collection requirement must be derived from the protocol and Schedule of Activities (SOA), not inferred from a prior study template.

Read Protocol Language First

Look for explicit data requirements covering: inclusion/exclusion criteria, safety data (AEs, vitals, labs, ConMeds), efficacy endpoints, visit and assessment windows, and PK requirements including timing relationships and collection windows.

Example: If the protocol states "Heart Rate must be collected 5–7 minutes before the post-dose PK blood draw," that timing relationship is a CDM requirement - not optional field metadata.

RequirementFormCriticalityEvidence
HR 5–7 min before PKVital SignsSafety/timingProtocol-to-eCRF Matrix
PK draw timePK CollectionEndpoint supportCross-form timing check
Unit expectedVital SignsData qualityCT/unit review

Do: Document every protocol-required data point before build begins.
Do not: Assume the form list is complete just because the SOA has been reviewed - requirements are embedded throughout the protocol body text.

Step 2 - Create the eCRF Matrix

Map each requirement to a form, field, visit, source, and evidence owner.

The eCRF Matrix is the master traceability document for the study. Every protocol-required clinical data point must appear in the matrix with no gaps and no undocumented assumptions.

Protocol/SOA ItemeCRF FormField(s)Evidence Owner
HR 5–7 min before post-dose PKVital SignsHR result, unit, date, timeLead CDM
PK reference timePK CollectionPK Draw date/timeBioanalytical/CDM
Timing confirmationCross-form logicHR time vs PK timeEDC Builder

Definition of Done: No protocol-required clinical data point is unmapped without documented justification. Every row must have: Matrix approved + Owner assigned + Evidence identified.

Step 3 - Design Forms

Structure data by domain. Separate result, unit, date, time, and status fields.

Weak collection: "Blood pressure: 120/80 mmHg" - single mixed field, cannot be split for SDTM.
CDASH-aligned: Systolic BP = 120 | Diastolic BP = 80 | Unit = mmHg - three separate, discrete, exportable fields.

Field LabelField TypeWhy It Matters
HR ResultNumericAllows range checks and trend review
HR UnitDropdownControls units, e.g. beats/min
HR Date/TimeDate + TimeProves timing relative to PK
Related PK TimepointDropdown/LinkSupports cross-form timing review

Step 4 - Map to CDASHIG and SDTMIG

Create traceability from eCRF fields to collection standards and expected submission structure.

eCRF FieldCDASH/Collection ConceptSDTM TraceabilityArtifact
HR ResultCollect numeric resultVSORRES / VSSTRRESNMapping tracker
HR UnitControlled unit valueVSORRESU / VSSTRESUCT review log
HR Date/TimeTiming evidenceVSDTCMapping note
PK LinkTiming relationshipSupplemental Qualifier (SUPPQS) if no standard SDTM variable existsMapping note

Note on Supplemental Qualifiers: Variables that do not fit a standard SDTM domain are captured in a Supplemental Qualifiers dataset (SUPPQS). This must be planned at build - variables requiring SUPPQS treatment cannot be retrofitted cleanly post-collection and create Define-XML complexity.

Step 5 - Control Terminology

Standardise dropdowns, units, and coded values before go-live.

Common failure pattern: One form uses Yes/No, another uses Y/N, a third uses True/False - creating systematic transformation work at submission and mapping risk in Define-XML.

For each controlled terminology list, document: source (CDISC CT, NCI EVS, or sponsor-defined), version and approval date, approved values list, and owner. CDISC CT is updated quarterly - confirm the version approved for your study at the time of build and record it in your CT Review Log.

Step 6 - Build Edit Checks and UAT

Convert protocol rules into edit checks and test both valid and invalid cases.

Edit check example: IF HR collection time is NOT 5–7 minutes before the assigned PK draw time, THEN trigger query.

ScenarioInput ExampleExpected Result
Valid timingPK 10:00, HR 09:54Pass
Too earlyPK 10:00, HR 09:40Query
Too latePK 10:00, HR 09:58Query
Missing timeHR result entered, HR time blankQuery
Role/audit trailSite corrects HR timeAudit trail captures change

Definition of Done: Positive, negative, role-based, timing, and audit-trail tests are passed or documented. All UAT execution must be performed in a validated environment using documented, approved test scripts - informal or ad hoc testing does not satisfy UAT requirements under GCP.

Step 7 - Review the Export

Check the exported data - not just the EDC screen.

Red flag export: Column headers like Q1, Q2, DATE3 - variable names and labels do not preserve meaning. A programmer cannot map these to SDTM without additional documentation.

Traceable export: HR Result | Unit | HR DateTime - meaning is preserved for review, mapping, and traceability.

The Define-XML is generated from the aCRF variable metadata - variable names, labels, data types, and controlled terminology lists in the export directly determine the quality of the Define-XML that accompanies the submission package.

Export review checklist: Variable names and labels are understandable without a data dictionary · Units, dates, times, and coded values export correctly · Repeating forms and timepoints are identifiable · aCRF and Define-XML readiness is considered · Programmer can map without assumptions.

Step 8 - Approve Go-Live

Go-live is an evidence decision - not only a database build decision.

Before go-live: 100% Matrix complete · 0 critical gaps open · PASS on UAT and export review.

Go-live approval requires sign-off from the Lead CDM, Sponsor Data Management Representative, and QA - not just the EDC builder or project CDM. The approval memo documents that all evidence has been reviewed and accepted, and it becomes part of the trial master file.

Evidence package for go-live: Protocol-to-eCRF Matrix · eCRF Specification · CDASH/SDTM Tracker · CT Review Log · Edit Check + UAT Evidence · Export + aCRF Review · Non-CDASH Justification Log · Go-Live Approval Memo.

Key takeaway: A CDASH-aligned database is not proven by how clean the EDC screen looks. It is proven by the evidence chain behind the form.

0 views·0 likes·
Share
cdashcdiscedcclinical-data-managementsdtmregulatorydatabase-build

About the Author

NG

Neel Gajjar

CCDM®

Clinical Data Manager II

Clinical Data Manager specialising in EDC systems, CDISC standards, and GCP-compliant data governance. Creator of the Clinical Research Learning Hub — a platform built to make rigorous clinical research education accessible to every professional in the field.

Connect on LinkedIn

All content is expert-written and SME-reviewed. Regulatory references are verified against current ICH GCP E6(R2), FDA, and EMA guidance.

Comments

Leave a comment

Comments are reviewed before appearing.0/2000