sas cdisc esug presentation metadata end-to-end pub - mark

12
Copyright © 2009, SAS Institute Inc. All rights reserved. 1 CDISC end to end in SAS Copyright © 2009, SAS Institute Inc. All rights reserved. CDISC end-to-end in SAS Mark Lambrecht Principal Consultant, Life Sciences SAS UK, Marlow May 27 th 2009 I ti ODM i t SAS Copyright © 2009, SAS Institute Inc. All rights reserved. Importing ODM into SAS Part 1

Upload: ngoxuyen

Post on 31-Dec-2016

229 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: SAS CDISC ESUG presentation metadata end-to-end pub - Mark

Copyright © 2009, SAS Institute Inc. All rights reserved. 1

CDISC end to end in SAS

Copyright © 2009, SAS Institute Inc. All rights reserved.

CDISC end-to-end in SASMark LambrechtPrincipal Consultant, Life SciencesSAS UK, MarlowMay 27th 2009

I ti ODM i t SAS

Copyright © 2009, SAS Institute Inc. All rights reserved.

Importing ODM into SASPart 1

Page 2: SAS CDISC ESUG presentation metadata end-to-end pub - Mark

Copyright © 2009, SAS Institute Inc. All rights reserved. 2

1

Steps in demonstration

2

Copyright © 2009, SAS Institute Inc. All rights reserved.

34

Short intro to SAS and CDISC

PROC CDISCPROC CDISC

Clinical Standards Toolkit

Copyright © 2009, SAS Institute Inc. All rights reserved.

Page 3: SAS CDISC ESUG presentation metadata end-to-end pub - Mark

Copyright © 2009, SAS Institute Inc. All rights reserved. 3

PROC CDISC

Input CDISC ODM XML files to SAS data set(s)Input CDISC ODM XML files to SAS data set(s)

Output SAS data set content to CDISC ODM XML

Validates CDISC SDTM content against model

Copyright © 2009, SAS Institute Inc. All rights reserved.

Clinical Standards Toolkit

S t f d i d t dSet of macros designed to supersede Proc CDISC

Free to existing SAS customers

Built into Clinical Data Integration

Copyright © 2009, SAS Institute Inc. All rights reserved.

Page 4: SAS CDISC ESUG presentation metadata end-to-end pub - Mark

Copyright © 2009, SAS Institute Inc. All rights reserved. 4

Clinical Toolkit: FrameworkV1.2

• CDISC SDTM FrameworkExample Methods%sdtm validate( );• CDISC SDTM Framework

• CDISC CRT-DDS Framework• CDISC Terminology Framework• Toolkit Utility Framework

%sdtm_validate(…);%sdtm_report_validationResults();%sdtm_create_cterms(…);%sdtm_create_domainType(…);%sdtm_create_domains(…);

%crtdds_validate(…);%crtdds_report_validationResults(…);%crtdds create cterms(…);

Copyright © 2009, SAS Institute Inc. All rights reserved.

%crtdds_create_cterms(…);%crtdds_write(…);%crtdds_read(…);

%cterms_create_package(…);

Clinical Toolkit: Pluggable ModulesV1.2

• CDISC SDTM FrameworkSDTM V3.1.1 Module

• CDISC SDTM Framework• CDISC CRT-DDS Framework• CDISC Terminology Framework• Toolkit Utility Framework

SDTM V3.1.2 Module

CRT-DDS V1.0 Module

Copyright © 2009, SAS Institute Inc. All rights reserved.

Terminology SDTM-1 Module

Terminology LABTEST Module

Terminology SDTM-2A Module

Terminology SDTM-2B Module

Page 5: SAS CDISC ESUG presentation metadata end-to-end pub - Mark

Copyright © 2009, SAS Institute Inc. All rights reserved. 5

Clinical Data Integration functionalities

SAS code-based solutionSAS code-based solution

Robust generation of processes that transformand integrate data

Extensive process library to process data

Included SDTM 3.1.1 IG data model

E t ibl ith itt SAS d

Copyright © 2009, SAS Institute Inc. All rights reserved.

Extensible with user-written SAS code transformations

Glossary for ODMStudy

StudyEvent : patient visit

F d t t f

ODM AdminData

ReferenceData

ClinicalData

Copyright © 2009, SAS Institute Inc. All rights reserved.

Form : data-entry form

ItemGroup : panel or SAS dataset

Item : a dataset variable or SAS field

Codelist : SAS format or lookup table

Page 6: SAS CDISC ESUG presentation metadata end-to-end pub - Mark

Copyright © 2009, SAS Institute Inc. All rights reserved. 6

Creation of processes in Clinical Data Integration

Copyright © 2009, SAS Institute Inc. All rights reserved.

Copyright © 2009, SAS Institute Inc. All rights reserved.

Page 7: SAS CDISC ESUG presentation metadata end-to-end pub - Mark

Copyright © 2009, SAS Institute Inc. All rights reserved. 7

Reading ODM

Copyright © 2009, SAS Institute Inc. All rights reserved.

Reading additional elements

Copyright © 2009, SAS Institute Inc. All rights reserved.

Page 8: SAS CDISC ESUG presentation metadata end-to-end pub - Mark

Copyright © 2009, SAS Institute Inc. All rights reserved. 8

Mapping into SDTM, ADaM standards

Copyright © 2009, SAS Institute Inc. All rights reserved.

ADaM standardsPart 2

Setting up new study in SAS

Copyright © 2009, SAS Institute Inc. All rights reserved.

Page 9: SAS CDISC ESUG presentation metadata end-to-end pub - Mark

Copyright © 2009, SAS Institute Inc. All rights reserved. 9

Accessing Codelists as SAS formats

Copyright © 2009, SAS Institute Inc. All rights reserved.

ISO8601 date-time formats

Copyright © 2009, SAS Institute Inc. All rights reserved.

Page 10: SAS CDISC ESUG presentation metadata end-to-end pub - Mark

Copyright © 2009, SAS Institute Inc. All rights reserved. 10

Report

Copyright © 2009, SAS Institute Inc. All rights reserved.

Codelists

define.xml metadata

Codelists• Codelist conversion table• Value Level Metadata• VLM Transpose table

Computational Algorithm

XML Parameters

Copyright © 2009, SAS Institute Inc. All rights reserved. Business & Decision Life Sciences

• Study Title• External Dictionary• Create Date• Supplemental Document Links

Page 11: SAS CDISC ESUG presentation metadata end-to-end pub - Mark

Copyright © 2009, SAS Institute Inc. All rights reserved. 11

Metadata exploitation

SDTM validation checks : with Clinical StandardsSDTM validation checks : with Clinical Standards Toolkit

Other utility jobs (e.g. QC contents)

Copyright © 2009, SAS Institute Inc. All rights reserved. Business & Decision Life Sciences

Study

Validation Process

DM AECM LB

Study

Metadata

Domains

Table Metadata Column Metadata

Validation

Copyright © 2009, SAS Institute Inc. All rights reserved.

ValidationControls

ValidationProcess

Results Data

Results Reporting

ValidationResults Report

Controlled Terminology

User-Written Custom Checks

User-Written Post-Processing

Page 12: SAS CDISC ESUG presentation metadata end-to-end pub - Mark

Copyright © 2009, SAS Institute Inc. All rights reserved. 12

Conclusion on using this methodologyCDISC SDTM/ADaM expertise remains crucial

Changed our thinking about metadata• We have turned it from deliverables into a central

component for our conversions.• We create it at the very beginning of the process, and

start using it as a valuable process driver• Metadata is fun!!... once we realized its value

Copyright © 2009, SAS Institute Inc. All rights reserved.

SAS is ready to support end-to-end CDISC• Integrated with operational systems (EDC)• End-to-end metadata and data• A clinical repository for data, metadata and

transformation analysis code

Mark Lambrecht, PhD

Copyright © 2009, SAS Institute Inc. All rights reserved.Copyright © 2006, SAS Institute Inc. All rights reserved.

Principal Consultant, Life [email protected]