cdisc website screenshot

cdisc

CDISC Library uses linked data and a REST API to deliver CDISC standards metadata to software applications that automate standards-based processes. CDISC Library provides access to new relationships between standards as well as a substantially increased number of versioned CDISC standards and controlled terminology packages.

2 APIs 0 Features

APIs

CDISC Library API

The CDISC Library API is a REST API that delivers CDISC standards metadata to software applications that automate standards-based processes. It uses linked data to provide acces...

CDISC CORE (Checks and Rules Engine) API

CDISC CORE (Checks and Rules Engine) is an open-source rules engine for validating clinical data against CDISC conformance rules. It enables automated validation of SDTM, ADaM, ...

Collections

Pricing Plans

Cdisc Plans Pricing

3 plans

PLANS

Rate Limits

Cdisc Rate Limits

5 limits

RATE LIMITS

FinOps

Cdisc Finops

FINOPS

Semantic Vocabularies

Cdisc Context

6 classes · 16 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
OpenAPI
OpenAPI
🔗
JSONSchema
JSONSchema
🔗
JSONLDContext
JSONLDContext
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💬
Support
Support
📄
ChangeLog
ChangeLog
📝
Signup
Signup

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: CDISC Library API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: api-key
    value: '{{api-key}}'
    placement: header
items:
- info:
    name: Products
    type: folder
  items:
  - info:
      name: List all CDISC standards products
      type: http
    http:
      method: GET
      url: https://library.cdisc.org/api/mdr/products
      headers:
      - name: Accept
        value: ''
    docs: Returns the complete CDISC standards product catalog, including SDTM, ADaM, CDASH, DEFINE-XML, and other standards
      metadata products.
- info:
    name: SDTM
    type: folder
  items:
  - info:
      name: List all SDTM standard versions
      type: http
    http:
      method: GET
      url: https://library.cdisc.org/api/mdr/sdtm
    docs: Returns all published versions of the SDTM (Study Data Tabulation Model) standard.
  - info:
      name: Get SDTM standard by version
      type: http
    http:
      method: GET
      url: https://library.cdisc.org/api/mdr/sdtm/:version
      params:
      - name: version
        value: ''
        type: path
        description: SDTM version string (e.g., 3-3, 3-4, 2-0)
    docs: Returns the SDTM standard metadata for a specific version (e.g., 3-3, 3-4).
  - info:
      name: List SDTM domain classes for a version
      type: http
    http:
      method: GET
      url: https://library.cdisc.org/api/mdr/sdtm/:version/classes
      params:
      - name: version
        value: ''
        type: path
    docs: Returns all domain classes (Events, Findings, Interventions, etc.) for the specified SDTM version.
  - info:
      name: List SDTM datasets (domains) for a version
      type: http
    http:
      method: GET
      url: https://library.cdisc.org/api/mdr/sdtm/:version/datasets
      params:
      - name: version
        value: ''
        type: path
    docs: Returns all SDTM domains for the specified version, such as AE, CM, DM, EX.
  - info:
      name: Get SDTM dataset (domain) specification
      type: http
    http:
      method: GET
      url: https://library.cdisc.org/api/mdr/sdtm/:version/datasets/:dataset
      params:
      - name: version
        value: ''
        type: path
      - name: dataset
        value: ''
        type: path
        description: SDTM domain abbreviation (e.g., AE, CM, DM)
    docs: Returns the full specification for a single SDTM domain including all variables.
- info:
    name: ADaM
    type: folder
  items:
  - info:
      name: List all ADaM standard versions
      type: http
    http:
      method: GET
      url: https://library.cdisc.org/api/mdr/adam
    docs: Returns all published versions of the ADaM (Analysis Data Model) standard.
  - info:
      name: Get ADaM standard by version
      type: http
    http:
      method: GET
      url: https://library.cdisc.org/api/mdr/adam/:version
      params:
      - name: version
        value: ''
        type: path
    docs: Returns the ADaM standard metadata for a specific version.
- info:
    name: CDASH
    type: folder
  items:
  - info:
      name: List all CDASH standard versions
      type: http
    http:
      method: GET
      url: https://library.cdisc.org/api/mdr/cdash
    docs: Returns all published versions of the CDASH standard.
- info:
    name: Biomedical Concepts
    type: folder
  items:
  - info:
      name: List CDISC Biomedical Concepts
      type: http
    http:
      method: GET
      url: https://library.cdisc.org/api/cosmos/v2/bc
      params:
      - name: packageDate
        value: ''
        type: query
        description: Filter BCs by package release date (YYYY-MM-DD)
      - name: page
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
    docs: Returns the CDISC COSMOS Biomedical Concept catalog. Supports pagination and filtering.
  - info:
      name: Get a specific Biomedical Concept
      type: http
    http:
      method: GET
      url: https://library.cdisc.org/api/cosmos/v2/bc/:conceptId
      params:
      - name: conceptId
        value: ''
        type: path
        description: Biomedical Concept identifier
    docs: Returns the full definition of a CDISC COSMOS Biomedical Concept including data elements and value sets.
- info:
    name: Terminology
    type: folder
  items:
  - info:
      name: List CDISC controlled terminology packages
      type: http
    http:
      method: GET
      url: https://library.cdisc.org/api/mdr/ct
    docs: Returns all published CDISC controlled terminology (CT) packages.
  - info:
      name: List codelists in a terminology package
      type: http
    http:
      method: GET
      url: https://library.cdisc.org/api/mdr/ct/:packageDate/codelists
      params:
      - name: packageDate
        value: ''
        type: path
        description: Terminology package date (e.g., 2023-12-15)
    docs: Returns all codelists in the specified CDISC controlled terminology package.
bundled: true