Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: changed multivariat to multiple covariates

...

  • Percent change in ejection fraction over time (1 year)
  • Decline in ejection fraction over time (1 year) grouped by a decline greater than 5%-5.0%
  • Percent change in NT-proBNP over time (1 year)

...

The SDTM examples used as the source data are from Section 2.1, Basic Systolic FunctionThe records in the CV dataset for which CVTESTCD = "LVEF_C" and "RVEF_C" were selected for analysis. The records in the LB dataset where LBTESTCD = "BNPPRONT" were used to compute the percent change over time and as a potential covariate. Both SDTM domains are used in one analysis dataset to demonstrate the flexibility of ADaM and to show that the various SDTM domains can be combined into one dataset both as rows and also as covariates.

Example Analysis Datasets

The following tables show the analysis dataset metadata and parameters used for this example.

-

Definexmltable
Multipletrue
LevelDataset
PurposeAnalysis

Dataset Name

Description

Class

Structure

Purpose

Keys

Location

Documentation

ADSL

Subject-Level Analysis Dataset

SUBJECT LEVEL ANALYSIS DATASET

One record per subject.

AnalysisUSUBJIDadsl.xptADSL.SAS
ADEFNTPCV MRI EF and NT-proBNP Analysis

BASIC DATA STRUCTURE

One record per subject per analysis visit per parameter.AnalysisUSUBJID, AVISITN, PARAMNadefntp.xpt

ADEFNTP.SAS/SAP

ADEFMRICV MRI Ejection Fraction Analysis

BASIC DATA STRUCTURE

One record per subject per analysis visit per parameter.AnalysisUSUBJID, AVISITN, PARAMNadefmri.xpt

ADEFMRI.SAS/SAP

...

Definexmltable
DatasetADEFNTP
LevelVariable
PurposeAnalysis
NameVariable
Variable NameVariable LabelTypeCodelist/Controlled TermsSource/Derivation/Comment
STUDYIDStudy Identifiertext
Predecessor: CV.STUDYID
USUBJIDUnique Subject Identifiertext
Predecessor: CV.USUBJID
BRTHDTDate of Birthintegeryymmdd10.Predecessor: ADSL.BRTHDT
AAGEAnalysis Agefloat
Predecessor: ADSL.AAGE
AGEUAge Unittext

Predecessor: ADSL.AGEU

SEX

Sextext(SEX)

Predecessor: ADSL.SEX

RACE

Racetext(RACE)Predecessor: ADSL.RACE
TRTSDT

Date of First Exposure to Treatment

integeryymmdd10.Predecessor: ADSL.TRTSDT
TRT01P

Planned Treatment for Period 01

textDrug A; Drug BPredecessor: ADSL.TRT01P
TRT01A

Actual Treatment for Period 01

textDrug A; Drug BPredecessor: ADSL.TRT01A

ITTFL

Intent-To-Treat Population Flag

text

Y; N

Predecessor: ADSL.ITTFL

HEIGHT

Height (cm)

float


Set to VS.VSSTRESN where VS.VSTEST = "HEIGHT" by visit.

WEIGHT

Weight (kg)

float


Set to VS.VSSTRESN where VS.VSTEST = "WEIGHT" by visit.

BSABody Surface Area (m2)float


Derived:

Compute from HEIGHT and WEIGHT at each visit, using the Du Bois method. BSA = 0.007184 × W0.425 × H0.725

There are multiple methods for calculating BSA; the study protocol should describe which to use.

ACEINHFL

ACE Inhibitor Medications Flag

text

Y; N

Predecessor: ADSL.ACEINHFL
PARAMParametertext

Left Ventricular Ejection Fraction, Cal (%);

Right Ventricular Ejection Fraction, Cal (%);

N-Terminal ProB-type Natriuretic Peptide (ng/L)

Predecessor:

CV.CVTEST

LB.LBTEST

PARAMCDParameter Codetext

LVEF_C;

RVEF_C;

BNPPRONT

Predecessor:

CV.CVTESTCD

LB.LBTESTCD

PARAMNParameter (N)integer

1; 2; 3

Assigned:

Number PARAMCD as follows:

LVEF_C = "1"

RVEF_C = "2"

BNPPRONT = "3"

AVALAnalysis Valuefloat

See Parameter Value Metadata

AVISITAnalysis Visittext

Visit 1 (Baseline); Visit 6 (1 Year)

If CV.VISIT = "VISIT 1" then AVISIT = "Visit 1 (Baseline)".

If CV.VISIT = "VISIT 6" then AVISIT = "Visit 6 (1 Year)".

AVISITNAnalysis Visit (N)integer1; 6

Predecessor:

CV.VISITNUM

LB.VISITNUM

VISITVisitinteger

VISIT 1; VISIT 6

Predecessor:

CV.VISIT

LB.VISIT

ADTAnalysis Dateintegeryymmdd10.Date portion of CV.CVDTC or LB.LBDTC converted to numeric and displayed in a format such as yymmdd10. 
ABLFLBaseline Record FlagtextY

Derived: If CV.VISIT = "VISIT 1" then ABLFL = "Y".

BASEBaseline Valuefloat

Derived: Set BASE to AVAL from the record for that subject and parameter where ABLFL = "Y".

Populate BASE for additional visits by merging the value of BASE in the baseline record by USUBJID and PARAMCD.

CHGChange from Baselinefloat
Derived: Compute CHG = AVAL - BASE for that record. Only compute for post-baseline records.
PCHGPercent Change from Baselinefloat
Derived: Compute PCHG = (CHG / BASE) * 100. Only compute for post-baseline records.
CHGCAT1Change from Baseline Category 1text

Decline >=5%-5.0%; Decline <5%<-5.0%; No Decline

See Parameter Value Metadata
SRCDOMSource Datatext

CV; LB

Assigned: Set to the SDTM domain name that relates to the analysis value.

SRCVARSource Variabletext

CVSTRESN; LBSTRESN

Assigned: Set to the SDTM variable that relates to the analysis value.

SRCSEQSource Sequence Numberinteger


Predecessor: Set to the SDTM domain sequence number that relates to the analysis value, CV.CVSEQ or LB.LBSEQ.

...

Definexmltable
DatasetADEFNTP
LevelValue
PurposeAnalysis
NameCHGCAT1
VariableWhereTypeControlled Terms or FormatOriginDerivation/Comment
CHGCAT1PARAMCD in ("LVEF_C", "RVEF_C")text

Decline >=5%-5.0%;

Decline <5%<-5.0%;

No Decline

Derived

Categorize the value of CHG as follows: If CHG >= 5.00 THEN CHGCAT1 = "Decline >=5%-5.0%".

Jira
showSummaryfalse
serverIssue Tracker (JIRA)
serverId85506ce4-3cb3-3d91-85ee-f633aaaf4a45
keyTAUGDMDCIS-9

Else if CHG GT 0 and CHG < 5.00 THEN CHGCAT1 = "Decline <5%<-5.0%"

Else if CHG <0 then CHGCAT1 = "No Decline"

Jira
showSummaryfalse
serverIssue Tracker (JIRA)
serverId85506ce4-3cb3-3d91-85ee-f633aaaf4a45
keyTAUGDMDCIS-10

CHGCAT1PARAMCD = "BNPPRONT"text

Increase >100 ng/L;

Increase <=100 ng/L;

No Increase

Derived

Categorize the value of CHCAT1 as follows: "Increase >100 ng/L"; "Increase <=100 ng/L"; "No Increase"

Jira
showSummaryfalse
serverIssue Tracker (JIRA)
serverId85506ce4-3cb3-3d91-85ee-f633aaaf4a45
keyTAUGDMDCIS-11

Dataset wrap
Showtrue
NameADEFNTP
Dataset2
tableidadefntp
RowSTUDYIDUSUBJIDAAGEAGEUSEXRACETRT01PTRT01AITTFLHEIGHTWEIGHTBSAACEINHFLPARAMPARAMCDPARAMNAVALAVISITAVISITNVISITADTABLFLBASECHGPCHGCHGCAT1SRCDOMSRCVARSRCSEQ
1DMD-EFLGEDMD-EF-01-10112.3YEARSMBLACK OR AFRICAN AMERICANDrug ADrug AY119200.82YLeft Ventricular Ejection Fraction, Cal (%)LVEF_C167Visit 1 (Baseline)1VISIT 12022-05-16Y67


CVCVTESTCD
Jira
showSummaryfalse
serverIssue Tracker (JIRA)
serverId85506ce4-3cb3-3d91-85ee-f633aaaf4a45
keyTAUGDMDCIS-13
3
2DMD-EFLGEDMD-EF-01-10112.3YEARSMBLACK OR AFRICAN AMERICANDrug ADrug AY119200.82YRight Ventricular Ejection Fraction, Cal (%)RVEF_C274Visit 1 (Baseline)1VISIT 12022-05-16Y74


CVCVTESTCD7
3DMD-EFLGEDMD-EF-01-10112.3YEARSMBLACK OR AFRICAN AMERICANDrug ADrug AY119200.82YN-Terminal ProB-type Natriuretic Peptide (ng/L)BNPPRONT340Visit 1 (Baseline)1VISIT 12022-05-16Y40


LBLBTESTCD1
4DMD-EFLGEDMD-EF-01-10112.3YEARSMBLACK OR AFRICAN AMERICANDrug ADrug AY132321.08YLeft Ventricular Ejection Fraction, Cal (%)LVEF_C160Visit 6 (1 Year)6VISIT 62023-04-23
67-7-10.447761Decline >=-5.0%CVCVTESTCD11
5DMD-EFLGEDMD-EF-01-10112.3YEARSMBLACK OR AFRICAN AMERICANDrug ADrug AY132321.08YRight Ventricular Ejection Fraction, Cal (%)RVEF_C261Visit 6 (1 Year)6VISIT 62023-04-23
74-13-17.567568Decline >=-5.0%CVCVTESTCD15
6DMD-EFLGEDMD-EF-01-10112.3YEARSMBLACK OR AFRICAN AMERICANDrug ADrug AY132321.08Y

N-Terminal ProB-type Natriuretic Peptide (ng/L)

BNPPRONT3900Visit 6 (1 Year)6VISIT 62023-04-23
408602,150Increase >100 ng/LLBLBTESTCD2

...

The dataset can can be used for multivariate analyses with multiple covariates

Jira
showSummaryfalse
serverIssue Tracker (JIRA)
serverId85506ce4-3cb3-3d91-85ee-f633aaaf4a45
keyTAUGDMDCIS-14
by taking the lab tests of interest (PARAMCD = "BNPPRONT") or other analysis datasets, and merging variables of interest with the ADEFNTP dataset. This summary dataset is created from other ADaM datasets and only variables used in the analysis are kept.

Definexmltable
DatasetADEFMRI
LevelVariable
PurposeAnalysis
NameVariable
Variable NameVariable LabelTypeCodelist/Controlled TermsSource/Derivation/Comment
STUDYIDStudy Identifiertext

Predecessor: ADEFNTP.STUDYID

USUBJIDUnique Subject Identifiertext

Predecessor: ADEFNTP.USUBJID

BRTHDTDate of Birthintegeryymmdd10.

Predecessor: ADEFNTP.BRTHDT

AAGEAnalysis Agefloat

Predecessor: ADEFNTP.AAGE

AGEUAge UnittextYEARS

Predecessor: ADEFNTP.AGEU

SEX

Sextext(SEX)

Predecessor: ADEFNTP.SEX

RACE

Racetext(RACE)

Predecessor: ADEFNTP.RACE

TRTSDT

Date of First Exposure to Treatment

Numyymmdd10.Predecessor: ADEFNTP.TRTSDT
TRT01P

Planned Treatment for Period 01

textDrug A; Drug BPredecessor: ADEFNTP.TRT01P

ITTFL

Intent-To-Treat Population Flag

text

Y; N

Predecessor: ADEFNTP.ITTFL

BSABody Surface Area (m2)float


Predecessor: ADEFNTP.BSA

ACEINHFL

ACE Inhibitor Medications Flag

text

Y; N

Predecessor: ADEFNTP.ACEINHFL

BNPPRONT


integer


Derived: BNPPRONT = AVAL where PARAMCD = ADEFNTP.BNPPRONT, and merge by USUBJID and AVISITN.

Note: There are many ways to add this including transposing the data.

PARAMParametertext

Left Ventricular Ejection Fraction, Cal (%);

Right Ventricular Ejection Fraction, Cal (%)

Predecessor: ADEFNTP.PARAM

PARAMCDParameter Codetext

LVEF_C;

RVEF_C

Predecessor: ADEFNTP.PARAMCD

PARAMNParameter (N)integer


Predecessor: ADEFNTP.PARAMN

AVALAnalysis Valuefloat

Predecessor: ADEFNTP.AVAL

AVISITAnalysis Visittext

Visit 1 (Baseline);

Visit 6 (1 Year)

Predecessor: ADEFNTP.AVISIT

AVISITNAnalysis Visit (N)integer1; 6

Predecessor: ADEFNTP.AVISITN

ADTAnalysis Datefloatyymmdd10.Predecessor: ADEFNTP.ADT
ABLFLBaseline Record FlagtextYPredecessor: ADEFNTP.ABLFL
BASEBaseline Valuefloat
Predecessor: ADEFNTP.BASE
CHGChange from Baselinefloat
Predecessor: ADEFNTP.CHG
PCHGPercent Change from Baselinefloat
Predecessor: ADEFNTP.PCHG
CHGCAT1Change from Baseline Category 1text

Decline >=5.0%;

Decline <5<-5.0%;

Increase >100 ng/L

Predecessor: ADEFNTP.CHGCAT1
Dataset wrap
Showtrue
Nameadefmri
Dataset2
tableidadefmri
RowSTUDYIDUSUBJIDBRTHDTTRT01PAAGEAGUSEXRACETRT01AITTFLBSAACEINHFLBNPPRONTPARAMPARAMCDPARAMNAVALAVISITAVISITNADTABLFLBASECHGPCHGCHGCAT1
1DMD-EFLGEDMD-EF-01-1012010-02-07Drug A12.3YEARSMBLACK OR AFRICAN AMERICANDrug AY0.82Y40Left Ventricular Ejection Fraction, Cal (%)LVEF_C170Visit 1 (Baseline)12022-05-16Y70


2DMD-EFLGEDMD-EF-01-1012010-02-07Drug A12.3YEARSMBLACK OR AFRICAN AMERICANDrug AY0.82Y40Right Ventricular Ejection Fraction, Cal (%)RVEF_C275Visit 1 (Baseline)12022-05-16Y75


3DMD-EFLGEDMD-EF-01-1012010-02-07Drug A12.3YEARSMBLACK OR AFRICAN AMERICANDrug AY1.08Y900Left Ventricular Ejection Fraction, Cal (%)LVEF_C165Visit 6 (1 Year)62023-04-23
70-5-10.447761Decline >==5.0%
4DMD-EFLGEDMD-EF-01-1012010-02-07Drug A12.3YEARSMBLACK OR AFRICAN AMERICANDrug AY1.08Y900Right Ventricular Ejection Fraction, Cal (%)RVEF_C270Visit 6 (1 Year)62023-04-23
75-5-17.567568Decline >==5.0%

Pagenav2