sdtm_code_terms is a subset of the data provided in provided in sdtm_terminology. It contains controlled terms from CDISC SDTM Terminology, excluding the terms for code lists. Use sdtm_code_lists instead for terms for code lists only.
Format
A tibble providing a data set of controlled terms, excluding terms for code lists.
cl_code
An NCIt C-code assigned to the parent codelist name. This code is repeated for each concept (aka permissible value) belonging to a codelist.
code
A C-code with a leading character C followed by a sequence of digits used for uniquely identifying each concept in NCI Thesaurus (NCIt), including all CDISC concepts.
term
This is the specific value expected for submissions.
synonym
This identifies the applicable synonyms for the CDISC submission value indicated in column
term
. These terms should not be submitted, but are included for collection and mapping purposes. Note: this is especially important in instances where a test name or parameter test name contains a corresponding test code or parameter test code.definition
This identifies the value of an
ALT_DEFINITION
property of a CDISC source for a particular concept. In many cases an existing NCI definition has been used. The source for a definition is noted in parentheses (e.g. NCI, CDISC glossary).nci_term
This identifies the value of a
PREFERRED_NAME
property for a concept in NCIt. This column designates the human readable, fully specified preferred term corresponding to the NCI C-code, and is especially helpful for searching NCIt to get the entire concept with links to all instances of the term.
See also
sdtm_terminology for all terms included in CDISC SDTM Terminology.
sdtm_code_lists for terms corresponding to code lists.
Examples
sdtm_code_terms
#> # A tibble: 39,735 × 6
#> cl_code code term synonym definition nci_term
#> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 C141657 C174106 TENMW101 TENMW1… 10-Meter … 10-Mete…
#> 2 C141657 C141700 TENMW102 TENMW1… 10-Meter … 10-Mete…
#> 3 C141657 C147592 TENMW103 TENMW1… 10-Meter … 10-Mete…
#> 4 C141657 C141701 TENMW104 TENMW1… 10-Meter … 10-Mete…
#> 5 C141656 C141701 TENMW1-Test Grade TENMW1… 10-Meter … 10-Mete…
#> 6 C141656 C141700 TENMW1-Time to Walk/Run 10 Meters TENMW1… 10-Meter … 10-Mete…
#> 7 C141656 C174106 TENMW1-Was Walk/Run Performed TENMW1… 10-Meter … 10-Mete…
#> 8 C141656 C147592 TENMW1-Wear Orthoses TENMW1… 10-Meter … 10-Mete…
#> 9 C141663 C174103 A4STR101 A4STR1… 4-Stair A… 4-Stair…
#> 10 C141663 C141706 A4STR102 A4STR1… 4-Stair A… 4-Stair…
#> # ℹ 39,725 more rows