H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

21
H. Lundbeck A/S 22 Jun 2022 1 STDM generation in Lundbeck - From Source to Target

Transcript of H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

Page 1: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 1

STDM generation in Lundbeck - From Source to Target

Page 2: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 2

Agenda

• Background• Architecture & Tools• Design and Implementation of the SDTM

conversion framework• Evaluation• Plan for further delvelopement• Questions/Discussion

Page 3: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 3

Background

• This is a presentation about:– The considerations and experiences

Lundbeck has had when implementing their SDTM conversion process

• This a not a presentation about– Hardcore SAS macros– A detailed explaination of the SDTM data

model.

Page 4: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 4

Background

• The SDTM conversion project was initated and developed in 2007-2008 as a part of the Lundbeck eClinical program.

• Started with one programmer under the supervision of a project lead.

• Current status: the SDTM conversion process is rolled out in Line of Business (the CDO Department) and involves five programmers and one project manager

Page 5: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 5

Background

• The goal was to implement a framework for converting any clinical study data (source) into an SDTM data format (target)

• Benefits of framework: – Extend the use of industry standards (CDISC/SDTM) to the

clinical data process flow– Eliminate data transformation / alignment both within and

across studies and from external sources – Enable systematic and extensive use of current and

historical data – Simplify data interchange with partners and regulatory

authorities

Page 6: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 6

Background

• Source data from four Rave studies were selected as the basis for the implementation of the framework– Lundbeck project LuAA21004, studies

11984A, 11984B and 11985A and Lundbeck project LuAA24530: study 11918A

Page 7: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 7

Background

• The experiences from converting the first four studies will lay the basis for a Lundbeck SDTM data model– Domain definitions of all domains currently

used in the SDTM conversion process– Convension rules /Algorithms– CDISC/Lundbeck Controlled Terminology

Page 8: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 8

Architecture

• Available tools for the SDTM conversion:– Clinical study data (a lot!)– An ETL-tool for data manipulation– The SDTM Implementation Guidelines

version 3.1.1/3.1.2– CDISC Controlled Terminology– In-house experience of a previously SDTM

conversion project (Gaboxadol)

Page 9: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 9

Architecture

Rave

Datafax

eDM/eDE

Partners

CROs

ETL ToolSDTM Interface

Reporting Tool

SADS

SOURCE TARGET

SAS-Di Studio

Page 10: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 10

Design and Implementation

• The shortest distance between two points is a stright line:

A B

Page 11: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 11

Design and Implementation

• Divide the line into stages:

SOURCE

TARGET

Stage 1 Stage 2 Stage 3 Stage 4

Page 12: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 12

Design and Implementation

• Stage 1(Define):– Define the mapping from source to target

• Annotate CRF according to the SDTM format

– Implement the mapping• Build up data dictionaries (SAS format

libraries)

Example

Page 13: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 13

Design and Implementation

• Stage 2(Apply):– Apply the mappings to the source data

• Apply the SAS user defined formats– Set the value of general variables

• E.g. STUDYID, DOMAIN, VISIT, VISITNUM, VISITDY

– A SAS macro library

Page 14: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 14

Design and Implementation

• Stage 3(Derive):– Derive standard values based on the

original collected result(Relevant for the Findings Observation Class).• E.g. the variables --STRESC and STRESN

and standard units in –STRESU

– Derive other values.• E.g. the variables --DY, VSTESTCD=BMI,

--SEQ

Page 15: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 15

Design and Implementation

• Stage 4(Structure):– Create the final structure on datasets

• E.g. create the supplemental qualifiers domains.

– Create the CO (Comments Domain)

– Create the Trial Design Domains (TI, TE, TV,TS,TA)

Page 16: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 16

Design and Implementation

• Depictured with work-demanded proportions:

SOURCE

TARGET

Stage 1

Stage 2

Stage 3

Stage 4

Define

Apply

Derive

Structure

Page 17: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 17

Evaluation

• Evaluation of the benefits:– Extend the use of industry standards

(CDISC/SDTM) to the clinical data process flow

– Eliminate data transformation / alignment both within and across studies and from external sources

– Enable systematic and extensive use of current and historical data

– Simplify data interchange with partners and regulatory authorities

Page 18: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 18

Further Development

• Implement the WebSDTM validation checks

• Development and implementation of a CDASH library– Greater transparency in the data flow

• SDTM knowledge/experience sharing between companies (Network Groups)

Page 19: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 19

…and some memories

’Computer Charlieer en helt almindelig mand& han ta'r toget ind til City hver daggemmer sit ansigt så godt han ka'bag et slør fra dagens første Havannahan ligner til forveksling alle andre i kupé'ender til gengæld ligner koksgrå lig& sidder pænt på række som på bunden af en gravmens station efter station bare suser forbi’

’I en blågrå kupe’ af C.V. Jørgensen

Page 20: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 20

Thanks to …

• H. Lundbeck A/S• Nordic CIDSC User Group • Danish Association for Data Managers

Page 21: H. Lundbeck A/S16-Jan-141 STDM generation in Lundbeck - From Source to Target.

H. Lundbeck A/S 10 Apr 2023 21

Questions/Discussion

?