get_cdisc_codelist
Retrieve CDISC controlled terminology codelists with all terms and metadata by codelist ID or code, standard, and version. Use it to get standardized clinical data values for SDTM, ADaM, or CDASH.
Instructions
Retrieve CDISC Controlled Terminology codelist with terms and metadata
Args: codelist_value: The codelist name (e.g., AGEU, PARAMCD, ACN, DTYPE) codelist_type: Match by 'ID' or 'CodelistCode'. Default is 'ID'. standard: CDISC standard (SDTM, ADAM, CDASH, etc.). Default is 'SDTM'. version: CT version in YYYY-MM-DD format. If not provided, fetches latest.
Usage: get_cdisc_codelist("AGEU") get_cdisc_codelist("ACN", standard="SDTM") get_cdisc_codelist("DTYPE", standard="ADAM") get_cdisc_codelist("AGEU", version="2024-12-20") get_cdisc_codelist("C66734", codelist_type="CodelistCode")
Returns: Dictionary containing codelist metadata and all terms with their decoded values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | ||
| headers_ | No | ||
| standard | No | SDTM | |
| codelist_type | No | ID | |
| codelist_value | Yes |