ADaM OCCDS v1.0
ADaM OCCDS v1.0
ADaM OCCDS v1.0
(OCCDS)
Version 1.0
Prepared by the
CDISC Analysis Data Model Team
Notes to Readers
This Analysis model uses the principles, structures and standards described in the CDISC Analysis Data Model
Version 2.1 and Implementation Guide v1.1 documents.
Revision History
See Appendix C for Representations and Warranties, Limitations of Liability, and Disclaimers.
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
CONTENTS
1 INTRODUCTION ................................................................................................................. 4
1.1 PURPOSE................................................................................................................................................................4
1.2 POINTS TO CONSIDER WHEN INTERPRETING THIS DOCUMENT ..............................................................................5
1.3 CONVENTIONS USED IN THIS DOCUMENT ..............................................................................................................6
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 2
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
APPENDICES ............................................................................................................................. 50
APPENDIX A: REFERENCES........................................................................................................................................... 50
APPENDIX B: REVISION HISTORY ................................................................................................................................. 51
APPENDIX C: REPRESENTATIONS AND WARRANTIES, LIMITATIONS OF LIABILITY, AND DISCLAIMERS........................ 52
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 3
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
1 Introduction
1.1 Purpose
The statistical analysis data structure presented in this document describes the general data structure and content
typically found in occurrence analysis. Occurrence analysis is the counting of subjects with a given record or term,
and often includes a structured hierarchy of dictionary coding categories. Examples of data that fit into this structure
include those used for typical analysis of Adverse Events, Concomitant Medications, and Medical History. The
structure is based on the ADaM Analysis Data Model V2.1 [1] and the ADaM Analysis Data Model Implementation
Guide (ADaMIG) V1.1 [2].
This document is based on the document titled “Analysis Data Model (ADaM) Data Structure for Adverse Event
Analysis” released by the CDISC ADaM team on May 10, 2012. It replaces this earlier document, making it more
generic and applicable to analysis of more than just adverse event data.
As presented in the ADaMIG, many analysis methods can be performed using the ADaM Basic Data Structure
(BDS) including Parameter (PARAM) and Analysis Value (AVAL). However, data analyzed as described above do
not fit well into the BDS structure and are more appropriately analyzed using an SDTM structure with added
analysis variables. Specifically, the data and analysis described in this document must meet these criteria:
• There is no need for AVAL or AVALC. Occurrences are counted in analysis, and there are typically one or
more records for each occurrence assessment.
• A dictionary is often used for coding the occurrence and typically includes a well-structured hierarchy of
categories and terminology. Re-mapping this hierarchy to BDS variables PARAM and generic *CAT
variables would lose the structure and meaning of the dictionary. Per the Study Data Tabulation Model
Implementation Guide (SDTMIG) V3.2 [3], a dictionary is expected for Adverse Events and Concomitant
Medications, and recommended for Medical History. Although not as common, Clinical Events,
Procedures, and Substance Use may also be coded. (Data for a particular study that could have been coded
but wasn’t should use this structure because analysis results are similar, and this will allow analysis
programming to work the same way – for example, Medical History data might be coded in one study, not
coded in another, yet the analysis tables look very similar.)
• The data content is typically not modified for analysis purposes. In other words, there is no need for
analysis versions of the variables that hold the dictionary hierarchy or category terms.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 4
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
This does not mean that all categorical data are appropriate for OCCDS. More standard categorical data that would
never be mapped to a hierarchical dictionary, such as questionnaire responses, fit nicely in BDS and should not use
OCCDS.
Typically, findings data fit nicely into BDS, while events and interventions fit nicely into OCCDS. However, this is
not always the case: Exposure data, from an interventions SDTM structure, is quite often analyzed in BDS because
that analysis isn’t simply counting records, though there could be an OCCDS intermediate dataset used to help
derive those BDS summary parameters. In all cases, it’s the combination of input data and analysis needs that
determines the dataset structure required.
The structure presented in this document is built on the nomenclature of the SDTMIG V3.2 [3] standard for collected
data, and adds attributes, variables, and data structures required for statistical analyses. The primary source domain
for the structure is the SDTM domain plus the corresponding Supplemental Qualifier dataset. Many additional
variables are added from Subject-Level Analysis Dataset (ADSL).
In this document, the analysis datasets described are required when SDTM data aren't sufficient to support all
analyses. Whether an analysis dataset is needed is left up to the producer (see ADaM Analysis Data Model V2.1
Section 4.1.1). If an analysis dataset is needed, and it meets the criteria listed above, it should use OCCDS.
The dataset and variable naming conventions and the dataset structure described in this document should be
followed.
The structure for the occurrence analysis dataset is usually one record per each record in the corresponding SDTM
domain. Examples of when the number of records in the analysis dataset would not match the number in SDTM
include:
• SDTM data contain screen failures but screen failures are not analyzed. In this case, the screen failure
records are not needed in the analysis dataset.
• The topic, such as an adverse event or concomitant medication, spans several treatment periods and needs
to be counted in each. Based on the analysis need, a separate row might be required for each treatment
period spanned and analyzed.
• An adverse event needs to be analyzed along multiple coding paths. In this case, a row would be needed for
each coding path analyzed. An alternate solution, if multiple coding paths are not needed together, would
be to put records for each coding path into a separate analysis dataset.
This doesn’t exclude a producer from creating additional datasets for other analyses, or even using a different
structure if needed for analysis (e.g. time-to-event of adverse events of special interest).
• Ordering of variables: Within this document, no specific ordering of variables within the illustrated
datasets is applied. The ADaM v2.1 [1] states that ideally the ordering of the variables in the analysis dataset
follows a logical ordering (not simply alphabetic). The ADaM v2.1 [1] does not provide a specific
recommendation for the ordering of the variables. Within this document, the author of each example
applied their own logical ordering. Though there is not an across-example consistency of ordering of
variables, within an example the ordering of the variables within the illustrated analysis dataset matches the
order of the variables as presented in the associated metadata.
• Identification of source dataset: When identifying the source dataset for a variable, the immediate
predecessor is used, as described in the ADaM v2.1 [1]. For example, in ADSL the source is identified as
DM.SUBJID in the analysis variable metadata. When SUBJID is used in the occurrence analysis dataset,
the source is identified as ADSL.SUBJID.
• Analysis-ready: The occurrence analysis dataset should be “analysis-ready,” meaning it should contain all
of the variables needed for the specific analysis, so that the analysis can be replicated by performing the
actual statistical test without first having to manipulate data. Analysis-ready does not mean that a formatted
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 5
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
display can be generated in a single statistical procedure. For typical occurrence analyses, unique subject
counts are derived by running a standard statistical procedure (e.g., SAS PROC, S-PLUS function, etc.) on
the occurrence analysis dataset, while denominator counts can be derived from ADSL.
• Examples are for illustration only: Note that the examples in this document are only intended as
illustrations and should not be viewed as a statement of the standards themselves. In addition, the examples
are intended to illustrate content and not appearance; it is understood that there are many different ways
that data can be displayed. This document does not cover display formats.
• Display of metadata for illustration of content only: Though the metadata elements have been defined in
the ADaM v2.1 [1], how the metadata are displayed is a function of the mechanism used to display the
content. The presentation formats used in this document are for the purposes of illustration of content only,
and are not intended to imply any type of display standard or requirement. Additionally, the metadata
examples just include the metadata necessary to understand the respective example datasets. Refer to
Define-XML v2.0 [11] for additional information (e.g., variable length and origin) required when building a
valid define.xml file according to the Define-XML v2.0 standard.
• Analysis results metadata: Analysis results metadata have not been included for any examples in this
document. As stated in the ADaM v2.1 [1], analysis results metadata are not required. However, best
practice is that they be provided to assist the consumer by identifying the critical analyses, providing links
between results, documentation, and datasets, and documenting the analyses performed.
• Examples not meant to be all inclusive regarding variables: The examples describe some of the key
variables and records that would be included in the dataset. They are not intended to illustrate every
possible variable that might be included in the analysis dataset; for example core variables required for
subgroup analyses are not included in all illustrations.
• Source/Derivation Column: The algorithms provided in the Source/Derivation column are for illustration
purposes only and are not intended to imply universally accepted definitions or derivations of variables.
Algorithms are producer-defined and dependent on trial and analysis design.
• No endorsement of vendors or products: As with other ADaM documents, references to specific vendor
products are examples only and therefore should not be interpreted as an endorsement of these vendors or
products.
This ADaM model primarily discusses the creation of an analysis dataset that is needed for the presentation of
frequencies and percentages. However, the analysis datasets presented here could be used to construct more in-depth
analysis dataset, even in a different structure. For time-to-event analyses, see the ADaM Basic Data Structure for
Time to Event Analyses appendix.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 6
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Medical Dictionary for Regulatory Activities (MedDRA) [4] has become widely recognized as a global standard for
the coding of adverse events. Examples of other coding dictionaries include WHO Adverse Reaction Terminology
(WHO-ART) [5] and International Classification of Disease (ICD) [6], and Coding Symbols for a Thesaurus of
Adverse Reaction Terms (COSTART) [7] which was replaced by MedDRA but can still be found in older studies.
The coding dictionary is characterized by classifying each verbatim into a hierarchy of medical granularity. For
example, if the verbatim content recorded was ‘stomach virus’, the COSTART coding hierarchy would place this
event in the ‘Body as a Whole’ body system, in the ‘General’ subcategory for this body system, and with the
preferred term of ‘Flu Syndrome’. Using MedDRA V12.0, this verbatim content would result in a System Organ
Class (SOC) of ‘Infections and infestations’ and a preferred term (PT) of ‘Gastroenteritis viral’.
When using coding dictionaries, it is recommended that coding rules and guidelines be developed by the producer
prior to the classification of terminology. The process of coding verbatim terms with a dictionary is outside the
scope of this document. The objective of coding guidelines is to promote medical accuracy and consistency when
using the controlled vocabulary of the dictionary. This consistency will support a variety of downstream analysis
needs, such as when events need to be recoded to integrate data from two or more clinical studies.
It should be noted that a more common scenario involving the recoding of occurrence data is when data are recoded
for an integrated analysis and submitted to a regulatory agency for marketing approval. However, neither the current
version of the ADAMIG nor this document fully covers integration of multiple studies. The ADaM team is
developing a document to address integration of multiple studies. Some of the suggestions included here for
handling multiple dictionaries may be revised after this Integration document is released.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 7
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Note that this pre-specified data option does not work well for Adverse Events because the Study Data Tabulation
Model Implementation Guide (SDTMIG) V3.2 [3] does not permit the use of variable AEOCCUR. In other words, all
records in SDTM AE must correspond to an actual occurrence of the event.
If data are pooled in this way, take care that non-occurring data (--OCCUR=N) are properly excluded from the
analysis.
Some examples of other data that can also be summarized using OCCDS include:
• Clinical Events, when collected by category and not mapped to a dictionary, but summarized in a similar
way as Adverse Events.
• Protocol violations, when summarized by counting subjects with violations within each category.
• Laboratory data containing National Cancer Institute Common Toxicity Criteria (NCI-CTC) [10] information
that has been coded with MedDRA and summarized as laboratory events. When these events are
summarized like adverse events, an extension of the adverse event examples that are shown in this
document can be used.
In all cases, OCCDS should be used when a summary of the hierarchy is done, counting the number of subjects at
each level of the hierarchy. Alternately, BDS should be used for counting when there isn’t a hierarchy, when the
terms are counted rather than the subjects, and when variables such as AVAL and PARAM are appropriate to
include.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 8
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
3 ADaM Metadata
As described in the ADaM Analysis Data Model V2.1 [1], variables that are copied from SDTM must have the same variable name, label, values, and meaning as
in SDTM. Because the Occurrence Data Structure (OCCDS) can be used for adverse events, concomitant medications, and other occurrence data, metadata
shown in this section reference different SDTM domains. For clarity, the following conventions are used:
• When referring to the 2-letter prefix in variable names, the standard convention is to use “--”, as described in the Study Data Tabulation Model v1.4 [3].
• The “--” convention was intended for variable names, not domain names, and “--” is difficult to read in the documentation for SDTM domain names.
This document uses the convention of “XX” to represent a domain name, as was done in the Analysis Data Model (ADaM) Examples in Commonly
Used Statistical Analysis Methods appendix document.
• Variable labels that differ depending on SDTM domain are shown with the SDTM observation class label followed by an asterisk (*), referencing a note
at the end of the table.
Take care when creating actual metadata to replace “--”, “XX”, and generic variable labels with the actual 2-letter domain code and label from SDTM.
The more standardized variables commonly occurring in an ADaM OCCDS are described here in tabular format. In general, include all variables from the SDTM
dataset and corresponding supplemental qualifiers that are needed for analysis or traceability. For traceability when copying variables from SUPPQUAL, it is
recommended to use variable names that exactly match the corresponding SUPPQUAL.QNAM values. Additional study or therapeutic specific variables may be
added as needed but should follow the standard variable naming conventions described in the ADaM Implementation Guide version 1.1 [2]. For example,
variables with the 2-letter SDTM prefix are most commonly those that are copied from the SDTM or transposed SUPPQUAL dataset, or the numeric version of
the SDTM variable, but not analysis versions of SDTM variables. Choose variable names with care to prevent unintended conflicts with standard names.
* The display presentation of the metadata should be determined between the producer and the consumer. The example is only intended to illustrate content and not appearance.
† See discussion near the end of the Introduction section of this document for examples of when the analysis data structure might not be one record per record in SDTM domain
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 9
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
As described in the ADaM Analysis Data Model V2.1 [1], the two rightmost columns of metadata (“Core” and “CDISC Notes”) provide information about the
variables to assist users in preparing their datasets. These columns are not meant to be metadata. The “Core” column, as defined in the ADaM Implementation
Guide version 1.1 [2], describes whether a variable is required (Req), conditionally required (Cond), or permissible (Perm). The “CDISC Notes” column provides
more information about the variable. In addition, the “Type” column is being used to define whether the variable is character (Char) or numeric value (Num).
More specific information will be provided in metadata.
Be aware that only subjects with an SDTM record would have an analysis record. For this reason, it is recommended that population indicators and denominator
counts for percentages be derived from ADSL and not from the occurrence analysis dataset.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 10
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
(HLGT), High Level Term (HLT), Lowest Level Term (LLT), and Preferred Term (PT)] be included, especially in the AE analysis dataset, as these are
frequently useful in further analyses of events.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 11
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Variable Codelist /
Variable Label Type Core CDISC Notes
Name Controlled Terms
--HLGTCD High Level Num MedDRA Perm XX.--HLGTCD
Group Term This would be copied from the SDTM domain XX or supplemental qualifier dataset. Include the dictionary
Code version in the metadata.
--SOC Primary System Char MedDRA Cond XX.--SOC
Organ Class This would be copied from the SDTM domain XX or supplemental qualifier dataset. Include the dictionary
version in the metadata.
Conditional on whether a secondary SOC was used for analysis.
--SOCCD Primary System Num MedDRA Perm XX.--SOCCD
Organ Class This would be copied from the SDTM domain XX or supplemental qualifier dataset. Include the dictionary
Code version in the metadata.
* This variable label differs depending on the SDTM domain. See Study Data Tabulation Model V1.4 and Study Data Tabulation Model Implementation Guide (SDTMIG) V3.2 [3]
for details.
NOTE: MedDRA allows for secondary paths for Lower Level Terms. One may be required to report on secondary paths along with primary paths. Please see
section 8for an example layout for one possible way to handle this analysis need.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 12
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 13
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Variable Codelist /
Variable Label Type Core CDISC Notes
Name Controlled Terms
--ENDTC End Date/Time of Char ISO 8601 Cond Copied from XX.--ENDTC
Observation* This would be copied from the SDTM domain XX.
Conditional on whether end date is pertinent for study and is populated in SDTM.
AENDT Analysis End Date Num Cond Created from converting XX.--ENDTC from character ISO8601 format to numeric date format, applying
imputation rules as specified in the SAP or metadata.
Conditional on whether end date is pertinent for study and is populated in SDTM.
AENTM Analysis End Time Num Cond Created from converting XX.--ENDTC from character ISO8601 format to numeric time format, applying
imputation rules as specified in the SAP or metadata.
Conditional on whether end time is pertinent for study and is populated in SDTM.
AENDTM Analysis End Num Cond Created from converting XX.--ENDTC from character ISO8601 format to numeric date-time format,
Date/Time applying imputation rules as specified in the SAP or metadata.
Conditional on whether end date-time is pertinent for study and is populated in SDTM.
AENDTF Analysis End Date Char (DATEFL) Cond Created during conversion of XX.--ENDTC from character to numeric. Imputation flags are described in
Imputation Flag the ADaM Analysis Data Model Implementation Guide (ADaMIG) V1.1 [2] General Timing Variable
Conventions.
Conditional on whether any imputation is done for the end date.
AENTMF Analysis End Time Char (TIMEFL) Cond Created during conversion of XX.--ENDTC from character to numeric. Imputation flags are described in
Imputation Flag the ADaM Analysis Data Model Implementation Guide (ADaMIG) V1.1 [2] General Timing Variable
Conventions.
Conditional on whether any imputation is done for the end time.
ASTDY Analysis Start Num Cond Example derivation:
Relative Day ASTDT – ADSL.TRTSDT + 1 if ASTDT ≥ TRTSDT, else ASTDT – ADSL.TRTSDT if ASTDT<
TRTSDT
This variable may instead be copied from --STDY.
Conditional on whether analysis start relative day is pertinent to the study.
--STDY Study Day of Start Num Perm XX.--STDY
of Observation* This would be copied from the SDTM domain XX.
ASTDY may differ from --STDY due to date imputation and the option in ADaM to use a reference date
other than SDTM’s RFSTDTC. Including XX.--STDY in addition to ASTDY adds traceability.
AENDY Analysis End Num Perm Example derivation:
Relative Day AENDT – ADSL.TRTSDT + 1 if AENDT ≥ TRTSDT, else AENDT – ADSL.TRTSDT if AENDT <
TRTSDT
This variable may instead be copied from --ENDY.
--ENDY Study Day of End Num Perm XX.--ENDY
of Observation* This would be copied from the SDTM domain XX.
AENDY may differ from --ENDY due to date imputation and the option in ADaM to use a reference date
other than SDTM’s RFSTDTC. Including XX.--ENDY in addition to AENDY adds traceability.
ADURN Analysis Duration Num Perm Derive from ASTDT (or ASTDTM) and AENDT (or AENDTM).
(N)
ADURU Analysis Duration Char (UNIT) Cond Conditional on whether ADURN is included and units are not included in the label of ADURN.
Units
--DUR Duration of XX Char ISO 8601 Perm XX.--DUR
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 14
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Variable Codelist /
Variable Label Type Core CDISC Notes
Name Controlled Terms
This would be copied from the SDTM domain XX.
Because --DUR is a collected field and ADURN is derived, the values will often differ. Including XX.--
DUR in addition to ADURN adds traceability.
APERIOD Period Num Perm APERIOD is a record-level timing variable that represents the analysis period within the study associated
with the record for analysis purposes. The value of APERIOD (if populated) must be one of the xx values
found in the ADSL TRTxxP variables. See the ADaM Implementation Guide version 1.1 [2] for more
information on this variable.
APERIODC Period (C) Char Perm Text characterizing to which period the record belongs. One-to-one map to APERIOD.
APHASE Phase Char Perm APHASE is a categorization of timing within a study, for example a higher-level categorization of
APERIOD or an analysis epoch. For example, APHASE could describe spans of time for SCREENING,
ON TREATMENT, and FOLLOW-UP. See the ADaM Implementation Guide version 1.1 [2] for more
information on this variable.
* This variable label differs depending on the SDTM domain. See Study Data Tabulation Model V1.4 and Study Data Tabulation Model Implementation Guide (SDTMIG) V3.2 [3]
for details.
Code Lists in parenthesis are the names of CDISC Controlled Terminology.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 15
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
With Adverse Events and Concomitant Medications, typically indicator flags are also assigned based on the timing of the analysis record in relation to the study.
Below are some common indicator flags for these types of data.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 16
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 17
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Shown here are some common descriptive variables that are often included in ADAE. Any other SDTM variables should be included as appropriate (e.g.
AEOUT, AESDTH).
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 18
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Variable Codelist /
Variable Label Type Core
Name Controlled Terms CDISC Notes
AREL Analysis Causality Char * Perm Apply imputation rules for missing causality of study drug as specified in the SAP or metadata.
May change case of text, such as from all uppercase in AEREL to mixed case in AREL.
ARELN Analysis Causality (N) Num * Perm Code AREL to numeric
RELGRy Pooled Causality Group y Char * Perm Pooled grouping of causality of study drug for analysis (e.g. related, Not related).
RELGRyN Pooled Causality Group y Num * Perm Code of RELGRy to numeric
(N) Low relation should correspond to low value
AETOXGR Standard Toxicity Grade Char * Perm AE.AETOXGR
AETOXGRN Standard Toxicity Grade Num * Perm Code AETOXGR to numeric
(N) Low toxicity should correspond to low value
ATOXGR Analysis Toxicity Grade Char * Perm Toxicity grade for analysis. May be based on AETOXGR or an imputed or assigned value. May
change case of text, such as from all uppercase in AETOXGR to mixed case in ATOXGR.
ATOXGRN Analysis Toxicity Grade Num * Perm Code ATOXGR to numeric
(N) Low toxicity should correspond to low value
TOXGGRy Pooled Toxicity Grade Char * Perm Pooled grouping of toxicity grade for analysis.
Group y
TOXGGRyN Pooled Toxicity Grade y Num * Perm Code of TOXGGRy to numeric
(N) Low toxicity should correspond to low value
AEACN Action Taken with Study Char (ACN) Perm AE.AEACN
Treatment
* Indicates variable may be subject to producer-defined controlled terminology.
Code Lists in parenthesis are the names of CDISC Controlled Terminology.
Medical History data typically does not contain descriptive variables. If needed for analysis, use variables as shown above for Adverse Events, replacing the
prefix “AE” with “MH”.
Shown here are some common descriptive variables that are often included in ADCM. Any other SDTM variables should be included as appropriate.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 19
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Event or Medical History records of special interest. The following variables are used to identify SMQs and CMQs, where the ‘zz’ indicates a number starting
with 01 for each SMQ or CQ of interest. This ordering can be based on importance or some other producer-defined criteria. It is recommended that the ordering
be consistent across studies within a development program, but it is recognized that there may be situations where this is not possible or practical.
Keeping multiple sets of mapping variables is not common, but there are a couple instances where it might be helpful:
• When a study is mapped to one version of a mapping dictionary for an interim analysis and another for final analysis
• When studies using different version of a mapping dictionary are pooled together for an integrated analysis
The variables described below provide traceability to original (or prior) analysis(es). The suffix “w” represents an integer [1-9] corresponding to a previous
version. Include the dictionary name and version as part of the metadata for each variable.
These variable names at this time are recommendations only. There is an ADaM sub-team currently working on integration, and this group may create different
naming conventions for that type of analysis.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 20
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
The other type of ADaM metadata which may be included is the Analysis Results Metadata. The CDISC Analysis Results Metadata Version 1.0 for Define-XML
Version 2 [14] has examples of how to represent Analysis Results Metadata.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 21
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
This example displays a simple summary of all treatment emergent adverse events. The example is based on a two
treatment parallel design study. The display summarizes (1) the number of subjects in each treatment group in whom
the adverse event occurred and (2) the rate of occurrence in each treatment group.
CARDIAC DISORDERS
At least one event x (x.x) x (x.x)
Angina pectoris x (x.x) x (x.x)
Coronary artery disease x (x.x) x (x.x)
Ventricular tachycardia x (x.x) x (x.x)
Myocardial infarction x (x.x) x (x.x)
… x (x.x) x (x.x)
* The style of the display of the results of an analysis will be determined by the producer. The example is intended to illustrate content not
appearance.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 22
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 23
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 24
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 25
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Row STUDYID USUBJID AESEQ AETERM AEDECOD AEBODSYS TRTEMFL PREFL FUPFL
12 XYZ XYZ-001-001 12 WEAKNESS Asthenia General disorders and administration site conditions Y
13 XYZ XYZ-001-001 13 HEADACHE Headache Nervous system disorders Y
14 XYZ XYZ-001-001 14 HEADACHE Headache Nervous system disorders Y
15 XYZ XYZ-001-001 15 HYPOTENSIVE Hypotension Vascular disorders Y
16 XYZ XYZ-001-001 16 HEADACHE Headache Nervous system disorders Y
Row AESTDTC* ASTDT* ASTDTF AEENDTC* AENDT* AENDTF AESER APHASE AESEV ASEV ASEVN AEREL
1 (cont) 2006-01 01JAN2006 D 2006-01-22 22JAN2006 N PRE-TREATMENT MILD Mild 1 NOT RELATED
2 (cont) 2006-01-21 21JAN2006 2006-01-28 28JAN2006 N PRE-TREATMENT MODERATE Moderate 2 NOT RELATED
3 (cont) 2006-01-22 22JAN2006 2006-01-22 22JAN2006 N PRE-TREATMENT MILD Mild 1 NOT RELATED
4 (cont) 23JAN2006 Y 15MAY2006 Y N TREATMENT MILD Mild 1 POSSIBLY RELATED
5 (cont) 2006-01-24 24JAN2006 2006-01 31JAN2006 D N TREATMENT MODERATE Moderate 2 PROBABLY RELATED
6 (cont) 2006-02 01FEB2006 D 2006-02-05 05FEB2006 N TREATMENT SEVERE Severe 3 PROBABLY RELATED
7 (cont) 2006-03-05 05MAR2006 2006-03-06 06MAR2006 N TREATMENT Severe 3 DEFINITELY RELATED
8 (cont) 2006-03-05 05MAR2006 2006 15MAY2006 M N TREATMENT MODERATE Moderate 2 DEFINITELY RELATED
9 (cont) 2006-03-17 17MAR2006 2006-03-18 18MAR2006 N TREATMENT MODERATE Moderate 2 DEFINITELY RELATED
10 (cont) 2006-03-17 17MAR2006 2006-03-19 19MAR2006 N TREATMENT MILD Mild 1 DEFINITELY RELATED
11 (cont) 2006-04-20 20APR2006 2006-04-22 22APR2006 N TREATMENT MILD Mild 1 PROBABLY RELATED
12 (cont) 2006-05-17 17MAY2006 2006-05-20 20MAY2006 N TREATMENT MILD Mild 1 POSSIBLY RELATED
13 (cont) 2006-05-20 20MAY2006 2006-05-22 22MAY2006 N TREATMENT MILD Mild 1 UNLIKELY RELATED
14 (cont) 2006-05-23 23MAY2006 2006-06-27 27JUN2006 N TREATMENT MILD Mild 1 UNLIKELY RELATED
15 (cont) 2006-05-21 27MAY2006 2006-05-25 29MAY2006 Y TREATMENT SEVERE Severe 3 UNLIKELY RELATED
16 (cont) 2006-06-01 01JUN2006 2006-06-01 01JUN2006 N FOLLOW-UP MILD Mild 1 UNLIKELY RELATED
* Variables ending in suffix DTC are character date/time fields in the ISO8601 format. Variables ending in DT are numeric dates, here shown using SAS date format date9. Other
numeric date formats can be used, but care should be taken with newer date formats which might not be understood by all statistical packages
Row RELGR1 RELGR1N SAFFL AOCCFL AOCCSFL AOCCPFL TRTA TRTAN TRTSDT* TRTEDT* AGE AGEGR1 SEX RACE
1 (cont) Not Related 0 Y Drug A 1 23JAN2006 15MAY2006 54 <65 M ASIAN
2 (cont) Not Related 0 Y Drug A 1 23JAN2006 15MAY2006 54 <65 M ASIAN
3 (cont) Not Related 0 Y Drug A 1 23JAN2006 15MAY2006 54 <65 M ASIAN
4 (cont) Related 1 Y Y Y Y Drug A 1 23JAN2006 15MAY2006 54 <65 M ASIAN
5 (cont) Related 1 Y Y Y Drug A 1 23JAN 2006 15MAY 2006 54 <65 M ASIAN
6 (cont) Related 1 Y Drug A 1 23JAN 2006 15MAY 2006 54 <65 M ASIAN
7 (cont) Related 1 Y Y Y Drug A 1 23JAN 2006 15MAY 2006 54 <65 M ASIAN
8 (cont) Related 1 Y Y Drug A 1 23JAN 2006 15MAY 2006 54 <65 M ASIAN
9 (cont) Related 1 Y Drug A 1 23JAN 2006 15MAY 2006 54 <65 M ASIAN
10 (cont) Related 1 Y Y Drug A 1 23JAN 2006 15MAY 2006 54 <65 M ASIAN
11 (cont) Related 1 Y Y Drug A 1 23JAN 2006 15MAY 2006 54 <65 M ASIAN
12 (cont) Related 1 Y Y Y Drug A 1 23JAN 2006 15MAY 2006 54 <65 M ASIAN
13 (cont) Not Related 0 Y Drug A 1 23JAN 2006 15MAY 2006 54 <65 M ASIAN
14 (cont) Not Related 0 Y Drug A 1 23JAN 2006 15MAY 2006 54 <65 M ASIAN
15 (cont) Not Related 0 Y Drug A 1 23JAN 2006 15MAY 2006 54 <65 M ASIAN
16 (cont) Not Related 0 Y Drug A 1 23JAN 2006 15MAY 2006 54 <65 M ASIAN
* Variables ending in DT are numeric dates, here shown using SAS date format date9. Other numeric date formats can be used, but care should be taken with newer date formats
which might not be understood by all statistical packages.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 26
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
* The style of the display of the results of an analysis will be determined by the producer. The example is intended to illustrate content not appearance.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 27
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Figure 5.1.1 Example of Mosaic Plot of Haemorrhages (SMQ) (Narrow Scope) Preferred Terms by Sex and Actual Treatment Group*
Figure 14.2.7.1
Mosaic Plot of Hemorrhagic (SMQ) Preferred Terms by Sex and Actual Treatment Group
Analysis Population: Safety
4
The style of the display of the results of an analysis will be determined by the producer. The example is intended to illustrate content not appearance.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 28
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Figure 5.1.2 Example of Haemorrhages (SMQ) (Narrow Scope) Preferred Terms Sorted by Relative Risk*
Figure 14.2.7.2
Hemorrhagic (SMQ) Preferred Terms Sorted by Relative Risk
Analysis Population: Safety Population
SMQ - HAEMORRHAGES
PETECHIAE
MELAENA
EPISTAXIS
ECCHYMOSIS
CONJUNCTIVAL HAEM
EXTRADURAL HAEMATOMA
GASTROINTESTINAL HAEM
SUBDURAL HAEMATOMA
HAEMOPTYSIS
SUBARACHNOID HAEM
CEREBRAL HAEMORRHAGE
HAEMORRHAGE
INFUSION SITE HAEM
HAEMATURIA
* The style of the display of the results of an analysis will be determined by the producer. The example is intended to illustrate content not appearance.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 29
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 30
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
In this example the adverse event analysis dataset is used to summarize the frequency of peripheral sensory neuropathy (PSN) by cumulative dose exposure in an
oncology study. In this study PSN was reported on the CRF at each cycle and at each 6-month follow-up visit, using the National Cancer Institute Common
Toxicity Criteria (NCI CTC) version 4.03 [10] Peripheral sensory neuropathy (MedDRA v12.0 Code = 10034620):
• Grade 0 = None;
• Grade 1 = Asymptomatic; loss of deep tendon reflexes or paresthesia;
• Grade 2 = Moderate symptoms; limiting instrumental ADL;
• Grade 3 = Severe symptoms; limiting self care ADL;
• Grade 4 = Life-threatening consequences; urgent intervention indicated;
• Grade 5 = Death.
As a result of using this means of reporting, the PSN events reported in this module were all coded to ‘paresthesia’.
* The style of the display of the results of an analysis will be determined by the producer. The example is intended to illustrate content not appearance.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 31
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 32
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
In addition to standard cross-over analysis, this example also includes analysis using both a primary and a secondary
coding path.
* The style of the display of the results of an analysis will be determined by the producer. The example is intended to illustrate content not
appearance.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 33
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 34
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 35
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Row APHASE APERIOD APERIODC TR01SDTM* TR01EDTM* TR02SDTM* TR02EDTM* TR03SDTM* TR03EDTM*
1 (cont) FIRST TREATMENT 1 PERIOD 01 01MAY08:10:05:00 07MAY08:09:10:10 15MAY08:08:15:00 21MAY08:10:30:00 20MAY08:13:50:00 03JUN08:07:20:00
2 (cont) SECOND TREATMENT 2 PERIOD 02 01MAY08:10:05:00 07MAY08:09:10:00 15MAY08:08:15:00 21MAY08:10:30:00 29MAY08:13:50:00 03JUN08:07:20:00
3 (cont) THIRD TREATMENT 3 PERIOD 03 01MAY08:10:05:00 07MAY08:09:10:00 15MAY08:08:15:00 21MAY08:10:30:00 29MAY08:13:50:00 03JUN08:07:20:00
4 (cont) THIRD TREATMENT 3 PERIOD 03 01MAY08:10:05:00 07MAY08:09:10:00 15MAY08:08:15:00 21MAY08:10:30:00 29MAY08:13:50:00 03JUN08:07:20:00
5 (cont) FOLLOW-UP 01MAY08:10:05:00 07MAY08:09:10:00 15MAY08:08:15:00 21MAY08:10:30:00 29MAY08:13:50:00 03JUN08:07:20:00
6 (cont) SECOND WASHOUT 30APR08:12:05:00 06MAY08:08:32:00 14MAY08:11:55:00 20MAY08:08:10:00 26MAY08:15:40:00 01JUN08:09:13:00
7 (cont) THIRD TREATMENT 3 PERIOD 03 30APR08:12:05:00 06MAY08:08:32:00 14MAY08:11:55:00 20MAY08:08:10:00 26MAY08:15:40:00 01JUN08:09:13:00
8 (cont) THIRD TREATMENT 3 PERIOD 03 30APR08:12:05:00 06MAY08:08:32:00 14MAY08:11:55:00 20MAY08:08:10:00 26MAY08:15:40:00 01JUN08:09:13:00
* Variables ending in DTM are numeric datetimes, here shown using SAS format datetime16. Other numeric datetime formats can be used, but care should be taken with newer
formats which might not be understood by all statistical packages.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 36
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Whenever more than one path is possible, there is always a primary Figure 8.1: Possible MedDRA Coding Paths for term "Dizziness" [15]
coding path plus one or more secondary paths. When a secondary path
will be used for analysis, SDTMIG version 3.2 allows for capture of
both a primary and secondary System Organ Class (SOC), as described
in the CDISC Notes column for these variables:
• AEBODSYS: “Dictionary derived. Body system or organ
class used by the sponsor from the coding dictionary (e.g.,
MedDRA). When using a multi-axial dictionary such as
MedDRA, this should contain the SOC used for the sponsor’s
analyses and summary tables which may not necessarily be
the primary SOC.”
• AESOC: “Dictionary-derived text description of the primary
System Organ Class. Will be the same as AEBODSYS if the
primary SOC was used for analysis.”
As with other SDTM variables, these are typically copied from SDTM
to ADaM and used directly in the occurrence analysis.
This section describes different ways to handle multiple coding paths
and gives an example on how to create a single analysis dataset with
two different coding paths.
Typically adverse event analysis includes only the primary coding path.
However, some indications also perform analysis on the secondary
path. For example in study of brain cancer, a headache might need to be
analyzed according to a secondary path that attributes this to the cancer.
This is why SDTM has the option of including two different paths.
For this type of analysis need, analysis can be made straightforward by creating one dataset for the primary path tables, and a separate dataset for the secondary
path tables. The remainder of this section describes an analysis need beyond this, where both primary and secondary analyses are performed on the same table.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 37
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
* The style of the display of the results of an analysis will be determined by the producer. The example is intended to illustrate content not appearance.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 38
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
In this case, the data were kept in a single analysis dataset, with rows for each coding path, as shown in table 8.3.1, to facilitate analysis for the table shown in
table 8.1.1.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 39
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
* The style of the display of the results of an analysis will be determined by the producer. The example is intended to illustrate content not
appearance.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 40
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 41
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 42
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Row AOCC01FL AOCC02FL AOCC03FL CMINDC CMDOSFRM CMDOSE CMDOSU CMDOSFRQ CMROUTE CMSTDTC* ASTDT* CMENDTC*
1 (cont) Y Y Y HEADACHE TABLET 100 mg ONCE ORAL 2011-01-02 02Jan2011 2011-01-02
2 (cont) HEADACHE TABLET 100 mg ONCE ORAL 2011-01-04 04Jan2011 2011-01-04
3 (cont) HEADACHE TABLET 100 mg ONCE ORAL 2011-01-10 10Jan2011 2011-01-10
4 (cont) HEADACHE TABLET 100 mg ONCE ORAL 2011-01-15 15Jan2011 2011-01-15
5 (cont) COLD TABLET 200 mg ONCE ORAL 2011-01-17 17Jan2011 2011-01-17
6 (cont) Y Y Y COUGH TABLET 50 mg QD ORAL 2009-02-01 01Feb2009
7 (cont) Y Y INFECTION SUSPENSION 500 mg QID ORAL 2011-03-01 01Mar2011 2011-03-15
8 (cont) Y Y Y LEG PAIN TABLET 500 mg PRN ORAL 2011-05-14 14May2011 2011-06-01
9 (cont) ARTHRITIS TABLET 250 mg QD ORAL 2011-06-10 10Jun2011
10 (cont) Y Y Y ANXIETY TABLET 50 mg QD ORAL 2001-03
* Variables ending in suffix DTC are character date/time fields in the ISO8601 format. Variables ending in DT are numeric dates, here shown using SAS date format date9. Other
numeric date formats can be used, but care should be taken with newer date formats which might not be understood by all statistical packages.
Row AENDT* CMENRF ONTRTFL PREFL SAFFL TRTA TRTAN TRTSDT* TRTEDT* AGE AGEGR1 SEX RACE
1 (cont) 02Jan2011 Y Y Drug A 1 23JAN2011 15MAY2011 54 <65 M ASIAN
2 (cont) 04Jan2011 Y Y Drug A 1 23JAN2011 15MAY2011 54 <65 M ASIAN
3 (cont) 10Jan2011 Y Y Drug A 1 23JAN2011 15MAY2011 54 <65 M ASIAN
4 (cont) 15Jan2011 Y Y Drug A 1 23JAN 2011 15MAY2011 54 <65 M ASIAN
5 (cont) 17Jan2011 Y Y Drug A 1 23JAN2011 15MAY2011 54 <65 M ASIAN
6 (cont) ONGOING Y Y Y Drug A 1 23JAN2011 15MAY2011 54 <65 M ASIAN
7 (cont) 15Mar2011 Y Y Drug B 2 10MAY2011 25NOV201 54 <65 M ASIAN
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 43
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Row AENDT* CMENRF ONTRTFL PREFL SAFFL TRTA TRTAN TRTSDT* TRTEDT* AGE AGEGR1 SEX RACE
8 (cont) 01Jun2011 Y Y Drug B 2 10MAY2011 25NOV2011 54 <65 M ASIAN
9 (cont) ONGOING Y Y Drug B 2 10MAY2011 25NOV2011 54 <65 M ASIAN
10 (cont) ONGOING Y Y Y Drug A 1 16JUN2011 03JAN2012 54 <65 M ASIAN
* Variables ending in DT are numeric dates, here shown using SAS date format date9. Other numeric date formats can be used, but care should be taken with newer date formats
which might not be understood by all statistical packages.
This example displays a simple summary of all spontaneously reported medical history. The example is based on a two treatment parallel design study. The
display summarizes (1) the number of subjects in each treatment group who had a given medical history event and (2) the rate of occurrence in each treatment
group.
* The style of the display of the results of an analysis will be determined by the producer. The example is intended to illustrate content not appearance.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 44
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
The count and percent of unique subjects per classification group may be based on any of the classification variables. In this table, the count and percent of
unique subjects is summarized by the variables MHSCAT, MHBODSYS, and MHDECOD. The table also summarizes the number of subjects who had any
medical history event (e.g. the row ‘Any Medical History’). The denominator counts (shown here in the (N=) in the column headings) are taken from the ADSL
dataset and are based on the count of subjects in the population in the population of interest. Note that not all subjects in the population of interest will necessarily
have data in the medical history file.
This presentation is analogous to the logic typically used for Adverse Events summaries.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 45
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
The example data are assumed to be gathered on a case report form that contains a set of defined categories. A subject may or may not have had any significant
medical history in any of the categories on the form. There is a record in the medical history file for each symptom or condition listed on the form; subjects with
no recorded medical history may not appear in this file. The MHCAT variable indicates the type of CRF page the data were gathered on, and MHSCAT indicates
the CRF category. MHTERM is the symptom term that was recorded; MHDECOD and MHBODSYS are taken from matching the text in MHTERM with a
coding dictionary (in this case MedDRA). The date variables indicate the beginning and end timing of the medical history event.
Table 10.3.1 Sample Medical History Data for Spontaneously Reported Events
Row USUBJID MHTERM MHDECOD MHBODSYS MHCAT MHSCAT MHSTDTC* ASTDT* MHENDTC* AENDT* MHENRF
Blood and lymphatic system MEDICAL HEMATOLOGICAL/
1 ABC-001 ANEMIA Anaemia 2010-02-01 01FEB2010 ONGOING
disorders HISTORY LYMPHATIC
Gastroesophageal MEDICAL
2 ABC-001 GERD Gastrointestinal disorders GASTROINTESTINAL 2011-01-04 04JAN2011 2011-01-04 04JAN2011
reflux disease HISTORY
MEDICAL
3 ABC-001 NAUSEA Nausea Gastrointestinal disorders GASTROINTESTINAL 2011-01-10 10JAN2011 2011-01-10 10JAN2011
HISTORY
SPLEEN MEDICAL
4 ABC-001 Abdominal pain Gastrointestinal disorders GASTROINTESTINAL 2011-01-15 15JAN2011 2011-01-15 15JAN2011
PAIN HISTORY
Respiratory, thoracic and MEDICAL
5 ABC-001 ASTHMA Asthma RESPIRATORY 2011-01-17 17JAN2011 2011-01-17 17JAN2011
mediastinal disorders HISTORY
SEASONAL MEDICAL
6 ABC-002 Seasonal allergy Immune system disorders RESPIRATORY 2011-05-14 14MAY2011 2011-06-01 01JUN2011
ALLERGIES HISTORY
* Variables ending in suffix DTC are character date/time fields in the ISO8601 format. Variables ending in DT are numeric dates, here shown using SAS date format date9. Other
numeric date formats can be used, but care should be taken with newer date formats which might not be understood by all statistical packages.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 46
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Analysis of the number of subjects with and without pre-specified events is an option for medical history. This option does not have a counterpart in adverse
events analysis, because the AE domain does not allow for the collection of pre-specified events with AEOCCUR of N.
The choice of denominator will be based on statistical judgment and should be clearly described in the programming specifications. The choice of denominator
should also be clearly identified somewhere on the report (for instance, in the title or footnotes).
In the example above, we based the denominator on only the subjects in the population of interest who have records in ADMH with MHCAT = ‘DIABETES
HISTORY’.
An alternative analysis would be to base the denominator on the number of subjects in the population (typically defined by the number of subjects with
appropriate population flags in ADSL).
* The style of the display of the results of an analysis will be determined by the producer. The example is intended to illustrate content, not appearance.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 47
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
[1] Population counts in the column header include all subjects in the safety population. Percentages are based on the
number of safety subjects in each treatment group, whether they had diabetes history data or not. The ‘Unknown’
counts are based on subjects who did not have a Medical History CRF page xxx.
* The style of the display of the results of an analysis will be determined by the producer. The example is intended to illustrate content, not appearance.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 48
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 49
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Appendices
Appendix A: References
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 50
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 51
Final February 12, 2016
CDISC ADaM Occurrence Data Structure (OCCDS) (Version 1.0)
Each Participant in the development of this standard shall be deemed to represent, warrant, and covenant, at the time
of a Contribution by such Participant (or by its Representative), that to the best of its knowledge and ability: (a) it
holds or has the right to grant all relevant licenses to any of its Contributions in all jurisdictions or territories in
which it holds relevant intellectual property rights; (b) there are no limits to the Participant’s ability to make the
grants, acknowledgments, and agreements herein; and (c) the Contribution does not subject any Contribution, Draft
Standard, Final Standard, or implementations thereof, in whole or in part, to licensing obligations with additional
restrictions or requirements inconsistent with those set forth in this Policy, or that would require any such
Contribution, Final Standard, or implementation, in whole or in part, to be either: (i) disclosed or distributed in
source code form; (ii) licensed for the purpose of making derivative works (other than as set forth in Section 4.2 of
the CDISC Intellectual Property Policy (“the Policy”)); or (iii) distributed at no charge, except as set forth in
Sections 3, 5.1, and 4.2 of the Policy. If a Participant has knowledge that a Contribution made by any Participant or
any other party may subject any Contribution, Draft Standard, Final Standard, or implementation, in whole or in
part, to one or more of the licensing obligations listed in Section 9.3, such Participant shall give prompt notice of the
same to the CDISC President who shall promptly notify all Participants.
Limitation of Liability
IN NO EVENT WILL CDISC OR ANY OF ITS CONSTITUENT PARTS (INCLUDING, BUT NOT LIMITED
TO, THE CDISC BOARD OF DIRECTORS, THE CDISC PRESIDENT, CDISC STAFF, AND CDISC
MEMBERS) BE LIABLE TO ANY OTHER PERSON OR ENTITY FOR ANY LOSS OF PROFITS, LOSS OF
USE, DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, OR SPECIAL DAMAGES, WHETHER
UNDER CONTRACT, TORT, WARRANTY, OR OTHERWISE, ARISING IN ANY WAY OUT OF THIS
POLICY OR ANY RELATED AGREEMENT, WHETHER OR NOT SUCH PARTY HAD ADVANCE NOTICE
OF THE POSSIBILITY OF SUCH DAMAGES.
© 2016 Clinical Data Interchange Standards Consortium, Inc. All rights reserved Page 52
Final February 12, 2016