Column |
---|
Expand |
---|
title | Why do you provide CT c-codes in the outputs? |
---|
| C-code refers to the concept identifier assigned by NCI EVS. For example, C135738 is the c-code assigned to term CGI, which is a member of the QSCAT codelist. CT submission values and other textual attributes may change from publication to publication. Moreover, the use of root codelists and terms in the API response provide users maximum flexibility for choosing an appropriate CT package, i.e., by following the hypermedia links . to the desirable quarterly CT publication. |
Expand |
---|
title | Does CDISC Library contain QRS responses? |
---|
| Yes. Response codelists and terms are new additions to the SDTM CT package, starting in Q2 2021 publication. This set of CT will be integrated into applicable QRS instruments. Note that , not all QRS instruments have response codelists, such as CGI. Therefore, /mdr/qrs/instruments/CGI02/versions/2-1/responseGroups will produce an HTTP 404 error. Also note that , not all items within a QRS instrument have response codelists. For example, an item's value domain may be just a discrete numerical value (or, a write-in number). SIX MINUTE WALK is a prime example. |
Expand |
---|
title | What is a response group? |
---|
| In the CDISC Library API for QRS, users can find endpoints dedicated to response groups. Response groups are unique sets of responses in a given QRS instrument and version. Take CES01 v1 AIMS Supplement v2.0 for example: . This version of CES the AIMS Supplement has 7 12 items. Each Each of the first four items has a unique seven items share one common set of responses . The next three and the eighth and ninth items share one a common set of responses. Therefore, CES01 v1.0 has a total of 5 response groups The tenth item, AIMS0110, has a unique set of responses, and the last two items, AIMS0111 and 12, share a common set of responses. CDISC Library matches the correct response group to each item. Expand |
---|
| title | Expand to see details...--TESTCD = " AIMS0101 " --TEST = " AIMS01-Muscles of Facial Expression " --TESTCD = " AIMS0102 " --TEST = "AIMS01-Lips and Perioral Area" --TESTCD = " AIMS0103 " --TEST = "AIMS01-Jaw" --TESTCD = " CES0101 AIMS0104 " --TEST = " CES01-Ever Combat Patrols/Dangerous Duty AIMS01-Tongue" - -ORRES--STRESC |
---|
No | 1 | 1-3 times | 2 | 4-12 times | 3 | 13-50 times | 4 | 51+ times | 5 | -TESTCD = " AIMS0105 " --TEST = "AIMS01-Upper Extremities" --TESTCD = " AIMS0106 " --TEST = "AIMS01-Lower Extremities" --TESTCD = " CES0102 AIMS0107 " --TEST = " CES01-Were You Ever Under Enemy Fire AIMS01-Neck, Shoulders, Hips" Never |
---|
None | 0 | Minimal, may be extreme normal | 1 |
<1 month1-3 months4-6 months7+ months | 5 | --TESTCD = " AIMS0108 " --TEST = "AIMS01-Severity of Abnormal Movements " --TESTCD = " CES0103 AIMS0109 " --TEST = " CES01-Ever Surrounded by the Enemy AIMS01-Incapacitation due Abn Movements " No1-2 times3-12 times13-25 times26+ times | 5 | --TESTCD = " CES0104 AIMS0110 " --TEST = " CES01-Soldiers in Unit KIA, Wounded, MIA AIMS01-Patient Awareness Abn Movements " None |
---|
No awareness | 0 | Aware, no distress | 1 |
1-25%26-50%Aware, moderate distress | 3 |
51-75%76% or more | 5--TESTCD = " CES0105 AIMS0111 " --TEST = " CES01-How Often Fire Rounds at Enemy AIMS01-Current Problems Teeth/Dentures " --TESTCD = " CES0106 AIMS0112 " --TEST = " CES01-See Someone Hit by Rounds AIMS01-Patient Usually Wear Dentures " TESTCD = " CES0107 " --TEST = " CES01-In Danger of Being Injured/Killed "--Never1-2 times2 | 3-12 times | 3 | 13-50 times | 4 | 51+ times5 | Note that, when accessing this via the API, an HTTP error will be returned when a version of QRS instrument does not contain any response groups.
Expand |
---|
title | Is QRS metadata available in the Data Standards Browser? |
---|
| Yes. In the Data Standards Browser, users can find QRS instruments arranged by their category, i.e., Clinical Classification (CC), Functional Test (FT), and Questionnaire (QS). |
Expand |
---|
title | Can I export a QRS instrument to Excel? |
---|
| Yes. Users can export a QRS instrument from CDISC Library to Excel. The multi-tabbed layout is designed to show relationships from an instrument, to items, and finally to responses. It also aims to provide linkages between published terms across multiple codelists. This metadata can be helpful for CRF building, data mapping, and other data tasks. For details, users can find a Read Me in an Excel export. To obtain an Excel export, users can either use the Export button on the Data Standard Browser. Or, or specify Excel media type at the top-level QRS endpoint. An example for CGI02 v2.1, in cURL: Code Block |
---|
| curl -X GET \
https://library.cdisc.org/api/mdr/qrs/instruments/CGI02/versions/2-1 \
--header 'api-key: abcdef0123456789abcdef0123456789'
-H 'Accept: application/vnd.ms-excel' |
|
Expand |
---|
title | Are QRS Supplements to ADaMIG (ADQRS) part of CDISC Library? |
---|
| CDISC will be working with the ADQRS team to formalize the metadata. Further details will be furnished. |
|
|