SlideShare a Scribd company logo
Post-Lock Data Flow:
From CRF to FDA
BenVaughn, MS, RAC
Principal Statistical Scientist
Broad Strokes of What Statisticians Do with
ClinicalTrial Data
Get data from data management
Do assorted “Stuff” with that data
MakeTables, Listings and Figures
TransferTables, Listings and Figures to MedicalWriting
A little more detail and some terms
-Step 1: EDC System Data
• Data exported from an EDC System is frequently called “raw”
data.
– Can contain superfluous variables (edit checks, audit
trails, etc.)
– Not very conducive to generating tables (form follows
function: typically parallels CRF pages)
– Documentation isn’t designed for an FDA reviewer as the
audience
– Datasets are highly variable from vendor to vendor and
from various EDC systems
– Generally speaking there is a 1:1 relationship; each data
point appears once and only once in the raw data
A little more detail and some terms
-Step 2: Analysis datasets
• Datasets generated from the raw data to facilitate the production
ofTables Listings and Figures are called “Analysis Datasets” (ADS)
– Any variables that must be derived are added: scoring of
instruments, determination of whether AEs are treatment
emergent, determination of baseline values and calculation of
change from baseline, etc.
– Key variables are merged onto all records: treatment codes,
covariates, study start and stop dates, age, gender, race, etc.
– Datasets might be split or combined into more logical groups;
many different patient reported outcomes might be in a single
dataset from DM, but have different analysis rules, and
therefore be split into multiples analysis datasets.
– Goal is to create datasets where most key points of information
on tables can be generated with one procedure
The Assorted “Stuff”
• Documentation is written for the raw EDC data to allow an
FDA reviewer to understand the source of each data point
• Analysis datasets (ADS) are generated using (SAS) programs
to transform the raw data into analysis datasets; these can be
rerun on new cuts of data
• Documentation is written for the ADS to allow an FDA
reviewer to understand the source of each variable/row and
how it maps from the raw data
• Did I mention documentation? FDA loves documentation.
But wait! Data standards
Electronic Standardized Study DataTimeline
(Fitzmartin, PhUSE 2014)
Data Standards, Cont.
• ALL data submitted to FDA for studies starting next year,
MUST conform to data standards (but sponsors should
already be doing it)
• These guidances are BINDING, refusal to file is possible if
they are not followed
• A draft guidance defines what the standards are: Study Data
Tabulation Model (SDTM) for the “raw” data andAnalysis
Data Model (ADaM) for the analysis datasets; this guidance is
actively reviewed and updated
• A sponsor may apply for a waiver, but FDA seems unlikely to
grant them
Data Standards: SDTM
• Extremely rigid format
• Anything can be mapped into this format, and there is a
standard for expanding it for things that don’t map well to an
existing pre-specified dataset
• Does not necessarily reflect the flow of a clinic visit or the
CRF design, which can make it difficult to implement directly
in an EDC system
• Some types of data there is no excuse not to get in SDTM
from the start (ex: central labs vendor should be able to
provide SDTM data)
• Standardized documentation (define.xml)
• Submitted to FDA in place of raw data
Data Standards: ADaM
• Typically uses SDTM as its source
• Somewhat less rigid than SDTM
• Fewer specified data structures (but expanding):
– ADSL (Subject- Level dataset; standard variables for
treatments, dates, sites, age, sex, race, populations
– ADAE (Adverse Events)
– ADTTE (Time to event)
– OCCDS (Occurrence Data Structure, generalization of ADAE for
things like Medical History and Concomitant Medications)
– BDS (Everything else)
• Standardized documentation (Define.xml or Define.pdf)
Data Standards: ADaM, cont.
Legacy data is frequently a “Wide” format…
Subject Visit DIABP SYSBP PULSE RESP WEIGHT HEIGHT BMI
DIABPB
L
SYSBP
BL
PULSEBL RESPBL WEIGHTB
L
HEIGHTBL BMIBL
DIABPCB
L
SYSBPCB
L
PULSEC
BL
RESPCB
L
WEIGHTCB
L
HEIGHTCB
L
BMICB
L
Data Standards: ADaM, cont.
Crammed onto one row:
Subjec
t
Visit DIABP SYSBP PULSE RESP WEIG
HT
HEIGH
T
BMI DIABP
BL
SYSBP
BL
PULSE
BL
RESPB
L
WEIG
HTBL
HEIGH
TBL
BMIBL DIABP
CBL
SYSBP
CBL
PULSE
CBL
RESPC
BL
WEIG
HTCBL
HEIGH
TCBL
BMICB
L
Data Standards: ADaM, cont.
SDTM and ADaM are “Tall, Skinny” formats
SUBJID AVISIT
N
PARAMCD AVAL BASE CHG
001 1 DIABP
001 1 SYSBP
001 1 PULSE
001 1 RESP
001 1 WEIGHT
001 1 HEIGHT
001 1 BMI
Data Standards: ADaM Advantages
• Huge efficiencies for table programming:
– You almost never need to look up variable names
– Programming code for one table can be altered to make a
similar table by just changing the dataset and parameters
• Standard documentation allows reviewers to easily
understand what is in each dataset, how it was derived and
which flags should be used to produce a particular display
• Data from multiple studies can be “Stacked” as long as things
like the parameter codes are uniform
Data Standards: ADaM Disadvantages
• Datasets are a bigger investment
• Completely fails where you need multiple outcomes on a
single row
• “Drill down” questions are problematic; can be created as
additional rows/ outcomes, but clinical reviewers are typically
interested in how they relate to the questions that triggered
the drill down
• Clinical reviewers almost always want “Wide” listings:
Everything collected at the same time point on a single row
(Transpose of the data is required)
CDASH: Related, but not required
• Clinical Data Acquisition Standards Harmonization (CDASH)
is a suite of standardized CRFs and variable names for the
data points collected in those forms
• Goes cleanly and uniformly into SDTM
• Saves time and money!
• Your study is no longer a unique snowflake
• It is likely that there will always be non-standard data
collected, so manual mapping will be required
Broad Strokes of What Statisticians Do
Get data from data management
Map “raw” data to SDTM and generate documentation
Map SDTM data to ADaM and generate documentation
MakeTables, Listings and Figures
TransferTables, Listings and Figures to MedicalWriting
NDA/BLA Submission
• An integrated analysis of safety and efficacy (ISS/ISE) will be
needed for nearly all NDAs and BLAs
• Many individual studies must be combined into an ISS/ISE
database
• Integrated data must be summarized in ISS/ISE post-text
tables
• This is distilled into the ISS/ISE text and sections 2.7.3 and
2.7.4 of the eCTD
Ideal Dataflow Process
CDASH CRF
data SDTM ADaM TLFs CSR
Study 2 ADS
Study …nADS
Study 3 ADS
ISS/
ISE
ADS
ISS
ISE
TLFs
ISS
ISE
All SDTM is created consistently; study analysis datasets are created
with uniform structures; all information can be cleanly and sequentially
linked back to the CRF data.
NDA
MoreTypical State of Data
CRF data SDTM
Study ADS
(ADaM)
TLFs CSR
(Some) Phase III studies
CRF data in Legacy Format Study ADS TLFs CSR
Phase I/II (III) studies
Assorted judgment calls with documentation of
varying quality
Considerations for Legacy Conversions
• FDA places an extremely high value on traceability and
reproducibility- this trumps any data standard
• SDTM conversion of legacy data is NOT required
• When converting legacy data to SDTM for submission (where
CSRs were generated off legacy data) FDA suggests
additionally submitting the legacy data
• FDA has not clearly indicated that it uses SDTM data in any
way for non-pivotal trials where the CSR relies on legacy data.
Suggested Integration and
Submission Approach
SDTM Study #1
Study ADS
(ADaM)
TLFs CSR
Legacy Study #1 Study ADS TLFs CSR
SDTM Study #2..n
Study ADS
(ADaM)
TLFs CSR
Legacy Study #2..n Study ADS TLFs CSR
Map study ADS into
uniform ADAM
ISS
ISE
TLFs
ISS
ISE
NDA
References
• SDTM and ADaM specs and implementation:
http://www.cdisc.org/
• Study Data Technical Conformance Guide:
http://www.fda.gov/downloads/ForIndustry/DataStandards/St
udyDataStandards/UCM384744.pdf
• eStudy Data Guidance:
http://www.fda.gov/downloads/Drugs/GuidanceComplianceR
egulatoryInformation/Guidances/UCM292334.pdf

More Related Content

What's hot (20)

PDF
Why ADaM for a statistician?
Kevin Lee
 
PPTX
SDTM Fnal Detail Training
VasantRaghuraman
 
PPTX
Presentation on CDISC- SDTM guidelines.
Khushbu Shah
 
PDF
CDISC-CDASH
Gowthami6789
 
PPT
SDTM - Adverse Events Vs. Clinical Events
Vijayaraghava Karpurapu
 
PDF
CDISC's CDASH and SDTM: Why You Need Both!
Kit Howard
 
PDF
A complex ADaM dataset - three different ways to create one
Kevin Lee
 
PDF
How to build ADaM BDS dataset from mock up table
Kevin Lee
 
PPT
Study data tabulation model
rahulrabbit
 
PDF
Cdisc sdtm implementation_process _v1
ray4hz
 
PDF
What We Need to Know About CDISC
Statistics & Data Corporation
 
PPTX
Metadata and ADaM
Kevin Lee
 
PPTX
Introduction to SDTM
Devender Palsa
 
PPT
CLINICAL STUDY REPORT - IN-TEXT TABLES, TABLES FIGURES AND GRAPHS, PATIENT AN...
Angelo Tinazzi
 
PDF
ADaM
ssuser660bb1
 
PDF
Efficacy endpoints in Oncology
Angelo Tinazzi
 
PPT
SAS Macros
guest2160992
 
PPTX
A Systematic Review of ADaM IG Interpretation
Angelo Tinazzi
 
PPTX
How to create edit checks in medidata rave painlessly
Weihong Yang
 
PPT
SAS Proc SQL
guest2160992
 
Why ADaM for a statistician?
Kevin Lee
 
SDTM Fnal Detail Training
VasantRaghuraman
 
Presentation on CDISC- SDTM guidelines.
Khushbu Shah
 
CDISC-CDASH
Gowthami6789
 
SDTM - Adverse Events Vs. Clinical Events
Vijayaraghava Karpurapu
 
CDISC's CDASH and SDTM: Why You Need Both!
Kit Howard
 
A complex ADaM dataset - three different ways to create one
Kevin Lee
 
How to build ADaM BDS dataset from mock up table
Kevin Lee
 
Study data tabulation model
rahulrabbit
 
Cdisc sdtm implementation_process _v1
ray4hz
 
What We Need to Know About CDISC
Statistics & Data Corporation
 
Metadata and ADaM
Kevin Lee
 
Introduction to SDTM
Devender Palsa
 
CLINICAL STUDY REPORT - IN-TEXT TABLES, TABLES FIGURES AND GRAPHS, PATIENT AN...
Angelo Tinazzi
 
Efficacy endpoints in Oncology
Angelo Tinazzi
 
SAS Macros
guest2160992
 
A Systematic Review of ADaM IG Interpretation
Angelo Tinazzi
 
How to create edit checks in medidata rave painlessly
Weihong Yang
 
SAS Proc SQL
guest2160992
 

Viewers also liked (8)

PPTX
Get Your Development Program Started on the Right Foot
Brook White, PMP
 
PPTX
Strategies for Analgesic Development and the FDA Guidance for Analgesic Indic...
Brook White, PMP
 
PPTX
Confused by FDA Guidance on Standardized Study Data for Electronic Submissions?
Brook White, PMP
 
PPTX
Clinical Research Statistics for Non-Statisticians
Brook White, PMP
 
PPTX
Protocol Design & Development: What You Need to Know to Ensure a Successful S...
Brook White, PMP
 
PDF
Understanding FDA’s Priority Review Voucher System
Brook White, PMP
 
PPTX
Optimizing Sponsor/CRO Relationships
Brook White, PMP
 
PPTX
Improving Inclusion/Exclusion Criteria for Clinical Trials
Brook White, PMP
 
Get Your Development Program Started on the Right Foot
Brook White, PMP
 
Strategies for Analgesic Development and the FDA Guidance for Analgesic Indic...
Brook White, PMP
 
Confused by FDA Guidance on Standardized Study Data for Electronic Submissions?
Brook White, PMP
 
Clinical Research Statistics for Non-Statisticians
Brook White, PMP
 
Protocol Design & Development: What You Need to Know to Ensure a Successful S...
Brook White, PMP
 
Understanding FDA’s Priority Review Voucher System
Brook White, PMP
 
Optimizing Sponsor/CRO Relationships
Brook White, PMP
 
Improving Inclusion/Exclusion Criteria for Clinical Trials
Brook White, PMP
 
Ad

Similar to Post-lock Data Flow: From CRF to FDA (20)

PDF
Looking for SDTM migration specialist
Angelo Tinazzi
 
PDF
Interpreting CDISC ADaM IG through Users Interpretation
Angelo Tinazzi
 
PDF
An Easier Way to Prepare Clinical Trial Data for Reporting and Analysis
Perficient
 
PPTX
Clinical data management
Gaurav Sharma
 
PDF
Are you ready for Dec 17, 2016 - CDISC compliant data?
Kevin Lee
 
PPTX
Clinical data management basics
Surabhi Jain
 
PDF
Importance of data standards and system validation of software for clinical r...
Wolfgang Kuchinke
 
PDF
data warehousing
softwareengg
 
PDF
Retina Today (Nov-Dec 2014): The Clinical Data Management Process
Statistics & Data Corporation
 
PPTX
CDISC Related Services
Istvan Janosi
 
DOCX
Clinical data management
DibakarGhosh15
 
PDF
Development_data_standards_data_integration_tools
Rafael Romero
 
PPTX
CDISC Electronic Submission to FDA
Kevin Lee
 
PPTX
PHASES OF CLINICAL DATA. MANAGEMENT.pptx
zamran khan
 
PDF
Reports & Analysis_Katalyst HLS
Katalyst HLS
 
PPTX
Validation Tools and Results Bay Area PharmaSUG 2015-02-10 01
David Borbas
 
PDF
Clinical Data Management
Mahesh Koppula
 
PDF
Clinical data management
MadhukarSureshThagna
 
PDF
Qa what is_clinical_data_management
Hitesh Kadam
 
PPTX
An Approach to Combining Disparate Clinical Study Data across Multiple Sponso...
imgcommcall
 
Looking for SDTM migration specialist
Angelo Tinazzi
 
Interpreting CDISC ADaM IG through Users Interpretation
Angelo Tinazzi
 
An Easier Way to Prepare Clinical Trial Data for Reporting and Analysis
Perficient
 
Clinical data management
Gaurav Sharma
 
Are you ready for Dec 17, 2016 - CDISC compliant data?
Kevin Lee
 
Clinical data management basics
Surabhi Jain
 
Importance of data standards and system validation of software for clinical r...
Wolfgang Kuchinke
 
data warehousing
softwareengg
 
Retina Today (Nov-Dec 2014): The Clinical Data Management Process
Statistics & Data Corporation
 
CDISC Related Services
Istvan Janosi
 
Clinical data management
DibakarGhosh15
 
Development_data_standards_data_integration_tools
Rafael Romero
 
CDISC Electronic Submission to FDA
Kevin Lee
 
PHASES OF CLINICAL DATA. MANAGEMENT.pptx
zamran khan
 
Reports & Analysis_Katalyst HLS
Katalyst HLS
 
Validation Tools and Results Bay Area PharmaSUG 2015-02-10 01
David Borbas
 
Clinical Data Management
Mahesh Koppula
 
Clinical data management
MadhukarSureshThagna
 
Qa what is_clinical_data_management
Hitesh Kadam
 
An Approach to Combining Disparate Clinical Study Data across Multiple Sponso...
imgcommcall
 
Ad

Recently uploaded (20)

PDF
Pharma Part 1.pdf #pharmacology #pharmacology
hikmatyt01
 
PPTX
Q1 - W1 - D2 - Models of matter for science.pptx
RyanCudal3
 
PPTX
Cooking Oil Tester How to Measure Quality of Frying Oil.pptx
M-Kube Enterprise
 
PPTX
Diagnostic Features of Common Oral Ulcerative Lesions.pptx
Dr Palak borade
 
PPTX
LESSON 2 PSYCHOSOCIAL DEVELOPMENT.pptx L
JeanCarolColico1
 
PPTX
MICROBIOLOGY PART-1 INTRODUCTION .pptx
Mohit Kumar
 
PPTX
MODULE 2 Effects of Lifestyle in the Function of Respiratory and Circulator...
judithgracemangunday
 
PDF
Unit-3 ppt.pdf organic chemistry - 3 unit 3
visionshukla007
 
PDF
High-speedBouldersandtheDebrisFieldinDARTEjecta
Sérgio Sacani
 
PDF
Phosphates reveal high pH ocean water on Enceladus
Sérgio Sacani
 
PDF
AI in power generation 1.pdfmmmmmmmmmmmm
VeenaSaravanakumar
 
PDF
GK_GS One Liner For Competitive Exam.pdf
abhi01nm
 
PDF
Chemokines and Receptors Overview – Key to Immune Cell Signaling
Benjamin Lewis Lewis
 
PPTX
GB1 Q1 04 Life in a Cell (1).pptx GRADE 11
JADE ACOSTA
 
PPTX
Lamarckism is one of the earliest theories of evolution, proposed before Darw...
Laxman Khatal
 
PPTX
Hypothalamus_nuclei_ structure_functions.pptx
muralinath2
 
PDF
Primordial Black Holes and the First Stars
Sérgio Sacani
 
PPTX
Clinical trial monitoring &safety monitoring in clinical trials.2nd Sem m pha...
Mijamadhu
 
PDF
The-Origin- of -Metazoa-vertebrates .ppt
S.B.P.G. COLLEGE BARAGAON VARANASI
 
PDF
WUCHERIA BANCROFTI-converted-compressed.pdf
S.B.P.G. COLLEGE BARAGAON VARANASI
 
Pharma Part 1.pdf #pharmacology #pharmacology
hikmatyt01
 
Q1 - W1 - D2 - Models of matter for science.pptx
RyanCudal3
 
Cooking Oil Tester How to Measure Quality of Frying Oil.pptx
M-Kube Enterprise
 
Diagnostic Features of Common Oral Ulcerative Lesions.pptx
Dr Palak borade
 
LESSON 2 PSYCHOSOCIAL DEVELOPMENT.pptx L
JeanCarolColico1
 
MICROBIOLOGY PART-1 INTRODUCTION .pptx
Mohit Kumar
 
MODULE 2 Effects of Lifestyle in the Function of Respiratory and Circulator...
judithgracemangunday
 
Unit-3 ppt.pdf organic chemistry - 3 unit 3
visionshukla007
 
High-speedBouldersandtheDebrisFieldinDARTEjecta
Sérgio Sacani
 
Phosphates reveal high pH ocean water on Enceladus
Sérgio Sacani
 
AI in power generation 1.pdfmmmmmmmmmmmm
VeenaSaravanakumar
 
GK_GS One Liner For Competitive Exam.pdf
abhi01nm
 
Chemokines and Receptors Overview – Key to Immune Cell Signaling
Benjamin Lewis Lewis
 
GB1 Q1 04 Life in a Cell (1).pptx GRADE 11
JADE ACOSTA
 
Lamarckism is one of the earliest theories of evolution, proposed before Darw...
Laxman Khatal
 
Hypothalamus_nuclei_ structure_functions.pptx
muralinath2
 
Primordial Black Holes and the First Stars
Sérgio Sacani
 
Clinical trial monitoring &safety monitoring in clinical trials.2nd Sem m pha...
Mijamadhu
 
The-Origin- of -Metazoa-vertebrates .ppt
S.B.P.G. COLLEGE BARAGAON VARANASI
 
WUCHERIA BANCROFTI-converted-compressed.pdf
S.B.P.G. COLLEGE BARAGAON VARANASI
 

Post-lock Data Flow: From CRF to FDA

  • 1. Post-Lock Data Flow: From CRF to FDA BenVaughn, MS, RAC Principal Statistical Scientist
  • 2. Broad Strokes of What Statisticians Do with ClinicalTrial Data Get data from data management Do assorted “Stuff” with that data MakeTables, Listings and Figures TransferTables, Listings and Figures to MedicalWriting
  • 3. A little more detail and some terms -Step 1: EDC System Data • Data exported from an EDC System is frequently called “raw” data. – Can contain superfluous variables (edit checks, audit trails, etc.) – Not very conducive to generating tables (form follows function: typically parallels CRF pages) – Documentation isn’t designed for an FDA reviewer as the audience – Datasets are highly variable from vendor to vendor and from various EDC systems – Generally speaking there is a 1:1 relationship; each data point appears once and only once in the raw data
  • 4. A little more detail and some terms -Step 2: Analysis datasets • Datasets generated from the raw data to facilitate the production ofTables Listings and Figures are called “Analysis Datasets” (ADS) – Any variables that must be derived are added: scoring of instruments, determination of whether AEs are treatment emergent, determination of baseline values and calculation of change from baseline, etc. – Key variables are merged onto all records: treatment codes, covariates, study start and stop dates, age, gender, race, etc. – Datasets might be split or combined into more logical groups; many different patient reported outcomes might be in a single dataset from DM, but have different analysis rules, and therefore be split into multiples analysis datasets. – Goal is to create datasets where most key points of information on tables can be generated with one procedure
  • 5. The Assorted “Stuff” • Documentation is written for the raw EDC data to allow an FDA reviewer to understand the source of each data point • Analysis datasets (ADS) are generated using (SAS) programs to transform the raw data into analysis datasets; these can be rerun on new cuts of data • Documentation is written for the ADS to allow an FDA reviewer to understand the source of each variable/row and how it maps from the raw data • Did I mention documentation? FDA loves documentation.
  • 6. But wait! Data standards Electronic Standardized Study DataTimeline (Fitzmartin, PhUSE 2014)
  • 7. Data Standards, Cont. • ALL data submitted to FDA for studies starting next year, MUST conform to data standards (but sponsors should already be doing it) • These guidances are BINDING, refusal to file is possible if they are not followed • A draft guidance defines what the standards are: Study Data Tabulation Model (SDTM) for the “raw” data andAnalysis Data Model (ADaM) for the analysis datasets; this guidance is actively reviewed and updated • A sponsor may apply for a waiver, but FDA seems unlikely to grant them
  • 8. Data Standards: SDTM • Extremely rigid format • Anything can be mapped into this format, and there is a standard for expanding it for things that don’t map well to an existing pre-specified dataset • Does not necessarily reflect the flow of a clinic visit or the CRF design, which can make it difficult to implement directly in an EDC system • Some types of data there is no excuse not to get in SDTM from the start (ex: central labs vendor should be able to provide SDTM data) • Standardized documentation (define.xml) • Submitted to FDA in place of raw data
  • 9. Data Standards: ADaM • Typically uses SDTM as its source • Somewhat less rigid than SDTM • Fewer specified data structures (but expanding): – ADSL (Subject- Level dataset; standard variables for treatments, dates, sites, age, sex, race, populations – ADAE (Adverse Events) – ADTTE (Time to event) – OCCDS (Occurrence Data Structure, generalization of ADAE for things like Medical History and Concomitant Medications) – BDS (Everything else) • Standardized documentation (Define.xml or Define.pdf)
  • 10. Data Standards: ADaM, cont. Legacy data is frequently a “Wide” format… Subject Visit DIABP SYSBP PULSE RESP WEIGHT HEIGHT BMI DIABPB L SYSBP BL PULSEBL RESPBL WEIGHTB L HEIGHTBL BMIBL DIABPCB L SYSBPCB L PULSEC BL RESPCB L WEIGHTCB L HEIGHTCB L BMICB L
  • 11. Data Standards: ADaM, cont. Crammed onto one row: Subjec t Visit DIABP SYSBP PULSE RESP WEIG HT HEIGH T BMI DIABP BL SYSBP BL PULSE BL RESPB L WEIG HTBL HEIGH TBL BMIBL DIABP CBL SYSBP CBL PULSE CBL RESPC BL WEIG HTCBL HEIGH TCBL BMICB L
  • 12. Data Standards: ADaM, cont. SDTM and ADaM are “Tall, Skinny” formats SUBJID AVISIT N PARAMCD AVAL BASE CHG 001 1 DIABP 001 1 SYSBP 001 1 PULSE 001 1 RESP 001 1 WEIGHT 001 1 HEIGHT 001 1 BMI
  • 13. Data Standards: ADaM Advantages • Huge efficiencies for table programming: – You almost never need to look up variable names – Programming code for one table can be altered to make a similar table by just changing the dataset and parameters • Standard documentation allows reviewers to easily understand what is in each dataset, how it was derived and which flags should be used to produce a particular display • Data from multiple studies can be “Stacked” as long as things like the parameter codes are uniform
  • 14. Data Standards: ADaM Disadvantages • Datasets are a bigger investment • Completely fails where you need multiple outcomes on a single row • “Drill down” questions are problematic; can be created as additional rows/ outcomes, but clinical reviewers are typically interested in how they relate to the questions that triggered the drill down • Clinical reviewers almost always want “Wide” listings: Everything collected at the same time point on a single row (Transpose of the data is required)
  • 15. CDASH: Related, but not required • Clinical Data Acquisition Standards Harmonization (CDASH) is a suite of standardized CRFs and variable names for the data points collected in those forms • Goes cleanly and uniformly into SDTM • Saves time and money! • Your study is no longer a unique snowflake • It is likely that there will always be non-standard data collected, so manual mapping will be required
  • 16. Broad Strokes of What Statisticians Do Get data from data management Map “raw” data to SDTM and generate documentation Map SDTM data to ADaM and generate documentation MakeTables, Listings and Figures TransferTables, Listings and Figures to MedicalWriting
  • 17. NDA/BLA Submission • An integrated analysis of safety and efficacy (ISS/ISE) will be needed for nearly all NDAs and BLAs • Many individual studies must be combined into an ISS/ISE database • Integrated data must be summarized in ISS/ISE post-text tables • This is distilled into the ISS/ISE text and sections 2.7.3 and 2.7.4 of the eCTD
  • 18. Ideal Dataflow Process CDASH CRF data SDTM ADaM TLFs CSR Study 2 ADS Study …nADS Study 3 ADS ISS/ ISE ADS ISS ISE TLFs ISS ISE All SDTM is created consistently; study analysis datasets are created with uniform structures; all information can be cleanly and sequentially linked back to the CRF data. NDA
  • 19. MoreTypical State of Data CRF data SDTM Study ADS (ADaM) TLFs CSR (Some) Phase III studies CRF data in Legacy Format Study ADS TLFs CSR Phase I/II (III) studies Assorted judgment calls with documentation of varying quality
  • 20. Considerations for Legacy Conversions • FDA places an extremely high value on traceability and reproducibility- this trumps any data standard • SDTM conversion of legacy data is NOT required • When converting legacy data to SDTM for submission (where CSRs were generated off legacy data) FDA suggests additionally submitting the legacy data • FDA has not clearly indicated that it uses SDTM data in any way for non-pivotal trials where the CSR relies on legacy data.
  • 21. Suggested Integration and Submission Approach SDTM Study #1 Study ADS (ADaM) TLFs CSR Legacy Study #1 Study ADS TLFs CSR SDTM Study #2..n Study ADS (ADaM) TLFs CSR Legacy Study #2..n Study ADS TLFs CSR Map study ADS into uniform ADAM ISS ISE TLFs ISS ISE NDA
  • 22. References • SDTM and ADaM specs and implementation: http://www.cdisc.org/ • Study Data Technical Conformance Guide: http://www.fda.gov/downloads/ForIndustry/DataStandards/St udyDataStandards/UCM384744.pdf • eStudy Data Guidance: http://www.fda.gov/downloads/Drugs/GuidanceComplianceR egulatoryInformation/Guidances/UCM292334.pdf