Validation of CDISC
ADaM data sets in the SAS Clinical Standards Toolkit uses the same
validation methodology used for other standards. Within the global
standards library, registering each standard includes setting the
flag supportsvalidation in the Metadata Standards data set.
All standards
that support validation, including ADaM, use the same validation framework
and processes described in Compliance Assessment Against a Reference Standard.
ADaM validation of ADSL
and BDS data sets is based on the
CDISC ADaM Validation
Checks Version 1.2 Maintenance Release (dated and released
July 15, 2012 to correct errors and remove duplicate checks). This
documentation was prepared by the CDISC ADaM team. The version 1.2
release identifies 223 validation checks to be performed. The SAS
Clinical Standards Toolkit defines validation checks using a combination
of two files:
-
the Validation Master data set
(located at
global standards library directory/standards/cdisc-adam-2.1-1.5/validation/control
)
This data set contains
264 records, 212 of which are CDISC validation checks.
Note: This is fewer checks than
what is provided by CDISC because some of the CDISC checks are combined
in the SAS Clinical Standards Toolkit and are handled by a single
validation check.
There are 52 checks
provided by SAS that address the addition of the two new domains (ADAE
and ADTTE).
-
the Messages data set (located
at
global standards library directory/standards/cdisc-adam-2.1-1.5/messages
)
This data set contains
257 observations. Some messages in this data set are used across several
checks in the Validation Master data set.
Several validation checks
have been combined with other checks by the SAS Clinical Standards
Toolkit.
Consider checks 92
and 93:
-
092: There is more than one value
of TRTPN for a given value of TRTP.
-
093: There is more than one value
of TRTP for a given value of TRTPN.
Checks 92 and 93 are
defined and run together as check ADAM0092 because the check macro
that is used (cstcheck_notunique) checks both conditions by default.
The SAS Clinical Standards Toolkit supports all of the checks specified
in the version 1.2 release.
The following sections
highlight certain aspects of CDISC ADaM validation that are unique
or noteworthy.