Pharmaceutical Applications

Size: px
Start display at page:

Download "Pharmaceutical Applications"

Transcription

1 Integrated Summary of Safety and Efficacy Programming for Studies Using Electronic Data Capture Changhong Shi, Merck & Co., Inc., Rahway, NJ Qing Xue, Merck & Co., Inc., Rahway, NJ ABSTRACT The Integrated Summary of Safety (ISS) and Integrated Summary of Efficacy (ISE) are essential components of a successful submission. In legacy studies where different types of data are frequently collected through diverse systems by various vendors, programming ISS and ISE analysis can be a daunting job because all study data need to be converted and harmonized to the same format before programming and analysis work can begin. Studies that utilize the Electronic Data Capture (EDC) system have similar structured views which can greatly ease the harmonization process. However, even though harmonization is limited there remain many unique challenges to be addressed by programmers in multi-study data integration for ISS and ISE. This paper discusses specific tips and techniques to efficiently program integrated analyses which focus on the following areas: (1) data source checking, (2) "spread and convene" programming approach, and (3) consistent data and folder structure. Keywords: ISS, Integrated Summary of Safety, Integrated Summary of Efficacy INTRODUCTION The Integrated Summary of Safety (ISS) and Integrated Summary of Efficacy (ISE) are essential components of a successful submission. They differ from a regular study since: (a) there is a larger amount of data, (b) usually each study has been locked for frozen file before ISS and ISE, and (c) in the component individual study, different folder structures might have been used since these studies could have been locked for a long period of time which means that they may have followed different standards. This paper will detail the techniques to efficiently handle and accommodate these challenges which include: (1) data source checking (2) "spread and convene" programming approach (3) consistent data and folder structure. 1. DATA SOURCE CHECKING ISS and ISE typically contain more than one study as well as a large amount of data. In order to achieve accurate integrated analyses, data must be scrutinized in order to catch important scenarios that need special attention. Also, due to the number of patients and large amount of data involved, it is impossible to "eyeball" everything in ISS or ISE as is sometimes done against a single small study. The following techniques, although simple, prove to be efficient for checking the data source before programming: A). Frequency procedure By checking the values of variables using a frequency procedure, it can be determined if special attention is required and can be used to propose suggestions to the statistician on data handling. The following example checks the values of "Action Taken with Study Treatment" (AEACN variable in SDTM AE domain, SDTM IG) across the pooled ISS studies: proc freq data=iss.ae; tables aeacn/list; run; Result obtained: Cumulative Cumulative AEACN Frequency Percent Frequency Percent ƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒ DOSE INCREASED DOSE NOT CHANGED DOSE REDUCED DRUG INTERRUPTED DRUG WITHDRAWN NOT APPLICABLE UNKNOWN Frequency Missing = 7-1 -

2 In the frequency distribution above, there are seven AE records with AEACN as blank and three with wording as 'Unknown'. Rather than going directly to the table production, further investigation and reports to the statisticians and database team to consult for a final decision is recommended. B). Missing values and blank values are our "friends" in ISS or ISE Statistical programmers have to deal frequently with missing or blank values, and this is especially important in an ISS or ISE when dictionary leveling is involved. Commonly, ISS data is leveled to use the same dictionary version across all studies. This may result in missing data due to expired terminology. For example, consider the following hierarchy in the drug dictionary: CMDECOD (Standardized Medication Name) Then CMCLAS (Medication Class) If one CMDECOD expires and cannot be leveled per the dictionary version used by an ISS or ISE, no corresponding CMCLAS is able to be assigned. This data leveling issue in the resulting ISS or ISE could be identified by performing a simple frequency procedure against the leveled variables (CMDECOD and CMCLAS in the above example) to ensure blanks do not occur. Due to the large amount of data in an ISS or ISE, this programmatic checking is important as it can be overlooked by manual methods. Therefore, missing or blank values are our "friends" for an ISS or ISE in that they help to identify harmonization issues for integrated analyses. 2. PROGRAMMING APPROACH It is possible to put the raw data for all studies together and write one set of programs for ISS or ISE, but this approach becomes problematic to debug and determine the source of problems, especially when there are a large number of component studies. To save debugging and validation time, the approach adopted for our 19 ISS studies was to first program by individual study and then reuse the code from the clinical summary report (CSR) or other existing programs. The results are then compared with the existing CSR or other published results. After the programming work is done for each individual component study of an ISS or ISE and all programs for individual studies have been developed and validated, we then just need simple stacking programs to stack the analyses datasets together. A simple set of stacking programs were written to stack the analysis datasets in ADaM format with the same data structure; further work was completed on the stacked analysis data. We called this approach "spread and convene". The advantage of this approach can be seen in the laboratory safety (LAB) and predefined limit of change (PDLC) analysis. For the example listed in the next page, i.e. we produced a PDLC listing table for an ISS consisting of 19 studies, which had 11 columns as follows: lab test name treatment group name protocol number patient allocation number lab test code (CDISC code) analysis time point (week) lab measurement day relative to the reference start date (here, it is the trial start date, i.e. the date for the first non-zero dose medication date) baseline value (for simplicity in this example, baseline value is defined using the last measurement with measurement day relative to the reference start date <=1) test value for the analysis time point upper limit of normal range (UL)/lower limit of normal range (LLN) hit (indicates if the specific record meets in the PDLC criterion in the row header) In this example, we show three patients: two from Prot123 with allocation number (AN) as10001and10030, and one from Prot456, with AN as Since Prot456 was a Phase IIB study, and Pro123 was a Phase III study, the study design was somewhat different, and the baseline definition was different. Therefore, in order to obtain the table below where baseline value is in one column, the most efficient approach was to "spread" first, i.e. set up the lab data for Prot456 and Prot123 separately, compare the results against the original CSR or other exploratory outputs, and then "convene", i.e. stack the analysis dataset where baseline value is set as one column. This is also suitable for the analysis time point column where the way to define weeks was different for each study. Note that the table should only contain those patients who had at least one dose of study medication. Using the "spread and convene" approach instead of trying to integrate all data together - in this case data from 19 studies running the program took considerably less time

3 Lab Test Listing of Patients With Two or More Consecutive Serum Creatinine Measurements with an Increase from Baseline of 0.3 mg/dl or of 50% Pooled Studies Treatment Proto col Alloc ation Numb er Endpoint(s) Assessed for Test Week Relative Day Baseline Value Criterion: Two or more consecutive measurements with an increase from baseline of >=0.3 mg/dl or of >= 50% Test Value Serum Creatinine (mg/dl) CREAT , 1.4 Serum Creatinine (mg/dl) Non-exposed CREAT , 1.4 Serum Creatinine (mg/dl) CREAT , 1.4 Yes Serum Creatinine (mg/dl) CREAT , 1.4 Yes Serum Creatinine (mg/dl) CREAT , 1.4 Serum Creatinine (mg/dl) CREAT , 1.4 Serum Creatinine (mg/dl) CREAT , 1.4 Serum Creatinine (mg/dl) CREAT , 1.4 Serum Creatinine (mg/dl) CREAT , 1.4 Serum Creatinine (mg/dl) Non-exposed CREAT , 1.4 Serum Creatinine (mg/dl) CREAT , 1.4 Serum Creatinine (mg/dl) CREAT , 1.4 Serum Creatinine (mg/dl) CREAT , 1.4 Yes Serum Creatinine (mg/dl) CREAT , 1.4 Yes Serum Creatinine (mg/dl) CREAT , 1.4 Yes Serum Creatinine (mg/dl) CREAT , 1.4 Yes Serum Creatinine (mg/dl) CREAT , 1.4 Yes Serum Creatinine (mg/dl) 1000 CREAT , 1.4 Serum Creatinine (mg/dl) 1000 CREAT , 1.4 Serum Creatinine (mg/dl) Non-exposed CREAT , 1.4 LLN, ULN Hit - 3 -

4 3. CONSISTENT DATA and FOLDER STRUCTUE For an ISS or ISE that only contains studies where data are collected using EDC, we may have a consistent data structure at database lock. However, if for some reason such as standard changes, or a non-edc study within an ISS or ISE, we may have different folder and data structures for each study. To fully realize the advantage of data and folder structures in ISS and ISE, a consistent data and folder structure which has exactly the same naming convention is necessary. This way it is possible to use virtually the same code for defining the input and output directory paths at startup. Listed below is a folder structure we found helpful: ISS Directory Structure ( -- folder -- file) ISS2009 OverallISS dataanalysis adlab.sas7bdat adpdlc.sas7bdat pgmsetup pgmanalysis utility startup.sas p456 sdtmplus dm.sas7bdat lb.sas7bdat dataanalysis adlab.sas7bdat adpdlc.sas7bdat pgmsetup pgmanalysis utility startup.sas p123 sdtmplus dm.sas7bdat lb.sas7bdat dataanalysis adlab.sas7bdat adpdlc.sas7bdat pgmsetup pgmanalysis utility startup.sas p789 p

5 The following is a consistent data structure example for our ADSL dataset within each component study: LABEL TYPE/ VARIABLE LENGTH STUDYID Study Identifier C/200 DECODE/DERIVATION/COMMENTS USUBJID Unique Subject Identifier C/200 SUBJID Subject Identifier for the Study C/200 Also known as Randomized Patient Identifier. SITEID Study Site Identifier C/200 ETHNIL Ethnicity C/200 ETHNIN Ethnicity, Num N/8 1: Hispanic or Latino 2: Not Hispanic or Latino AGE Age N/8 Age in Years SEX Sex C/2 RACE Race C/200 AMERICAN INDIAN OR ALASKA NATIVE: American Indian or Alaska Native ASIAN: Asian BLACK OR AFRICAN AMERICAN: Black or African American MULTI-RACIAL: Multi-Racial NATIVE HAWAIIAN OR OTHER PACIFIC ISLANDER: Native Hawaiian Or Other Pacific Islander WHITE: White FASFL Full Analysis Set Pop Flag C/1 Flag to identify FAS population for the primary efficacy end point. FASFN Full Analysis Set Pop Flag, Num ARM Description of Planned Arm C/200 TRT1P Planned Treatment for Period 1 C/200 N/8 1: Included in FAS population 0: Excluded from FAS population TRT1PN Planned Treatment Number for Period 1 N/8 1: Placebo 2: Study drug RANDDT Date of Randomization N/8 TRTSTDT TRTENDT Date of First Exposure to Treatment Date of Last Exposure to Treatment N/8 N/8-5 -

6 CONCLUSION This paper provides some basic techniques and tips for ISS and ISE programming. The steps help to enable the efficient and accurate creation of multiple ISS and ISE studies. If all the component study data are collected using the SDTM format, more development can be made to standardize the programs for each component study analysis, when applicable, and further improve efficiency. REFERENCES CDISC Study Data Tabulation Model Implementation Guide: Human Clinical Trials Version 3.1.1(SDTM IG) SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. indicates USA registration. ACKNOWLEDGEMENTS The author would like to thank the management team for their review of this paper. CONTACT INFORMATION Your comments and questions are valued and encouraged. Contact the authors at: Changhong Shi Merck Co. & Inc. RY34-A320 P.O. Box 2000 Rahway, NJ Qing Xue Merck Co. & Inc. RY34-A320 P.O. Box 2000 Rahway, NJ

PharmaSUG2010 HW06. Insights into ADaM. Matthew Becker, PharmaNet, Cary, NC, United States

PharmaSUG2010 HW06. Insights into ADaM. Matthew Becker, PharmaNet, Cary, NC, United States PharmaSUG2010 HW06 Insights into ADaM Matthew Becker, PharmaNet, Cary, NC, United States ABSTRACT ADaM (Analysis Dataset Model) is meant to describe the data attributes such as structure, content, and

More information

The ADaM Solutions to Non-endpoints Analyses

The ADaM Solutions to Non-endpoints Analyses The ADaM Solutions to Non-endpoints Analyses ABSTRACT Chengxin Li, Boehringer Ingelheim Pharmaceuticals Inc., Ridgefield, CT, USA There always exist some analyses for non endpoints in the study. These

More information

How to build ADaM from SDTM: A real case study

How to build ADaM from SDTM: A real case study PharmaSUG2010 - Paper CD06 How to build ADaM from SDTM: A real case study JIAN HUA (DANIEL) HUANG, FOREST LABORATORIES, NJ ABSTRACT: Building analysis data based on the ADaM model is highly recommended

More information

Implementation of SDTM in a pharma company with complete outsourcing strategy. Annamaria Muraro Helsinn Healthcare Lugano, Switzerland

Implementation of SDTM in a pharma company with complete outsourcing strategy. Annamaria Muraro Helsinn Healthcare Lugano, Switzerland Italian-Speaking CDISC User Group 2008 Implementation of SDTM in a pharma company with complete outsourcing strategy Annamaria Muraro Helsinn Healthcare Lugano, Switzerland Background Full outsourcing

More information

Business & Decision Life Sciences CDISC Workshop: From SDTM to ADaM: Mapping Methodologies

Business & Decision Life Sciences CDISC Workshop: From SDTM to ADaM: Mapping Methodologies Business & Decision Life Sciences CDISC Workshop: From SDTM to ADaM: Mapping Methodologies Jessica Minkue Mi Edou / 18th September 2014 From SDTM to ADaM: Mapping Methodologies CDISC and ADaM Introduc0on

More information

Bridging Statistical Analysis Plan and ADaM Datasets and Metadata for Submission

Bridging Statistical Analysis Plan and ADaM Datasets and Metadata for Submission , October 24-26, 2012, San Francisco, USA Bridging Statistical Analysis Plan and ADaM Datasets and Metadata for Submission Abstract In this article, the relationship between the Statistical Analysis Plan

More information

Automate Data Integration Processes for Pharmaceutical Data Warehouse

Automate Data Integration Processes for Pharmaceutical Data Warehouse Paper AD01 Automate Data Integration Processes for Pharmaceutical Data Warehouse Sandy Lei, Johnson & Johnson Pharmaceutical Research and Development, L.L.C, Titusville, NJ Kwang-Shi Shu, Johnson & Johnson

More information

Analysis Data Model (ADaM) Implementation Guide

Analysis Data Model (ADaM) Implementation Guide Analysis Data Model (ADaM) Implementation Guide Prepared by the CDISC Analysis Data Model Team Notes to Readers This Implementation Guide is Version 1.0 (V1.0) and corresponds to Version 2.1 of the CDISC

More information

SAS CLINICAL TRAINING

SAS CLINICAL TRAINING SAS CLINICAL TRAINING Presented By 3S Business Corporation Inc www.3sbc.com Call us at : 281-823-9222 Mail us at : info@3sbc.com Table of Contents S.No TOPICS 1 Introduction to Clinical Trials 2 Introduction

More information

USE CDISC SDTM AS A DATA MIDDLE-TIER TO STREAMLINE YOUR SAS INFRASTRUCTURE

USE CDISC SDTM AS A DATA MIDDLE-TIER TO STREAMLINE YOUR SAS INFRASTRUCTURE USE CDISC SDTM AS A DATA MIDDLE-TIER TO STREAMLINE YOUR SAS INFRASTRUCTURE Kalyani Chilukuri, Clinovo, Sunnyvale CA WUSS 2011 Annual Conference October 2011 TABLE OF CONTENTS 1. ABSTRACT... 3 2. INTRODUCTION...

More information

Metadata and ADaM. www.cytel.com

Metadata and ADaM. www.cytel.com Metadata and ADaM 1 Disclaimer Any views or opinions presented in this presentation are solely those of the author and do not necessarily represent those of the company. 2 Agenda Introduction of ADaM Metadata

More information

Total Males Females 34.4 36.7 (0.4) 12.7 17.5 (1.6) Didn't believe entitled or eligible 13.0 (0.3) Did not know how to apply for benefits 3.4 (0.

Total Males Females 34.4 36.7 (0.4) 12.7 17.5 (1.6) Didn't believe entitled or eligible 13.0 (0.3) Did not know how to apply for benefits 3.4 (0. 2001 National Survey of Veterans (NSV) - March, 2003 - Page 413 Table 7-10. Percent Distribution of Veterans by Reasons Veterans Don't Have VA Life Insurance and Gender Males Females Not Applicable 3,400,423

More information

PhUSE 2010. Paper CD13

PhUSE 2010. Paper CD13 Paper CD13 Clinical Data Interchange Standards Consortium (CDISC) integration into the Oracle Clinical/Remote Data Capture (OC/RDC) clinical data management system Peter Van Reusel, Business & Decision

More information

PharmaSUG 2013 - Paper DG06

PharmaSUG 2013 - Paper DG06 PharmaSUG 2013 - Paper DG06 JMP versus JMP Clinical for Interactive Visualization of Clinical Trials Data Doug Robinson, SAS Institute, Cary, NC Jordan Hiller, SAS Institute, Cary, NC ABSTRACT JMP software

More information

Clinical Trial Data Integration: The Strategy, Benefits, and Logistics of Integrating Across a Compound

Clinical Trial Data Integration: The Strategy, Benefits, and Logistics of Integrating Across a Compound PharmaSUG 2014 - Paper AD21 Clinical Trial Data Integration: The Strategy, Benefits, and Logistics of Integrating Across a Compound ABSTRACT Natalie Reynolds, Eli Lilly and Company, Indianapolis, IN Keith

More information

SDTM, ADaM and define.xml with OpenCDISC Matt Becker, PharmaNet/i3, Cary, NC

SDTM, ADaM and define.xml with OpenCDISC Matt Becker, PharmaNet/i3, Cary, NC PharmaSUG 2012 - Paper HW07 SDTM, ADaM and define.xml with OpenCDISC Matt Becker, PharmaNet/i3, Cary, NC ABSTRACT Standards are an ongoing focus of the health care and life science industry. Common terms

More information

PharmaSUG 2014 - Paper PO01

PharmaSUG 2014 - Paper PO01 ABSTRACT PharmaSUG 2014 - Paper PO01 A User Friendly Tool to Facilitate the Data Integration Process Yang Wang, Seattle Genetics, Inc., Bothell, WA Boxun Zhang, Seattle Genetics, Inc., Bothell, WA For

More information

A white paper presented by: Barry Cohen Director, Clinical Data Strategies Octagon Research Solutions, Inc. Wayne, PA

A white paper presented by: Barry Cohen Director, Clinical Data Strategies Octagon Research Solutions, Inc. Wayne, PA THE CLINICAL DATA AND REGULATORY EXPERTS SDTM, Plus or Minus A white paper presented by: Barry Cohen Director, Clinical Data Strategies Octagon Research Solutions, Inc. Wayne, PA This Whitepaper is for

More information

Lessons on the Metadata Approach. Dave Iberson- Hurst 9 th April 2014 CDISC Euro Interchange 2014

Lessons on the Metadata Approach. Dave Iberson- Hurst 9 th April 2014 CDISC Euro Interchange 2014 1 Lessons on the Metadata Approach Dave Iberson- Hurst 9 th April 2014 CDISC Euro Interchange 2014 2 Experience Human beings, who are almost unique in having the ability to learn from the experience of

More information

Analysis Data Model (ADaM)

Analysis Data Model (ADaM) Analysis Data Model (ADaM) Prepared by the CDISC Analysis Data Model Team Notes to Readers This is Version 2.1 of the Analysis Data Model (ADaM) Document. It includes modifications so that it corresponds

More information

WHITE PAPER. CONVERTING SDTM DATA TO ADaM DATA AND CREATING SUBMISSION READY SAFETY TABLES AND LISTINGS. SUCCESSFUL TRIALS THROUGH PROVEN SOLUTIONS

WHITE PAPER. CONVERTING SDTM DATA TO ADaM DATA AND CREATING SUBMISSION READY SAFETY TABLES AND LISTINGS. SUCCESSFUL TRIALS THROUGH PROVEN SOLUTIONS WHITE PAPER CONVERTING SDTM DATA TO ADaM DATA AND CREATING SUBMISSION READY SAFETY TABLES AND LISTINGS. An innovative approach to deliver statistical analysis and data in a CDISC ADaM complient manner

More information

Data Conversion to SDTM: What Sponsors Can Do to Facilitate the Process

Data Conversion to SDTM: What Sponsors Can Do to Facilitate the Process Data Conversion to SDTM: What Sponsors Can Do to Facilitate the Process Fred Wood VP, Data Standards Consulting Octagon Research Solutions CDISC U.S. Interchange Baltimore, MD November 2009 1 Outline Background

More information

A Macro to Create Data Definition Documents

A Macro to Create Data Definition Documents A Macro to Create Data Definition Documents Aileen L. Yam, sanofi-aventis Inc., Bridgewater, NJ ABSTRACT Data Definition documents are one of the requirements for NDA submissions. This paper contains a

More information

ADaM or SDTM? A Comparison of Pooling Strategies for Integrated Analyses in the Age of CDISC

ADaM or SDTM? A Comparison of Pooling Strategies for Integrated Analyses in the Age of CDISC Paper CD01 ADaM or SDTM? A Comparison of Pooling Strategies for Integrated Analyses in the Age of CDISC Joerg Guettner, Bayer Pharma AG, Wuppertal, Germany Alexandru Cuza, UCB Biosciences GmbH, Monheim,

More information

STUDY DATA TECHNICAL CONFORMANCE GUIDE

STUDY DATA TECHNICAL CONFORMANCE GUIDE STUDY DATA TECHNICAL CONFORMANCE GUIDE Technical Specifications Document This Document is incorporated by reference into the following Guidance Document(s): Guidance for Industry Providing Regulatory Submissions

More information

ABSTRACT On October 1st, 2008, CDASH released the first 16 common CRF streams (or domains) for use by the Pharmaceutical Industry.

ABSTRACT On October 1st, 2008, CDASH released the first 16 common CRF streams (or domains) for use by the Pharmaceutical Industry. Paper RS03-2008 A Practical Introduction to Clinical Data Acquisition Standards Harmonization (CDASH) Jennifer Price, Phoenix Data Systems, Inc, King of Prussia, PA ABSTRACT On October 1st, 2008, CDASH

More information

Implementing CDASH Standards Into Data Collection and Database Design. Robert Stemplinger ICON Clinical Research

Implementing CDASH Standards Into Data Collection and Database Design. Robert Stemplinger ICON Clinical Research Implementing CDASH Standards Into Data Collection and Database Design Robert Stemplinger ICON Clinical Research 1 Agenda Reasons for Using CDASH Project Outline Implementation Discussion of Results Reasons

More information

SDTM AND ADaM: HANDS-ON SOLUTIONS

SDTM AND ADaM: HANDS-ON SOLUTIONS SDTM AND ADaM: HANDS-ON SOLUTIONS CDISC French Speaking User Group Paris, France 17 February 2012 Joris De Bondt, Head Data Standards & Process Improvements Tineke Callant, Senior Biostatistical Analyst

More information

Business & Decision Life Sciences What s new in ADaM

Business & Decision Life Sciences What s new in ADaM Business & Decision Life Sciences What s new in ADaM Gavin Winpenny 23 rd June 2015 Agenda What s happening CDISC and Regulatory Submission Landscape ADaM Implementation Guide ADaM Data Structures for

More information

Using SAS Data Integration Studio to Convert Clinical Trials Data to the CDISC SDTM Standard Barry R. Cohen, Octagon Research Solutions, Wayne, PA

Using SAS Data Integration Studio to Convert Clinical Trials Data to the CDISC SDTM Standard Barry R. Cohen, Octagon Research Solutions, Wayne, PA Using SAS Data Integration Studio to Convert Clinical Trials Data to the CDISC SDTM Standard Barry R. Cohen, Octagon Research Solutions, Wayne, PA ABSTRACT A new industry standard for clinical trials data,

More information

Training/Internship Brochure Advanced Clinical SAS Programming Full Time 6 months Program

Training/Internship Brochure Advanced Clinical SAS Programming Full Time 6 months Program Training/Internship Brochure Advanced Clinical SAS Programming Full Time 6 months Program Domain Clinical Data Sciences Private Limited 8-2-611/1/2, Road No 11, Banjara Hills, Hyderabad Andhra Pradesh

More information

Analysis Data Model: Version 2.0

Analysis Data Model: Version 2.0 1 2 Analysis Data Model: Version 2.0 Prepared by the CDISC Analysis Dataset Modeling Team (ADaM) Notes to Readers This Model incorporates aspects of the previous General Considerations document version

More information

Paper PO12 Pharmaceutical Programming: From CRFs to Tables, Listings and Graphs, a process overview with real world examples ABSTRACT INTRODUCTION

Paper PO12 Pharmaceutical Programming: From CRFs to Tables, Listings and Graphs, a process overview with real world examples ABSTRACT INTRODUCTION Paper PO12 Pharmaceutical Programming: From CRFs to Tables, Listings and Graphs, a process overview with real world examples Mark Penniston, Omnicare Clinical Research, King of Prussia, PA Shia Thomas,

More information

ADaM Implications from the CDER Data Standards Common Issues and SDTM Amendment 1 Documents Sandra Minjoe, Octagon Research Solutions, Wayne, PA

ADaM Implications from the CDER Data Standards Common Issues and SDTM Amendment 1 Documents Sandra Minjoe, Octagon Research Solutions, Wayne, PA ABSTRACT: ADaM Implications from the CDER Data Standards Common Issues and SDTM Amendment 1 Documents Sandra Minjoe, Octagon Research Solutions, Wayne, PA Over the past few years, the United States Food

More information

SAS Drug Development User Connections Conference 23-24Jan08

SAS Drug Development User Connections Conference 23-24Jan08 SAS Drug Development User Connections Conference 23-24Jan08 Bernd Doetzkies David Ramage Daiichi Sankyo Pharma Development DSPD Clinical Data Repository System Business Drivers System Overview People and

More information

How to easily convert clinical data to CDISC SDTM

How to easily convert clinical data to CDISC SDTM How to easily convert clinical data to CDISC SDTM Ale Gicqueau, Clinovo, Sunnyvale, CA Miki Huang, Clinovo, Sunnyvale, CA Stephen Chan, Clinovo, Sunnyvale, CA INTRODUCTION Sponsors are receiving clinical

More information

Estimated Population Responding on Item 25,196,036 2,288,572 3,030,297 5,415,134 4,945,979 5,256,419 4,116,133 Medicare 39.3 (0.2)

Estimated Population Responding on Item 25,196,036 2,288,572 3,030,297 5,415,134 4,945,979 5,256,419 4,116,133 Medicare 39.3 (0.2) Table 3-15. Percent Distribution of Veterans by Type of Health Insurance and Age 35 Years 35-44 Years 2001 National Survey of Veterans (NSV) - March, 2003 - Page 140 45-54 Years 55-64 Years 65-74 Years

More information

CDER/CBER s Top 7 CDISC Standards Issues

CDER/CBER s Top 7 CDISC Standards Issues CDER/CBER s Top 7 CDISC Standards Issues Dhananjay Chhatre, MS, RAC edata Management Solutions Team Office of Business Informatics CDER, U.S. FDA Amy Malla Review Management CBER, U.S. FDA Background ~

More information

ABSTRACT INTRODUCTION THE MAPPING FILE GENERAL INFORMATION

ABSTRACT INTRODUCTION THE MAPPING FILE GENERAL INFORMATION An Excel Framework to Convert Clinical Data to CDISC SDTM Leveraging SAS Technology Ale Gicqueau, Clinovo, Sunnyvale, CA Marc Desgrousilliers, Clinovo, Sunnyvale, CA ABSTRACT CDISC SDTM data is the standard

More information

Building and Customizing a CDISC Compliance and Data Quality Application Wayne Zhong, Accretion Softworks, Chester Springs, PA

Building and Customizing a CDISC Compliance and Data Quality Application Wayne Zhong, Accretion Softworks, Chester Springs, PA WUSS2015 Paper 84 Building and Customizing a CDISC Compliance and Data Quality Application Wayne Zhong, Accretion Softworks, Chester Springs, PA ABSTRACT Creating your own SAS application to perform CDISC

More information

South Dakota DOE 2013-2014 Report Card

South Dakota DOE 2013-2014 Report Card School Classification: Focus Title I Designation: Schoolwide Performance Indicators * No bar will display at the school or district level if the subgroup does not meet minimum size for reporting purposes.

More information

ABSTRACT INTRODUCTION PATIENT PROFILES SESUG 2012. Paper PH-07

ABSTRACT INTRODUCTION PATIENT PROFILES SESUG 2012. Paper PH-07 Paper PH-07 Developing a Complete Picture of Patient Safety in Clinical Trials Richard C. Zink, JMP Life Sciences, SAS Institute, Cary, NC, United States Russell D. Wolfinger, JMP Life Sciences, SAS Institute,

More information

12-month Enrollment 2015-16

12-month Enrollment 2015-16 12-month Enrollment 2015-16 Institution: Southwestern Oregon Community College (210155) Overview screen 12-month Enrollment Overview The 12-Month Enrollment component collects unduplicated student enrollment

More information

How to Use SDTM Definition and ADaM Specifications Documents. to Facilitate SAS Programming

How to Use SDTM Definition and ADaM Specifications Documents. to Facilitate SAS Programming How to Use SDTM Definition and ADaM Specifications Documents to Facilitate SAS Programming Yan Liu Sanofi Pasteur ABSTRCT SDTM and ADaM implementation guides set strict requirements for SDTM and ADaM variable

More information

PharmaSUG 2015 - Paper DS07

PharmaSUG 2015 - Paper DS07 PharmaSUG 2015 - Paper DS07 The Best Practices of CDISC Validation Checks: Past, Present, and Future Shelley Dunn, d-wise, Morrisville, NC Ed Lombardi, Agility Clinical, Carlsbad, CA ABSTRACT The CDISC

More information

Transportation Construction Apprenticeship Readiness Training T.C.A.R.T. Cell Phone Date of Birth (mm/dd/yyyy) Gender: Male

Transportation Construction Apprenticeship Readiness Training T.C.A.R.T. Cell Phone Date of Birth (mm/dd/yyyy) Gender: Male PROGRAM APPLICATION Host CBO: Applicant # Last Name Address Home Phone SS# Email First Name City/State/Zip Cell Phone Date of Birth (mm/dd/yyyy) Middle Initial I have the legal right to work in the US.

More information

12-month Enrollment 2015-16

12-month Enrollment 2015-16 Overview screen 12-month Enrollment 2015-16 12-month Enrollment Overview The 12-Month Enrollment component collects unduplicated student enrollment counts and instructional activity data for an entire

More information

12 month Enrollment 2013 014

12 month Enrollment 2013 014 12 month Enrollment 2013 014 Undergraduate Instructional Activity Type Undergraduate instructional activity data in Part B may be reported in units of contact hours or credit hours. Which instructional

More information

PharmaSUG2010 Paper CD04 CD04

PharmaSUG2010 Paper CD04 CD04 CD04 The CDISC/FDA Integrated Data Pilot: A Final Summary of Findings, Reviewer Feedback, and Recommendations Implementing CDISC Standards Within and Across Studies Chris Decker, d-wise Technologies ABSTRACT

More information

12-month Enrollment 2013-14

12-month Enrollment 2013-14 Overview screen 12-month Enrollment 2013-14 12-month Enrollment Overview The 12-Month Enrollment component collects unduplicated student enrollment counts and instructional activity data for an entire

More information

CDISC SDTM & Standard Reporting. One System

CDISC SDTM & Standard Reporting. One System CDISC SDTM & Standard Reporting One System 1 Authors/Contributors Merck & Co., Inc. Ram Radhakrishnan, Manager, Statistical Information Systems Thomas W. Dobbins, Ph.D., Executive Director, Biostatistics

More information

Clinical Data Management Overview

Clinical Data Management Overview The 2 nd Clinical Data Management Training Clinical Data Management Overview Andrew Taylor ( 安 泰 乐 ), M.S. Head of Clinical Data Management August 30, 2010 Learning Objectives Overview of Process Related

More information

Rationale and vision for E2E data standards: the need for a MDR

Rationale and vision for E2E data standards: the need for a MDR E2E data standards, the need for a new generation of metadata repositories Isabelle de Zegher, PAREXEL Informatics, Belgium Alan Cantrell, PAREXEL, United Kingdom Julie James, PAREXEL Informatics, United

More information

The CDISC/FDA Integrated Data Pilot: A Case. Support an Integrated Review

The CDISC/FDA Integrated Data Pilot: A Case. Support an Integrated Review The CDISC/FDA Integrated Data Pilot: A Case Studyin Implementing CDISC Standards to Support an Integrated Review d Wise Technologies Chris Decker Life Sciences Director Overview Pilot Mission and Goals

More information

A Brief Introduc/on to CDISC SDTM and Data Mapping

A Brief Introduc/on to CDISC SDTM and Data Mapping A Brief Introduc/on to CDISC SDTM and Data Mapping Agenda Flow of Clinical Trials Data The Problem Introducing CDISC Understanding SDTM Concepts of Data Mapping References 5/3/10 2 Flow of Clinical Trials

More information

FSSE-G 2015 Respondent Profile NSSEville State University

FSSE-G 2015 Respondent Profile NSSEville State University FSSE-G 2015 Respondent Profile NSSEID: 888888 About This Report The display below highlights details in the FSSE-G Respondent Profile report that are important to keep in mind when interpreting your results.

More information

CDISC SDTM/ADaM Pilot Project 1 Project Report

CDISC SDTM/ADaM Pilot Project 1 Project Report Executive Summary Background CDISC SDTM/ADaM Pilot Project 1 Project Report CDISC is a non-profit, multidisciplinary consensus based standards development organization founded over a decade ago that has

More information

12-month Enrollment 2011-12. Institution: State Fair Community College (179539) Overview screen

12-month Enrollment 2011-12. Institution: State Fair Community College (179539) Overview screen Print Form(s) Get PDF File Go Back 12-month Enrollment 2011-12 Institution: State Fair Community College (179539) Overview screen 12-month Enrollment Overview The 12-Month Enrollment component collects

More information

Family and Provider/Teacher Relationship Quality

Family and Provider/Teacher Relationship Quality R Family and Provider/Teacher Relationship Quality Provider/Teacher Measure: Short Form Provider/Teacher Measure: Short Form This measure asks about you and your early education and child care program.

More information

FSSE-G 2015 Respondent Profile Missouri State University

FSSE-G 2015 Respondent Profile Missouri State University FSSE-G 2015 Respondent Profile IPEDS: 179566 About This Report The display below highlights details in the FSSE-G Respondent Profile report that are important to keep in mind when interpreting your results.

More information

STUDY DATA TECHNICAL CONFORMANCE GUIDE

STUDY DATA TECHNICAL CONFORMANCE GUIDE STUDY DATA TECHNICAL CONFORMANCE GUIDE Technical Specifications Document This Document is incorporated by reference into the following Guidance Document(s): Guidance for Industry Providing Regulatory Submissions

More information

Synergizing global best practices in the CRO industry

Synergizing global best practices in the CRO industry Synergizing global best practices in the CRO industry KREARA - India Established on April 24 th 2004 Contract Research Services to Pharmaceutical companies Clinical Data management and Biometrics Interactive

More information

Practical application of SAS Clinical Data Integration Server for conversion to SDTM data

Practical application of SAS Clinical Data Integration Server for conversion to SDTM data Paper DM03 Practical application of SAS Clinical Data Integration Server for conversion to SDTM data Peter Van Reusel, Business & Decision Life Sciences, Brussels, Belgium Mark Lambrecht, SAS, Tervuren,

More information

Demographic and Labor Market Profile of the city of Detroit - Michigan

Demographic and Labor Market Profile of the city of Detroit - Michigan Demographic and Labor Market Profile of the city of Detroit - Michigan Leonidas Murembya, PhD Regional Coordinator murembyal@michigan.gov www.michigan.gov/lmi 517-241-6574 State of Michigan Department

More information

Clinical Data Acquisition Standards Harmonization: Basic Data Collection Fields for Case Report Forms

Clinical Data Acquisition Standards Harmonization: Basic Data Collection Fields for Case Report Forms Clinical Data Acquisition Standards Harmonization: Basic Data Collection Fields for Case Report Forms Prepared by the CDISC CDASH Team Notice to Reviewers This is the CDASH draft posted for public comment.

More information

Considering De-Identification? Legacy Data. Kymberly Lee 16-Jul-2015

Considering De-Identification? Legacy Data. Kymberly Lee 16-Jul-2015 Considering De-Identification? Legacy Data Kymberly Lee 16-Jul-2015 Introduction This presentation provides an overview of Clinical data sharing, clinical data privacy, and clinical transparency. Discuss

More information

Copyright 2012, SAS Institute Inc. All rights reserved. VISUALIZATION OF STANDARD TLFS FOR CLINICAL TRIAL DATA ANALYSIS

Copyright 2012, SAS Institute Inc. All rights reserved. VISUALIZATION OF STANDARD TLFS FOR CLINICAL TRIAL DATA ANALYSIS VISUALIZATION OF STANDARD TLFS FOR CLINICAL TRIAL DATA ANALYSIS WENJUN BAO AND JASON CHEN JMP, SAS INC. PHUSE, SHANGHAI, NOV 28, 2014 OUTLINES: CDISC Standard SDTM ADaM Interactive Standardized TLFs Tables

More information

12-month Enrollment 2015-16

12-month Enrollment 2015-16 Overview screen 12-month Enrollment 2015-16 12-month Enrollment Overview The 12-Month Enrollment component collects unduplicated student enrollment counts and instructional activity data for an entire

More information

12-month Enrollment 2013-14

12-month Enrollment 2013-14 Overview screen 12-month Enrollment 2013-14 12-month Enrollment Overview The 12-Month Enrollment component collects unduplicated student enrollment counts and instructional activity data for an entire

More information

Use of standards: can we really be analysis ready?

Use of standards: can we really be analysis ready? Standards in analysis & reporting Use of standards: can we really be analysis ready? Analysis ready? Why? Reducing time to market/approval Reducing time to delivery Reducing re work Designing subsequent

More information

12-Month Enrollment - The FTE & Network Marketing

12-Month Enrollment - The FTE & Network Marketing Overview screen 12-month Enrollment 2015-16 12-month Enrollment Overview The 12-Month Enrollment component collects unduplicated student enrollment counts and instructional activity data for an entire

More information

SQL SUBQUERIES: Usage in Clinical Programming. Pavan Vemuri, PPD, Morrisville, NC

SQL SUBQUERIES: Usage in Clinical Programming. Pavan Vemuri, PPD, Morrisville, NC PharmaSUG 2013 Poster # P015 SQL SUBQUERIES: Usage in Clinical Programming Pavan Vemuri, PPD, Morrisville, NC ABSTRACT A feature of PROC SQL which provides flexibility to SAS users is that of a SUBQUERY.

More information

Graduation Rates 2015-16

Graduation Rates 2015-16 Graduation Rates 2015-16 Overview Graduation Rates Overview Welcome to the IPEDS Graduation Rates (GR) survey component. The GR component collects data on the cohort of full-time, first-time degree/certificate-seeking

More information

FAQs for CHF RASAI participants using a certified EHR (12/5/2014) Q1. Answer: Q1 Answer Reason Q2. Q2 Answer: Q2 Answer Reason

FAQs for CHF RASAI participants using a certified EHR (12/5/2014) Q1. Answer: Q1 Answer Reason Q2. Q2 Answer: Q2 Answer Reason FAQs for CHF RASAI participants using a certified EHR (12/5/2014) The certified EHR mirrors and supports clinical workflows by operationalizing national health information data and technology standards.

More information

Q: Why is there a need for people to join the Be The Match Registry?

Q: Why is there a need for people to join the Be The Match Registry? Q: Why is there a need for people to join the Be The Match Registry? A: Thousands of patients with blood cancers like leukemia and lymphoma, sickle cell and other life-threatening diseases depend on the

More information

COMMISSION ON ACCREDITATION 2011 ANNUAL REPORT ONLINE SUMMARY DATA: INTERNSHIP PROGRAMS

COMMISSION ON ACCREDITATION 2011 ANNUAL REPORT ONLINE SUMMARY DATA: INTERNSHIP PROGRAMS COMMISSION ON ACCREDITATION 2011 ANNUAL REPORT ONLINE SUMMARY DATA: INTERNSHIP PROGRAMS INTRODUCTION The Annual Report was created in 1998 to provide the American Psychological Association s Commission

More information

CDISC Roadmap Outline: Further development and convergence of SDTM, ODM & Co

CDISC Roadmap Outline: Further development and convergence of SDTM, ODM & Co CDISC Roadmap Outline: Further development and convergence of SDTM, ODM & Co CDISC Ausblick: Weitere Entwicklung und Konvergenz der CDISC-Standards SDTM, ODM & Co. Jozef Aerts - XML4Pharma Disclaimer Views

More information

Clinical Data Management (Process and practical guide) Dr Nguyen Thi My Huong WHO/RHR/RCP/SIS

Clinical Data Management (Process and practical guide) Dr Nguyen Thi My Huong WHO/RHR/RCP/SIS Clinical Data Management (Process and practical guide) Dr Nguyen Thi My Huong WHO/RHR/RCP/SIS Training Course in Sexual and Reproductive Health Research Geneva 2012 OUTLINE Clinical Data Management CDM

More information

ADaM Supplement to the TAUG-Diabetes Version 1.0 (Draft)

ADaM Supplement to the TAUG-Diabetes Version 1.0 (Draft) ADaM Supplement to the TAUG-Diabetes Version 1.0 (Draft) Prepared by the CFAST Diabetes ADaM Sub-Team Notes to Readers This is the draft version 1.0 of the CDISC ADaM Supplement to the TAUG-Diabetes. It

More information

Graduation Rates 2014-15

Graduation Rates 2014-15 Overview Graduation Rates 2014-15 Graduation Rates Overview Welcome to the IPEDS Graduation Rates (GR) survey component. The GR component collects data on the cohort of full-time, first-time degree/certificate-seeking

More information

Graduation Rates 2014-15

Graduation Rates 2014-15 Graduation Rates 2014-15 Institution: Cowley County Community College (154952) Overview Graduation Rates Overview Welcome to the IPEDS Graduation Rates (GR) survey component. The GR component collects

More information

The Employment Status of Instructional Staff Members in Higher Education, Fall 2011

The Employment Status of Instructional Staff Members in Higher Education, Fall 2011 The Employment Status of Instructional Staff Members in Higher Education, Fall 2011 April 2014 John W. Curtis Director of Research and Public Policy American Association of University Professors, Washington

More information

PharmaSUG 2016 Paper IB10

PharmaSUG 2016 Paper IB10 ABSTRACT PharmaSUG 2016 Paper IB10 Moving from Data Collection to Data Visualization and Analytics: Leveraging CDISC SDTM Standards to Support Data Marts Steve Kirby, JD, MS, Chiltern, King of Prussia,

More information

Your appointment is scheduled for at with Dr. Your arrival time is.

Your appointment is scheduled for at with Dr. Your arrival time is. Dear : We appreciate your selection of our office for your complete eye care. Your appointment is scheduled for at with Dr. Your arrival time is. First visits usually take approximately one and a half

More information

Use of Metadata to Automate Data Flow and Reporting. Gregory Steffens Novartis PhUSE 13 June 2012

Use of Metadata to Automate Data Flow and Reporting. Gregory Steffens Novartis PhUSE 13 June 2012 Use of Metadata to Automate Data Flow and Reporting Gregory Steffens Novartis PhUSE 13 June 2012 Stages of Metadata Evolution I In the beginning... No corporate or industry level data or reporting standards

More information

PharmaSUG 2013 - Paper AD08

PharmaSUG 2013 - Paper AD08 PharmaSUG 2013 - Paper AD08 Just Press the Button Generation of SAS Code to Create Analysis Datasets directly from an SAP Can it be Done? Endri Endri, Berlin, Germany Rowland Hale, inventiv Health Clinical,

More information

Children's Bureau Child and Family Services Reviews Consultant Profile Form

Children's Bureau Child and Family Services Reviews Consultant Profile Form Children's Bureau Child and Family Services Reviews Consultant Profile Form Revised April 2008 (Please Type or Print Legibly) Identifying Information First Name Middle Name/Initial Last Name Home Address

More information

INSTRUCTIONAL, PROFESSIONAL OR ADMINISTRATIVE STAFF APPLICATION

INSTRUCTIONAL, PROFESSIONAL OR ADMINISTRATIVE STAFF APPLICATION INSTRUCTIONAL, PROFESSIONAL OR ADMINISTRATIVE STAFF APPLICATION Position for which you are applying Please type or print clearly in ink. Complete all sections even if enclosing a resume. Please submit

More information

PAsecureID Fall 2011 (PreK Grade 12)

PAsecureID Fall 2011 (PreK Grade 12) PAsecureID Fall 2011 (PreK Grade 12) Presenters Ellen Gemmill Eugene Pleszewicz Moderator Rose Cramer Tom Corbett, Governor Ron Tomalis, Secretary of Education Division of Data Quality Tom Corbett, Governor

More information

Small Business Administration Loan Application

Small Business Administration Loan Application BUSINESS INFORMATION Small Business Administration Loan Application Business Name Structure (Corporation, Partnership, Sole P., LLC) Address Type of Business City, State, Zip No. of Employees: Before After

More information

Innovative Techniques and Tools to Detect Data Quality Problems

Innovative Techniques and Tools to Detect Data Quality Problems Paper DM05 Innovative Techniques and Tools to Detect Data Quality Problems Hong Qi and Allan Glaser Merck & Co., Inc., Upper Gwynnedd, PA ABSTRACT High quality data are essential for accurate and meaningful

More information

South Dakota DOE 2014-2015 Report Card

South Dakota DOE 2014-2015 Report Card Performance Indicators School Performance Index District Classification: - Exemplary Schools 1 / 24 Schools 4.17% Status Schools 1 / 24 Schools 4.17% Progressing Schools 19 / 24 Schools * No bar will display

More information

Hands-on Exercise Using DataFerrett American Community Survey Public Use Microdata Sample (PUMS)

Hands-on Exercise Using DataFerrett American Community Survey Public Use Microdata Sample (PUMS) Hands-on Exercise Using DataFerrett American Community Survey Public Use Microdata Sample (PUMS) U.S. Census Bureau Michael Burns (425) 495-3234 DataFerrett Help http://dataferrett.census.gov/ 1-866-437-0171

More information

The Development of the Clinical Trial Ontology to standardize dissemination of clinical trial data. Ravi Shankar

The Development of the Clinical Trial Ontology to standardize dissemination of clinical trial data. Ravi Shankar The Development of the Clinical Trial Ontology to standardize dissemination of clinical trial data Ravi Shankar Open access to clinical trials data advances open science Broad open access to entire clinical

More information

Post Processing Macro in Clinical Data Reporting Niraj J. Pandya

Post Processing Macro in Clinical Data Reporting Niraj J. Pandya Post Processing Macro in Clinical Data Reporting Niraj J. Pandya ABSTRACT Post Processing is the last step of generating listings and analysis reports of clinical data reporting in pharmaceutical industry

More information

Note: See 7.7 Representations and Warranties, Limitations of Liability, and Disclaimer.

Note: See 7.7 Representations and Warranties, Limitations of Liability, and Disclaimer. Clinical Data Acquisition Standards Harmonization (CDASH) Prepared by: CDISC and Domain Teams CDASH_STD-1.0 01/OCT/2008 CDASH V1.0 STANDARD Revision History Document Number Release Date Updates CDASH_STD-1.0

More information

Defining a Validation Process for End-user (Data Manager / Statisticians) SAS Programs

Defining a Validation Process for End-user (Data Manager / Statisticians) SAS Programs Defining a Validation Process for End-user (Data Manager / Statisticians) SAS Programs Andy Lawton, Boehringer Ingelheim UK Ltd., Berkshire, England INTRODUCTION The requirements for validating end-user

More information

Testing and Accommodation Enhancements

Testing and Accommodation Enhancements Testing and Accommodation Enhancements CECAS users will notice that a set of changes to the CECAS production (live) site have occurred. The changes are: Child Demographics screen has been updated to contain

More information

Clinical Data Management is involved in all aspects of processing the clinical data, working with a range of computer applications / database systems

Clinical Data Management is involved in all aspects of processing the clinical data, working with a range of computer applications / database systems Clinical Data Management is involved in all aspects of processing the clinical data, working with a range of computer applications / database systems to support collection, cleaning and management of subject

More information

COMMISSION ON ACCREDITATION 2014 ANNUAL REPORT ONLINE

COMMISSION ON ACCREDITATION 2014 ANNUAL REPORT ONLINE COMMISSION ON ACCREDITATION ANNUAL REPORT ONLINE SUMMARY DATA: DOCTORAL PROGRAMS ^Clicking a table title will automatically direct you to that table in this document *Programs that combine two or more

More information