News and updates
- NEW 2020-02-14: Initial version
General
Version 1.2 of the ADaM Implementation Guide(ADaM IG v1.2) was published on October 3, 2019.
For full details about ADaM IG v1.2 visit https://www.cdisc.org/standards/foundational/adam or https://wiki.cdisc.org/display/ADaMIG/Analysis+Data+Model+Implementation+Guide.
Metadata for ADaM IG v1.2 includes:
- Data structure information for the ADaM Subject-Level Analysis Data Structure (ADSL) and Basic Data Structure (BDS).
- Variable set metadata. Variable sets reflect the metadata tables provided in the IG document. There are 9 variables sets for ADSL and 15 for BDS.
- Variable metadata. Variable level details from the IG. The IG metadata tables include columns for the Variable Name, Variable Label, Type, Codelist/Controlled Terms, Core and CDISC Notes.
There are three ways to access the ADaM Content in the CDISC Library:
- Using the API.
- Using the Data Standards Browser.
- Downloads from the CDISC Library Archive.
Using the CDISC Library API
The CDISC LIbrary API provides programmers with access to the library contents to faciliate use of standard metadata within software applications.
There are generic API query templates for requesting ADaMIG 1.2 metadata:
/mdr/adam/adamig-1-2/datastructures /mdr/adam/adamig-1-2/datastructures/{datastructure} /mdr/adam/adamig-1-2/datastructures/{datastructure}/varsets /mdr/adam/adamig-1-2/datastructures/{datastructure}/varsets/{varset} /mdr/adam/adamig-1-2/datastructures/{datastructure}/variables/ /mdr/adam/adamig-1-2/datastructures/{datastructure}/variables/{var}
The API can return the metadata content as either Json or XML. A CDISC Library account is required.
Using the CDISC Library Data Standards Browser
The Data Standards Browser provides an interactive environment for viewing the contents of the CDISC Library.
A CDISC Library account is is required.
Downloads from the CDISC Library Archive
https://www.cdisc.org/members-only/cdisc-library-archives (You must be a CDISC member to access the CDISC LIbrary Archives.)
Known Issues/ Changes from ADaM IG v1.1
In ADaM IG v.1.2 the identifiers for the variable sets do not include the data structure name as a prefix.
In ADaM IG v.1.2 no variable sets include a description.