You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Inventory

CDASH

All CDASH CT codelists are a subset of an SDTM CT codelist. CDASHIG v2.1 metadata table contain these relevant columns & their description:

  • Controlled Terminology Codelist Name: This column contains the Controlled Terminology (CT) codelist name, e.g., "LOC", that is associated with the field. The SDTMIG indicates that certain variables (e.g., dates) use ISO formats as CT. However, in CDASH these variables are generally not collected using the ISO CT; these variables are converted to the ISO Format when the SDTM-based submission datasets are created.
  • Subset Controlled Terminology/CDASH Codelist Name: This column contains the CDISC Controlled Terminology or CDASH Subset Codelist name that may be used for that specific variable (e.g., EXDOSFRM).

CDASH Model and CDASHIG have data collection fields that are specialized for external dictionaries. Suffice to add, there is dedicated column in the metadata table for users to easily discern this property. Examples:

  • --PTCD and AEPTCD for "MedDRA code for the Preferred Term"
  • --LOINC for "LOINC Code"
  • --ATC1 and CMATC1 for WHODrug's "ATC Level 1 Description"

SDTM

In general, SDTM variable's controlled terms can be categorized into these categories:

  1. CDISC Controlled Terminology
  2. External dictionaries, e.g., MedDRA, WHODrug Global, LOINC, DUNS, etc.
  3. Dataset and variable identifiers for referential purpose, e.g., IDVAR, IDVARVAL, RDOMAIN
  4. Partially controlled:
    1. "UNPLAN" for SE.ETCD, otherwise not controlled
    2. "Screen Failure" for DM.ACTARM, otherwise subject to study design

ADaM

Value List

Aside from the use of CDISC CT and external dictionaries, some ADaM variables have a value list. Here is a representative list:


VariableValue ListRemarks
1SMQzzSCBROAD, NARROW
2SMQzzSCN1, 2This is a numerical representation of BROAD and NARROW in SMQzzSC. One can deduce the value meaning by pairing these two representations. However, to a machine, it will need a method to store the definition.
3CRITyFLY or Y, N
4CRITyFN1 or 1, 0

Codetables

This is sometimes referred to response codelist, although the utilization goes beyond just test & responses. Use cases are:

  1. QRS Supplements to SDTMIG: Illustrate detailed relationship among --CAT, --TEST, --ORRES, and -STRSC. Additional properties in other SDTMIG variables may occasionally be at play, e.g., --EVLINT
    1. Response codelist is applicable. Coded ordinals are a good example, where responses may have a numerical value (code) & a label (decode).

Value Domains Driven by Data Types

Certain CDISC variables have prescribed value domains that hinges on data types or sub-types. Here is a list of representative sample:


VariableDescribed Value DomainODM Data Type(s)Sub-TypeRemarks
1--DTCISO 8601 datetimedatetime, date, time, partialDate, partialTime, partialDatetime, incompleteDatetime, intervalDatetime

2--DTCISO 8601 durationdurationDatetime

3--SEQNumfloat

4TDSTOFFNuminteger0 or any positive integer
5RPRFDYNuminteger0; 1
6ECDOSENumfloatAny positive numberWith a rule that a value can't be 0

Model

Questions

  1. Does ADaM's parameter VLM have any relevance here?
  • No labels