diff --git a/README.md b/README.md
index 051db1bd..1d1f09a9 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,34 @@ This is an easy-to-use tutorial for accessing EVSRESTAPI APIs.
- [Click for Python examples.](../master/python-examples/ "Python Examples")
- [Click for Swagger API documentation](https://api-evsrest.nci.nih.gov/swagger-ui/index.html)
+## Automation scripts for examples
+
+A set of convenience scripts is provided in some of the example directories to help you run the example collections/tests and capture outputs quickly. These scripts are optional helpers and use the examples' local files and tooling.
+
+- `postman-examples/postman.sh` — Runs the Postman collection via Newman. Example:
+ ```bash
+ cd postman-examples
+ ./postman.sh
+ ```
+- `fhir-examples/postman_fhir.sh` — Runs the FHIR collections (R4 or R5) via Newman. Example:
+ ```bash
+ cd fhir-examples
+ ./postman_fhir.sh R4
+ ```
+ You can override the API URL used by these Postman scripts by setting the `API_URL` environment variable before running them.
+- `python-examples/python_check.py` — Scans `python-examples/README.md` for backticked pytest commands and runs them using your Python environment. Example:
+ ```bash
+ cd python-examples
+ python python_check.py
+ ```
+- `java-examples/java_check.py` — Scans `java-examples/README.md` for `./gradlew` commands, executes them, and writes captured outputs to the `samples/` folder. Example:
+ ```bash
+ cd java-examples
+ python java_check.py
+ ```
+
+Requirements: `newman` (npm) for Postman scripts; `pytest` (pip) for the Python helper; Java (JDK) and a working `./gradlew` (Gradle wrapper) for the Java helper.
+
**[Back to top](#table-of-contents)**
## Use Cases
diff --git a/bash-examples/get-inactive-replacements.sh b/bash-examples/get-inactive-replacements.sh
old mode 100644
new mode 100755
diff --git a/bash-examples/get-mapsets.sh b/bash-examples/get-mapsets.sh
old mode 100644
new mode 100755
diff --git a/bash-examples/samples/find-concepts.txt b/bash-examples/samples/find-concepts.txt
index ad3fc139..dad3cc82 100644
--- a/bash-examples/samples/find-concepts.txt
+++ b/bash-examples/samples/find-concepts.txt
@@ -1,121 +1,121 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:22 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-term = malignant
-include =
-
- Find concepts for ncit malignant:
-
- {
- "total": 4676,
- "timeTaken": 70,
- "parameters": {
- "term": "malignant",
- "type": "contains",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 10,
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C14143",
- "name": "Malignant",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C7612",
- "name": "Malignant Thymoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C9305",
- "name": "Malignant Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C121792",
- "name": "Malignant PEComa",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C65189",
- "name": "Malignant Vipoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C19436",
- "name": "Malignant Conversion",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C36942",
- "name": "Malignant Oncocyte",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C4456",
- "name": "Malignant Mesothelioma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C65191",
- "name": "Malignant Enteroglucagonoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "Obsolete_Concept",
- "leaf": true,
- "active": true
- },
- {
- "code": "C8991",
- "name": "Malignant Mastocytosis",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:22 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:28:58 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+term = malignant
+include =
+
+ Find concepts for ncit malignant:
+
+ {
+ "total": 4778,
+ "timeTaken": 53,
+ "parameters": {
+ "term": "malignant",
+ "type": "contains",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 10,
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C14143",
+ "name": "Malignant",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C19436",
+ "name": "Malignant Conversion",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C36942",
+ "name": "Malignant Oncocyte",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C4456",
+ "name": "Malignant Mesothelioma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C65191",
+ "name": "Malignant Enteroglucagonoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "Obsolete_Concept",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C8991",
+ "name": "Malignant Mastocytosis",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C65190",
+ "name": "Malignant Somatostatinoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7612",
+ "name": "Malignant Thymoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C9305",
+ "name": "Malignant Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C121792",
+ "name": "Malignant PEComa",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:28:59 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-association-from-code.txt b/bash-examples/samples/get-association-from-code.txt
index 5846ef6c..f015b477 100644
--- a/bash-examples/samples/get-association-from-code.txt
+++ b/bash-examples/samples/get-association-from-code.txt
@@ -1,21 +1,21 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:30 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel = A16
-include =
-
- Get association for ncit A16:
-
- {
- "code": "A16",
- "name": "Has_INC_Parent",
- "terminology": "ncit",
- "version": "25.02d"
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:30 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:06 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel = A16
+include =
+
+ Get association for ncit A16:
+
+ {
+ "code": "A16",
+ "name": "Has_INC_Parent",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:06 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-association-with-label.txt b/bash-examples/samples/get-association-with-label.txt
index e73e6e4e..2626f6ce 100644
--- a/bash-examples/samples/get-association-with-label.txt
+++ b/bash-examples/samples/get-association-with-label.txt
@@ -1,35 +1,35 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:30 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel = Role_Has_Domain
-include = synonyms
-
- Get association for ncit Role_Has_Domain:
-
- {
- "code": "A1",
- "name": "Role_Has_Domain",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Role Has Domain",
- "type": "Display_Name"
- },
- {
- "name": "Role_Has_Domain",
- "type": "FULL_SYN"
- },
- {
- "name": "Role_Has_Domain",
- "type": "Preferred_Name"
- }
- ]
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:31 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:07 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel = Role_Has_Domain
+include = synonyms
+
+ Get association for ncit Role_Has_Domain:
+
+ {
+ "code": "A1",
+ "name": "Role_Has_Domain",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Role Has Domain",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Role_Has_Domain",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Role_Has_Domain",
+ "type": "Preferred_Name"
+ }
+ ]
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:07 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-associations.txt b/bash-examples/samples/get-associations.txt
index 71da507b..38f01248 100644
--- a/bash-examples/samples/get-associations.txt
+++ b/bash-examples/samples/get-associations.txt
@@ -1,293 +1,293 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:29 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel =
-include =
-
- Get associations for ncit:
-
- [
- {
- "code": "A1",
- "name": "Role_Has_Domain",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A12",
- "name": "Has_Data_Element",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A13",
- "name": "Related_To_Genetic_Biomarker",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A14",
- "name": "Neoplasm_Has_Special_Category",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A15",
- "name": "Has_CTCAE_5_Parent",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A16",
- "name": "Has_INC_Parent",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A17",
- "name": "Has_Pharmaceutical_State_Of_Matter",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A18",
- "name": "Has_Pharmaceutical_Basic_Dose_Form",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A19",
- "name": "Has_Pharmaceutical_Administration_Method",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A2",
- "name": "Role_Has_Range",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A20",
- "name": "Has_Pharmaceutical_Intended_Site",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A21",
- "name": "Has_Pharmaceutical_Release_Characteristics",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A22",
- "name": "Has_Pharmaceutical_Transformation",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A23",
- "name": "Has_PCDC_Data_Type",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A24",
- "name": "Is_PCDC_AML_Authorized_Value_For_Variable",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A25",
- "name": "Value_Set_Is_Paired_With",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A26",
- "name": "Has_PCDC_AML_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A27",
- "name": "Has_CTDC_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A28",
- "name": "Is_PCDC_EWS_Authorized_Value_For_Variable",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A29",
- "name": "Has_PCDC_EWS_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A3",
- "name": "Role_Has_Parent",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A30",
- "name": "Has_ICDC_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A31",
- "name": "Has_GDC_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A32",
- "name": "Is_Value_For_GDC_Property",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A33",
- "name": "Is_PCDC_GCT_Authorized_Value_For_Variable",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A34",
- "name": "Has_PCDC_GCT_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A35",
- "name": "Is_PCDC_ALL_Authorized_Value_For_Variable",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A36",
- "name": "Has_PCDC_ALL_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A37",
- "name": "Has_SeroNet_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A38",
- "name": "Has_PCDC_OS_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A39",
- "name": "Has_PCDC_HL_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A4",
- "name": "Qualifier_Applies_To",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A40",
- "name": "Has_DIPG_DMG_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A5",
- "name": "Has_Salt_Form",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A6",
- "name": "Has_Free_Acid_Or_Base_Form",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A7",
- "name": "Has_Target",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A8",
- "name": "Concept_In_Subset",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A9",
- "name": "Is_Related_To_Endogenous_Product",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A42",
- "name": "Has_OORO_PC_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A48",
- "name": "Has_ACC-AHA_SARS2_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A49",
- "name": "Has_PRO-CTCAE_Attribute",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A50",
- "name": "Has_Ped-PRO-CTCAE_Attribute",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A51",
- "name": "Has_PRO-CTCAE_Attribute_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A52",
- "name": "Has_Ped-PRO-CTCAE_Attribute_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A53",
- "name": "Has_PRO-CTCAE_Parent",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A54",
- "name": "Has_Ped-PRO-CTCAE_Parent",
- "terminology": "ncit",
- "version": "25.02d"
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:30 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:05 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel =
+include =
+
+ Get associations for ncit:
+
+ [
+ {
+ "code": "A1",
+ "name": "Role_Has_Domain",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A12",
+ "name": "Has_Data_Element",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A13",
+ "name": "Related_To_Genetic_Biomarker",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A14",
+ "name": "Neoplasm_Has_Special_Category",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A15",
+ "name": "Has_CTCAE_5_Parent",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A16",
+ "name": "Has_INC_Parent",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A17",
+ "name": "Has_Pharmaceutical_State_Of_Matter",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A18",
+ "name": "Has_Pharmaceutical_Basic_Dose_Form",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A19",
+ "name": "Has_Pharmaceutical_Administration_Method",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A2",
+ "name": "Role_Has_Range",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A20",
+ "name": "Has_Pharmaceutical_Intended_Site",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A21",
+ "name": "Has_Pharmaceutical_Release_Characteristics",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A22",
+ "name": "Has_Pharmaceutical_Transformation",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A23",
+ "name": "Has_PCDC_Data_Type",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A24",
+ "name": "Is_PCDC_AML_Authorized_Value_For_Variable",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A25",
+ "name": "Value_Set_Is_Paired_With",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A26",
+ "name": "Has_PCDC_AML_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A27",
+ "name": "Has_CTDC_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A28",
+ "name": "Is_PCDC_EWS_Authorized_Value_For_Variable",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A29",
+ "name": "Has_PCDC_EWS_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A3",
+ "name": "Role_Has_Parent",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A30",
+ "name": "Has_ICDC_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A31",
+ "name": "Has_GDC_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A32",
+ "name": "Is_Value_For_GDC_Property",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A33",
+ "name": "Is_PCDC_GCT_Authorized_Value_For_Variable",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A34",
+ "name": "Has_PCDC_GCT_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A35",
+ "name": "Is_PCDC_ALL_Authorized_Value_For_Variable",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A36",
+ "name": "Has_PCDC_ALL_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A37",
+ "name": "Has_SeroNet_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A38",
+ "name": "Has_PCDC_OS_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A39",
+ "name": "Has_PCDC_HL_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A4",
+ "name": "Qualifier_Applies_To",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A40",
+ "name": "Has_DIPG_DMG_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A42",
+ "name": "Has_OORO_PC_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A48",
+ "name": "Has_ACC-AHA_SARS2_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A49",
+ "name": "Has_PRO-CTCAE_Attribute",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A5",
+ "name": "Has_Salt_Form",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A50",
+ "name": "Has_Ped-PRO-CTCAE_Attribute",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A51",
+ "name": "Has_PRO-CTCAE_Attribute_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A52",
+ "name": "Has_Ped-PRO-CTCAE_Attribute_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A53",
+ "name": "Has_PRO-CTCAE_Parent",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A54",
+ "name": "Has_Ped-PRO-CTCAE_Parent",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A6",
+ "name": "Has_Free_Acid_Or_Base_Form",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A7",
+ "name": "Has_Target",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A8",
+ "name": "Concept_In_Subset",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A9",
+ "name": "Is_Related_To_Endogenous_Product",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:06 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-concept-list.txt b/bash-examples/samples/get-concept-list.txt
index 860c58f9..f145cc81 100644
--- a/bash-examples/samples/get-concept-list.txt
+++ b/bash-examples/samples/get-concept-list.txt
@@ -1,35 +1,35 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:20 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-code = C3224,C3910
-include = minimal
-
- Get concepts for ncit C3224,C3910:
-
- [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3910",
- "name": "Molecular Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:21 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:28:57 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+code = C3224,C3910
+include = minimal
+
+ Get concepts for ncit C3224,C3910:
+
+ [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3910",
+ "name": "Molecular Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:28:57 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-concept-part.txt b/bash-examples/samples/get-concept-part.txt
index f20207b0..3b39cb59 100644
--- a/bash-examples/samples/get-concept-part.txt
+++ b/bash-examples/samples/get-concept-part.txt
@@ -1,107 +1,112 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:21 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-code = C3224
-part = children
-
- Get children for ncit C3224:
-
- [
- {
- "code": "C3802",
- "name": "Amelanotic Melanoma",
- "leaf": false
- },
- {
- "code": "C8410",
- "name": "Breast Melanoma",
- "leaf": true
- },
- {
- "code": "C131506",
- "name": "Childhood Melanoma",
- "leaf": false
- },
- {
- "code": "C3510",
- "name": "Cutaneous Melanoma",
- "leaf": false
- },
- {
- "code": "C4236",
- "name": "Epithelioid Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C8925",
- "name": "Metastatic Melanoma",
- "leaf": false
- },
- {
- "code": "C66756",
- "name": "Mixed Epithelioid and Spindle Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C205125",
- "name": "Nodular Melanoma",
- "leaf": false
- },
- {
- "code": "C8711",
- "name": "Non-Cutaneous Melanoma",
- "leaf": false
- },
- {
- "code": "C8562",
- "name": "Ocular Melanoma",
- "leaf": false
- },
- {
- "code": "C118828",
- "name": "Orbital Melanoma",
- "leaf": true
- },
- {
- "code": "C162547",
- "name": "Penile Melanoma",
- "leaf": false
- },
- {
- "code": "C7087",
- "name": "Recurrent Melanoma",
- "leaf": false
- },
- {
- "code": "C147983",
- "name": "Refractory Melanoma",
- "leaf": false
- },
- {
- "code": "C4228",
- "name": "Regressing Melanoma",
- "leaf": false
- },
- {
- "code": "C190239",
- "name": "Resectable Melanoma",
- "leaf": false
- },
- {
- "code": "C4237",
- "name": "Spindle Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C148517",
- "name": "Unresectable Melanoma",
- "leaf": false
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:21 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:28:57 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+code = C3224
+part = children
+
+ Get children for ncit C3224:
+
+ [
+ {
+ "code": "C3802",
+ "name": "Amelanotic Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C8410",
+ "name": "Breast Melanoma",
+ "leaf": true
+ },
+ {
+ "code": "C131506",
+ "name": "Childhood Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C3510",
+ "name": "Cutaneous Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4236",
+ "name": "Epithelioid Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C217198",
+ "name": "Localized Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C215044",
+ "name": "Melanoma In Situ",
+ "leaf": false
+ },
+ {
+ "code": "C8925",
+ "name": "Metastatic Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C66756",
+ "name": "Mixed Epithelioid and Spindle Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C205125",
+ "name": "Nodular Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C8711",
+ "name": "Non-Cutaneous Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C118828",
+ "name": "Orbital Melanoma",
+ "leaf": true
+ },
+ {
+ "code": "C162547",
+ "name": "Penile Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C7087",
+ "name": "Recurrent Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C147983",
+ "name": "Refractory Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4228",
+ "name": "Regressing Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C190239",
+ "name": "Resectable Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4237",
+ "name": "Spindle Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C148517",
+ "name": "Unresectable Melanoma",
+ "leaf": false
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:28:58 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-concept.txt b/bash-examples/samples/get-concept.txt
index 980e58bc..38eb8844 100644
--- a/bash-examples/samples/get-concept.txt
+++ b/bash-examples/samples/get-concept.txt
@@ -1,24 +1,24 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:19 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-code = C3224
-include = minimal
-
- Get concept for ncit C3224:
-
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:20 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:28:56 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+code = C3224
+include = minimal
+
+ Get concept for ncit C3224:
+
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:28:57 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-definition-type-by-code.txt b/bash-examples/samples/get-definition-type-by-code.txt
index 89c4d4d6..264f8e72 100644
--- a/bash-examples/samples/get-definition-type-by-code.txt
+++ b/bash-examples/samples/get-definition-type-by-code.txt
@@ -1,47 +1,47 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:43 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel = P325
-include = summary
-
- Get definition types for ncit P325:
-
- {
- "code": "P325",
- "name": "ALT_DEFINITION",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "[source] Definition",
- "type": "Display_Name"
- },
- {
- "name": "ALT_DEFINITION",
- "type": "FULL_SYN"
- },
- {
- "name": "ALT_DEFINITION",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the English language definition of a concept from a source other than NCI.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:43 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:18 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel = P325
+include = summary
+
+ Get definition types for ncit P325:
+
+ {
+ "code": "P325",
+ "name": "ALT_DEFINITION",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "[source] Definition",
+ "type": "Display_Name"
+ },
+ {
+ "name": "ALT_DEFINITION",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "ALT_DEFINITION",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the English language definition of a concept from a source other than NCI.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:19 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-definition-types.txt b/bash-examples/samples/get-definition-types.txt
index 32219e5a..2036cabe 100644
--- a/bash-examples/samples/get-definition-types.txt
+++ b/bash-examples/samples/get-definition-types.txt
@@ -1,29 +1,29 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:42 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel =
-include =
-
- Get definition types for ncit:
-
- [
- {
- "code": "P325",
- "name": "ALT_DEFINITION",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P97",
- "name": "DEFINITION",
- "terminology": "ncit",
- "version": "25.02d"
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:42 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:17 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel =
+include =
+
+ Get definition types for ncit:
+
+ [
+ {
+ "code": "P325",
+ "name": "ALT_DEFINITION",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P97",
+ "name": "DEFINITION",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:18 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-descendants.txt b/bash-examples/samples/get-descendants.txt
index 866d76a7..277ba9e6 100644
--- a/bash-examples/samples/get-descendants.txt
+++ b/bash-examples/samples/get-descendants.txt
@@ -1,49 +1,49 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:23 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-code = C3224
-fromRecord =
-pageSize = 5
-
- Get descendants for ncit C3224:
- count = 5
-
- [
- {
- "code": "C4022",
- "name": "Acral Lentiginous Melanoma",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C204883",
- "name": "Acral Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C188185",
- "name": "Adrenal Cortical Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C5319",
- "name": "Adult Meningeal Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C212033",
- "name": "Advanced Acral Melanoma",
- "level": 5,
- "leaf": true
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:24 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:00 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+code = C3224
+fromRecord =
+pageSize = 5
+
+ Get descendants for ncit C3224:
+ count = 5
+
+ [
+ {
+ "code": "C4022",
+ "name": "Acral Lentiginous Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C204883",
+ "name": "Acral Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C188185",
+ "name": "Adrenal Cortical Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C5319",
+ "name": "Adult Meningeal Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C212033",
+ "name": "Advanced Acral Melanoma",
+ "level": 5,
+ "leaf": true
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:00 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-inactive-replacements-for-code-list.txt b/bash-examples/samples/get-inactive-replacements-for-code-list.txt
index a7cd4be9..e8848ed3 100644
--- a/bash-examples/samples/get-inactive-replacements-for-code-list.txt
+++ b/bash-examples/samples/get-inactive-replacements-for-code-list.txt
@@ -1,31 +1,25 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:52 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-list = C12658,C13320
- Get replacement concepts for C12658,C13320
-
- [
- {
- "code": "C12658",
- "name": "Prokaryotic Cell",
- "action": "retire",
- "date": "2003-08-22",
- "replacementCode": "C19157",
- "replacementName": "Specimen"
- },
- {
- "code": "C13320",
- "name": "Nose, Nasal Passages",
- "action": "merge",
- "date": "2003-08-22",
- "replacementCode": "C12756",
- "replacementName": "Nose"
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:53 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:27 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+list = C12658,C13320
+ Get replacement concepts for C12658,C13320
+
+ [
+ {
+ "code": "C12658",
+ "name": "Prokaryotic Cell",
+ "action": "active"
+ },
+ {
+ "code": "C13320",
+ "name": "Nose, Nasal Passages",
+ "action": "active"
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:28 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-mapset-by-code-with-properties.txt b/bash-examples/samples/get-mapset-by-code-with-properties.txt
index e767a18c..1d262351 100644
--- a/bash-examples/samples/get-mapset-by-code-with-properties.txt
+++ b/bash-examples/samples/get-mapset-by-code-with-properties.txt
@@ -1,57 +1,57 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:48 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-code = GO_to_NCIt_Mapping
-include = properties
-
- Get mapset for GO_to_NCIt_Mapping
-
- {
- "code": "GO_to_NCIt_Mapping",
- "name": "GO_to_NCIt_Mapping",
- "version": "February2020",
- "properties": [
- {
- "type": "loader",
- "value": "MappingLoadServiceImpl"
- },
- {
- "type": "welcomeText",
- "value": "This is a manual EVS mapping of concepts with equivalent meaning in the source and target terminology versions shown\r\nbelow:\r\n
\r\n Source: GO (Gene Ontology) February2020\r\n
\r\n Target: NCIt (NCI Thesaurus) 20.02d\r\n
\r\nThe browser links each mapped concept to that concept's page in the current production version of its terminology.\r\n
\r\nThe first GO to NCIt mapping was manually curated by editors working at NCI in 2009. Automated term matching was\r\nperformed to create a preliminary map of the content in the Biological Process branch of NCIt and the GO\r\nbiological_process branch. The preliminary map was reviewed and validated by editors working at NCI to ensure that terms\r\nwith the same definitions were mapped. The map is updated when changes to the GO content invalidate current mapped\r\nentries.\r\n
\r\nThe Version shows the month and year that the mapping data were extracted. The Release Date shows the day that this\r\nmapping was approved for publication."
- },
- {
- "type": "sourceTerminology",
- "value": "go"
- },
- {
- "type": "sourceTerminologyVersion",
- "value": "February2020"
- },
- {
- "type": "targetTerminology",
- "value": "ncit"
- },
- {
- "type": "targetTerminologyVersion",
- "value": "20.02d"
- },
- {
- "type": "sourceLoaded",
- "value": "true"
- },
- {
- "type": "targetLoaded",
- "value": "true"
- },
- {
- "type": "downloadOnly",
- "value": "false"
- }
- ]
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:49 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:23 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+code = GO_to_NCIt_Mapping
+include = properties
+
+ Get mapset for GO_to_NCIt_Mapping
+
+ {
+ "code": "GO_to_NCIt_Mapping",
+ "name": "GO_to_NCIt_Mapping",
+ "version": "February2020",
+ "properties": [
+ {
+ "type": "loader",
+ "value": "MappingLoadServiceImpl"
+ },
+ {
+ "type": "welcomeText",
+ "value": "This is a manual EVS mapping of concepts with equivalent meaning in the source and target terminology versions shown\r\nbelow:\r\n
\r\n Source: GO (Gene Ontology) February2020\r\n
\r\n Target: NCIt (NCI Thesaurus) 20.02d\r\n
\r\nThe browser links each mapped concept to that concept's page in the current production version of its terminology.\r\n
\r\nThe first GO to NCIt mapping was manually curated by editors working at NCI in 2009. Automated term matching was\r\nperformed to create a preliminary map of the content in the Biological Process branch of NCIt and the GO\r\nbiological_process branch. The preliminary map was reviewed and validated by editors working at NCI to ensure that terms\r\nwith the same definitions were mapped. The map is updated when changes to the GO content invalidate current mapped\r\nentries.\r\n
\r\nThe Version shows the month and year that the mapping data were extracted. The Release Date shows the day that this\r\nmapping was approved for publication."
+ },
+ {
+ "type": "sourceTerminology",
+ "value": "go"
+ },
+ {
+ "type": "sourceTerminologyVersion",
+ "value": "February2020"
+ },
+ {
+ "type": "targetTerminology",
+ "value": "ncit"
+ },
+ {
+ "type": "targetTerminologyVersion",
+ "value": "20.02d"
+ },
+ {
+ "type": "sourceLoaded",
+ "value": "true"
+ },
+ {
+ "type": "targetLoaded",
+ "value": "true"
+ },
+ {
+ "type": "downloadOnly",
+ "value": "false"
+ }
+ ]
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:24 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-mapset-maps.txt b/bash-examples/samples/get-mapset-maps.txt
index a7dfb557..5bb77dc6 100644
--- a/bash-examples/samples/get-mapset-maps.txt
+++ b/bash-examples/samples/get-mapset-maps.txt
@@ -1,100 +1,100 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:49 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-code = GO_to_NCIt_Mapping
-include = minimal
-
- Get maps for mapset GO_to_NCIt_Mapping (fromRecord=0, pageSize=5)
-
- {
- "total": 305,
- "parameters": {
- "type": "contains",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 5
- },
- "maps": [
- {
- "mapsetCode": "GO_to_NCIt_Mapping",
- "source": "go",
- "sourceName": "DNA integration",
- "sourceCode": "GO:0015074",
- "sourceTerminology": "GO",
- "type": "mapsTo",
- "rank": "1",
- "target": "ncit",
- "targetName": "DNA Integration",
- "targetCode": "C18855",
- "targetTerminology": "NCI_Thesaurus",
- "targetTerminologyVersion": "23.02d",
- "sortKey": "1000006"
- },
- {
- "mapsetCode": "GO_to_NCIt_Mapping",
- "source": "go",
- "sourceName": "DNA modification",
- "sourceCode": "GO:0006304",
- "sourceTerminology": "GO",
- "type": "mapsTo",
- "rank": "1",
- "target": "ncit",
- "targetName": "DNA Modification Process",
- "targetCode": "C19449",
- "targetTerminology": "NCI_Thesaurus",
- "targetTerminologyVersion": "23.02d",
- "sortKey": "1000008"
- },
- {
- "mapsetCode": "GO_to_NCIt_Mapping",
- "source": "go",
- "sourceName": "DNA recombination",
- "sourceCode": "GO:0006310",
- "sourceTerminology": "GO",
- "type": "mapsTo",
- "rank": "1",
- "target": "ncit",
- "targetName": "DNA Recombination Process",
- "targetCode": "C17082",
- "targetTerminology": "NCI_Thesaurus",
- "targetTerminologyVersion": "23.02d",
- "sortKey": "1000009"
- },
- {
- "mapsetCode": "GO_to_NCIt_Mapping",
- "source": "go",
- "sourceName": "RNA binding",
- "sourceCode": "GO:0003723",
- "sourceTerminology": "GO",
- "type": "mapsTo",
- "rank": "1",
- "target": "ncit",
- "targetName": "RNA Binding",
- "targetCode": "C20737",
- "targetTerminology": "NCI_Thesaurus",
- "targetTerminologyVersion": "23.02d",
- "sortKey": "1000022"
- },
- {
- "mapsetCode": "GO_to_NCIt_Mapping",
- "source": "go",
- "sourceName": "RNA polyadenylation",
- "sourceCode": "GO:0043631",
- "sourceTerminology": "GO",
- "type": "mapsTo",
- "rank": "1",
- "target": "ncit",
- "targetName": "RNA Polyadenylation",
- "targetCode": "C18947",
- "targetTerminology": "NCI_Thesaurus",
- "targetTerminologyVersion": "23.02d",
- "sortKey": "1000026"
- }
- ]
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:50 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:24 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+code = GO_to_NCIt_Mapping
+include = minimal
+
+ Get maps for mapset GO_to_NCIt_Mapping (fromRecord=0, pageSize=5)
+
+ {
+ "total": 305,
+ "parameters": {
+ "type": "contains",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 5
+ },
+ "maps": [
+ {
+ "mapsetCode": "GO_to_NCIt_Mapping",
+ "source": "go",
+ "sourceName": "DNA integration",
+ "sourceCode": "GO:0015074",
+ "sourceTerminology": "GO",
+ "type": "mapsTo",
+ "rank": "1",
+ "target": "ncit",
+ "targetName": "DNA Integration",
+ "targetCode": "C18855",
+ "targetTerminology": "NCI_Thesaurus",
+ "targetTerminologyVersion": "23.02d",
+ "sortKey": "1000006"
+ },
+ {
+ "mapsetCode": "GO_to_NCIt_Mapping",
+ "source": "go",
+ "sourceName": "DNA modification",
+ "sourceCode": "GO:0006304",
+ "sourceTerminology": "GO",
+ "type": "mapsTo",
+ "rank": "1",
+ "target": "ncit",
+ "targetName": "DNA Modification Process",
+ "targetCode": "C19449",
+ "targetTerminology": "NCI_Thesaurus",
+ "targetTerminologyVersion": "23.02d",
+ "sortKey": "1000008"
+ },
+ {
+ "mapsetCode": "GO_to_NCIt_Mapping",
+ "source": "go",
+ "sourceName": "DNA recombination",
+ "sourceCode": "GO:0006310",
+ "sourceTerminology": "GO",
+ "type": "mapsTo",
+ "rank": "1",
+ "target": "ncit",
+ "targetName": "DNA Recombination Process",
+ "targetCode": "C17082",
+ "targetTerminology": "NCI_Thesaurus",
+ "targetTerminologyVersion": "23.02d",
+ "sortKey": "1000009"
+ },
+ {
+ "mapsetCode": "GO_to_NCIt_Mapping",
+ "source": "go",
+ "sourceName": "RNA binding",
+ "sourceCode": "GO:0003723",
+ "sourceTerminology": "GO",
+ "type": "mapsTo",
+ "rank": "1",
+ "target": "ncit",
+ "targetName": "RNA Binding",
+ "targetCode": "C20737",
+ "targetTerminology": "NCI_Thesaurus",
+ "targetTerminologyVersion": "23.02d",
+ "sortKey": "1000022"
+ },
+ {
+ "mapsetCode": "GO_to_NCIt_Mapping",
+ "source": "go",
+ "sourceName": "RNA polyadenylation",
+ "sourceCode": "GO:0043631",
+ "sourceTerminology": "GO",
+ "type": "mapsTo",
+ "rank": "1",
+ "target": "ncit",
+ "targetName": "RNA Polyadenylation",
+ "targetCode": "C18947",
+ "targetTerminology": "NCI_Thesaurus",
+ "targetTerminologyVersion": "23.02d",
+ "sortKey": "1000026"
+ }
+ ]
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:25 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-mapsets.txt b/bash-examples/samples/get-mapsets.txt
index f6645014..ee85420b 100644
--- a/bash-examples/samples/get-mapsets.txt
+++ b/bash-examples/samples/get-mapsets.txt
@@ -1,114 +1,114 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:48 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-include = minimal
-
- Get all mapsets
-
- [
- {
- "code": "GO_to_NCIt_Mapping",
- "name": "GO_to_NCIt_Mapping",
- "version": "February2020"
- },
- {
- "code": "ICD10_to_MedDRA_Mapping",
- "name": "ICD10_to_MedDRA_Mapping",
- "version": "July2023"
- },
- {
- "code": "SNOMEDCT_US_2024_03_01_to_ICD10CM_2024_Mappings",
- "name": "SNOMEDCT_US_2024_03_01 to ICD10CM_2024 Mappings",
- "terminology": "snomedct_us",
- "version": "2024_03_01"
- },
- {
- "code": "NCIT_TO_SWISSPROT",
- "name": "NCIT_TO_SWISSPROT",
- "version": "Feb2025"
- },
- {
- "code": "NCIt_Maps_To_GDC",
- "name": "NCIt_Maps_To_GDC",
- "version": "25.02d",
- "active": true
- },
- {
- "code": "NCIt_Maps_To_ICD9CM",
- "name": "NCIt_Maps_To_ICD9CM",
- "version": "25.02d",
- "active": true
- },
- {
- "code": "ICDO_TO_NCI_MORPHOLOGY",
- "name": "ICDO_TO_NCI_MORPHOLOGY",
- "version": "2017-12-21"
- },
- {
- "code": "NCIt_Maps_To_MedDRA",
- "name": "NCIt_Maps_To_MedDRA",
- "version": "25.02d",
- "active": true
- },
- {
- "code": "NCIt_Maps_To_ICDO3",
- "name": "NCIt_Maps_To_ICDO3",
- "version": "25.02d",
- "active": true
- },
- {
- "code": "NCIt_to_ChEBI_Mapping",
- "name": "NCIt_to_ChEBI_Mapping",
- "version": "Aug2024"
- },
- {
- "code": "MA_to_NCIt_Mapping",
- "name": "MA_to_NCIt_Mapping",
- "version": "November2011"
- },
- {
- "code": "SNOMEDCT_US_2024_03_01_to_ICD10_2016_Mappings",
- "name": "SNOMEDCT_US_2024_03_01 to ICD10_2016 Mappings",
- "terminology": "snomedct_us",
- "version": "2024_03_01"
- },
- {
- "code": "PDQ_2016_07_31_to_NCI_2024_06D_Mappings",
- "name": "PDQ_2016_07_31 to NCI_2024_06D Mappings",
- "terminology": "pdq",
- "version": "2016_07_31"
- },
- {
- "code": "NCIt_to_HGNC_Mapping",
- "name": "NCIt_to_HGNC_Mapping",
- "version": "Feb2025"
- },
- {
- "code": "NCIt_Maps_To_ICD10CM",
- "name": "NCIt_Maps_To_ICD10CM",
- "version": "25.02d",
- "active": true
- },
- {
- "code": "NCIt_Maps_To_ICD10",
- "name": "NCIt_Maps_To_ICD10",
- "version": "25.02d",
- "active": true
- },
- {
- "code": "ICDO_TO_NCI_TOPOGRAPHY",
- "name": "ICDO_TO_NCI_TOPOGRAPHY",
- "version": "2017-12-21"
- },
- {
- "code": "ICDO_TO_NCI_AXIS",
- "name": "ICDO_TO_NCI_AXIS",
- "version": "2017-12-21"
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:48 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:23 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+include = minimal
+
+ Get all mapsets
+
+ [
+ {
+ "code": "GO_to_NCIt_Mapping",
+ "name": "GO_to_NCIt_Mapping",
+ "version": "February2020"
+ },
+ {
+ "code": "ICD10_to_MedDRA_Mapping",
+ "name": "ICD10_to_MedDRA_Mapping",
+ "version": "July2023"
+ },
+ {
+ "code": "NCIt_Maps_To_GDC",
+ "name": "NCIt_Maps_To_GDC",
+ "version": "25.07d",
+ "active": true
+ },
+ {
+ "code": "NCIt_Maps_To_ICD9CM",
+ "name": "NCIt_Maps_To_ICD9CM",
+ "version": "25.07d",
+ "active": true
+ },
+ {
+ "code": "NCIT_TO_SWISSPROT",
+ "name": "NCIT_TO_SWISSPROT",
+ "version": "Jul2025"
+ },
+ {
+ "code": "SNOMEDCT_US_2025_03_01_to_ICD10CM_2025_Mappings",
+ "name": "SNOMEDCT_US_2025_03_01 to ICD10CM_2025 Mappings",
+ "terminology": "snomedct_us",
+ "version": "2025_03_01"
+ },
+ {
+ "code": "ICDO_TO_NCI_MORPHOLOGY",
+ "name": "ICDO_TO_NCI_MORPHOLOGY",
+ "version": "2017-12-21"
+ },
+ {
+ "code": "NCIt_Maps_To_MedDRA",
+ "name": "NCIt_Maps_To_MedDRA",
+ "version": "25.07d",
+ "active": true
+ },
+ {
+ "code": "NCIt_Maps_To_ICDO3",
+ "name": "NCIt_Maps_To_ICDO3",
+ "version": "25.07d",
+ "active": true
+ },
+ {
+ "code": "SNOMEDCT_US_2025_03_01_to_ICD10_2016_Mappings",
+ "name": "SNOMEDCT_US_2025_03_01 to ICD10_2016 Mappings",
+ "terminology": "snomedct_us",
+ "version": "2025_03_01"
+ },
+ {
+ "code": "NCIt_to_ChEBI_Mapping",
+ "name": "NCIt_to_ChEBI_Mapping",
+ "version": "Aug2024"
+ },
+ {
+ "code": "MA_to_NCIt_Mapping",
+ "name": "MA_to_NCIt_Mapping",
+ "version": "November2011"
+ },
+ {
+ "code": "NCIt_Maps_To_ICD10CM",
+ "name": "NCIt_Maps_To_ICD10CM",
+ "version": "25.07d",
+ "active": true
+ },
+ {
+ "code": "NCIt_Maps_To_ICD10",
+ "name": "NCIt_Maps_To_ICD10",
+ "version": "25.07d",
+ "active": true
+ },
+ {
+ "code": "NCIt_to_HGNC_Mapping",
+ "name": "NCIt_to_HGNC_Mapping",
+ "version": "Jul2025"
+ },
+ {
+ "code": "ICDO_TO_NCI_TOPOGRAPHY",
+ "name": "ICDO_TO_NCI_TOPOGRAPHY",
+ "version": "2017-12-21"
+ },
+ {
+ "code": "ICDO_TO_NCI_AXIS",
+ "name": "ICDO_TO_NCI_AXIS",
+ "version": "2017-12-21"
+ },
+ {
+ "code": "PDQ_2016_07_31_to_NCI_2025_06E_Mappings",
+ "name": "PDQ_2016_07_31 to NCI_2025_06E Mappings",
+ "terminology": "pdq",
+ "version": "2016_07_31"
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:23 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-paths-to-code-from-ancestor.txt b/bash-examples/samples/get-paths-to-code-from-ancestor.txt
index e74c4a8a..8a5994a6 100644
--- a/bash-examples/samples/get-paths-to-code-from-ancestor.txt
+++ b/bash-examples/samples/get-paths-to-code-from-ancestor.txt
@@ -1,122 +1,122 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:28 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-code = C3224
-ancestor code = C2991
-include =
-
- Get paths to ancestor codes
-
- [
- [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 0,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7058",
- "name": "Melanocytic Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 1,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C4741",
- "name": "Neoplasm by Morphology",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 2,
- "conceptStatus": "Header_Concept",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3262",
- "name": "Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 3,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C2991",
- "name": "Disease or Disorder",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 4,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ],
- [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 0,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C9305",
- "name": "Malignant Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 1,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7062",
- "name": "Neoplasm by Special Category",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 2,
- "conceptStatus": "Header_Concept",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3262",
- "name": "Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 3,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C2991",
- "name": "Disease or Disorder",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 4,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:29 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:04 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+code = C3224
+ancestor code = C2991
+include =
+
+ Get paths to ancestor codes
+
+ [
+ [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 0,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7058",
+ "name": "Melanocytic Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 1,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C4741",
+ "name": "Neoplasm by Morphology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 2,
+ "conceptStatus": "Header_Concept",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 3,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C2991",
+ "name": "Disease or Disorder",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 4,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ],
+ [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 0,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C9305",
+ "name": "Malignant Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 1,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7062",
+ "name": "Neoplasm by Special Category",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 2,
+ "conceptStatus": "Header_Concept",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 3,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C2991",
+ "name": "Disease or Disorder",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 4,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:05 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-paths-to-code.txt b/bash-examples/samples/get-paths-to-code.txt
index 6a75387f..483115a7 100644
--- a/bash-examples/samples/get-paths-to-code.txt
+++ b/bash-examples/samples/get-paths-to-code.txt
@@ -1,142 +1,142 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:27 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-code = C3224
-ancestor code =
-include =
-
- Get paths to root concept
-
- [
- [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 0,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7058",
- "name": "Melanocytic Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 1,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C4741",
- "name": "Neoplasm by Morphology",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 2,
- "conceptStatus": "Header_Concept",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3262",
- "name": "Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 3,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C2991",
- "name": "Disease or Disorder",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 4,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7057",
- "name": "Disease, Disorder or Finding",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 5,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ],
- [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 0,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C9305",
- "name": "Malignant Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 1,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7062",
- "name": "Neoplasm by Special Category",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 2,
- "conceptStatus": "Header_Concept",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3262",
- "name": "Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 3,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C2991",
- "name": "Disease or Disorder",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 4,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7057",
- "name": "Disease, Disorder or Finding",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 5,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:28 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:03 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+code = C3224
+ancestor code =
+include =
+
+ Get paths to root concept
+
+ [
+ [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 0,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7058",
+ "name": "Melanocytic Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 1,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C4741",
+ "name": "Neoplasm by Morphology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 2,
+ "conceptStatus": "Header_Concept",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 3,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C2991",
+ "name": "Disease or Disorder",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 4,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7057",
+ "name": "Disease, Disorder or Finding",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 5,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ],
+ [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 0,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C9305",
+ "name": "Malignant Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 1,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7062",
+ "name": "Neoplasm by Special Category",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 2,
+ "conceptStatus": "Header_Concept",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 3,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C2991",
+ "name": "Disease or Disorder",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 4,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7057",
+ "name": "Disease, Disorder or Finding",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 5,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:04 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-paths.txt b/bash-examples/samples/get-paths.txt
index db31cb40..3c13271f 100644
--- a/bash-examples/samples/get-paths.txt
+++ b/bash-examples/samples/get-paths.txt
@@ -1,189 +1,189 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:26 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-code =
-ancestor code =
-include =
-
- Get root codes
-
- [
- {
- "code": "C12913",
- "name": "Abnormal Cell",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C43431",
- "name": "Activity",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C12219",
- "name": "Anatomic Structure, System, or Substance",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C20633",
- "name": "Biochemical Pathway",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C17828",
- "name": "Biological Process",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C12218",
- "name": "Chemotherapy Regimen or Agent Combination",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C20181",
- "name": "Conceptual Entity",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C20047",
- "name": "Diagnostic or Prognostic Factor",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7057",
- "name": "Disease, Disorder or Finding",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C1908",
- "name": "Drug, Food, Chemical or Biomedical Material",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C22188",
- "name": "Experimental Organism Anatomical Concept",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C22187",
- "name": "Experimental Organism Diagnosis",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C16612",
- "name": "Gene",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C26548",
- "name": "Gene Product",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C97325",
- "name": "Manufactured Object",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3910",
- "name": "Molecular Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C14250",
- "name": "Organism",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C20189",
- "name": "Property or Attribute",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C28428",
- "name": "Retired Concept",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:27 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:02 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+code =
+ancestor code =
+include =
+
+ Get root codes
+
+ [
+ {
+ "code": "C12913",
+ "name": "Abnormal Cell",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C43431",
+ "name": "Activity",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C12219",
+ "name": "Anatomic Structure, System, or Substance",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C20633",
+ "name": "Biochemical Pathway",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C17828",
+ "name": "Biological Process",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C12218",
+ "name": "Chemotherapy Regimen or Agent Combination",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C20181",
+ "name": "Conceptual Entity",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C20047",
+ "name": "Diagnostic or Prognostic Factor",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7057",
+ "name": "Disease, Disorder or Finding",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C1908",
+ "name": "Drug, Food, Chemical or Biomedical Material",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C22188",
+ "name": "Experimental Organism Anatomical Concept",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C22187",
+ "name": "Experimental Organism Diagnosis",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C16612",
+ "name": "Gene",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C26548",
+ "name": "Gene Product",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C97325",
+ "name": "Manufactured Object",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3910",
+ "name": "Molecular Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C14250",
+ "name": "Organism",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C20189",
+ "name": "Property or Attribute",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C28428",
+ "name": "Retired Concept",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:03 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-properties.txt b/bash-examples/samples/get-properties.txt
index 796a1400..e22d36e7 100644
--- a/bash-examples/samples/get-properties.txt
+++ b/bash-examples/samples/get-properties.txt
@@ -1,437 +1,437 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:34 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel =
-include =
-
- Get properties for ncit:
-
- [
- {
- "code": "oboInOwl:hasDbXref",
- "name": "xRef",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "NHC0",
- "name": "code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P100",
- "name": "OMIM_Number",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P101",
- "name": "Homologous_Gene",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P102",
- "name": "GenBank_Accession_Number",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P106",
- "name": "Semantic_Type",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P107",
- "name": "Display_Name",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P108",
- "name": "Preferred_Name",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P167",
- "name": "Image_Link",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P171",
- "name": "PubMedID_Primary_Reference",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P175",
- "name": "NSC Number",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P200",
- "name": "OLD_PARENT",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P201",
- "name": "OLD_CHILD",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P203",
- "name": "OLD_KIND",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P204",
- "name": "OLD_ROLE",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P207",
- "name": "UMLS_CUI",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P208",
- "name": "NCI_META_CUI",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P210",
- "name": "CAS_Registry",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P211",
- "name": "GO_Annotation",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P215",
- "name": "KEGG_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P216",
- "name": "BioCarta_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P302",
- "name": "Accepted_Therapeutic_Use_For",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P310",
- "name": "Concept_Status",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P315",
- "name": "SNP_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P316",
- "name": "Relative_Enzyme_Activity",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P317",
- "name": "FDA_Table",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P319",
- "name": "FDA_UNII_Code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P320",
- "name": "OID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P321",
- "name": "EntrezGene_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P322",
- "name": "Contributing_Source",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P325",
- "name": "ALT_DEFINITION",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P329",
- "name": "PDQ_Open_Trial_Search_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P330",
- "name": "PDQ_Closed_Trial_Search_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P331",
- "name": "NCBI_Taxon_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P332",
- "name": "MGI_Accession_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P333",
- "name": "Use_For",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P334",
- "name": "ICD-O-3_Code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P350",
- "name": "Chemical_Formula",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P351",
- "name": "US_Recommended_Intake",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P352",
- "name": "Tolerable_Level",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P353",
- "name": "INFOODS",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P354",
- "name": "USDA_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P355",
- "name": "Unit",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P356",
- "name": "Essential_Amino_Acid",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P357",
- "name": "Essential_Fatty_Acid",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P358",
- "name": "Nutrient",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P359",
- "name": "Micronutrient",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P360",
- "name": "Macronutrient",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P361",
- "name": "Extensible_List",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P362",
- "name": "miRBase_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P363",
- "name": "Neoplastic_Status",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P364",
- "name": "OLD_ASSOCIATION",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P366",
- "name": "Legacy Concept Name",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P367",
- "name": "PID_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P368",
- "name": "CHEBI_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P369",
- "name": "HGNC_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P371",
- "name": "NICHD_Hierarchy_Term",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P372",
- "name": "Publish_Value_Set",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P374",
- "name": "Value_Set_Location",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P375",
- "name": "Maps_To",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P376",
- "name": "Term_Browser_Value_Set_Description",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P398",
- "name": "Value_Set_Pair",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P399",
- "name": "NCI_Drug_Dictionary_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P400",
- "name": "ClinVar_Variation_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P90",
- "name": "FULL_SYN",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P92",
- "name": "Subsource",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P93",
- "name": "Swiss_Prot",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P96",
- "name": "Gene_Encodes_Product",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P97",
- "name": "DEFINITION",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P98",
- "name": "DesignNote",
- "terminology": "ncit",
- "version": "25.02d"
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:34 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:09 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel =
+include =
+
+ Get properties for ncit:
+
+ [
+ {
+ "code": "oboInOwl:hasDbXref",
+ "name": "xRef",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "NHC0",
+ "name": "code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P100",
+ "name": "OMIM_Number",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P101",
+ "name": "Homologous_Gene",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P102",
+ "name": "GenBank_Accession_Number",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P106",
+ "name": "Semantic_Type",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P107",
+ "name": "Display_Name",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P108",
+ "name": "Preferred_Name",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P167",
+ "name": "Image_Link",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P171",
+ "name": "PubMedID_Primary_Reference",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P175",
+ "name": "NSC Number",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P200",
+ "name": "OLD_PARENT",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P201",
+ "name": "OLD_CHILD",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P203",
+ "name": "OLD_KIND",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P204",
+ "name": "OLD_ROLE",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P207",
+ "name": "UMLS_CUI",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P208",
+ "name": "NCI_META_CUI",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P210",
+ "name": "CAS_Registry",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P211",
+ "name": "GO_Annotation",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P215",
+ "name": "KEGG_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P216",
+ "name": "BioCarta_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P302",
+ "name": "Accepted_Therapeutic_Use_For",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P310",
+ "name": "Concept_Status",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P315",
+ "name": "SNP_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P316",
+ "name": "Relative_Enzyme_Activity",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P317",
+ "name": "FDA_Table",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P319",
+ "name": "FDA_UNII_Code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P320",
+ "name": "OID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P321",
+ "name": "EntrezGene_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P322",
+ "name": "Contributing_Source",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P325",
+ "name": "ALT_DEFINITION",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P329",
+ "name": "PDQ_Open_Trial_Search_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P330",
+ "name": "PDQ_Closed_Trial_Search_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P331",
+ "name": "NCBI_Taxon_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P332",
+ "name": "MGI_Accession_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P333",
+ "name": "Use_For",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P334",
+ "name": "ICD-O-3_Code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P350",
+ "name": "Chemical_Formula",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P351",
+ "name": "US_Recommended_Intake",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P352",
+ "name": "Tolerable_Level",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P353",
+ "name": "INFOODS",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P354",
+ "name": "USDA_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P355",
+ "name": "Unit",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P356",
+ "name": "Essential_Amino_Acid",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P357",
+ "name": "Essential_Fatty_Acid",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P358",
+ "name": "Nutrient",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P359",
+ "name": "Micronutrient",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P360",
+ "name": "Macronutrient",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P361",
+ "name": "Extensible_List",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P362",
+ "name": "miRBase_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P363",
+ "name": "Neoplastic_Status",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P364",
+ "name": "OLD_ASSOCIATION",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P366",
+ "name": "Legacy Concept Name",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P367",
+ "name": "PID_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P368",
+ "name": "CHEBI_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P369",
+ "name": "HGNC_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P371",
+ "name": "NICHD_Hierarchy_Term",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P372",
+ "name": "Publish_Value_Set",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P374",
+ "name": "Value_Set_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P375",
+ "name": "Maps_To",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P376",
+ "name": "Term_Browser_Value_Set_Description",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P398",
+ "name": "Value_Set_Pair",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P399",
+ "name": "NCI_Drug_Dictionary_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P400",
+ "name": "ClinVar_Variation_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P90",
+ "name": "FULL_SYN",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P92",
+ "name": "Subsource",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P93",
+ "name": "Swiss_Prot",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P96",
+ "name": "Gene_Encodes_Product",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P97",
+ "name": "DEFINITION",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P98",
+ "name": "DesignNote",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:10 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-property-by-code.txt b/bash-examples/samples/get-property-by-code.txt
index 2845fc53..f2c3d416 100644
--- a/bash-examples/samples/get-property-by-code.txt
+++ b/bash-examples/samples/get-property-by-code.txt
@@ -1,21 +1,21 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:34 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel = P302
-include =
-
- Get property for ncit P302:
-
- {
- "code": "P302",
- "name": "Accepted_Therapeutic_Use_For",
- "terminology": "ncit",
- "version": "25.02d"
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:35 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:10 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel = P302
+include =
+
+ Get property for ncit P302:
+
+ {
+ "code": "P302",
+ "name": "Accepted_Therapeutic_Use_For",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:11 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-property-by-label.txt b/bash-examples/samples/get-property-by-label.txt
index c4728a1f..ce33985c 100644
--- a/bash-examples/samples/get-property-by-label.txt
+++ b/bash-examples/samples/get-property-by-label.txt
@@ -1,35 +1,35 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:35 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel = Accepted_Therapeutic_Use_For
-include = synonyms
-
- Get property for ncit Accepted_Therapeutic_Use_For:
-
- {
- "code": "P302",
- "name": "Accepted_Therapeutic_Use_For",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Accepted Therapeutic Use For",
- "type": "Display_Name"
- },
- {
- "name": "Accepted_Therapeutic_Use_For",
- "type": "FULL_SYN"
- },
- {
- "name": "Accepted_Therapeutic_Use_For",
- "type": "Preferred_Name"
- }
- ]
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:36 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:11 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel = Accepted_Therapeutic_Use_For
+include = synonyms
+
+ Get property for ncit Accepted_Therapeutic_Use_For:
+
+ {
+ "code": "P302",
+ "name": "Accepted_Therapeutic_Use_For",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Accepted Therapeutic Use For",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Accepted_Therapeutic_Use_For",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Accepted_Therapeutic_Use_For",
+ "type": "Preferred_Name"
+ }
+ ]
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:12 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-qualifier-by-code.txt b/bash-examples/samples/get-qualifier-by-code.txt
index c385e17d..a6496f87 100644
--- a/bash-examples/samples/get-qualifier-by-code.txt
+++ b/bash-examples/samples/get-qualifier-by-code.txt
@@ -1,21 +1,21 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:37 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel = P389
-include =
-
- Get qualifier for ncit P389:
-
- {
- "code": "P389",
- "name": "go-evi",
- "terminology": "ncit",
- "version": "25.02d"
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:38 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:13 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel = P389
+include =
+
+ Get qualifier for ncit P389:
+
+ {
+ "code": "P389",
+ "name": "go-evi",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:14 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-qualifier-by-label.txt b/bash-examples/samples/get-qualifier-by-label.txt
index 1a19cb67..790068ee 100644
--- a/bash-examples/samples/get-qualifier-by-label.txt
+++ b/bash-examples/samples/get-qualifier-by-label.txt
@@ -1,27 +1,27 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:38 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel = go-evi
-include = synonyms
-
- Get qualifier for ncit go-evi:
-
- {
- "code": "P389",
- "name": "go-evi",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "go-evi",
- "type": "Preferred_Name"
- }
- ]
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:38 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:14 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel = go-evi
+include = synonyms
+
+ Get qualifier for ncit go-evi:
+
+ {
+ "code": "P389",
+ "name": "go-evi",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "go-evi",
+ "type": "Preferred_Name"
+ }
+ ]
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:14 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-qualifier.txt b/bash-examples/samples/get-qualifier.txt
index a9773887..b0b5ecc7 100644
--- a/bash-examples/samples/get-qualifier.txt
+++ b/bash-examples/samples/get-qualifier.txt
@@ -1,107 +1,107 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:36 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel =
-include =
-
- Get qualifiers for ncit:
-
- [
- {
- "code": "P383",
- "name": "term-group",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P384",
- "name": "term-source",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P378",
- "name": "Definition Source",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P381",
- "name": "attribution",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P385",
- "name": "Source Code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P386",
- "name": "Subsource Name",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P393",
- "name": "Relationship_to_Target",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P394",
- "name": "Target_Term_Type",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P395",
- "name": "Target_Code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P396",
- "name": "Target_Terminology",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P397",
- "name": "Target_Terminology_Version",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P387",
- "name": "go-id",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P389",
- "name": "go-evi",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P390",
- "name": "go-source",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P391",
- "name": "source-date",
- "terminology": "ncit",
- "version": "25.02d"
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:37 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:12 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel =
+include =
+
+ Get qualifiers for ncit:
+
+ [
+ {
+ "code": "P383",
+ "name": "term-group",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P384",
+ "name": "term-source",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P385",
+ "name": "Source Code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P386",
+ "name": "Subsource Name",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P378",
+ "name": "Definition Source",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P381",
+ "name": "attribution",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P387",
+ "name": "go-id",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P389",
+ "name": "go-evi",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P390",
+ "name": "go-source",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P391",
+ "name": "source-date",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P393",
+ "name": "Relationship_to_Target",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P394",
+ "name": "Target_Term_Type",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P395",
+ "name": "Target_Code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P396",
+ "name": "Target_Terminology",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P397",
+ "name": "Target_Terminology_Version",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:13 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-replacements-for-inactive-code.txt b/bash-examples/samples/get-replacements-for-inactive-code.txt
index 08e93fc7..7c247f47 100644
--- a/bash-examples/samples/get-replacements-for-inactive-code.txt
+++ b/bash-examples/samples/get-replacements-for-inactive-code.txt
@@ -1,23 +1,20 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:52 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-code = C12658
- Get replacement concepts for C12658
-
- [
- {
- "code": "C12658",
- "name": "Prokaryotic Cell",
- "action": "retire",
- "date": "2003-08-22",
- "replacementCode": "C19157",
- "replacementName": "Specimen"
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:52 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:26 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+code = C12658
+ Get replacement concepts for C12658
+
+ [
+ {
+ "code": "C12658",
+ "name": "Prokaryotic Cell",
+ "action": "active"
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:27 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-role-by-code.txt b/bash-examples/samples/get-role-by-code.txt
index e6ff2099..26d024c7 100644
--- a/bash-examples/samples/get-role-by-code.txt
+++ b/bash-examples/samples/get-role-by-code.txt
@@ -1,21 +1,21 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:32 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel = R156
-include =
-
- Get role for ncit R156:
-
- {
- "code": "R156",
- "name": "Allele_Absent_From_Wild-type_Chromosomal_Location",
- "terminology": "ncit",
- "version": "25.02d"
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:33 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:08 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel = R156
+include =
+
+ Get role for ncit R156:
+
+ {
+ "code": "R156",
+ "name": "Allele_Absent_From_Wild-type_Chromosomal_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:09 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-role-by-label.txt b/bash-examples/samples/get-role-by-label.txt
index 36a08316..7127619c 100644
--- a/bash-examples/samples/get-role-by-label.txt
+++ b/bash-examples/samples/get-role-by-label.txt
@@ -1,35 +1,35 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:33 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel = Allele_Has_Abnormality
-include = synonyms
-
- Get role for ncit Allele_Has_Abnormality:
-
- {
- "code": "R153",
- "name": "Allele_Has_Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Abnormality",
- "type": "Display_Name"
- },
- {
- "name": "Allele_Has_Abnormality",
- "type": "FULL_SYN"
- },
- {
- "name": "Allele_Has_Abnormality",
- "type": "Preferred_Name"
- }
- ]
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:34 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:09 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel = Allele_Has_Abnormality
+include = synonyms
+
+ Get role for ncit Allele_Has_Abnormality:
+
+ {
+ "code": "R153",
+ "name": "Allele_Has_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Abnormality",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Allele_Has_Abnormality",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Allele_Has_Abnormality",
+ "type": "Preferred_Name"
+ }
+ ]
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:09 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-roles.txt b/bash-examples/samples/get-roles.txt
index 59389339..bab70dda 100644
--- a/bash-examples/samples/get-roles.txt
+++ b/bash-examples/samples/get-roles.txt
@@ -1,587 +1,587 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:31 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel =
-include =
-
- Get roles for ncit:
-
- [
- {
- "code": "R123",
- "name": "Chemotherapy_Regimen_Has_Component",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R163",
- "name": "Procedure_Has_Target_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R100",
- "name": "Disease_Has_Associated_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R126",
- "name": "Disease_Has_Associated_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R101",
- "name": "Disease_Has_Primary_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R103",
- "name": "Disease_Has_Normal_Tissue_Origin",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R104",
- "name": "Disease_Has_Normal_Cell_Origin",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R105",
- "name": "Disease_Has_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R108",
- "name": "Disease_Has_Finding",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R115",
- "name": "Disease_May_Have_Finding",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R139",
- "name": "Disease_Excludes_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R142",
- "name": "Disease_Excludes_Finding",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R124",
- "name": "Chemical_Or_Drug_Has_Mechanism_Of_Action",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R125",
- "name": "Chemical_Or_Drug_Has_Physiologic_Effect",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R146",
- "name": "Chemical_Or_Drug_Affects_Gene_Product",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R50",
- "name": "Gene_Product_Has_Structural_Domain_Or_Motif",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R52",
- "name": "Gene_Product_Has_Biochemical_Function",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R53",
- "name": "Gene_Product_Plays_Role_In_Biological_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R54",
- "name": "Gene_Product_Encoded_By_Gene",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R135",
- "name": "Disease_Excludes_Primary_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R72",
- "name": "Chemical_Or_Drug_Affects_Cell_Type_Or_Tissue",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R116",
- "name": "Disease_May_Have_Associated_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R175",
- "name": "Gene_Involved_In_Pathogenesis_Of_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R37",
- "name": "Gene_Plays_Role_In_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R132",
- "name": "Gene_Has_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R133",
- "name": "Gene_Product_Has_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R41",
- "name": "Gene_Found_In_Organism",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R40",
- "name": "Gene_In_Chromosomal_Location",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R46",
- "name": "Gene_Product_Has_Associated_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R49",
- "name": "Gene_Product_Expressed_In_Tissue",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R51",
- "name": "Gene_Product_Is_Physical_Part_Of",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R130",
- "name": "Gene_Is_Element_In_Pathway",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R131",
- "name": "Gene_Product_Is_Element_In_Pathway",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R44",
- "name": "Gene_Product_Has_Chemical_Classification",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R177",
- "name": "Molecular_Abnormality_Involves_Gene",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R178",
- "name": "Gene_Mutant_Encodes_Gene_Product_Sequence_Variation",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R179",
- "name": "Gene_Product_Sequence_Variation_Encoded_By_Gene_Mutant",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R182",
- "name": "Gene_Product_Variant_Of_Gene_Product",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R42",
- "name": "Gene_Product_Is_Biomarker_Type",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R45",
- "name": "Gene_Product_Has_Organism_Source",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R176",
- "name": "Disease_Mapped_To_Gene",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R106",
- "name": "Disease_Has_Molecular_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R174",
- "name": "Disease_Mapped_To_Chromosome",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R27",
- "name": "Conceptual_Part_Of",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R167",
- "name": "Procedure_Has_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R169",
- "name": "Procedure_Has_Partially_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R82",
- "name": "Anatomic_Structure_Is_Physical_Part_Of",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R122",
- "name": "Chemical_Or_Drug_Is_Metabolized_By_Enzyme",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R88",
- "name": "Disease_Is_Stage",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R47",
- "name": "Gene_Product_Is_Biomarker_Of",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R38",
- "name": "Gene_Associated_With_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R155",
- "name": "Allele_In_Chromosomal_Location",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R137",
- "name": "Disease_Excludes_Normal_Tissue_Origin",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R138",
- "name": "Disease_Excludes_Normal_Cell_Origin",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R32",
- "name": "Biological_Process_Has_Initiator_Chemical_Or_Drug",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R114",
- "name": "Disease_May_Have_Cytogenetic_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R89",
- "name": "Disease_May_Have_Molecular_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R110",
- "name": "Disease_Is_Grade",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R172",
- "name": "Regimen_Has_Accepted_Use_For_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R171",
- "name": "Procedure_Has_Completely_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R30",
- "name": "Biological_Process_Has_Associated_Location",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R81",
- "name": "Anatomic_Structure_Has_Location",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R48",
- "name": "Gene_Product_Malfunction_Associated_With_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R140",
- "name": "Disease_Excludes_Molecular_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R25",
- "name": "EO_Disease_Has_Associated_EO_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R24",
- "name": "EO_Disease_Maps_To_Human_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R26",
- "name": "EO_Disease_Has_Property_Or_Attribute",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R141",
- "name": "Disease_Excludes_Cytogenetic_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R107",
- "name": "Disease_Has_Cytogenetic_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R66",
- "name": "Chemical_Or_Drug_Plays_Role_In_Biological_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R173",
- "name": "Cytogenetic_Abnormality_Involves_Chromosome",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R28",
- "name": "Biological_Process_Has_Initiator_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R35",
- "name": "Biological_Process_Is_Part_Of_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R113",
- "name": "Disease_May_Have_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R102",
- "name": "Disease_Has_Metastatic_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R112",
- "name": "Disease_May_Have_Normal_Cell_Origin",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R34",
- "name": "Biological_Process_Has_Result_Biological_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R153",
- "name": "Allele_Has_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R136",
- "name": "Disease_Excludes_Metastatic_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R166",
- "name": "Procedure_May_Have_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R168",
- "name": "Procedure_May_Have_Partially_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R170",
- "name": "Procedure_May_Have_Completely_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R36",
- "name": "Gene_Is_Biomarker_Type",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R31",
- "name": "Biological_Process_Has_Result_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R29",
- "name": "Biological_Process_Has_Result_Chemical_Or_Drug",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R150",
- "name": "Chemical_Or_Drug_Affects_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R111",
- "name": "Disease_May_Have_Normal_Tissue_Origin",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R39",
- "name": "Gene_Is_Biomarker_Of",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R23",
- "name": "EO_Disease_Has_Associated_Cell_Type",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R145",
- "name": "Gene_Has_Physical_Location",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R165",
- "name": "Procedure_Has_Imaged_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R159",
- "name": "Allele_Has_Activity",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R158",
- "name": "Allele_Plays_Altered_Role_In_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R160",
- "name": "Allele_Plays_Role_In_Metabolism_Of_Chemical_Or_Drug",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R156",
- "name": "Allele_Absent_From_Wild-type_Chromosomal_Location",
- "terminology": "ncit",
- "version": "25.02d"
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:32 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:07 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel =
+include =
+
+ Get roles for ncit:
+
+ [
+ {
+ "code": "R100",
+ "name": "Disease_Has_Associated_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R101",
+ "name": "Disease_Has_Primary_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R102",
+ "name": "Disease_Has_Metastatic_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R103",
+ "name": "Disease_Has_Normal_Tissue_Origin",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R104",
+ "name": "Disease_Has_Normal_Cell_Origin",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R105",
+ "name": "Disease_Has_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R106",
+ "name": "Disease_Has_Molecular_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R107",
+ "name": "Disease_Has_Cytogenetic_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R108",
+ "name": "Disease_Has_Finding",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R110",
+ "name": "Disease_Is_Grade",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R111",
+ "name": "Disease_May_Have_Normal_Tissue_Origin",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R112",
+ "name": "Disease_May_Have_Normal_Cell_Origin",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R113",
+ "name": "Disease_May_Have_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R114",
+ "name": "Disease_May_Have_Cytogenetic_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R115",
+ "name": "Disease_May_Have_Finding",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R116",
+ "name": "Disease_May_Have_Associated_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R122",
+ "name": "Chemical_Or_Drug_Is_Metabolized_By_Enzyme",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R123",
+ "name": "Chemotherapy_Regimen_Has_Component",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R124",
+ "name": "Chemical_Or_Drug_Has_Mechanism_Of_Action",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R125",
+ "name": "Chemical_Or_Drug_Has_Physiologic_Effect",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R126",
+ "name": "Disease_Has_Associated_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R130",
+ "name": "Gene_Is_Element_In_Pathway",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R131",
+ "name": "Gene_Product_Is_Element_In_Pathway",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R132",
+ "name": "Gene_Has_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R133",
+ "name": "Gene_Product_Has_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R135",
+ "name": "Disease_Excludes_Primary_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R136",
+ "name": "Disease_Excludes_Metastatic_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R137",
+ "name": "Disease_Excludes_Normal_Tissue_Origin",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R138",
+ "name": "Disease_Excludes_Normal_Cell_Origin",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R139",
+ "name": "Disease_Excludes_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R140",
+ "name": "Disease_Excludes_Molecular_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R141",
+ "name": "Disease_Excludes_Cytogenetic_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R142",
+ "name": "Disease_Excludes_Finding",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R145",
+ "name": "Gene_Has_Physical_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R146",
+ "name": "Chemical_Or_Drug_Affects_Gene_Product",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R150",
+ "name": "Chemical_Or_Drug_Affects_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R153",
+ "name": "Allele_Has_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R155",
+ "name": "Allele_In_Chromosomal_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R40",
+ "name": "Gene_In_Chromosomal_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R156",
+ "name": "Allele_Absent_From_Wild-type_Chromosomal_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R158",
+ "name": "Allele_Plays_Altered_Role_In_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R37",
+ "name": "Gene_Plays_Role_In_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R159",
+ "name": "Allele_Has_Activity",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R160",
+ "name": "Allele_Plays_Role_In_Metabolism_Of_Chemical_Or_Drug",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R163",
+ "name": "Procedure_Has_Target_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R165",
+ "name": "Procedure_Has_Imaged_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R166",
+ "name": "Procedure_May_Have_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R167",
+ "name": "Procedure_Has_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R168",
+ "name": "Procedure_May_Have_Partially_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R169",
+ "name": "Procedure_Has_Partially_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R170",
+ "name": "Procedure_May_Have_Completely_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R171",
+ "name": "Procedure_Has_Completely_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R172",
+ "name": "Regimen_Has_Accepted_Use_For_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R173",
+ "name": "Cytogenetic_Abnormality_Involves_Chromosome",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R174",
+ "name": "Disease_Mapped_To_Chromosome",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R175",
+ "name": "Gene_Involved_In_Pathogenesis_Of_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R176",
+ "name": "Disease_Mapped_To_Gene",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R177",
+ "name": "Molecular_Abnormality_Involves_Gene",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R178",
+ "name": "Gene_Mutant_Encodes_Gene_Product_Sequence_Variation",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R179",
+ "name": "Gene_Product_Sequence_Variation_Encoded_By_Gene_Mutant",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R182",
+ "name": "Gene_Product_Variant_Of_Gene_Product",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R23",
+ "name": "EO_Disease_Has_Associated_Cell_Type",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R24",
+ "name": "EO_Disease_Maps_To_Human_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R25",
+ "name": "EO_Disease_Has_Associated_EO_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R26",
+ "name": "EO_Disease_Has_Property_Or_Attribute",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R27",
+ "name": "Conceptual_Part_Of",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R28",
+ "name": "Biological_Process_Has_Initiator_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R29",
+ "name": "Biological_Process_Has_Result_Chemical_Or_Drug",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R30",
+ "name": "Biological_Process_Has_Associated_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R31",
+ "name": "Biological_Process_Has_Result_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R32",
+ "name": "Biological_Process_Has_Initiator_Chemical_Or_Drug",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R34",
+ "name": "Biological_Process_Has_Result_Biological_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R35",
+ "name": "Biological_Process_Is_Part_Of_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R36",
+ "name": "Gene_Is_Biomarker_Type",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R38",
+ "name": "Gene_Associated_With_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R39",
+ "name": "Gene_Is_Biomarker_Of",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R41",
+ "name": "Gene_Found_In_Organism",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R42",
+ "name": "Gene_Product_Is_Biomarker_Type",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R44",
+ "name": "Gene_Product_Has_Chemical_Classification",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R45",
+ "name": "Gene_Product_Has_Organism_Source",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R46",
+ "name": "Gene_Product_Has_Associated_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R47",
+ "name": "Gene_Product_Is_Biomarker_Of",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R48",
+ "name": "Gene_Product_Malfunction_Associated_With_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R49",
+ "name": "Gene_Product_Expressed_In_Tissue",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R50",
+ "name": "Gene_Product_Has_Structural_Domain_Or_Motif",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R51",
+ "name": "Gene_Product_Is_Physical_Part_Of",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R52",
+ "name": "Gene_Product_Has_Biochemical_Function",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R53",
+ "name": "Gene_Product_Plays_Role_In_Biological_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R54",
+ "name": "Gene_Product_Encoded_By_Gene",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R66",
+ "name": "Chemical_Or_Drug_Plays_Role_In_Biological_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R72",
+ "name": "Chemical_Or_Drug_Affects_Cell_Type_Or_Tissue",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R81",
+ "name": "Anatomic_Structure_Has_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R82",
+ "name": "Anatomic_Structure_Is_Physical_Part_Of",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R88",
+ "name": "Disease_Is_Stage",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R89",
+ "name": "Disease_May_Have_Molecular_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:08 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-subset-by-code.txt b/bash-examples/samples/get-subset-by-code.txt
index 6bb86fb9..8907582d 100644
--- a/bash-examples/samples/get-subset-by-code.txt
+++ b/bash-examples/samples/get-subset-by-code.txt
@@ -1,233 +1,233 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:46 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-code = C81222
-
- Get subset for C81222
-
- {
- "code": "C81222",
- "name": "CDISC ADaM Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true,
- "children": [
- {
- "code": "C208382",
- "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208381",
- "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204411",
- "name": "CDISC ADaM Analysis Stratum Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187458",
- "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187457",
- "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C81223",
- "name": "CDISC ADaM Date Imputation Flag Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C81224",
- "name": "CDISC ADaM Derivation Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172334",
- "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172335",
- "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158114",
- "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158115",
- "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187456",
- "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187455",
- "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204410",
- "name": "CDISC ADaM Input Parameter Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193278",
- "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193277",
- "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C81225",
- "name": "CDISC ADaM Parameter Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165644",
- "name": "CDISC ADaM Pool for Integration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124296",
- "name": "CDISC ADaM Subject Trial Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C81226",
- "name": "CDISC ADaM Time Imputation Flag Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204414",
- "name": "CDISC ADaM Tobacco Product Category Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204413",
- "name": "CDISC ADaM Tobacco Product Use Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204412",
- "name": "CDISC ADaM Tobacco Use Transition Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:47 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:21 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+code = C81222
+
+ Get subset for C81222
+
+ {
+ "code": "C81222",
+ "name": "CDISC ADaM Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C208382",
+ "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208381",
+ "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204411",
+ "name": "CDISC ADaM Analysis Stratum Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187458",
+ "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187457",
+ "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81223",
+ "name": "CDISC ADaM Date Imputation Flag Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81224",
+ "name": "CDISC ADaM Derivation Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172334",
+ "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172335",
+ "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158114",
+ "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158115",
+ "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187456",
+ "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187455",
+ "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204410",
+ "name": "CDISC ADaM Input Parameter Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193278",
+ "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193277",
+ "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81225",
+ "name": "CDISC ADaM Parameter Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165644",
+ "name": "CDISC ADaM Pool for Integration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124296",
+ "name": "CDISC ADaM Subject Trial Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81226",
+ "name": "CDISC ADaM Time Imputation Flag Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204414",
+ "name": "CDISC ADaM Tobacco Product Category Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204413",
+ "name": "CDISC ADaM Tobacco Product Use Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204412",
+ "name": "CDISC ADaM Tobacco Use Transition Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:21 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-subset-members.txt b/bash-examples/samples/get-subset-members.txt
index 060b3e2d..4d86364b 100644
--- a/bash-examples/samples/get-subset-members.txt
+++ b/bash-examples/samples/get-subset-members.txt
@@ -1,107 +1,107 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:47 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-code = C81222
-members = 1
-
- Get subset members (fromRecord=0, pageSize=10)
-
- [
- {
- "code": "C208382",
- "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C208381",
- "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C204411",
- "name": "CDISC ADaM Analysis Stratum Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C187458",
- "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C187457",
- "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C81223",
- "name": "CDISC ADaM Date Imputation Flag Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C81224",
- "name": "CDISC ADaM Derivation Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C172334",
- "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C172335",
- "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C158114",
- "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:48 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:22 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+code = C81222
+members = 1
+
+ Get subset members (fromRecord=0, pageSize=10)
+
+ [
+ {
+ "code": "C208382",
+ "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208381",
+ "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204411",
+ "name": "CDISC ADaM Analysis Stratum Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187458",
+ "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187457",
+ "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81223",
+ "name": "CDISC ADaM Date Imputation Flag Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81224",
+ "name": "CDISC ADaM Derivation Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172334",
+ "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172335",
+ "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158114",
+ "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:22 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-subsets.txt b/bash-examples/samples/get-subsets.txt
index 017c342a..8e0ce990 100644
--- a/bash-examples/samples/get-subsets.txt
+++ b/bash-examples/samples/get-subsets.txt
@@ -1,19782 +1,20732 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:43 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-
- Get all subsets
-
- [
- {
- "code": "C167405",
- "name": "ACC/AHA EHR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C191200",
- "name": "ACC/AHA Cardiovascular and Noncardiovascular Complications of COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191389",
- "name": "Appendix 10: End-of-Life Management Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191382",
- "name": "Appendix 3: COVID-19 Diagnosis Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191383",
- "name": "Appendix 4: COVID-19 Cardiovascular Complications Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191396",
- "name": "Acute Cardiovascular Complications Related to COVID-19 Infection Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191397",
- "name": "Cardiovascular Mortality During Acute COVID-19 Infection Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191403",
- "name": "Postacute Cardiovascular Sequelae of SARS-CoV-2 Infection or Long-Term Cardiovascular Complications of COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C191384",
- "name": "Appendix 5: COVID-19 Noncardiovascular Complications Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191385",
- "name": "Appendix 6: Symptoms and Signs Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191398",
- "name": "Current Symptoms and Signs: Clinical Symptoms Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191402",
- "name": "Physical Examination Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C191386",
- "name": "Appendix 7: Diagnostic Procedures Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191387",
- "name": "Appendix 8: Pharmacological Therapy Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191404",
- "name": "Therapies for COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191405",
- "name": "Therapies for Preexisting Cardiovascular Disease (Patient Taking Prior to Admission) Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191406",
- "name": "Therapies for Supportive Care During COVID-19 Infection Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C191388",
- "name": "Appendix 9: Therapeutic and Supportive Procedures for COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191399",
- "name": "Electrophysiological Procedures Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191400",
- "name": "Invasive Coronary/Vascular/Neurovascular Revascularization Treatment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191401",
- "name": "Mechanical Support Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C167409",
- "name": "ACC/AHA Pediatric and Congenital Cardiology EHR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C157225",
- "name": "CBDD Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C168696",
- "name": "CBDD Process Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CBDD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C168697",
- "name": "CBDD Structure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CBDD",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C192842",
- "name": "Cellosaurus Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Cellosaurus",
- "children": [
- {
- "code": "C165258",
- "name": "Cellosaurus Disease Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Cellosaurus",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C192843",
- "name": "Cellosaurus Resistance and Transformant Physical Factor Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Cellosaurus",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C177281",
- "name": "Childhood Cancer Predisposition Study Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C177516",
- "name": "CCPS Disease Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CCPS",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177517",
- "name": "CCPS Genetics Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CCPS",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C61410",
- "name": "Clinical Data Interchange Standards Consortium Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C81222",
- "name": "CDISC ADaM Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C208382",
- "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208381",
- "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204411",
- "name": "CDISC ADaM Analysis Stratum Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187458",
- "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187457",
- "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C81223",
- "name": "CDISC ADaM Date Imputation Flag Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C81224",
- "name": "CDISC ADaM Derivation Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172334",
- "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172335",
- "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158114",
- "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158115",
- "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187456",
- "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187455",
- "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204410",
- "name": "CDISC ADaM Input Parameter Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193278",
- "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193277",
- "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C81225",
- "name": "CDISC ADaM Parameter Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165644",
- "name": "CDISC ADaM Pool for Integration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124296",
- "name": "CDISC ADaM Subject Trial Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C81226",
- "name": "CDISC ADaM Time Imputation Flag Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204414",
- "name": "CDISC ADaM Tobacco Product Category Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204413",
- "name": "CDISC ADaM Tobacco Product Use Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204412",
- "name": "CDISC ADaM Tobacco Use Transition Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C77527",
- "name": "CDISC CDASH Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C78418",
- "name": "CDISC CDASH Concomitant Medication Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78417",
- "name": "CDISC CDASH Concomitant Medication Dose Units Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78419",
- "name": "CDISC CDASH Concomitant Medication Dosing Frequency per Interval Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78420",
- "name": "CDISC CDASH Concomitant Medication Route of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78422",
- "name": "CDISC CDASH ECG Original Units Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78426",
- "name": "CDISC CDASH Exposure Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78745",
- "name": "CDISC CDASH Exposure Dosing Frequency per Interval Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78425",
- "name": "CDISC CDASH Exposure Route of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177909",
- "name": "CDISC CDASH Serious Adverse Event Report Category Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181164",
- "name": "CDISC CDASH Study Agent Dechallenge Reaction Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181163",
- "name": "CDISC CDASH Study Agent Rechallenge Reaction Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C83004",
- "name": "CDISC CDASH Substance Use Never/Current/Former Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78428",
- "name": "CDISC CDASH Total Volume Administration Unit Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78427",
- "name": "CDISC CDASH Unit for Duration of Treatment Interruption Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78421",
- "name": "CDISC CDASH Unit of Drug Dispensed or Returned Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78429",
- "name": "CDISC CDASH Unit of Measure for Flow Rate Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78423",
- "name": "CDISC CDASH Units for Exposure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78430",
- "name": "CDISC CDASH Units for Planned Exposure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78431",
- "name": "CDISC CDASH Vital Signs Position of Subject Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128690",
- "name": "CDISC SDTM Collected Ethnicity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128689",
- "name": "CDISC SDTM Collected Race Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181165",
- "name": "CDISC SDTM Mode of Delivery Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C188693",
- "name": "CDISC DDF Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C188714",
- "name": "CDISC DDF Activity Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201253",
- "name": "CDISC DDF Address Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207420",
- "name": "CDISC DDF Administration Duration Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207421",
- "name": "CDISC DDF Agent Administration Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188720",
- "name": "CDISC DDF Analysis Population Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201254",
- "name": "CDISC DDF Biomedical Concept Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201255",
- "name": "CDISC DDF Biomedical Concept Category Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201256",
- "name": "CDISC DDF Biomedical Concept Property Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201257",
- "name": "CDISC DDF Biomedical Concept Surrogate Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207422",
- "name": "CDISC DDF Characteristic Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188699",
- "name": "CDISC DDF Clinical Study Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188722",
- "name": "CDISC DDF Code Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207425",
- "name": "CDISC DDF Condition Assignment Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207424",
- "name": "CDISC DDF Condition Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207427",
- "name": "CDISC DDF Eligibility Criteria Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188713",
- "name": "CDISC DDF Encounter Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188728",
- "name": "CDISC DDF Encounter Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188708",
- "name": "CDISC DDF Endpoint Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188726",
- "name": "CDISC DDF Endpoint Level Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188698",
- "name": "CDISC DDF Entities Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188719",
- "name": "CDISC DDF Estimand Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207428",
- "name": "CDISC DDF Geographic Scope Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207412",
- "name": "CDISC DDF Geographic Scope Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207429",
- "name": "CDISC DDF Governance Date Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207413",
- "name": "CDISC DDF Governance Date Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188705",
- "name": "CDISC DDF Indication Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188721",
- "name": "CDISC DDF Intercurrent Event Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207430",
- "name": "CDISC DDF Masking Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207414",
- "name": "CDISC DDF Masking Role Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207426",
- "name": "CDISC DDF Narrative Content Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188707",
- "name": "CDISC DDF Objective Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188725",
- "name": "CDISC DDF Objective Level Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188702",
- "name": "CDISC DDF Organization Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188724",
- "name": "CDISC DDF Organization Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207431",
- "name": "CDISC DDF Parameter Map Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207432",
- "name": "CDISC DDF Population Definition Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188716",
- "name": "CDISC DDF Procedure Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188723",
- "name": "CDISC DDF Protocol Status Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207433",
- "name": "CDISC DDF Quantity Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207434",
- "name": "CDISC DDF Range Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207435",
- "name": "CDISC DDF Research Organization Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201258",
- "name": "CDISC DDF Response Code Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201259",
- "name": "CDISC DDF Schedule Timeline Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207436",
- "name": "CDISC DDF Scheduled Activity Instance Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201260",
- "name": "CDISC DDF Scheduled Decision Instance Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201261",
- "name": "CDISC DDF Scheduled Instance Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207437",
- "name": "CDISC DDF Study Amendment Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207438",
- "name": "CDISC DDF Study Amendment Reason Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207415",
- "name": "CDISC DDF Study Amendment Reason Code Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188709",
- "name": "CDISC DDF Study Arm Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188727",
- "name": "CDISC DDF Study Arm Data Origin Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207439",
- "name": "CDISC DDF Study Cohort Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188703",
- "name": "CDISC DDF Study Design Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207416",
- "name": "CDISC DDF Study Design Characteristics Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188706",
- "name": "CDISC DDF Study Design Population Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188711",
- "name": "CDISC DDF Study Element Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188710",
- "name": "CDISC DDF Study Epoch Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188701",
- "name": "CDISC DDF Study Identifier Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188704",
- "name": "CDISC DDF Study Intervention Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207418",
- "name": "CDISC DDF Study Intervention Product Designation Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207417",
- "name": "CDISC DDF Study Intervention Role Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207440",
- "name": "CDISC DDF Study Protocol Document Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207441",
- "name": "CDISC DDF Study Site Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207442",
- "name": "CDISC DDF Study Title Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207419",
- "name": "CDISC DDF Study Title Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207443",
- "name": "CDISC DDF Study Version Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207444",
- "name": "CDISC DDF Subject Enrollment Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207445",
- "name": "CDISC DDF Syntax Template Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207446",
- "name": "CDISC DDF Syntax Template Dictionary Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201262",
- "name": "CDISC DDF Timing Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201265",
- "name": "CDISC DDF Timing Relative To From Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201264",
- "name": "CDISC DDF Timing Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188712",
- "name": "CDISC DDF Transition Rule Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C165634",
- "name": "CDISC Define-XML Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C165635",
- "name": "CDISC Define-XML ADaM Basic Data Structure Subclass Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177903",
- "name": "CDISC Define-XML ADaM Medical Device Basic Data Structure Subclass Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176227",
- "name": "CDISC Define-XML ADaM Occurrence Data Structure Subclass Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117745",
- "name": "CDISC Define-XML Analysis Purpose Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117744",
- "name": "CDISC Define-XML Analysis Reason Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172331",
- "name": "CDISC Define-XML CDISC Controlled Terminology Standard Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103329",
- "name": "CDISC Define-XML General Observation Class Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170448",
- "name": "CDISC Define-XML ODM Context Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170450",
- "name": "CDISC Define-XML Origin Source Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170449",
- "name": "CDISC Define-XML Origin Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170452",
- "name": "CDISC Define-XML Standard Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172332",
- "name": "CDISC Define-XML Standard Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170451",
- "name": "CDISC Define-XML Standard Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66788",
- "name": "CDISC Dictionary Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160924",
- "name": "CDISC SDTM Implementation Guide Version Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C67497",
- "name": "CDISC Glossary Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Glossary",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203912",
- "name": "CDISC MRCT Center Clinical Research Glossary",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/MRCT Center Clinical Research Glossary",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132298",
- "name": "CDISC Protocol Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C181167",
- "name": "CDISC Protocol Amendment Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179587",
- "name": "CDISC Protocol Biological Sample Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201266",
- "name": "CDISC Protocol Biomarker Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201267",
- "name": "CDISC Protocol Biomarker Category Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170440",
- "name": "CDISC Protocol Endpoint Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170441",
- "name": "CDISC Protocol Endpoint Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C142191",
- "name": "CDISC Protocol Entities Clinical Study Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C139020",
- "name": "CDISC Protocol Entities Clinical Trial Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132308",
- "name": "CDISC Protocol Entities Physical Address Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154681",
- "name": "CDISC Protocol Entities Protocol Contact Role Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154682",
- "name": "CDISC Protocol Entities Study Contact Information Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147066",
- "name": "CDISC Protocol Entities Study Design Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132309",
- "name": "CDISC Protocol Entities Study Protocol Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132310",
- "name": "CDISC Protocol Entities Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187682",
- "name": "CDISC Protocol Expanded Access Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187683",
- "name": "CDISC Protocol Expanded Access Study Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C184334",
- "name": "CDISC Protocol Informed Consent Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177906",
- "name": "CDISC Protocol Ingredient Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177907",
- "name": "CDISC Protocol Ingredient Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177905",
- "name": "CDISC Protocol Intervention Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165641",
- "name": "CDISC Protocol Outcome Measure Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170442",
- "name": "CDISC Protocol Outcome Measure Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165642",
- "name": "CDISC Protocol Oversight Entity Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199649",
- "name": "CDISC Protocol Pharmacology Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147069",
- "name": "CDISC Protocol Randomization Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C184333",
- "name": "CDISC Protocol Reference Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181168",
- "name": "CDISC Protocol Statement Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190866",
- "name": "CDISC Protocol Study Activity Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172329",
- "name": "CDISC Protocol Study Arm Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174222",
- "name": "CDISC Protocol Study Arm Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189268",
- "name": "CDISC Protocol Study Blinding and Unblinding Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163026",
- "name": "CDISC Protocol Study Monitoring Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165640",
- "name": "CDISC Protocol Study Oversight Entity Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160921",
- "name": "CDISC Protocol Study Population Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177904",
- "name": "CDISC Protocol Study Product Administration Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174220",
- "name": "CDISC Protocol Study Product Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174221",
- "name": "CDISC Protocol Study Product Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147067",
- "name": "CDISC Protocol Study Purpose Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185851",
- "name": "CDISC Protocol Study Subject Discontinuation Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147068",
- "name": "CDISC Protocol Subject Allocation Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185850",
- "name": "CDISC Protocol Subject Replacement Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C197998",
- "name": "CDISC Protocol Substudy Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99076",
- "name": "CDISC SDTM Intervention Model Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99078",
- "name": "CDISC SDTM Intervention Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127259",
- "name": "CDISC SDTM Observational Study Model Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99077",
- "name": "CDISC SDTM Study Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66735",
- "name": "CDISC SDTM Trial Blinding Schema Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66736",
- "name": "CDISC SDTM Trial Indication Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66737",
- "name": "CDISC SDTM Trial Phase Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66739",
- "name": "CDISC SDTM Trial Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66742",
- "name": "CDISC SDTM Yes No Unknown or Not Applicable Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C82590",
- "name": "CDISC Root Variable Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66830",
- "name": "CDISC SDTM Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C66788",
- "name": "CDISC Dictionary Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120166",
- "name": "CDISC QRS Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C118970",
- "name": "CDISC Clinical Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C182464",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0101 Through AIMS0107 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182502",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0101 Through AIMS0107 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182465",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0108 Through AIMS0109 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182503",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0108 Through AIMS0109 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182466",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0110 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182504",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0110 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182467",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0111 Through AIMS0112 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182505",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0111 Through AIMS0112 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182484",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182522",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182485",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182523",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182486",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182524",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182487",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182525",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182488",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105A Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182526",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105A Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182489",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105B Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182527",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105B Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182490",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106A Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182528",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106A Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182491",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106B Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182529",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106B Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182492",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH107 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182530",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH107 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182493",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH108 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182531",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH108 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182494",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH109 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182532",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH109 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182495",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH110 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182533",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH110 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182496",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH111 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182534",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH111 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182497",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH114 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182535",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH114 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182498",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH115 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182536",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH115 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101805",
- "name": "CDISC Clinical Classification AIMS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101806",
- "name": "CDISC Clinical Classification AIMS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141655",
- "name": "CDISC Clinical Classification AJCC v7 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141654",
- "name": "CDISC Clinical Classification AJCC v7 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120985",
- "name": "CDISC Clinical Classification APACHE II Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120984",
- "name": "CDISC Clinical Classification APACHE II Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176047",
- "name": "CDISC Clinical Classification APGAR Score Version 1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176046",
- "name": "CDISC Clinical Classification APGAR Score Version 1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119080",
- "name": "CDISC Clinical Classification ARC STC Grade Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119079",
- "name": "CDISC Clinical Classification ARC STC Grade Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124668",
- "name": "CDISC Clinical Classification ASSIGN Score Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124667",
- "name": "CDISC Clinical Classification ASSIGN Score Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124666",
- "name": "CDISC Clinical Classification Atherosclerotic Cardiovascular Disease 10-Year Risk Estimator Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124665",
- "name": "CDISC Clinical Classification Atherosclerotic Cardiovascular Disease 10-Year Risk Estimator Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182470",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182508",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182471",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182509",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182472",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182510",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182473",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182511",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182474",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS105 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182512",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS105 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147538",
- "name": "CDISC Clinical Classification ATLAS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147537",
- "name": "CDISC Clinical Classification ATLAS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161623",
- "name": "CDISC Clinical Classification AVPU Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161622",
- "name": "CDISC Clinical Classification AVPU Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101809",
- "name": "CDISC Clinical Classification BARS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101810",
- "name": "CDISC Clinical Classification BARS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106655",
- "name": "CDISC Clinical Classification BDI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106654",
- "name": "CDISC Clinical Classification BDI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120987",
- "name": "CDISC Clinical Classification BODE Index Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120986",
- "name": "CDISC Clinical Classification BODE Index Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161625",
- "name": "CDISC Clinical Classification BPRS 1988 Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161624",
- "name": "CDISC Clinical Classification BPRS 1988 Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100134",
- "name": "CDISC Clinical Classification BPRS-Anchored Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100133",
- "name": "CDISC Clinical Classification BPRS-Anchored Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189693",
- "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA118 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189694",
- "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA118 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189689",
- "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET1 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189690",
- "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET1 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189691",
- "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET2 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189692",
- "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET2 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130239",
- "name": "CDISC Clinical Classification BUERS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130238",
- "name": "CDISC Clinical Classification BUERS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199510",
- "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris CCSGA101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199511",
- "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris CCSGA101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199499",
- "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199498",
- "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118971",
- "name": "CDISC Clinical Classification Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124678",
- "name": "CDISC Clinical Classification CDC Classification System for HIV-Infected Adults and Adolescents Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124677",
- "name": "CDISC Clinical Classification CDC Classification System for HIV-Infected Adults and Adolescents Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101811",
- "name": "CDISC Clinical Classification CDR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101812",
- "name": "CDISC Clinical Classification CDR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154447",
- "name": "CDISC Clinical Classification CDRS-R Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154446",
- "name": "CDISC Clinical Classification CDRS-R Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208383",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208390",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208384",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208391",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208385",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208392",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208386",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208393",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208387",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105A Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208394",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105A Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208388",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105B Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208395",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105B Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208389",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0107 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208396",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0107 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120989",
- "name": "CDISC Clinical Classification Child-Pugh Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120988",
- "name": "CDISC Clinical Classification Child-Pugh Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199503",
- "name": "CDISC Clinical Classification Cigarette Evaluation Questionnaire Extended-Screening Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199502",
- "name": "CDISC Clinical Classification Cigarette Evaluation Questionnaire Extended-Screening Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187452",
- "name": "CDISC Clinical Classification Clinician-Administered PTSD Scale (Current) DSM-5 With DSM IV Scoring 2016 Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187451",
- "name": "CDISC Clinical Classification Clinician-Administered PTSD Scale (Current) DSM-5 With DSM IV Scoring 2016 Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199501",
- "name": "CDISC Clinical Classification Comfort Behavior Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199500",
- "name": "CDISC Clinical Classification Comfort Behavior Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C156673",
- "name": "CDISC Clinical Classification COVI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C156672",
- "name": "CDISC Clinical Classification COVI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124684",
- "name": "CDISC Clinical Classification CRS-R Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124683",
- "name": "CDISC Clinical Classification CRS-R Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115402",
- "name": "CDISC Clinical Classification DRS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115401",
- "name": "CDISC Clinical Classification DRS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112437",
- "name": "CDISC Clinical Classification DS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112436",
- "name": "CDISC Clinical Classification DS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161627",
- "name": "CDISC Clinical Classification E-TRIP Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161626",
- "name": "CDISC Clinical Classification E-TRIP Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179943",
- "name": "CDISC Clinical Classification Eastern Cooperative Oncology Group Performance Status ECOG101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179944",
- "name": "CDISC Clinical Classification Eastern Cooperative Oncology Group Performance Status ECOG101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101815",
- "name": "CDISC Clinical Classification ECOG Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101816",
- "name": "CDISC Clinical Classification ECOG Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112439",
- "name": "CDISC Clinical Classification EDSS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112438",
- "name": "CDISC Clinical Classification EDSS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117991",
- "name": "CDISC Clinical Classification ESRS-A Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117990",
- "name": "CDISC Clinical Classification ESRS-A Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111344",
- "name": "CDISC Clinical Classification FAQ Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111343",
- "name": "CDISC Clinical Classification FAQ Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111346",
- "name": "CDISC Clinical Classification FAQ-NACC UDS Version 2.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111345",
- "name": "CDISC Clinical Classification FAQ-NACC UDS Version 2.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170523",
- "name": "CDISC Clinical Classification FAS-NACC UDS Version 3.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170522",
- "name": "CDISC Clinical Classification FAS-NACC UDS Version 3.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124670",
- "name": "CDISC Clinical Classification FHS CVD 10-Year Risk Score Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124669",
- "name": "CDISC Clinical Classification FHS CVD 10-Year Risk Score Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124682",
- "name": "CDISC Clinical Classification Glasgow Coma Scale-NINDS Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124681",
- "name": "CDISC Clinical Classification Glasgow Coma Scale-NINDS Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130243",
- "name": "CDISC Clinical Classification HAM-D6 Clinician Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130242",
- "name": "CDISC Clinical Classification HAM-D6 Clinician Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101819",
- "name": "CDISC Clinical Classification HAMA Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101820",
- "name": "CDISC Clinical Classification HAMA Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100138",
- "name": "CDISC Clinical Classification HAMD 17 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100137",
- "name": "CDISC Clinical Classification HAMD 17 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101821",
- "name": "CDISC Clinical Classification HAMD 21 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101822",
- "name": "CDISC Clinical Classification HAMD 21 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130245",
- "name": "CDISC Clinical Classification HAMD 24 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130244",
- "name": "CDISC Clinical Classification HAMD 24 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182468",
- "name": "CDISC Clinical Classification Hamilton Anxiety Rating Scale HAMA101 Through HAMA114 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182506",
- "name": "CDISC Clinical Classification Hamilton Anxiety Rating Scale HAMA101 Through HAMA114 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190885",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190886",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190887",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190888",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190889",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190890",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190891",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0105A Through HBI0105H Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190892",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0105A Through HBI0105H Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190926",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190925",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138213",
- "name": "CDISC Clinical Classification HAS-BLED Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138212",
- "name": "CDISC Clinical Classification HAS-BLED Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130247",
- "name": "CDISC Clinical Classification IDS-C Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130246",
- "name": "CDISC Clinical Classification IDS-C Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182469",
- "name": "CDISC Clinical Classification Karnofsky Performance Status Scale KPSS0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182507",
- "name": "CDISC Clinical Classification Karnofsky Performance Status Scale KPSS0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170529",
- "name": "CDISC Clinical Classification KDIGO-AKI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170528",
- "name": "CDISC Clinical Classification KDIGO-AKI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130251",
- "name": "CDISC Clinical Classification KDPI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130250",
- "name": "CDISC Clinical Classification KDPI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112443",
- "name": "CDISC Clinical Classification KFSS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112442",
- "name": "CDISC Clinical Classification KFSS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100170",
- "name": "CDISC Clinical Classification KPS Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100169",
- "name": "CDISC Clinical Classification KPS Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182475",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182513",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182476",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182514",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182478",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182516",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182479",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182517",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182480",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS105 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182518",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS105 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182481",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS106 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182519",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS106 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182482",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS107 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182520",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS107 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182483",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS108 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182521",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS108 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182477",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS1SET1 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182515",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS1SET1 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138215",
- "name": "CDISC Clinical Classification LPSS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138214",
- "name": "CDISC Clinical Classification LPSS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120991",
- "name": "CDISC Clinical Classification MELD Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120990",
- "name": "CDISC Clinical Classification MELD Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202147",
- "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised MTWSR101 Through MTWSR115 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202148",
- "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised MTWSR101 Through MTWSR115 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202146",
- "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202145",
- "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190893",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190894",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190895",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190896",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190897",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190898",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190899",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190900",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190901",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI105 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190902",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI105 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190930",
- "name": "CDISC Clinical Classification Modified Van Assche Index Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190929",
- "name": "CDISC Clinical Classification Modified Van Assche Index Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190928",
- "name": "CDISC Clinical Classification Montreal Classification for Crohn's Disease Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190927",
- "name": "CDISC Clinical Classification Montreal Classification for Crohn's Disease Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111348",
- "name": "CDISC Clinical Classification MRS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111347",
- "name": "CDISC Clinical Classification MRS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171355",
- "name": "CDISC Clinical Classification NEWS2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171354",
- "name": "CDISC Clinical Classification NEWS2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119076",
- "name": "CDISC Clinical Classification NHLBI CAD Grade Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119075",
- "name": "CDISC Clinical Classification NHLBI CAD Grade Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120993",
- "name": "CDISC Clinical Classification NSA-16 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120992",
- "name": "CDISC Clinical Classification NSA-16 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132517",
- "name": "CDISC Clinical Classification NSAA Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132516",
- "name": "CDISC Clinical Classification NSAA Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124686",
- "name": "CDISC Clinical Classification PANSS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124685",
- "name": "CDISC Clinical Classification PANSS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179936",
- "name": "CDISC Clinical Classification PASI Feldman Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179935",
- "name": "CDISC Clinical Classification PASI Feldman Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190938",
- "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Bozek Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190937",
- "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Bozek Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190936",
- "name": "CDISC Clinical Classification Psoriasis Area and Severity Index European Medical Agency Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190935",
- "name": "CDISC Clinical Classification Psoriasis Area and Severity Index European Medical Agency Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190934",
- "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Fredriksson Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190933",
- "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Fredriksson Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130249",
- "name": "CDISC Clinical Classification QIDS-C Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130248",
- "name": "CDISC Clinical Classification QIDS-C Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171409",
- "name": "CDISC Clinical Classification RASS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171408",
- "name": "CDISC Clinical Classification RASS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124672",
- "name": "CDISC Clinical Classification Reynolds CVD 10-Year Risk Score Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124671",
- "name": "CDISC Clinical Classification Reynolds CVD 10-Year Risk Score Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190903",
- "name": "CDISC Clinical Classification Rutgeerts Score RUTG0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190904",
- "name": "CDISC Clinical Classification Rutgeerts Score RUTG0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190932",
- "name": "CDISC Clinical Classification Rutgeerts Score Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190931",
- "name": "CDISC Clinical Classification Rutgeerts Score Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171413",
- "name": "CDISC Clinical Classification SAS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171412",
- "name": "CDISC Clinical Classification SAS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204225",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204226",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204227",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204228",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204229",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204230",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204231",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204232",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204233",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0105 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204234",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0105 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204235",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0106 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204236",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0106 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204224",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27th March 2024 Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204223",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27th March 2024 Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176051",
- "name": "CDISC Clinical Classification SES-CD Version 1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176050",
- "name": "CDISC Clinical Classification SES-CD Version 1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193261",
- "name": "CDISC Clinical Classification Tanner Scale Boy TANN0201 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193262",
- "name": "CDISC Clinical Classification Tanner Scale Boy TANN0201 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193263",
- "name": "CDISC Clinical Classification Tanner Scale Boy TANN0202 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193264",
- "name": "CDISC Clinical Classification Tanner Scale Boy TANN0202 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193257",
- "name": "CDISC Clinical Classification Tanner Scale Girl TANN0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193258",
- "name": "CDISC Clinical Classification Tanner Scale Girl TANN0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193259",
- "name": "CDISC Clinical Classification Tanner Scale Girl TANN0102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193260",
- "name": "CDISC Clinical Classification Tanner Scale Girl TANN0102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124662",
- "name": "CDISC Clinical Classification Tanner Scale-Boy Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124661",
- "name": "CDISC Clinical Classification Tanner Scale-Boy Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124664",
- "name": "CDISC Clinical Classification Tanner Scale-Girl Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124663",
- "name": "CDISC Clinical Classification Tanner Scale-Girl Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106657",
- "name": "CDISC Clinical Classification TDI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106656",
- "name": "CDISC Clinical Classification TDI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119074",
- "name": "CDISC Clinical Classification TIMI Thrombus Grade Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119073",
- "name": "CDISC Clinical Classification TIMI Thrombus Grade Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154449",
- "name": "CDISC Clinical Classification UHDRS 1999 Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154448",
- "name": "CDISC Clinical Classification UHDRS 1999 Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100148",
- "name": "CDISC Clinical Classification UPDRS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100147",
- "name": "CDISC Clinical Classification UPDRS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141653",
- "name": "CDISC Clinical Classification VALG Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141652",
- "name": "CDISC Clinical Classification VALG Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130241",
- "name": "CDISC Clinical Classification VLERS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130240",
- "name": "CDISC Clinical Classification VLERS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124680",
- "name": "CDISC Clinical Classification West Haven Criteria Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124679",
- "name": "CDISC Clinical Classification West Haven Criteria Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124674",
- "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Adults and Adolescents Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124673",
- "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Adults and Adolescents Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124676",
- "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Children Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124675",
- "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Children Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C115302",
- "name": "CDISC Functional Test Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C141657",
- "name": "CDISC Functional Test 10-Meter Walk/Run Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141656",
- "name": "CDISC Functional Test 10-Meter Walk/Run Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141663",
- "name": "CDISC Functional Test 4-Stair Ascend Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141662",
- "name": "CDISC Functional Test 4-Stair Ascend Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141661",
- "name": "CDISC Functional Test 4-Stair Descend Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141660",
- "name": "CDISC Functional Test 4-Stair Descend Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115388",
- "name": "CDISC Functional Test 6MWT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115387",
- "name": "CDISC Functional Test 6MWT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100132",
- "name": "CDISC Functional Test ADAS-Cog CDISC Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100131",
- "name": "CDISC Functional Test ADAS-Cog CDISC Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101807",
- "name": "CDISC Functional Test ADNI AVLT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101808",
- "name": "CDISC Functional Test ADNI AVLT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123655",
- "name": "CDISC Functional Test AVLT-REY Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123654",
- "name": "CDISC Functional Test AVLT-REY Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120983",
- "name": "CDISC Functional Test BACS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120982",
- "name": "CDISC Functional Test BACS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115304",
- "name": "CDISC Functional Test Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150766",
- "name": "CDISC Functional Test COWAT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150765",
- "name": "CDISC Functional Test COWAT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150768",
- "name": "CDISC Functional Test ERT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150767",
- "name": "CDISC Functional Test ERT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115390",
- "name": "CDISC Functional Test HAI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115389",
- "name": "CDISC Functional Test HAI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166188",
- "name": "CDISC Functional Test HD-CAB Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166187",
- "name": "CDISC Functional Test HD-CAB Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100142",
- "name": "CDISC Functional Test MMSE Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100141",
- "name": "CDISC Functional Test MMSE Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150770",
- "name": "CDISC Functional Test MMSE-2 Standard Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150769",
- "name": "CDISC Functional Test MMSE-2 Standard Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115392",
- "name": "CDISC Functional Test NHPT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115391",
- "name": "CDISC Functional Test NHPT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150772",
- "name": "CDISC Functional Test Paced Tapping Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150771",
- "name": "CDISC Functional Test Paced Tapping Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115394",
- "name": "CDISC Functional Test PASAT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115393",
- "name": "CDISC Functional Test PASAT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138217",
- "name": "CDISC Functional Test PUL 1.2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138216",
- "name": "CDISC Functional Test PUL 1.2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138219",
- "name": "CDISC Functional Test PUL 2.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138218",
- "name": "CDISC Functional Test PUL 2.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166190",
- "name": "CDISC Functional Test RFWT Version 1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166189",
- "name": "CDISC Functional Test RFWT Version 1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141659",
- "name": "CDISC Functional Test Rising From Floor Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141658",
- "name": "CDISC Functional Test Rising From Floor Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115396",
- "name": "CDISC Functional Test SDMT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115395",
- "name": "CDISC Functional Test SDMT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170527",
- "name": "CDISC Functional Test SPPB Version 1.2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170526",
- "name": "CDISC Functional Test SPPB Version 1.2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115398",
- "name": "CDISC Functional Test T25FW Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115397",
- "name": "CDISC Functional Test T25FW Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124688",
- "name": "CDISC Functional Test TMT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124687",
- "name": "CDISC Functional Test TMT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115400",
- "name": "CDISC Functional Test TUG Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115399",
- "name": "CDISC Functional Test TUG Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C100110",
- "name": "CDISC Questionnaire Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C199497",
- "name": "CDISC Brief Questionnaire of Smoking Urges Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199496",
- "name": "CDISC Brief Questionnaire of Smoking Urges Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106651",
- "name": "CDISC Questionnaire ADCS-ADL MCI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106650",
- "name": "CDISC Questionnaire ADCS-ADL MCI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106653",
- "name": "CDISC Questionnaire ADCS-ADL Severe Dementia Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106652",
- "name": "CDISC Questionnaire ADCS-ADL Severe Dementia Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105140",
- "name": "CDISC Questionnaire ADCS-ADL Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105139",
- "name": "CDISC Questionnaire ADCS-ADL Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103459",
- "name": "CDISC Questionnaire ADCS-CGIC Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103458",
- "name": "CDISC Questionnaire ADCS-CGIC Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163385",
- "name": "CDISC Questionnaire ADSD Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163384",
- "name": "CDISC Questionnaire ADSD Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163387",
- "name": "CDISC Questionnaire ANSD Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163386",
- "name": "CDISC Questionnaire ANSD Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112435",
- "name": "CDISC Questionnaire AQ20 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112434",
- "name": "CDISC Questionnaire AQ20 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125741",
- "name": "CDISC Questionnaire ASEX-Female Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125740",
- "name": "CDISC Questionnaire ASEX-Female Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125743",
- "name": "CDISC Questionnaire ASEX-Male Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125742",
- "name": "CDISC Questionnaire ASEX-Male Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119062",
- "name": "CDISC Questionnaire AUDIT-C Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119061",
- "name": "CDISC Questionnaire AUDIT-C Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119060",
- "name": "CDISC Questionnaire AUDIT-SR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119059",
- "name": "CDISC Questionnaire AUDIT-SR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135680",
- "name": "CDISC Questionnaire BEBQ Concurrent Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135679",
- "name": "CDISC Questionnaire BEBQ Concurrent Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135682",
- "name": "CDISC Questionnaire BEBQ Retrospective Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135681",
- "name": "CDISC Questionnaire BEBQ Retrospective Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113852",
- "name": "CDISC Questionnaire Bladder Control Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113851",
- "name": "CDISC Questionnaire Bladder Control Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113846",
- "name": "CDISC Questionnaire Borg CR10 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113845",
- "name": "CDISC Questionnaire Borg CR10 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113854",
- "name": "CDISC Questionnaire Bowel Control Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113853",
- "name": "CDISC Questionnaire Bowel Control Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100164",
- "name": "CDISC Questionnaire BPI Short Form Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100163",
- "name": "CDISC Questionnaire BPI Short Form Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100162",
- "name": "CDISC Questionnaire BPI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100161",
- "name": "CDISC Questionnaire BPI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106659",
- "name": "CDISC Questionnaire C-SSRS Already Enrolled Subjects Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106658",
- "name": "CDISC Questionnaire C-SSRS Already Enrolled Subjects Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100168",
- "name": "CDISC Questionnaire C-SSRS Baseline Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100167",
- "name": "CDISC Questionnaire C-SSRS Baseline Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105132",
- "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Phase 1 Study Version 1/14/09 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105131",
- "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Phase 1 Study Version 1/14/09 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106661",
- "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106660",
- "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111336",
- "name": "CDISC Questionnaire C-SSRS Children's Baseline Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111335",
- "name": "CDISC Questionnaire C-SSRS Children's Baseline Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111338",
- "name": "CDISC Questionnaire C-SSRS Children's Baseline/Screening Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111337",
- "name": "CDISC Questionnaire C-SSRS Children's Baseline/Screening Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111340",
- "name": "CDISC Questionnaire C-SSRS Children's Since Last Visit Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111339",
- "name": "CDISC Questionnaire C-SSRS Children's Since Last Visit Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117989",
- "name": "CDISC Questionnaire C-SSRS Lifetime/Recent Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117988",
- "name": "CDISC Questionnaire C-SSRS Lifetime/Recent Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113848",
- "name": "CDISC Questionnaire C-SSRS Pediatric/Cognitively Impaired Lifetime/Recent Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113847",
- "name": "CDISC Questionnaire C-SSRS Pediatric/Cognitively Impaired Lifetime/Recent Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111342",
- "name": "CDISC Questionnaire C-SSRS Screening Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111341",
- "name": "CDISC Questionnaire C-SSRS Screening Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103461",
- "name": "CDISC Questionnaire C-SSRS Since Last Visit Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103460",
- "name": "CDISC Questionnaire C-SSRS Since Last Visit Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100129",
- "name": "CDISC Questionnaire Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119066",
- "name": "CDISC Questionnaire CCQ 1 Week Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119065",
- "name": "CDISC Questionnaire CCQ 1 Week Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119064",
- "name": "CDISC Questionnaire CCQ 24 Hour Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119063",
- "name": "CDISC Questionnaire CCQ 24 Hour Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176049",
- "name": "CDISC Questionnaire CDAI Version 1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176048",
- "name": "CDISC Questionnaire CDAI Version 1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132519",
- "name": "CDISC Questionnaire CES Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132518",
- "name": "CDISC Questionnaire CES Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135686",
- "name": "CDISC Questionnaire CGI Generic Modification Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135685",
- "name": "CDISC Questionnaire CGI Generic Modification Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117987",
- "name": "CDISC Questionnaire CHART-SF Interview Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117986",
- "name": "CDISC Questionnaire CHART-SF Interview Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119068",
- "name": "CDISC Questionnaire CHART-SF Paper Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119067",
- "name": "CDISC Questionnaire CHART-SF Paper Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179945",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179950",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179946",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179951",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179947",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179952",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179948",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179953",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179949",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0105 Through CES0107 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179954",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0105 Through CES0107 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100158",
- "name": "CDISC Questionnaire COMM Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100157",
- "name": "CDISC Questionnaire COMM Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101813",
- "name": "CDISC Questionnaire COWS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101814",
- "name": "CDISC Questionnaire COWS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120979",
- "name": "CDISC Questionnaire CRQ-SAS First Administration Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120978",
- "name": "CDISC Questionnaire CRQ-SAS First Administration Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120981",
- "name": "CDISC Questionnaire CRQ-SAS Follow-Up Administration Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120980",
- "name": "CDISC Questionnaire CRQ-SAS Follow-Up Administration Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105130",
- "name": "CDISC Questionnaire DAD Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105129",
- "name": "CDISC Questionnaire DAD Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C183549",
- "name": "CDISC Questionnaire DIBSS-C Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C183548",
- "name": "CDISC Questionnaire DIBSS-C Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119070",
- "name": "CDISC Questionnaire DLQI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119069",
- "name": "CDISC Questionnaire DLQI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141673",
- "name": "CDISC Questionnaire DRRI-2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141672",
- "name": "CDISC Questionnaire DRRI-2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161617",
- "name": "CDISC Questionnaire EORTC QLQ-C15-PAL Version 1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161616",
- "name": "CDISC Questionnaire EORTC QLQ-C15-PAL Version 1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161619",
- "name": "CDISC Questionnaire EORTC QLQ-C30 Version 3 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161618",
- "name": "CDISC Questionnaire EORTC QLQ-C30 Version 3 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170525",
- "name": "CDISC Questionnaire EORTC QLQ-CR29 Version 2.1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170524",
- "name": "CDISC Questionnaire EORTC QLQ-CR29 Version 2.1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172400",
- "name": "CDISC Questionnaire EORTC QLQ-LC13 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172399",
- "name": "CDISC Questionnaire EORTC QLQ-LC13 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132521",
- "name": "CDISC Questionnaire EPDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132520",
- "name": "CDISC Questionnaire EPDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127350",
- "name": "CDISC Questionnaire EPIC-26 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127349",
- "name": "CDISC Questionnaire EPIC-26 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127352",
- "name": "CDISC Questionnaire EPIC-CP Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127351",
- "name": "CDISC Questionnaire EPIC-CP Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100136",
- "name": "CDISC Questionnaire EQ-5D-3L Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100135",
- "name": "CDISC Questionnaire EQ-5D-3L Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101817",
- "name": "CDISC Questionnaire EQ-5D-5L Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101818",
- "name": "CDISC Questionnaire EQ-5D-5L Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103463",
- "name": "CDISC Questionnaire ESS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103462",
- "name": "CDISC Questionnaire ESS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123653",
- "name": "CDISC Questionnaire EXACT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123652",
- "name": "CDISC Questionnaire EXACT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125745",
- "name": "CDISC Questionnaire Expanded DRS-PI Caregiver Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125744",
- "name": "CDISC Questionnaire Expanded DRS-PI Caregiver Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125747",
- "name": "CDISC Questionnaire Expanded DRS-PI Survivor Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125746",
- "name": "CDISC Questionnaire Expanded DRS-PI Survivor Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179938",
- "name": "CDISC Questionnaire FAACT Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179937",
- "name": "CDISC Questionnaire FAACT Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147542",
- "name": "CDISC Questionnaire FACIT-Dyspnea 10 Item Short Form Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147541",
- "name": "CDISC Questionnaire FACIT-Dyspnea 10 Item Short Form Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154451",
- "name": "CDISC Questionnaire FACIT-Dyspnea Scale 33 Item Bank Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154450",
- "name": "CDISC Questionnaire FACIT-Dyspnea Scale 33 Item Bank Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129088",
- "name": "CDISC Questionnaire FACIT-F Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129087",
- "name": "CDISC Questionnaire FACIT-F Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147544",
- "name": "CDISC Questionnaire FACIT-Fatigue 13-Item Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147543",
- "name": "CDISC Questionnaire FACIT-Fatigue 13-Item Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C183551",
- "name": "CDISC Questionnaire FACIT-Searchable Item Library Adult Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C183550",
- "name": "CDISC Questionnaire FACIT-Searchable Item Library Adult Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C200915",
- "name": "CDISC Questionnaire FACIT-Searchable Item Library Pediatric Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C200914",
- "name": "CDISC Questionnaire FACIT-Searchable Item Library Pediatric Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129094",
- "name": "CDISC Questionnaire FACT-B Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129093",
- "name": "CDISC Questionnaire FACT-B Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154453",
- "name": "CDISC Questionnaire FACT-BL Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154452",
- "name": "CDISC Questionnaire FACT-BL Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147540",
- "name": "CDISC Questionnaire FACT-BMT Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147539",
- "name": "CDISC Questionnaire FACT-BMT Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179940",
- "name": "CDISC Questionnaire FACT-BP Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179939",
- "name": "CDISC Questionnaire FACT-BP Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150778",
- "name": "CDISC Questionnaire FACT-BRM Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150777",
- "name": "CDISC Questionnaire FACT-BRM Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150774",
- "name": "CDISC Questionnaire FACT-C Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150773",
- "name": "CDISC Questionnaire FACT-C Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166184",
- "name": "CDISC Questionnaire FACT-COG Version 3 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166183",
- "name": "CDISC Questionnaire FACT-COG Version 3 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127354",
- "name": "CDISC Questionnaire FACT-G Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127353",
- "name": "CDISC Questionnaire FACT-G Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130255",
- "name": "CDISC Questionnaire FACT-HEP Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130254",
- "name": "CDISC Questionnaire FACT-HEP Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150782",
- "name": "CDISC Questionnaire FACT-L Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150781",
- "name": "CDISC Questionnaire FACT-L Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130253",
- "name": "CDISC Questionnaire FACT-LEU Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130252",
- "name": "CDISC Questionnaire FACT-LEU Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130257",
- "name": "CDISC Questionnaire FACT-LYM Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130256",
- "name": "CDISC Questionnaire FACT-LYM Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127358",
- "name": "CDISC Questionnaire FACT-P Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127357",
- "name": "CDISC Questionnaire FACT-P Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150776",
- "name": "CDISC Questionnaire FACT-Taxane Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150775",
- "name": "CDISC Questionnaire FACT-Taxane Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150780",
- "name": "CDISC Questionnaire FACT/GOG-NTX Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150779",
- "name": "CDISC Questionnaire FACT/GOG-NTX Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208372",
- "name": "CDISC Questionnaire Fagerstrom Test for Cigarette Dependence Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208371",
- "name": "CDISC Questionnaire Fagerstrom Test for Cigarette Dependence Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193276",
- "name": "CDISC Questionnaire Falls Efficacy Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193275",
- "name": "CDISC Questionnaire Falls Efficacy Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112441",
- "name": "CDISC Questionnaire FAMS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112440",
- "name": "CDISC Questionnaire FAMS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113850",
- "name": "CDISC Questionnaire Fatigue Severity Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113849",
- "name": "CDISC Questionnaire Fatigue Severity Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138221",
- "name": "CDISC Questionnaire FBRSI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138220",
- "name": "CDISC Questionnaire FBRSI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103465",
- "name": "CDISC Questionnaire FIQR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103464",
- "name": "CDISC Questionnaire FIQR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138223",
- "name": "CDISC Questionnaire FKSI-15 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138222",
- "name": "CDISC Questionnaire FKSI-15 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150784",
- "name": "CDISC Questionnaire FKSI-DRS Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150783",
- "name": "CDISC Questionnaire FKSI-DRS Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138225",
- "name": "CDISC Questionnaire FLSI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138224",
- "name": "CDISC Questionnaire FLSI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129096",
- "name": "CDISC Questionnaire FOSI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129095",
- "name": "CDISC Questionnaire FOSI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100154",
- "name": "CDISC Questionnaire FPSR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100153",
- "name": "CDISC Questionnaire FPSR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208370",
- "name": "CDISC Questionnaire Functional Assessment of Cancer Therapy/Gynecologic Oncology Group-Neurotoxicity Subscale Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208369",
- "name": "CDISC Questionnaire Functional Assessment of Cancer Therapy/Gynecologic Oncology Group-Neurotoxicity Subscale Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199493",
- "name": "CDISC Questionnaire Functional Assessment of Chronic Illness Therapy-Item GP5 Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199492",
- "name": "CDISC Questionnaire Functional Assessment of Chronic Illness Therapy-Item GP5 Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103467",
- "name": "CDISC Questionnaire GAD-7 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103466",
- "name": "CDISC Questionnaire GAD-7 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163389",
- "name": "CDISC Questionnaire GAD-7 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163388",
- "name": "CDISC Questionnaire GAD-7 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105138",
- "name": "CDISC Questionnaire GCGI v1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105137",
- "name": "CDISC Questionnaire GCGI v1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106663",
- "name": "CDISC Questionnaire GDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106662",
- "name": "CDISC Questionnaire GDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106665",
- "name": "CDISC Questionnaire GDS-SF Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106664",
- "name": "CDISC Questionnaire GDS-SF Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163391",
- "name": "CDISC Questionnaire GMSS Version Type 1 Diabetes Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163390",
- "name": "CDISC Questionnaire GMSS Version Type 1 Diabetes Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115404",
- "name": "CDISC Questionnaire GOSE Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115403",
- "name": "CDISC Questionnaire GOSE Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103469",
- "name": "CDISC Questionnaire HADS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103468",
- "name": "CDISC Questionnaire HADS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130259",
- "name": "CDISC Questionnaire HAM-D6 Self-Report Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130258",
- "name": "CDISC Questionnaire HAM-D6 Self-Report Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106667",
- "name": "CDISC Questionnaire HAQ-DI With VAS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106666",
- "name": "CDISC Questionnaire HAQ-DI With VAS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132523",
- "name": "CDISC Questionnaire HAQ-DI Without VAS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132522",
- "name": "CDISC Questionnaire HAQ-DI Without VAS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163393",
- "name": "CDISC Questionnaire HCS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163392",
- "name": "CDISC Questionnaire HCS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174052",
- "name": "CDISC Questionnaire IBDQ Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174051",
- "name": "CDISC Questionnaire IBDQ Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130261",
- "name": "CDISC Questionnaire IDS-SR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130260",
- "name": "CDISC Questionnaire IDS-SR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103471",
- "name": "CDISC Questionnaire IIEF Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103470",
- "name": "CDISC Questionnaire IIEF Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113856",
- "name": "CDISC Questionnaire Impact of Visual Impairment Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113855",
- "name": "CDISC Questionnaire Impact of Visual Impairment Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182461",
- "name": "CDISC Questionnaire International Prostate Symptom Score IPS0101 Through IPS0106 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182499",
- "name": "CDISC Questionnaire International Prostate Symptom Score IPS0101 Through IPS0106 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182462",
- "name": "CDISC Questionnaire International Prostate Symptom Score IPS0107 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182500",
- "name": "CDISC Questionnaire International Prostate Symptom Score IPS0107 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182463",
- "name": "CDISC Questionnaire International Prostate Symptom Score IPS0109 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182501",
- "name": "CDISC Questionnaire International Prostate Symptom Score IPS0109 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141667",
- "name": "CDISC Questionnaire IPAQ Long Last 7 Days Self-Administered Format Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141666",
- "name": "CDISC Questionnaire IPAQ Long Last 7 Days Self-Administered Format Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141669",
- "name": "CDISC Questionnaire IPAQ Long Last 7 Days Telephone Format Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141668",
- "name": "CDISC Questionnaire IPAQ Long Last 7 Days Telephone Format Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141665",
- "name": "CDISC Questionnaire IPAQ Short Last 7 Days Self-administered Format Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141664",
- "name": "CDISC Questionnaire IPAQ Short Last 7 Days Self-administered Format Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141671",
- "name": "CDISC Questionnaire IPAQ Short Last 7 Days Telephone Format Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141670",
- "name": "CDISC Questionnaire IPAQ Short Last 7 Days Telephone Format Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C183547",
- "name": "CDISC Questionnaire IPSS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C183546",
- "name": "CDISC Questionnaire IPSS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193274",
- "name": "CDISC Questionnaire Kidney Disease and Quality of Life-36 Version 1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193273",
- "name": "CDISC Questionnaire Kidney Disease and Quality of Life-36 Version 1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135690",
- "name": "CDISC Questionnaire LEC-5 Standard Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135689",
- "name": "CDISC Questionnaire LEC-5 Standard Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100140",
- "name": "CDISC Questionnaire MDS-UPDRS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100139",
- "name": "CDISC Questionnaire MDS-UPDRS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112445",
- "name": "CDISC Questionnaire MHIS-NACC Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112444",
- "name": "CDISC Questionnaire MHIS-NACC Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106669",
- "name": "CDISC Questionnaire MMRC Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106668",
- "name": "CDISC Questionnaire MMRC Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100152",
- "name": "CDISC Questionnaire MNSI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100151",
- "name": "CDISC Questionnaire MNSI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113858",
- "name": "CDISC Questionnaire Modified Fatigue Impact Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113857",
- "name": "CDISC Questionnaire Modified Fatigue Impact Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115406",
- "name": "CDISC Questionnaire MPAI-4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115405",
- "name": "CDISC Questionnaire MPAI-4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113860",
- "name": "CDISC Questionnaire Multiple Sclerosis Quality of Life-54 Instrument Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113859",
- "name": "CDISC Questionnaire Multiple Sclerosis Quality of Life-54 Instrument Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208380",
- "name": "CDISC Questionnaire National Youth Tobacco Survey 2022 Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208379",
- "name": "CDISC Questionnaire National Youth Tobacco Survey 2022 Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129092",
- "name": "CDISC Questionnaire NCCN-FACT FBLSI-18 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129091",
- "name": "CDISC Questionnaire NCCN-FACT FBLSI-18 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150786",
- "name": "CDISC Questionnaire NCCN-FACT FBRSI-24 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150785",
- "name": "CDISC Questionnaire NCCN-FACT FBRSI-24 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150788",
- "name": "CDISC Questionnaire NCCN-FACT FHNSI-22 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150787",
- "name": "CDISC Questionnaire NCCN-FACT FHNSI-22 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129090",
- "name": "CDISC Questionnaire NCCN-FACT FKSI-19 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129089",
- "name": "CDISC Questionnaire NCCN-FACT FKSI-19 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129098",
- "name": "CDISC Questionnaire NCCN-FACT FOSI-18 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129097",
- "name": "CDISC Questionnaire NCCN-FACT FOSI-18 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127356",
- "name": "CDISC Questionnaire NCCN-FACT-FPSI 17 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127355",
- "name": "CDISC Questionnaire NCCN-FACT-FPSI 17 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100144",
- "name": "CDISC Questionnaire NPI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100143",
- "name": "CDISC Questionnaire NPI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103473",
- "name": "CDISC Questionnaire NPS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103472",
- "name": "CDISC Questionnaire NPS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154455",
- "name": "CDISC Questionnaire NSCLC-SAQ Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154454",
- "name": "CDISC Questionnaire NSCLC-SAQ Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103477",
- "name": "CDISC Questionnaire OAB-q Short Form Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103476",
- "name": "CDISC Questionnaire OAB-q Short Form Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103475",
- "name": "CDISC Questionnaire OAB-q Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103474",
- "name": "CDISC Questionnaire OAB-q Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199495",
- "name": "CDISC Questionnaire Observer Global Impression Generic Modification Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199494",
- "name": "CDISC Questionnaire Observer Global Impression Generic Modification Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103479",
- "name": "CDISC Questionnaire ODI v2.1a Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103478",
- "name": "CDISC Questionnaire ODI v2.1a Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163395",
- "name": "CDISC Questionnaire PARENT-DDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163394",
- "name": "CDISC Questionnaire PARENT-DDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163397",
- "name": "CDISC Questionnaire PARTNER-DDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163396",
- "name": "CDISC Questionnaire PARTNER-DDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190940",
- "name": "CDISC Questionnaire Patient Health Questionnaire - 8 Item Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190939",
- "name": "CDISC Questionnaire Patient Health Questionnaire - 8 Item Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135692",
- "name": "CDISC Questionnaire PCL-5 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135691",
- "name": "CDISC Questionnaire PCL-5 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112447",
- "name": "CDISC Questionnaire PDDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112446",
- "name": "CDISC Questionnaire PDDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147546",
- "name": "CDISC Questionnaire Peds-FACIT-F Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147545",
- "name": "CDISC Questionnaire Peds-FACIT-F Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138227",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Child Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138226",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Child Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138229",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent of Toddler Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138228",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent of Toddler Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138231",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Child Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138230",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Child Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138233",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Teen Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138232",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Teen Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138235",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Adults Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138234",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Adults Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138237",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Child Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138236",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Child Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138239",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Teen Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138238",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Teen Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138241",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Adult Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138240",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Adult Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138243",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Child Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138242",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Child Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138245",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Child Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138244",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Child Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138247",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent of Toddler Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138246",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent of Toddler Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138249",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Child Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138248",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Child Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138251",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Teen Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138250",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Teen Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138253",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Adults Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138252",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Adults Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138255",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Child Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138254",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Child Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138257",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Teen Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138256",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Teen Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138259",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Adult Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138258",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Adult Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138261",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Child Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138260",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Child Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204222",
- "name": "CDISC Questionnaire Penn State Electronic Cigarette Dependence Index Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204221",
- "name": "CDISC Questionnaire Penn State Electronic Cigarette Dependence Index Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204220",
- "name": "CDISC Questionnaire Perianal Crohn's Disease Activity Index Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204219",
- "name": "CDISC Questionnaire Perianal Crohn's Disease Activity Index Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135688",
- "name": "CDISC Questionnaire PGI Generic Modification Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135687",
- "name": "CDISC Questionnaire PGI Generic Modification Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125749",
- "name": "CDISC Questionnaire PHQ Screener Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125748",
- "name": "CDISC Questionnaire PHQ Screener Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103483",
- "name": "CDISC Questionnaire PHQ-15 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103482",
- "name": "CDISC Questionnaire PHQ-15 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157727",
- "name": "CDISC Questionnaire PHQ-2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157726",
- "name": "CDISC Questionnaire PHQ-2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103481",
- "name": "CDISC Questionnaire PHQ-9 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103480",
- "name": "CDISC Questionnaire PHQ-9 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105134",
- "name": "CDISC Questionnaire PI v1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105133",
- "name": "CDISC Questionnaire PI v1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135696",
- "name": "CDISC Questionnaire PODCI Adolescent Parent-Reported Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135695",
- "name": "CDISC Questionnaire PODCI Adolescent Parent-Reported Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135698",
- "name": "CDISC Questionnaire PODCI Adolescent Self-Reported Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135697",
- "name": "CDISC Questionnaire PODCI Adolescent Self-Reported Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135694",
- "name": "CDISC Questionnaire PODCI Pediatric Parent-Reported Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135693",
- "name": "CDISC Questionnaire PODCI Pediatric Parent-Reported Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105136",
- "name": "CDISC Questionnaire PR v1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105135",
- "name": "CDISC Questionnaire PR v1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179942",
- "name": "CDISC Questionnaire PRO-CTCAE Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179941",
- "name": "CDISC Questionnaire PRO-CTCAE Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208376",
- "name": "CDISC Questionnaire PROMIS Item Bank v1.0 - Sleep Disturbance - Short Form 4a Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208375",
- "name": "CDISC Questionnaire PROMIS Item Bank v1.0 - Sleep Disturbance - Short Form 4a Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208374",
- "name": "CDISC Questionnaire PROMIS Item Bank v2.0 - Cognitive Function - Abilities Subset - Short Form 6a Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208373",
- "name": "CDISC Questionnaire PROMIS Item Bank v2.0 - Cognitive Function - Abilities Subset - Short Form 6a Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202144",
- "name": "CDISC Questionnaire PROMIS Item Bank Version 1.0 Fatigue Short Form 7a Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202143",
- "name": "CDISC Questionnaire PROMIS Item Bank Version 1.0 Fatigue Short Form 7a Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202142",
- "name": "CDISC Questionnaire PROMIS Item Bank Version 2.0 Cognitive Function Short Form 6a Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202141",
- "name": "CDISC Questionnaire PROMIS Item Bank Version 2.0 Cognitive Function Short Form 6a Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208378",
- "name": "CDISC Questionnaire PROMIS-29 Profile Version 2.1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208377",
- "name": "CDISC Questionnaire PROMIS-29 Profile Version 2.1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127360",
- "name": "CDISC Questionnaire PROSQOLI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127359",
- "name": "CDISC Questionnaire PROSQOLI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130265",
- "name": "CDISC Questionnaire Q-LES-Q Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130264",
- "name": "CDISC Questionnaire Q-LES-Q Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130267",
- "name": "CDISC Questionnaire Q-LES-Q-SF Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130266",
- "name": "CDISC Questionnaire Q-LES-Q-SF Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130263",
- "name": "CDISC Questionnaire QIDS-SR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130262",
- "name": "CDISC Questionnaire QIDS-SR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113862",
- "name": "CDISC Questionnaire RAND 36-Item Health Survey 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113861",
- "name": "CDISC Questionnaire RAND 36-Item Health Survey 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135700",
- "name": "CDISC Questionnaire RAND Social Support Survey Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135699",
- "name": "CDISC Questionnaire RAND Social Support Survey Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100166",
- "name": "CDISC Questionnaire RDQ Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100165",
- "name": "CDISC Questionnaire RDQ Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119072",
- "name": "CDISC Questionnaire RPQ Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119071",
- "name": "CDISC Questionnaire RPQ Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111350",
- "name": "CDISC Questionnaire SDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111349",
- "name": "CDISC Questionnaire SDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177710",
- "name": "CDISC Questionnaire SF10 v1.0 Children Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177709",
- "name": "CDISC Questionnaire SF10 v1.0 Children Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177712",
- "name": "CDISC Questionnaire SF10 v1.0 Children Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177711",
- "name": "CDISC Questionnaire SF10 v1.0 Children Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177714",
- "name": "CDISC Questionnaire SF12 v1.0 Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177713",
- "name": "CDISC Questionnaire SF12 v1.0 Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177716",
- "name": "CDISC Questionnaire SF12 v1.0 Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177715",
- "name": "CDISC Questionnaire SF12 v1.0 Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177718",
- "name": "CDISC Questionnaire SF12 v2.0 Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177717",
- "name": "CDISC Questionnaire SF12 v2.0 Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177720",
- "name": "CDISC Questionnaire SF12 v2.0 Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177719",
- "name": "CDISC Questionnaire SF12 v2.0 Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101823",
- "name": "CDISC Questionnaire SF36 v1.0 Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101824",
- "name": "CDISC Questionnaire SF36 v1.0 Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100174",
- "name": "CDISC Questionnaire SF36 v1.0 Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100173",
- "name": "CDISC Questionnaire SF36 v1.0 Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101884",
- "name": "CDISC Questionnaire SF36 v2.0 Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101825",
- "name": "CDISC Questionnaire SF36 v2.0 Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101826",
- "name": "CDISC Questionnaire SF36 v2.0 Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101827",
- "name": "CDISC Questionnaire SF36 v2.0 Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185740",
- "name": "CDISC Questionnaire SF6D Version 2.0 Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185739",
- "name": "CDISC Questionnaire SF6D Version 2.0 Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185742",
- "name": "CDISC Questionnaire SF6D Version 2.0 Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185741",
- "name": "CDISC Questionnaire SF6D Version 2.0 Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177706",
- "name": "CDISC Questionnaire SF8 v1.0 Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177705",
- "name": "CDISC Questionnaire SF8 v1.0 Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177708",
- "name": "CDISC Questionnaire SF8 v1.0 Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177707",
- "name": "CDISC Questionnaire SF8 v1.0 Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112449",
- "name": "CDISC Questionnaire SGRQ Past 3 Months Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112448",
- "name": "CDISC Questionnaire SGRQ Past 3 Months Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112451",
- "name": "CDISC Questionnaire SGRQ Past 4 Weeks Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112450",
- "name": "CDISC Questionnaire SGRQ Past 4 Weeks Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106671",
- "name": "CDISC Questionnaire SGRQ-C Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106670",
- "name": "CDISC Questionnaire SGRQ-C Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100156",
- "name": "CDISC Questionnaire Short-Form MPQ-2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100155",
- "name": "CDISC Questionnaire Short-Form MPQ-2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150790",
- "name": "CDISC Questionnaire SIQ Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150789",
- "name": "CDISC Questionnaire SIQ Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150792",
- "name": "CDISC Questionnaire SIQ-JR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150791",
- "name": "CDISC Questionnaire SIQ-JR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103485",
- "name": "CDISC Questionnaire SIQR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103484",
- "name": "CDISC Questionnaire SIQR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154457",
- "name": "CDISC Questionnaire SMDDS Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154456",
- "name": "CDISC Questionnaire SMDDS Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100160",
- "name": "CDISC Questionnaire SOAPP-R Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100159",
- "name": "CDISC Questionnaire SOAPP-R Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101828",
- "name": "CDISC Questionnaire SOWS Subjective Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101829",
- "name": "CDISC Questionnaire SOWS Subjective Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187462",
- "name": "CDISC Questionnaire Stanford Sleepiness Scale SSS0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187463",
- "name": "CDISC Questionnaire Stanford Sleepiness Scale SSS0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187454",
- "name": "CDISC Questionnaire Stanford Sleepiness Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187453",
- "name": "CDISC Questionnaire Stanford Sleepiness Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115408",
- "name": "CDISC Questionnaire SWLS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115407",
- "name": "CDISC Questionnaire SWLS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161621",
- "name": "CDISC Questionnaire T1-DDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161620",
- "name": "CDISC Questionnaire T1-DDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147548",
- "name": "CDISC Questionnaire TSCC Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147547",
- "name": "CDISC Questionnaire TSCC Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147550",
- "name": "CDISC Questionnaire TSCYC Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147549",
- "name": "CDISC Questionnaire TSCYC Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132525",
- "name": "CDISC Questionnaire TSQM Version 1.4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132524",
- "name": "CDISC Questionnaire TSQM Version 1.4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103489",
- "name": "CDISC Questionnaire UPS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103488",
- "name": "CDISC Questionnaire UPS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112453",
- "name": "CDISC Questionnaire VFQ25-Interviewer Administered Format Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112452",
- "name": "CDISC Questionnaire VFQ25-Interviewer Administered Format Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112455",
- "name": "CDISC Questionnaire VFQ25-Self Administered Format Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112454",
- "name": "CDISC Questionnaire VFQ25-Self Administered Format Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190942",
- "name": "CDISC Questionnaire Voice Handicap Index Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190941",
- "name": "CDISC Questionnaire Voice Handicap Index Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130281",
- "name": "CDISC Questionnaire WHODAS 2.0 12+24-item Version Interviewer-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130280",
- "name": "CDISC Questionnaire WHODAS 2.0 12+24-item Version Interviewer-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130275",
- "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Interviewer-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130274",
- "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Interviewer-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130277",
- "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Proxy-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130276",
- "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Proxy-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130279",
- "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Self-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130278",
- "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Self-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130269",
- "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Interviewer-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130268",
- "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Interviewer-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130271",
- "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Proxy-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130270",
- "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Proxy-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130273",
- "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Self-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130272",
- "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Self-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166186",
- "name": "CDISC Questionnaire WPAI-GH Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166185",
- "name": "CDISC Questionnaire WPAI-GH Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100176",
- "name": "CDISC Questionnaire WPAI:SHP v2.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100175",
- "name": "CDISC Questionnaire WPAI:SHP v2.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C189265",
- "name": "CDISC SDTM Accountable Party Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66767",
- "name": "CDISC SDTM Action Taken with Study Treatment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204420",
- "name": "CDISC SDTM Action Taken with Tobacco Product Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101865",
- "name": "CDISC SDTM Acute Coronary Syndrome Presentation Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132311",
- "name": "CDISC SDTM Administration Technique Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66768",
- "name": "CDISC SDTM Adverse Event Outcome Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66781",
- "name": "CDISC SDTM Age Unit Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135012",
- "name": "CDISC SDTM AJCC Tumor Grade Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C74456",
- "name": "CDISC SDTM Anatomical Location Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120521",
- "name": "CDISC SDTM Anti-Viral Outcome of Treatment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119020",
- "name": "CDISC SDTM ARC Coronary Stent Thrombosis Grade Responses Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119019",
- "name": "CDISC SDTM ARC Coronary Stent Thrombosis Timing Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C142179",
- "name": "CDISC SDTM Arm Null Reason Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132313",
- "name": "CDISC SDTM Asthma Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132312",
- "name": "CDISC SDTM Asthma Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190863",
- "name": "CDISC SDTM Auricular Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190862",
- "name": "CDISC SDTM Auricular Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181169",
- "name": "CDISC SDTM Binding Agent for Immunogenicity Tests Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124300",
- "name": "CDISC SDTM Biospecimen Characteristics Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124299",
- "name": "CDISC SDTM Biospecimen Characteristics Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124297",
- "name": "CDISC SDTM Biospecimen Events Dictionary Derived Term Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71148",
- "name": "CDISC SDTM Body Position Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125923",
- "name": "CDISC SDTM BRIDG Activity Mood Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101859",
- "name": "CDISC SDTM Cardiac Procedure Indication Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101866",
- "name": "CDISC SDTM Cardiac Rhythm Device Failure Manifestation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119016",
- "name": "CDISC SDTM Cardiovascular Findings About Results Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119015",
- "name": "CDISC SDTM Cardiovascular Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119014",
- "name": "CDISC SDTM Cardiovascular Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101847",
- "name": "CDISC SDTM Cardiovascular Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101846",
- "name": "CDISC SDTM Cardiovascular Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127263",
- "name": "CDISC SDTM Case Finding Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181171",
- "name": "CDISC SDTM Category for Cell Phenotyping Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C74558",
- "name": "CDISC SDTM Category For Disposition Event Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66797",
- "name": "CDISC SDTM Category for Inclusion And Or Exclusion Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204424",
- "name": "CDISC SDTM Category of Ingredient Quantities by Component Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124298",
- "name": "CDISC SDTM Category of Oncology Response Assessment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204429",
- "name": "CDISC SDTM Category of Product Testing Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204434",
- "name": "CDISC SDTM Category of Tobacco Products Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150812",
- "name": "CDISC SDTM CDAD Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150813",
- "name": "CDISC SDTM CDAD Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181173",
- "name": "CDISC SDTM Cell Phenotyping Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181174",
- "name": "CDISC SDTM Cell Phenotyping Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181172",
- "name": "CDISC SDTM Cell State Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213531",
- "name": "CDISC SDTM Clinical Status of Disease Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128690",
- "name": "CDISC SDTM Collected Ethnicity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128689",
- "name": "CDISC SDTM Collected Race Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177908",
- "name": "CDISC SDTM Collected Summarized Value Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187681",
- "name": "CDISC SDTM Commercial Sponsor Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101838",
- "name": "CDISC SDTM Consensus Cardiac Classification Systems Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101837",
- "name": "CDISC SDTM Consensus Cardiac Classification Systems Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102575",
- "name": "CDISC SDTM Contact Case Investigation Contact Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127257",
- "name": "CDISC SDTM Contact Role for Clinical Study Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66785",
- "name": "CDISC SDTM Control Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C122007",
- "name": "CDISC SDTM COPD Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C122006",
- "name": "CDISC SDTM COPD Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101843",
- "name": "CDISC SDTM Coronary Artery Disease Presentation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101849",
- "name": "CDISC SDTM Coronary Artery Disease Risk Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101844",
- "name": "CDISC SDTM Coronary Artery Disease Symptoms Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101860",
- "name": "CDISC SDTM Coronary Artery Dominance Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119017",
- "name": "CDISC SDTM Coronary Thrombus TIMI Grade Responses Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101850",
- "name": "CDISC SDTM Coronary Vessel Disease Extent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171443",
- "name": "CDISC SDTM COVID-19 Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171442",
- "name": "CDISC SDTM COVID-19 Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174223",
- "name": "CDISC SDTM Crohn's Disease Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174224",
- "name": "CDISC SDTM Crohn's Disease Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127264",
- "name": "CDISC SDTM Culture Medium Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C116108",
- "name": "CDISC SDTM Death Diagnosis Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C116107",
- "name": "CDISC SDTM Death Diagnosis Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111110",
- "name": "CDISC SDTM Device Events Action Taken with Device Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111109",
- "name": "CDISC SDTM Device Events Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106480",
- "name": "CDISC SDTM Device Identifier Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106481",
- "name": "CDISC SDTM Device Identifier Parameter Short Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111111",
- "name": "CDISC SDTM Device Properties Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111112",
- "name": "CDISC SDTM Device Properties Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112037",
- "name": "CDISC SDTM Device Tracking and Disposition Event Dictionary Derived Term Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129938",
- "name": "CDISC SDTM Device-In-Use Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106483",
- "name": "CDISC SDTM Device-In-Use Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106482",
- "name": "CDISC SDTM Device-In-Use Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101857",
- "name": "CDISC SDTM Diabetes Therapy Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129940",
- "name": "CDISC SDTM Diabetic Kidney Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129939",
- "name": "CDISC SDTM Diabetic Kidney Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99074",
- "name": "CDISC SDTM Directionality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101863",
- "name": "CDISC SDTM Discharge Disposition Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102578",
- "name": "CDISC SDTM Disease Outcome Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127268",
- "name": "CDISC SDTM Disease Presentation Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66726",
- "name": "CDISC SDTM Dosage Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78732",
- "name": "CDISC SDTM Drug Accountability Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78731",
- "name": "CDISC SDTM Drug Accountability Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102577",
- "name": "CDISC SDTM Drug Resistance Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C139018",
- "name": "CDISC SDTM Duchenne Muscular Dystrophy Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C139019",
- "name": "CDISC SDTM Duchenne Muscular Dystrophy Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132316",
- "name": "CDISC SDTM Ebola Virus Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132315",
- "name": "CDISC SDTM Ebola Virus Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71150",
- "name": "CDISC SDTM ECG Finding Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172333",
- "name": "CDISC SDTM ECG Read Method Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C184331",
- "name": "CDISC SDTM ECG T Wave Offset Method Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71153",
- "name": "CDISC SDTM ECG Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71151",
- "name": "CDISC SDTM ECG Test Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71152",
- "name": "CDISC SDTM ECG Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90013",
- "name": "CDISC SDTM Electrocardiogram Lead Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111108",
- "name": "CDISC SDTM Employment Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127262",
- "name": "CDISC SDTM Environmental Setting Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204421",
- "name": "CDISC SDTM Environmental Storage Conditions Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204422",
- "name": "CDISC SDTM Environmental Storage Conditions Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99079",
- "name": "CDISC SDTM Epoch Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66790",
- "name": "CDISC SDTM Ethnic Group Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78735",
- "name": "CDISC SDTM Evaluator Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160926",
- "name": "CDISC SDTM FDA Technical Specification Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101832",
- "name": "CDISC SDTM Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101833",
- "name": "CDISC SDTM Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71113",
- "name": "CDISC SDTM Frequency Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128682",
- "name": "CDISC SDTM Gastrointestinal Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128681",
- "name": "CDISC SDTM Gastrointestinal Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C209289",
- "name": "CDISC SDTM Gender Identity Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111114",
- "name": "CDISC SDTM Genetic Sample Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181181",
- "name": "CDISC SDTM Genomic Findings Analytical Method Calculation Formula Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181178",
- "name": "CDISC SDTM Genomic Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181180",
- "name": "CDISC SDTM Genomic Findings Test Detail Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181179",
- "name": "CDISC SDTM Genomic Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181177",
- "name": "CDISC SDTM Genomic Inheritability Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181176",
- "name": "CDISC SDTM Genomic Symbol Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117737",
- "name": "CDISC SDTM Graft Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171444",
- "name": "CDISC SDTM Health Care Encounters Dictionary Derived Term Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C184330",
- "name": "CDISC SDTM Holter ECG Read Method Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120522",
- "name": "CDISC SDTM Holter ECG Results Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120523",
- "name": "CDISC SDTM Holter ECG Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120524",
- "name": "CDISC SDTM Holter ECG Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120525",
- "name": "CDISC SDTM Immunogenicity Specimen Assessments Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120526",
- "name": "CDISC SDTM Immunogenicity Specimen Assessments Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189267",
- "name": "CDISC SDTM Immunogenicity Specimen Test Details Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160924",
- "name": "CDISC SDTM Implementation Guide Version Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204423",
- "name": "CDISC SDTM Ingredient Complexity Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170445",
- "name": "CDISC SDTM Integumentary System Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170444",
- "name": "CDISC SDTM Integumentary System Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C209288",
- "name": "CDISC SDTM Intersex Diagnosis Indicator Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99076",
- "name": "CDISC SDTM Intervention Model Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99078",
- "name": "CDISC SDTM Intervention Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101840",
- "name": "CDISC SDTM Killip Class Responses Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160922",
- "name": "CDISC SDTM Laboratory Analytical Method Calculation Formula Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C65047",
- "name": "CDISC SDTM Laboratory Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C67154",
- "name": "CDISC SDTM Laboratory Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102580",
- "name": "CDISC SDTM Laboratory Test Standard Character Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99073",
- "name": "CDISC SDTM Laterality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101862",
- "name": "CDISC SDTM Lead Abnormality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101867",
- "name": "CDISC SDTM Lead Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101868",
- "name": "CDISC SDTM Left Ventricular Ejection Fraction Measurement Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101861",
- "name": "CDISC SDTM Lesion Complexity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101851",
- "name": "CDISC SDTM Location of Most Severe Stenosis Within a Graft Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202306",
- "name": "CDISC SDTM London Deauville Criteria Point Scale 2014 Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154687",
- "name": "CDISC SDTM Lung Cancer Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154688",
- "name": "CDISC SDTM Lung Cancer Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132320",
- "name": "CDISC SDTM Malaria Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132319",
- "name": "CDISC SDTM Malaria Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C76348",
- "name": "CDISC SDTM Marital Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101845",
- "name": "CDISC SDTM Mechanical Circulatory Support Placement Timing Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96777",
- "name": "CDISC SDTM Medical Evaluator Identifier Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124301",
- "name": "CDISC SDTM Medical History Event Date Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185847",
- "name": "CDISC SDTM Menopause Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85492",
- "name": "CDISC SDTM Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102581",
- "name": "CDISC SDTM Microbial Identification Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174225",
- "name": "CDISC SDTM Microbiology Findings Test Details Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128688",
- "name": "CDISC SDTM Microbiology Susceptibility Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128687",
- "name": "CDISC SDTM Microbiology Susceptibility Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213530",
- "name": "CDISC SDTM Microbiology Susceptibility Test Standard Character Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85495",
- "name": "CDISC SDTM Microbiology Susceptibility Testing Result Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120527",
- "name": "CDISC SDTM Microbiology Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120528",
- "name": "CDISC SDTM Microbiology Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85491",
- "name": "CDISC SDTM Microorganism Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132263",
- "name": "CDISC SDTM Microscopic Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125922",
- "name": "CDISC SDTM Microscopic Findings Test Detail Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132262",
- "name": "CDISC SDTM Microscopic Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181165",
- "name": "CDISC SDTM Mode of Delivery Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127265",
- "name": "CDISC SDTM Mode of Disease Transmission Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171445",
- "name": "CDISC SDTM Mode of Subject Contact Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160923",
- "name": "CDISC SDTM Model Version ResponseTerminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117741",
- "name": "CDISC SDTM Multiple Sclerosis Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117740",
- "name": "CDISC SDTM Multiple Sclerosis Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127269",
- "name": "CDISC SDTM Musculoskeletal System Finding Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127270",
- "name": "CDISC SDTM Musculoskeletal System Finding Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C116104",
- "name": "CDISC SDTM Nervous System Physiology Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C116103",
- "name": "CDISC SDTM Nervous System Physiology Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78738",
- "name": "CDISC SDTM Never/Current/Former Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101839",
- "name": "CDISC SDTM New York Heart Association Class Responses Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119018",
- "name": "CDISC SDTM NHLBI Coronary Artery Dissection Grade Responses Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179591",
- "name": "CDISC SDTM Non-host Organism Identifiers Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179590",
- "name": "CDISC SDTM Non-host Organism Identifiers Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101855",
- "name": "CDISC SDTM Non-system Reason for PCI Delay Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101834",
- "name": "CDISC SDTM Normal Abnormal Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66789",
- "name": "CDISC SDTM Not Done Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213529",
- "name": "CDISC SDTM Nottingham Grading Scale Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154685",
- "name": "CDISC SDTM Nutrition Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154686",
- "name": "CDISC SDTM Nutrition Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127259",
- "name": "CDISC SDTM Observational Study Model Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127260",
- "name": "CDISC SDTM Observational Study Sampling Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127261",
- "name": "CDISC SDTM Observational Study Time Perspective Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117743",
- "name": "CDISC SDTM Ophthalmic Exam Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117742",
- "name": "CDISC SDTM Ophthalmic Exam Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119013",
- "name": "CDISC SDTM Ophthalmic Focus of Study Specific Interest Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150811",
- "name": "CDISC SDTM Other Disposition Event Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179592",
- "name": "CDISC SDTM Pancreatic Cancer Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179593",
- "name": "CDISC SDTM Pancreatic Cancer Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190865",
- "name": "CDISC SDTM Pediatric Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190864",
- "name": "CDISC SDTM Pediatric Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85493",
- "name": "CDISC SDTM Pharmacokinetic Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85839",
- "name": "CDISC SDTM Pharmacokinetic Parameter Short Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85494",
- "name": "CDISC SDTM Pharmacokinetic Parameter Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C95121",
- "name": "CDISC SDTM Physical Properties Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C95120",
- "name": "CDISC SDTM Physical Properties Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172330",
- "name": "CDISC SDTM PK Analytical Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128684",
- "name": "CDISC SDTM PK Unit of Measure Gram Weight Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128683",
- "name": "CDISC SDTM PK Unit of Measure Kilogram Weight Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128686",
- "name": "CDISC SDTM PK Unit of Measure Microgram Dose Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128685",
- "name": "CDISC SDTM PK Unit of Measure Milligram Dose Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99075",
- "name": "CDISC SDTM Portion/Totality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102582",
- "name": "CDISC SDTM Priority of Tuberculosis Contact Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101858",
- "name": "CDISC SDTM Procedure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101856",
- "name": "CDISC SDTM Procedure Urgency Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C114118",
- "name": "CDISC SDTM Protocol Milestone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101848",
- "name": "CDISC SDTM Protocol Risk Assessment Response Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170447",
- "name": "CDISC SDTM Psoriasis Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170446",
- "name": "CDISC SDTM Psoriasis Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158113",
- "name": "CDISC SDTM QRS Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C74457",
- "name": "CDISC SDTM Race Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101864",
- "name": "CDISC SDTM Reason Coronary Sinus Access or Left Ventricular Lead Not Implanted Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66727",
- "name": "CDISC SDTM Reason for Non-Completion Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102583",
- "name": "CDISC SDTM Reason for Treatment Interruption Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102584",
- "name": "CDISC SDTM Reason For Treatment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78736",
- "name": "CDISC SDTM Reference Range Indicator",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66728",
- "name": "CDISC SDTM Relation to Reference Period Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100130",
- "name": "CDISC SDTM Relationship to Subject Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78737",
- "name": "CDISC SDTM Relationship Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106479",
- "name": "CDISC SDTM Reproductive System Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106478",
- "name": "CDISC SDTM Reproductive System Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111106",
- "name": "CDISC SDTM Respiratory Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111107",
- "name": "CDISC SDTM Respiratory Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177910",
- "name": "CDISC SDTM Result Scale Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179588",
- "name": "CDISC SDTM Result Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66729",
- "name": "CDISC SDTM Route of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124302",
- "name": "CDISC SDTM Schizophrenia Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124303",
- "name": "CDISC SDTM Schizophrenia Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189266",
- "name": "CDISC SDTM SDTMIG Medical Device Version Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66769",
- "name": "CDISC SDTM Severity Intensity Scale for Adverse Event Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165643",
- "name": "CDISC SDTM Severity Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C209287",
- "name": "CDISC SDTM Sex Assigned At Birth Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66731",
- "name": "CDISC SDTM Sex of Individual Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66732",
- "name": "CDISC SDTM Sex of Study Group Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C209290",
- "name": "CDISC SDTM Sexual Orientation Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66733",
- "name": "CDISC SDTM Size Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C76351",
- "name": "CDISC SDTM Skin Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112024",
- "name": "CDISC SDTM Skin Response Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112023",
- "name": "CDISC SDTM Skin Response Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C74561",
- "name": "CDISC SDTM Skin Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102587",
- "name": "CDISC SDTM Social Risk Factor Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132314",
- "name": "CDISC SDTM Specimen Collection Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78733",
- "name": "CDISC SDTM Specimen Condition Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78734",
- "name": "CDISC SDTM Specimen Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99077",
- "name": "CDISC SDTM Study Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170443",
- "name": "CDISC SDTM Subcategory for Disposition Event Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C74559",
- "name": "CDISC SDTM Subject Characteristic Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103330",
- "name": "CDISC SDTM Subject Characteristic Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124304",
- "name": "CDISC SDTM Subject Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124305",
- "name": "CDISC SDTM Subject Status Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124306",
- "name": "CDISC SDTM Subject Status Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66734",
- "name": "CDISC SDTM Submission Domain Abbreviation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101852",
- "name": "CDISC SDTM Sudden Death Syndrome Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102579",
- "name": "CDISC SDTM Supporting Evidence for Re-Treatment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179589",
- "name": "CDISC SDTM Test Method Sensitivity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101841",
- "name": "CDISC SDTM Thrombolysis in Myocardial Infarction Flow Responses Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204430",
- "name": "CDISC SDTM Tobacco Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204431",
- "name": "CDISC SDTM Tobacco Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204425",
- "name": "CDISC SDTM Tobacco Product Design Parameters Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204426",
- "name": "CDISC SDTM Tobacco Product Design Parameters Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204418",
- "name": "CDISC SDTM Tobacco Product Testing Specimen Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204427",
- "name": "CDISC SDTM Tobacco Product Testing Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204428",
- "name": "CDISC SDTM Tobacco Product Testing Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204432",
- "name": "CDISC SDTM Tobacco Products Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204433",
- "name": "CDISC SDTM Tobacco Products Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204419",
- "name": "CDISC SDTM Tobacco Study Completion/Reason for Non-Completion Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124307",
- "name": "CDISC SDTM Treatment Intent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124308",
- "name": "CDISC SDTM Treatment Setting Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66735",
- "name": "CDISC SDTM Trial Blinding Schema Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66736",
- "name": "CDISC SDTM Trial Indication Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66737",
- "name": "CDISC SDTM Trial Phase Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C67152",
- "name": "CDISC SDTM Trial Summary Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66738",
- "name": "CDISC SDTM Trial Summary Parameter Short Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66739",
- "name": "CDISC SDTM Trial Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127266",
- "name": "CDISC SDTM Tuberculosis Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127267",
- "name": "CDISC SDTM Tuberculosis Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123650",
- "name": "CDISC SDTM Tumor and Lesion Identification Test Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96784",
- "name": "CDISC SDTM Tumor Identification Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96783",
- "name": "CDISC SDTM Tumor Identification Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96779",
- "name": "CDISC SDTM Tumor or Lesion Properties Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96778",
- "name": "CDISC SDTM Tumor or Lesion Properties Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124309",
- "name": "CDISC SDTM Tumor or Lesion Properties Test Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96782",
- "name": "CDISC SDTM Tumor Response Assessment Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96781",
- "name": "CDISC SDTM Tumor Response Assessment Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96785",
- "name": "CDISC SDTM Tumor Response Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163027",
- "name": "CDISC SDTM Type 1 Diabetes Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163028",
- "name": "CDISC SDTM Type 1 Diabetes Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66770",
- "name": "CDISC SDTM Unit for Vital Sign Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71620",
- "name": "CDISC SDTM Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129942",
- "name": "CDISC SDTM Urinary System Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129941",
- "name": "CDISC SDTM Urinary System Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102590",
- "name": "CDISC SDTM Vaccination Evidence Source Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C142187",
- "name": "CDISC SDTM Vaccines Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C142189",
- "name": "CDISC SDTM Vaccines Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66741",
- "name": "CDISC SDTM Vital Sign Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C67153",
- "name": "CDISC SDTM Vital Sign Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117746",
- "name": "CDISC SDTM West Haven Hepatic Encephalopathy Grade Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66742",
- "name": "CDISC SDTM Yes No Unknown or Not Applicable Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90018",
- "name": "CDISC SEND Consciousness State Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181175",
- "name": "CDISC Test Condition Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181170",
- "name": "CDISC Test Operational Objective Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160925",
- "name": "CDISC Therapeutic Area User Guide Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C77526",
- "name": "CDISC SEND Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C177911",
- "name": "CDISC Define-XML Specification Version Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66781",
- "name": "CDISC SDTM Age Unit Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C74456",
- "name": "CDISC SDTM Anatomical Location Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71148",
- "name": "CDISC SDTM Body Position Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177908",
- "name": "CDISC SDTM Collected Summarized Value Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106483",
- "name": "CDISC SDTM Device-In-Use Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106482",
- "name": "CDISC SDTM Device-In-Use Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99074",
- "name": "CDISC SDTM Directionality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66726",
- "name": "CDISC SDTM Dosage Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71150",
- "name": "CDISC SDTM ECG Finding Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71153",
- "name": "CDISC SDTM ECG Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71151",
- "name": "CDISC SDTM ECG Test Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71152",
- "name": "CDISC SDTM ECG Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90013",
- "name": "CDISC SDTM Electrocardiogram Lead Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71113",
- "name": "CDISC SDTM Frequency Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C65047",
- "name": "CDISC SDTM Laboratory Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C67154",
- "name": "CDISC SDTM Laboratory Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99073",
- "name": "CDISC SDTM Laterality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66789",
- "name": "CDISC SDTM Not Done Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85493",
- "name": "CDISC SDTM Pharmacokinetic Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85839",
- "name": "CDISC SDTM Pharmacokinetic Parameter Short Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85494",
- "name": "CDISC SDTM Pharmacokinetic Parameter Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C95121",
- "name": "CDISC SDTM Physical Properties Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C95120",
- "name": "CDISC SDTM Physical Properties Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128684",
- "name": "CDISC SDTM PK Unit of Measure Gram Weight Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128683",
- "name": "CDISC SDTM PK Unit of Measure Kilogram Weight Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128686",
- "name": "CDISC SDTM PK Unit of Measure Microgram Dose Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128685",
- "name": "CDISC SDTM PK Unit of Measure Milligram Dose Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99075",
- "name": "CDISC SDTM Portion/Totality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78737",
- "name": "CDISC SDTM Relationship Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66729",
- "name": "CDISC SDTM Route of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66731",
- "name": "CDISC SDTM Sex of Individual Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66732",
- "name": "CDISC SDTM Sex of Study Group Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78733",
- "name": "CDISC SDTM Specimen Condition Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66770",
- "name": "CDISC SDTM Unit for Vital Sign Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71620",
- "name": "CDISC SDTM Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66741",
- "name": "CDISC SDTM Vital Sign Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C67153",
- "name": "CDISC SDTM Vital Sign Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66742",
- "name": "CDISC SDTM Yes No Unknown or Not Applicable Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158118",
- "name": "CDISC SEND Age Estimation Method Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158119",
- "name": "CDISC SEND Biological Challenge Agent Category Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C77529",
- "name": "CDISC SEND Biospecimens Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160927",
- "name": "CDISC SEND Body Irradiation Model Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C88026",
- "name": "CDISC SEND Body System Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89960",
- "name": "CDISC SEND Body Weight Gain Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89959",
- "name": "CDISC SEND Body Weight Gain Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89962",
- "name": "CDISC SEND Body Weight Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89961",
- "name": "CDISC SEND Body Weight Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120532",
- "name": "CDISC SEND Cardiovascular Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120533",
- "name": "CDISC SEND Cardiovascular Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89963",
- "name": "CDISC SEND Category for Clinical Observation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158120",
- "name": "CDISC SEND Challenge Agent Category Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158116",
- "name": "CDISC SEND Challenge Agent Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158117",
- "name": "CDISC SEND Challenge Agent Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160930",
- "name": "CDISC SEND Chemical Challenge Agent Name Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120529",
- "name": "CDISC SEND Chronicity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90018",
- "name": "CDISC SEND Consciousness State Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C184332",
- "name": "CDISC SEND Control Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66786",
- "name": "CDISC SEND Country Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89966",
- "name": "CDISC SEND Death Diagnosis Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89965",
- "name": "CDISC SEND Death Diagnosis Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C197997",
- "name": "CDISC SEND Developmental Milestone Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C197996",
- "name": "CDISC SEND Developmental Milestone Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120530",
- "name": "CDISC SEND Distribution Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111113",
- "name": "CDISC SEND Domain Abbreviation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90012",
- "name": "CDISC SEND Electrocardiogram Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185849",
- "name": "CDISC SEND Epoch Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160929",
- "name": "CDISC SEND Expected Onset of Rad/Nuc Targeted Injury Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124311",
- "name": "CDISC SEND Fetal Measurement Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124312",
- "name": "CDISC SEND Fetal Measurement Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124313",
- "name": "CDISC SEND Fetal Pathology Findings Result Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124310",
- "name": "CDISC SEND Fetal Pathology Findings Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124314",
- "name": "CDISC SEND Fetal Pathology Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124315",
- "name": "CDISC SEND Fetal Pathology Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89970",
- "name": "CDISC SEND Food and Water Consumption Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89969",
- "name": "CDISC SEND Food and Water Consumption Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204417",
- "name": "CDISC SEND Genetic Toxicology In vitro Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204416",
- "name": "CDISC SEND Genetic Toxicology In vitro Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199645",
- "name": "CDISC SEND Genetic Toxicology In vivo Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199644",
- "name": "CDISC SEND Genetic Toxicology In vivo Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199646",
- "name": "CDISC SEND Genetic Toxicology In vivo Subcategory Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199648",
- "name": "CDISC SEND Genetic Toxicology In vivo Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199647",
- "name": "CDISC SEND Genetic Toxicology In vivo Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160931",
- "name": "CDISC SEND Genus and Species Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124316",
- "name": "CDISC SEND Implantation Findings Result Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124317",
- "name": "CDISC SEND Implantation Findings Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124318",
- "name": "CDISC SEND Implantation Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124319",
- "name": "CDISC SEND Implantation Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163029",
- "name": "CDISC SEND Irradiation Field Orientation/Sequence Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C77808",
- "name": "CDISC SEND Laboratory Animal Species Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C77530",
- "name": "CDISC SEND Laboratory Animal Strain Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89972",
- "name": "CDISC SEND Macroscopic Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89971",
- "name": "CDISC SEND Macroscopic Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89975",
- "name": "CDISC SEND Method of Termination Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163030",
- "name": "CDISC SEND Microbiology Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163031",
- "name": "CDISC SEND Microbiology Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89974",
- "name": "CDISC SEND Microscopic Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89973",
- "name": "CDISC SEND Microscopic Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90017",
- "name": "CDISC SEND Microscopic Histopathology Result Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185848",
- "name": "CDISC SEND Microscopy Reproductive Cycle Phase Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176226",
- "name": "CDISC SEND Microscopy Sexual Maturity Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120531",
- "name": "CDISC SEND Non-Neoplastic Finding Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124320",
- "name": "CDISC SEND Nonclinical DART Sex Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124321",
- "name": "CDISC SEND Nonclinical DART Trial Phases Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150810",
- "name": "CDISC SEND Null Flavor Reason Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89977",
- "name": "CDISC SEND Organ Measurement Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89976",
- "name": "CDISC SEND Organ Measurement Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154684",
- "name": "CDISC SEND Planned Pharmacologic Target Mode of Action Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124322",
- "name": "CDISC SEND Pregnancy Findings Result Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124323",
- "name": "CDISC SEND Pregnancy Findings Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124324",
- "name": "CDISC SEND Pregnancy Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124325",
- "name": "CDISC SEND Pregnancy Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C197995",
- "name": "CDISC SEND Pregnancy Outcome Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C197994",
- "name": "CDISC SEND Pregnancy Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158121",
- "name": "CDISC SEND Rad/Nuc Agent Ionizing Radiation Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158122",
- "name": "CDISC SEND Rad/Nuc Agent Source Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160928",
- "name": "CDISC SEND Rad/Nuc Targeted Injury Model Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204415",
- "name": "CDISC SEND Reference ID Level Description Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120534",
- "name": "CDISC SEND Respiratory Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120535",
- "name": "CDISC SEND Respiratory Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158123",
- "name": "CDISC SEND Restraint Mode Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90000",
- "name": "CDISC SEND Severity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158124",
- "name": "CDISC SEND Sexual Maturity Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89968",
- "name": "CDISC SEND Standardized Disposition Term Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90002",
- "name": "CDISC SEND Study Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89967",
- "name": "CDISC SEND Study Design Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158125",
- "name": "CDISC SEND Study Report Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90003",
- "name": "CDISC SEND Study Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89981",
- "name": "CDISC SEND Subject Characteristic Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89980",
- "name": "CDISC SEND Subject Characteristic Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181166",
- "name": "CDISC SEND Test Site Activity Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C197993",
- "name": "CDISC SEND Toxicokinetic Description Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90007",
- "name": "CDISC SEND Trial Summary Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90009",
- "name": "CDISC SEND Trial Summary Parameter Short Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90004",
- "name": "CDISC SEND Tumor Findings Histopathology Result Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C88025",
- "name": "CDISC SEND Tumor Findings Results Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90006",
- "name": "CDISC SEND Tumor Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90005",
- "name": "CDISC SEND Tumor Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89982",
- "name": "CDISC SEND Version Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120536",
- "name": "CDISC SEND Vital Signs Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120537",
- "name": "CDISC SEND Vital Signs Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132321",
- "name": "CDISC SEND Within Normal Limits Results Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C207069",
- "name": "CDISC TMF Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C208283",
- "name": "CDISC TMF-RM Central and Local Testing Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208277",
- "name": "CDISC TMF-RM Central Trial Documents Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208285",
- "name": "CDISC TMF-RM Data Management Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208281",
- "name": "CDISC TMF-RM IP and Trial Supplies Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208279",
- "name": "CDISC TMF-RM IRB or IEC and Other Approvals Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208278",
- "name": "CDISC TMF-RM Regulatory Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208282",
- "name": "CDISC TMF-RM Safety Reporting Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208287",
- "name": "CDISC TMF-RM Sections Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208280",
- "name": "CDISC TMF-RM Site Management Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208286",
- "name": "CDISC TMF-RM Statistics Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208276",
- "name": "CDISC TMF-RM Trial Management Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208284",
- "name": "CDISC TMF-RM Vendor Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208275",
- "name": "CDISC TMF-RM Zones Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C83187",
- "name": "CDISC Variable Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C173382",
- "name": "COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C191200",
- "name": "ACC/AHA Cardiovascular and Noncardiovascular Complications of COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191389",
- "name": "Appendix 10: End-of-Life Management Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191382",
- "name": "Appendix 3: COVID-19 Diagnosis Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191383",
- "name": "Appendix 4: COVID-19 Cardiovascular Complications Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191396",
- "name": "Acute Cardiovascular Complications Related to COVID-19 Infection Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191397",
- "name": "Cardiovascular Mortality During Acute COVID-19 Infection Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191403",
- "name": "Postacute Cardiovascular Sequelae of SARS-CoV-2 Infection or Long-Term Cardiovascular Complications of COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C191384",
- "name": "Appendix 5: COVID-19 Noncardiovascular Complications Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191385",
- "name": "Appendix 6: Symptoms and Signs Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191398",
- "name": "Current Symptoms and Signs: Clinical Symptoms Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191402",
- "name": "Physical Examination Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C191386",
- "name": "Appendix 7: Diagnostic Procedures Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191387",
- "name": "Appendix 8: Pharmacological Therapy Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191404",
- "name": "Therapies for COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191405",
- "name": "Therapies for Preexisting Cardiovascular Disease (Patient Taking Prior to Admission) Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191406",
- "name": "Therapies for Supportive Care During COVID-19 Infection Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C191388",
- "name": "Appendix 9: Therapeutic and Supportive Procedures for COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191399",
- "name": "Electrophysiological Procedures Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191400",
- "name": "Invasive Coronary/Vascular/Neurovascular Revascularization Treatment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191401",
- "name": "Mechanical Support Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C171355",
- "name": "CDISC Clinical Classification NEWS2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171354",
- "name": "CDISC Clinical Classification NEWS2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171409",
- "name": "CDISC Clinical Classification RASS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171408",
- "name": "CDISC Clinical Classification RASS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171413",
- "name": "CDISC Clinical Classification SAS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171412",
- "name": "CDISC Clinical Classification SAS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171443",
- "name": "CDISC SDTM COVID-19 Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171442",
- "name": "CDISC SDTM COVID-19 Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171444",
- "name": "CDISC SDTM Health Care Encounters Dictionary Derived Term Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171445",
- "name": "CDISC SDTM Mode of Subject Contact Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173381",
- "name": "NCIt COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C173383",
- "name": "NCIt COVID-19 Agent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177415",
- "name": "NCIt COVID-19 Clinical Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C187057",
- "name": "ORCHESTRA Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178701",
- "name": "SeroNet Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C178724",
- "name": "SeroNet Aliquot Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178723",
- "name": "SeroNet Assay Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178722",
- "name": "SeroNet Assay Target Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178721",
- "name": "SeroNet Biospecimen Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178720",
- "name": "SeroNet Confirmatory Test Result",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178727",
- "name": "SeroNet Consumable Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178725",
- "name": "SeroNet Equipment Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178719",
- "name": "SeroNet Prior Test Result",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178726",
- "name": "SeroNet Reagent Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178718",
- "name": "SeroNet Research Participant Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179059",
- "name": "SeroNet Schema Details",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189083",
- "name": "SeroNet Study Descriptors",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C156952",
- "name": "CPTAC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C156953",
- "name": "CPTAC Baseline Medical Forms Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C159339",
- "name": "CPTAC Acute Myeloid Leukemia Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157524",
- "name": "CPTAC Bladder Urothelial Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157531",
- "name": "CPTAC Brain Lower Grade Glioma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157526",
- "name": "CPTAC Cervical Squamous Cell Carcinoma and Endocervical Adenocarcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157528",
- "name": "CPTAC Cholangiocarcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159418",
- "name": "CPTAC Clear Cell Renal Cell Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157527",
- "name": "CPTAC Esophageal Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159420",
- "name": "CPTAC Glioblastoma Multiforme Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159419",
- "name": "CPTAC Head and Neck Squamous Cell Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157529",
- "name": "CPTAC Liver Hepatocellular Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159417",
- "name": "CPTAC Lung Squamous Cell Carcinoma and Lung Adenocarcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C156954",
- "name": "CPTAC Medical History Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159415",
- "name": "CPTAC Melanoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159329",
- "name": "CPTAC Normal Endometrial Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159416",
- "name": "CPTAC Pancreatic Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157530",
- "name": "CPTAC Prostate Adenocarcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159414",
- "name": "CPTAC Sarcoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157532",
- "name": "CPTAC Stomach Adenocarcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159412",
- "name": "CPTAC Surgery-Anesthesia Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157533",
- "name": "CPTAC Thyroid Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159413",
- "name": "CPTAC Uterine Corpus Endometrial Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157534",
- "name": "CPTAC Uveal Melanoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C158520",
- "name": "CPTAC Codelists Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C158034",
- "name": "CPTAC Causes of Death Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157075",
- "name": "CPTAC Environmental/Occupational Exposure Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158035",
- "name": "CPTAC Medical Conditions Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C156966",
- "name": "CPTAC Neoplasms Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158036",
- "name": "CPTAC Procedures Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158037",
- "name": "CPTAC Treatments Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C159328",
- "name": "CPTAC Follow-Up Forms Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C159338",
- "name": "CPTAC Acute Myeloid Leukemia Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C156955",
- "name": "CPTAC Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159335",
- "name": "CPTAC Glioblastoma Multiforme Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159334",
- "name": "CPTAC Head and Neck Squamous Cell Carcinoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159333",
- "name": "CPTAC Lung Squamous Cell Carcinoma and Lung Adenocarcinoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159336",
- "name": "CPTAC Melanoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159332",
- "name": "CPTAC Pancreatic Ductal Adenocarcinoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159337",
- "name": "CPTAC Renal Cell Carcinoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159331",
- "name": "CPTAC Sarcoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159330",
- "name": "CPTAC Uterine Corpus Endometrial Carcinoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C172126",
- "name": "CTDC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTDC",
- "children": [
- {
- "code": "C173071",
- "name": "CTDC Node Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173072",
- "name": "CTDC Property Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173073",
- "name": "CTDC Value Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C116977",
- "name": "CTRP Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "children": [
- {
- "code": "C116978",
- "name": "CTRP Agent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C142799",
- "name": "CTRP Biomarker Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C142800",
- "name": "CTRP Molecular Genetic Biomarker Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C142801",
- "name": "CTRP Reference Gene Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C118168",
- "name": "CTRP Disease Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118169",
- "name": "CTRP Intervention Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C175324",
- "name": "CTRP Portfolio Management Main Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C175325",
- "name": "CTRP Portfolio Management Subtype Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C69186",
- "name": "DICOM Terminology",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "C148636",
- "name": "EDQM Health Care Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "children": [
- {
- "code": "C175439",
- "name": "EDQM-HC Administrable Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150110",
- "name": "EDQM-HC Administration Device Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150112",
- "name": "EDQM-HC Administration Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150113",
- "name": "EDQM-HC Basic Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150108",
- "name": "EDQM-HC Closure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150106",
- "name": "EDQM-HC Combined Pack Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150104",
- "name": "EDQM-HC Combined Pharmaceutical Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150105",
- "name": "EDQM-HC Combined Term Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150109",
- "name": "EDQM-HC Container Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150114",
- "name": "EDQM-HC Intended Site of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150103",
- "name": "EDQM-HC Pharmaceutical Dosage Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150115",
- "name": "EDQM-HC Release Characteristics Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150107",
- "name": "EDQM-HC Routes and Methods of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150116",
- "name": "EDQM-HC State of Matter Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150117",
- "name": "EDQM-HC Transformation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150111",
- "name": "EDQM-HC Units of Presentation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C131123",
- "name": "FDA Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C106039",
- "name": "FDA CDRH GUDID Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/GUDID",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C62596",
- "name": "FDA Center For Devices and Radiological Health Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C91802",
- "name": "CDRH Cause Investigation - Investigation Conclusion Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C91801",
- "name": "CDRH Cause Investigation - Investigation Findings Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C91800",
- "name": "CDRH Cause Investigation - Type of Investigation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54450",
- "name": "CDRH Health Effects - Clinical Signs and Symptoms or Conditions Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171094",
- "name": "CDRH Health Effects - Health Impact Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54577",
- "name": "CDRH Medical Device Component Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54451",
- "name": "CDRH Medical Device Problem Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C63923",
- "name": "FDA Established Names and Unique Ingredient Identifier Codes Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/UNII",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54447",
- "name": "FDA Individual Case Safety Report Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C54583",
- "name": "Adverse Event Outcome ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99173",
- "name": "Device Evaluation ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54595",
- "name": "Device Usage ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C94849",
- "name": "Dose Denominator Qualifier ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54590",
- "name": "Location of Event Occurrence ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C88088",
- "name": "Observation ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54585",
- "name": "Occupation ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54584",
- "name": "Operator of Medical Device ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C114855",
- "name": "Patient Military Status ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99174",
- "name": "Product Characteristic ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54593",
- "name": "Reason for Non-Evaluation ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54587",
- "name": "Report Source ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99175",
- "name": "Substance Administration ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54580",
- "name": "Type of Event ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54592",
- "name": "Type of Follow-Up ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54598",
- "name": "Type of Manufacturer ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54594",
- "name": "Type of Remedial Action ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54588",
- "name": "Type of Report ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54591",
- "name": "Type of Reportable Event ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54596",
- "name": "Type of Reporter ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C114856",
- "name": "Type of Vaccination Facility ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105691",
- "name": "Vaccination Site on Body ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C133805",
- "name": "FDA Pharmaceutical Quality/CMC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C210151",
- "name": "PQ/CMC Basic Liquid Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C210150",
- "name": "PQ/CMC Basic Solid Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133846",
- "name": "PQ/CMC Batch Utilization Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203345",
- "name": "PQ/CMC Capsule Shell Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133848",
- "name": "PQ/CMC Chemical Structure Data File Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133849",
- "name": "PQ/CMC Closure Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203779",
- "name": "PQ/CMC Coating Purpose Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133851",
- "name": "PQ/CMC Conformance to Criteria Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133852",
- "name": "PQ/CMC Container Orientation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133853",
- "name": "PQ/CMC Container Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176675",
- "name": "PQ/CMC Drug Product Component Function Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176676",
- "name": "PQ/CMC Excipient Function Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185181",
- "name": "PQ/CMC Expiration Date Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133856",
- "name": "PQ/CMC Impurity Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203777",
- "name": "PQ/CMC Ingredient Location Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133858",
- "name": "PQ/CMC Interpretation Code (numeric) Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185189",
- "name": "PQ/CMC Interval Description Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213790",
- "name": "PQ/CMC Manufacturing Site Responsibility Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213791",
- "name": "PQ/CMC Manufacturing Site Responsibility Subcategory Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213644",
- "name": "PQ/CMC Manufacturing Site Utilization Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C168624",
- "name": "PQ/CMC Organization-Site Identifier Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C211939",
- "name": "PQ/CMC Product Name Type Codes Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203780",
- "name": "PQ/CMC Product Part Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133860",
- "name": "PQ/CMC Quality Benchmark Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203346",
- "name": "PQ/CMC Release Mechanism Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203778",
- "name": "PQ/CMC Release Profile Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C211921",
- "name": "PQ/CMC Representation Types Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185183",
- "name": "PQ/CMC Retest Date Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133862",
- "name": "PQ/CMC Source Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133863",
- "name": "PQ/CMC Specification Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133864",
- "name": "PQ/CMC Specification Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96071",
- "name": "PQ/CMC Stability Study Reason Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C210149",
- "name": "PQ/CMC State of Matter Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C212880",
- "name": "PQ/CMC Storage Condition Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133865",
- "name": "PQ/CMC Storage Conditions Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C168622",
- "name": "PQ/CMC Strength Operator Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C168627",
- "name": "PQ/CMC Strength Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133866",
- "name": "PQ/CMC Study Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C205477",
- "name": "PQ/CMC Substance Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203347",
- "name": "PQ/CMC Substance Name Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133807",
- "name": "PQ/CMC Test Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133867",
- "name": "PQ/CMC Test Method Origin Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204862",
- "name": "PQ/CMC Test Subcategory Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133868",
- "name": "PQ/CMC Test Usage Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213520",
- "name": "PQ/CMC Time Point Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176677",
- "name": "PQ/CMC Units of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54455",
- "name": "SPL Drug Route of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54456",
- "name": "SPL Pharmaceutical Dosage Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C123273",
- "name": "FDA Quality Metrics Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/QualityMetrics",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C123270",
- "name": "FDA Application Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/QualityMetrics",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123268",
- "name": "FDA Establishment Activity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/QualityMetrics",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C54452",
- "name": "FDA Structured Product Labeling Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C133240",
- "name": "SPL Blood Form Donor Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133241",
- "name": "SPL Blood Form Establishment Functions Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133242",
- "name": "SPL Blood Form Establishment Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133243",
- "name": "SPL Blood Form Product Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133245",
- "name": "SPL Blood Form Type of Ownership Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101885",
- "name": "SPL Business Operation Qualifier Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C73600",
- "name": "SPL Business Operation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C117110",
- "name": "SPL Business Entity Qualifier Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C54453",
- "name": "SPL Color Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102833",
- "name": "SPL Combination Product Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111661",
- "name": "SPL Contributing Factor-General Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202857",
- "name": "SPL Cosmetic Product Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54459",
- "name": "SPL DEA Schedule Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C87299",
- "name": "SPL Document Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54455",
- "name": "SPL Drug Route of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111660",
- "name": "SPL Equivalence Codes Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C73339",
- "name": "SPL Flavor Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118404",
- "name": "SPL License Disciplinary Action Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118777",
- "name": "SPL Licensing Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54599",
- "name": "SPL Limitation of Use Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106324",
- "name": "SPL Lot Distribution Data - Distribution Codes Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C73582",
- "name": "SPL Marketing Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118778",
- "name": "SPL Marketing Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99288",
- "name": "SPL Miscellaneous Identifier Types Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54457",
- "name": "SPL Package Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54456",
- "name": "SPL Pharmaceutical Dosage Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54600",
- "name": "SPL Pharmacokinetic Effect Consequences Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C107675",
- "name": "SPL Race Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128492",
- "name": "SPL REMS Protocol Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128491",
- "name": "SPL REMS Requirement Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128493",
- "name": "SPL REMS Stakeholder Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113350",
- "name": "SPL Sex Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54454",
- "name": "SPL Shape Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105631",
- "name": "SPL Substance Indexing Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C121832",
- "name": "SPL Suspect Drug Classification of Notification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C121833",
- "name": "SPL Suspect Drug Use Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133247",
- "name": "SPL Tissue Form Donor Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133248",
- "name": "SPL Tissue Form Establishment Functions Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133249",
- "name": "SPL Tissue Form Establishment Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133251",
- "name": "SPL Tissue Form Product Group Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133250",
- "name": "SPL Tissue Form Product Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54618",
- "name": "SPL Type of Drug Interaction Consequence Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C168632",
- "name": "SPL UCUM Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C87300",
- "name": "SPL Unit of Presentation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C125481",
- "name": "GAIA Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "children": [
- {
- "code": "C128706",
- "name": "GAIA Antenatal Bleeding Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128700",
- "name": "GAIA Congenital Microcephaly Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128707",
- "name": "GAIA Dysfunctional Labor Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128704",
- "name": "GAIA Failure to Thrive Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128708",
- "name": "GAIA Fetal Growth Restriction Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128709",
- "name": "GAIA Gestational Diabetes Mellitus Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128701",
- "name": "GAIA Low Birth Weight Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126852",
- "name": "GAIA Major Congenital Anomalies Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126858",
- "name": "GAIA Maternal Death Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126853",
- "name": "GAIA Neonatal Death Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128699",
- "name": "GAIA Neonatal Encephalopathy Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126854",
- "name": "GAIA Neonatal Infections Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128702",
- "name": "GAIA Neonatal Respiratory Distress Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126857",
- "name": "GAIA Non-Reassuring Fetal Status Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126861",
- "name": "GAIA Pathways to Preterm Birth Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126859",
- "name": "GAIA Postpartum Hemorrhage Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126860",
- "name": "GAIA Preeclampsia Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126855",
- "name": "GAIA Preterm Birth Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128703",
- "name": "GAIA Small for Gestational Age Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128705",
- "name": "GAIA Spontaneous Abortion and Ectopic Pregnancy Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126856",
- "name": "GAIA Stillbirth Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C157711",
- "name": "GDC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C177536",
- "name": "GDC Property Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177537",
- "name": "GDC Value Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C124085",
- "name": "Geopolitical Entities, Names, and Codes Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GENC"
- },
- {
- "code": "C201599",
- "name": "HemOnc Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C201600",
- "name": "HemOnc Agent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/HemOnc",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201601",
- "name": "HemOnc Regimen Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/HemOnc",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C165451",
- "name": "ICDC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C165493",
- "name": "ICDC Breeds Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Breeds_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C165517",
- "name": "ICDC AKC Breeds",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Breeds_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165516",
- "name": "ICDC FSS Breeds",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Breeds_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165518",
- "name": "ICDC MISC Breeds",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Breeds_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C166371",
- "name": "ICDC Data Model Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Data_Model_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C175518",
- "name": "ICDC Node Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Data_Model_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166373",
- "name": "ICDC Property Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Data_Model_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C175517",
- "name": "ICDC Value Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Data_Model_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C168654",
- "name": "Mapped ICDO Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C168655",
- "name": "Mapped ICDO3.1 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168657",
- "name": "Mapped ICDO3.1 Morphology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168658",
- "name": "Mapped ICDO3.1 Morphology PT Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C168659",
- "name": "Mapped ICDO3.1 Topography Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168660",
- "name": "Mapped ICDO3.1 Topography PT Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C168656",
- "name": "Mapped ICDO3.2 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168661",
- "name": "Mapped ICDO3.2 Morphology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168662",
- "name": "Mapped ICDO3.2 Morphology PT Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C168663",
- "name": "Mapped ICDO3.2 Topography Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168664",
- "name": "Mapped ICDO3.2 Topography PT Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "code": "C193006",
- "name": "mCode Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "children": [
- {
- "code": "C193209",
- "name": "mCode Benign Neoplasm of Brain and CNS Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193210",
- "name": "mCode Body Location and Laterality Qualifier Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193247",
- "name": "mCode Body Location Qualifier Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193210",
- "name": "mCode Body Location and Laterality Qualifier Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193211",
- "name": "mCode Brachytherapy High Dose Rate Electronic Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193212",
- "name": "mCode Brachytherapy High Dose Rate Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193213",
- "name": "mCode Brachytherapy Low Dose Rate Temporary Radation Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193214",
- "name": "mCode Brachytherapy Modality Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193215",
- "name": "mCode Brachytherapy Permanent Seeds Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193216",
- "name": "mCode Brachytherapy Pulsed Dose Rate Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193217",
- "name": "mCode Brachytherapy Radiopharmaceutical Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193252",
- "name": "mCode Brachytherapy Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193211",
- "name": "mCode Brachytherapy High Dose Rate Electronic Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193212",
- "name": "mCode Brachytherapy High Dose Rate Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193213",
- "name": "mCode Brachytherapy Low Dose Rate Temporary Radation Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193215",
- "name": "mCode Brachytherapy Permanent Seeds Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193216",
- "name": "mCode Brachytherapy Pulsed Dose Rate Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193217",
- "name": "mCode Brachytherapy Radiopharmaceutical Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193249",
- "name": "mCode Cancer Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193222",
- "name": "mCode Histology Morphology Behavior Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193248",
- "name": "mCode Primary Cancer Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193209",
- "name": "mCode Benign Neoplasm of Brain and CNS Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193218",
- "name": "mCode Carcinoma In-Situ Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193220",
- "name": "mCode Cytologic Evidence of Malignancy Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193225",
- "name": "mCode Melanoma In-Situ Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193231",
- "name": "mCode Primary Malignant Neoplasm Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193223",
- "name": "mCode Specific Diagnosis of Cancer Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193236",
- "name": "mCode Secondary Cancer Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193237",
- "name": "mCode Carbon Ion Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193218",
- "name": "mCode Carcinoma In-Situ Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193219",
- "name": "mCode Condition Status Trend Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193220",
- "name": "mCode Cytologic Evidence of Malignancy Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193238",
- "name": "mCode Electron Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193172",
- "name": "mCode Elixhauser Alcohol Abuse Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193173",
- "name": "mCode Elixhauser Blood Loss Anemia Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193179",
- "name": "mCode Elixhauser Cerebrovascular Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193206",
- "name": "mCode Elixhauser Chronic Peptic Ulcer Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193180",
- "name": "mCode Elixhauser Chronic Pulmonary Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193181",
- "name": "mCode Elixhauser Coagulation Deficiency Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193182",
- "name": "mCode Elixhauser Congestive Heart Failure Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193183",
- "name": "mCode Elixhauser Deficiency Anemia Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193184",
- "name": "mCode Elixhauser Dementia Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193185",
- "name": "mCode Elixhauser Depression Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193186",
- "name": "mCode Elixhauser Diabetes with Chronic Complications Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193187",
- "name": "mCode Elixhauser Diabetes without Chronic Complications Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193188",
- "name": "mCode Elixhauser Drug Abuse Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193171",
- "name": "mCode Elixhauser HIV-AIDS Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193189",
- "name": "mCode Elixhauser Hypertension, Complicated Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193190",
- "name": "mCode Elixhauser Hypertension, Uncomplicated Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193191",
- "name": "mCode Elixhauser Hypothyroidism Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193174",
- "name": "mCode Elixhauser Leukemia Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193175",
- "name": "mCode Elixhauser Lymphoma Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193177",
- "name": "mCode Elixhauser Malignant Solid Tumors in Situ Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193178",
- "name": "mCode Elixhauser Malignant Solid Tumors without Metastases Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193176",
- "name": "mCode Elixhauser Metastatic Cancer Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193192",
- "name": "mCode Elixhauser Mild Liver Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193203",
- "name": "mCode Elixhauser Moderate Renal Failure Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193193",
- "name": "mCode Elixhauser Moderate to Severe Liver Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193194",
- "name": "mCode Elixhauser Neurological Movement Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193195",
- "name": "mCode Elixhauser Neurological Seizure Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193196",
- "name": "mCode Elixhauser Obesity Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193197",
- "name": "mCode Elixhauser Other Neurological Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193198",
- "name": "mCode Elixhauser Other Thyroid Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193199",
- "name": "mCode Elixhauser Paralysis Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193200",
- "name": "mCode Elixhauser Peripheral Vascular Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193201",
- "name": "mCode Elixhauser Psychosis Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193202",
- "name": "mCode Elixhauser Pulmonary Circulation Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193205",
- "name": "mCode Elixhauser Rheumatoid Arthritis and Collagen Vascular Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193204",
- "name": "mCode Elixhauser Severe Renal Failure Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193207",
- "name": "mCode Elixhauser Valvular Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193208",
- "name": "mCode Elixhauser Weight Loss Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193221",
- "name": "mCode Genomic Specimen Type Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193222",
- "name": "mCode Histology Morphology Behavior Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193224",
- "name": "mCode Laterality Qualifier Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193225",
- "name": "mCode Melanoma In-Situ Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193240",
- "name": "mCode Neutron Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193241",
- "name": "mCode Photon Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193230",
- "name": "mCode Present Absent Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193248",
- "name": "mCode Primary Cancer Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193209",
- "name": "mCode Benign Neoplasm of Brain and CNS Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193218",
- "name": "mCode Carcinoma In-Situ Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193220",
- "name": "mCode Cytologic Evidence of Malignancy Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193225",
- "name": "mCode Melanoma In-Situ Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193231",
- "name": "mCode Primary Malignant Neoplasm Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193223",
- "name": "mCode Specific Diagnosis of Cancer Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193231",
- "name": "mCode Primary Malignant Neoplasm Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193232",
- "name": "mCode Procedure Intent Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193242",
- "name": "mCode Proton Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193250",
- "name": "mCode Radiotherapy Modality Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193214",
- "name": "mCode Brachytherapy Modality Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193239",
- "name": "mCode Teleradiotherapy Modality Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193251",
- "name": "mCode Radiotherapy Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193252",
- "name": "mCode Brachytherapy Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193211",
- "name": "mCode Brachytherapy High Dose Rate Electronic Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193212",
- "name": "mCode Brachytherapy High Dose Rate Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193213",
- "name": "mCode Brachytherapy Low Dose Rate Temporary Radation Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193215",
- "name": "mCode Brachytherapy Permanent Seeds Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193216",
- "name": "mCode Brachytherapy Pulsed Dose Rate Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193217",
- "name": "mCode Brachytherapy Radiopharmaceutical Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193253",
- "name": "mCode Teleradiotherapy Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193237",
- "name": "mCode Carbon Ion Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193238",
- "name": "mCode Electron Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193240",
- "name": "mCode Neutron Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193241",
- "name": "mCode Photon Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193242",
- "name": "mCode Proton Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C193233",
- "name": "mCode Radiotherapy Treatment Location Qualifier Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193224",
- "name": "mCode Laterality Qualifier Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193234",
- "name": "mCode Radiotherapy Treatment Location Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193235",
- "name": "mCode Radiotherapy Volume Type Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193236",
- "name": "mCode Secondary Cancer Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193223",
- "name": "mCode Specific Diagnosis of Cancer Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193227",
- "name": "mCode Staging Type for Primary Tumor Category Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193228",
- "name": "mCode Staging Type for Regional Node Category Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193229",
- "name": "mCode Staging Type for Stage Group Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193226",
- "name": "mCode Staging Type Value Set (for Distant Metastases Category)",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193239",
- "name": "mCode Teleradiotherapy Modality Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193253",
- "name": "mCode Teleradiotherapy Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193237",
- "name": "mCode Carbon Ion Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193238",
- "name": "mCode Electron Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193240",
- "name": "mCode Neutron Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193241",
- "name": "mCode Photon Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193242",
- "name": "mCode Proton Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193243",
- "name": "mCode Treatment Termination Reason Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193244",
- "name": "mCode Tumor Marker Test Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193245",
- "name": "mCode Tumor Size Method Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193246",
- "name": "mCode Tumor Size Units Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C143048",
- "name": "National Cancer Institute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C138188",
- "name": "Clinical Trials Search-Application Programming Interface Disease Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/CTS_API_Disease_Category_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C138189",
- "name": "CTS-API Disease Broad Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/CTS_API_Disease_Category_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138190",
- "name": "CTS-API Disease Main Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/CTS_API_Disease_Category_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C128784",
- "name": "NCIt Antineoplastic Agent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/Drug_or_Substance",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173381",
- "name": "NCIt COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C173383",
- "name": "NCIt COVID-19 Agent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177415",
- "name": "NCIt COVID-19 Clinical Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C126659",
- "name": "NCIt Neoplasm Core Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/Neoplasm",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213298",
- "name": "Pediatric Oncology Molecular Target Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C213304",
- "name": "Pediatric Oncology Biomarkers/Targets Associated with Other Relevant Evidence",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213303",
- "name": "Pediatric Oncology Immunotherapeutic Target Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213299",
- "name": "Pediatric Oncology Molecular Abnormality Target Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C213300",
- "name": "Pediatric Oncology Target Genes/Proteins Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213301",
- "name": "Pediatric Oncology Target Molecular Abnormalities Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C213302",
- "name": "Pediatric Oncology Target Cell Lineage Determinant Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C89415",
- "name": "NCPDP Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCPDP",
- "children": [
- {
- "code": "C89507",
- "name": "NCPDP DEA Schedule Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCPDP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C121847",
- "name": "NCPDP Dose Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCPDP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89510",
- "name": "NCPDP Quantity Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCPDP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89508",
- "name": "NCPDP Strength Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCPDP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89509",
- "name": "NCPDP Strength Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCPDP",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C192233",
- "name": "Operational Ontology for Radiation Oncology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C192234",
- "name": "Operational Ontology for Radiation Oncology Prostate Cancer Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/OORO/Prostate_Cancer_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C168547",
- "name": "PCDC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C178096",
- "name": "ALL Project Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C178116",
- "name": "ALL Table Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C178127",
- "name": "ALL Adverse Events Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178099",
- "name": "ALL Course Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178122",
- "name": "ALL Demographics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178123",
- "name": "ALL Disease Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178098",
- "name": "ALL Disease Phase Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186282",
- "name": "ALL Histology Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178106",
- "name": "ALL Lab Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178102",
- "name": "ALL Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178126",
- "name": "ALL Minimal Residual Disease Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178125",
- "name": "ALL Molecular Analysis Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178113",
- "name": "ALL Non-protocol Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178100",
- "name": "ALL Off Protocol Therapy/Study Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178108",
- "name": "ALL Radiation Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178112",
- "name": "ALL Secondary Malignant Neoplasm Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178109",
- "name": "ALL Stem Cell Transplant Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178097",
- "name": "ALL Subject Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178121",
- "name": "ALL Survival Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178124",
- "name": "ALL Vitals Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C174234",
- "name": "AML Project Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168549",
- "name": "AML Table Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C173217",
- "name": "AML Adverse Events Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173242",
- "name": "AML Cellular Immunotherapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173243",
- "name": "AML Concomitant Medication Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173199",
- "name": "AML Course Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173230",
- "name": "AML Demographics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173232",
- "name": "AML Disease Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173198",
- "name": "AML Disease Phase Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173237",
- "name": "AML Function Test Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173206",
- "name": "AML Lab Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173201",
- "name": "AML Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173236",
- "name": "AML Minimal Residual Disease Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173233",
- "name": "AML Molecular Analysis Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173204",
- "name": "AML Myeloid Sarcoma Involvement Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173197",
- "name": "AML Off Protocol Therapy/Study Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173244",
- "name": "AML Radiation Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173218",
- "name": "AML Secondary Malignant Neoplasm Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173235",
- "name": "AML Stem Cell Transplant Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173229",
- "name": "AML Subject Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173208",
- "name": "AML Subject Response Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173231",
- "name": "AML Survival Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173234",
- "name": "AML Total Dose Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173245",
- "name": "AML Transfusion Medicine Procedures Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173209",
- "name": "AML Vitals Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C174235",
- "name": "EWS Project Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C174238",
- "name": "EWS Table Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C174240",
- "name": "EWS Adverse Events Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174241",
- "name": "EWS Biopsy/Surgical Procedures Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174242",
- "name": "EWS Course Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174243",
- "name": "EWS Demographics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174244",
- "name": "EWS Disease Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174246",
- "name": "EWS Disease Phase Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174248",
- "name": "EWS Histology Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174249",
- "name": "EWS Immunohistochemistry Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174250",
- "name": "EWS Lab Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174251",
- "name": "EWS Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174252",
- "name": "EWS Molecular Analysis Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174253",
- "name": "EWS Non-Protocol Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174254",
- "name": "EWS Off Protocol Therapy/Study Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174255",
- "name": "EWS Radiation Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174256",
- "name": "EWS Secondary Malignant Neoplasm Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174257",
- "name": "EWS Stem Cell Transplant Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174258",
- "name": "EWS Subject Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174259",
- "name": "EWS Subject Response Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174260",
- "name": "EWS Survival Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174261",
- "name": "EWS Tumor Assessment Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174262",
- "name": "EWS Vitals Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C177381",
- "name": "GCT Project Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C177385",
- "name": "GCT Table Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C177408",
- "name": "GCT Adverse Events Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177402",
- "name": "GCT Biopsy/Surgical Procedures Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177404",
- "name": "GCT Concomitant Medication Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177400",
- "name": "GCT Cytology Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177390",
- "name": "GCT Demographics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177393",
- "name": "GCT Disease Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177389",
- "name": "GCT Disease Phase Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177410",
- "name": "GCT Growing Teratoma Syndrome Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177396",
- "name": "GCT Histology Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177399",
- "name": "GCT Immunohistochemistry Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177398",
- "name": "GCT Lab Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177391",
- "name": "GCT Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177401",
- "name": "GCT Molecular Analysis Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177411",
- "name": "GCT Patient Reported Outcomes Metadata Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177403",
- "name": "GCT Radiation Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177409",
- "name": "GCT Secondary Malignant Neoplasm Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177395",
- "name": "GCT Staging Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177405",
- "name": "GCT Stem Cell Transplant Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177388",
- "name": "GCT Subject Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177407",
- "name": "GCT Subject Response Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177392",
- "name": "GCT Survival Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177406",
- "name": "GCT Total Dose Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177394",
- "name": "GCT Tumor Assessment Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177397",
- "name": "GCT Vitals Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C181832",
- "name": "HL Project Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C186339",
- "name": "HL Table Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C186334",
- "name": "HL Adverse Events Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186321",
- "name": "HL Biopsy/Surgical Procedures Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186329",
- "name": "HL Concomitant Medication Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186312",
- "name": "HL Course Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186313",
- "name": "HL Demographics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186317",
- "name": "HL Disease Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186311",
- "name": "HL Disease Phase Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186314",
- "name": "HL Family Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186326",
- "name": "HL Function Test Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186318",
- "name": "HL Histology Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186325",
- "name": "HL Imaging Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186324",
- "name": "HL Immunohistochemistry Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186323",
- "name": "HL Lab Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186336",
- "name": "HL Late Effects Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186320",
- "name": "HL Lesion Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186315",
- "name": "HL Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186337",
- "name": "HL Non-protocol Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186310",
- "name": "HL Off Protocol Therapy/Study Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186338",
- "name": "HL Patient Reported Outcomes Metadata Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186327",
- "name": "HL Protocol Treatment Modifications Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186330",
- "name": "HL Radiation Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186335",
- "name": "HL Secondary Malignant Neoplasm Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186319",
- "name": "HL Staging Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186332",
- "name": "HL Stem Cell Transplant Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186309",
- "name": "HL Subject Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186333",
- "name": "HL Subject Response Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186316",
- "name": "HL Survival Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186328",
- "name": "HL Total Dose Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186331",
- "name": "HL Transfusion Medicine Procedures Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186322",
- "name": "HL Vitals Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C179476",
- "name": "OS Project Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C179479",
- "name": "OS Table Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C179495",
- "name": "OS Adverse Event Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179482",
- "name": "OS Biopsy/Surgical Procedures Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179499",
- "name": "OS Course Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179533",
- "name": "OS Demographics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179497",
- "name": "OS Disease Phase Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186763",
- "name": "OS Function Test Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179490",
- "name": "OS Histology Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179492",
- "name": "OS Lab Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179491",
- "name": "OS Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179534",
- "name": "OS Molecular Analysis Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179489",
- "name": "OS Off Protocol Therapy/Study Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179485",
- "name": "OS Patient Reported Outcomes Metadata Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179483",
- "name": "OS Radiation Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179498",
- "name": "OS Secondary Malignant Neoplasm Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179484",
- "name": "OS Subject Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179480",
- "name": "OS Subject Response Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179529",
- "name": "OS Survival Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179531",
- "name": "OS Total Dose Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179481",
- "name": "OS Tumor Assessment Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179532",
- "name": "OS Vitals Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "code": "C165276",
- "name": "Pediatric Terminologies",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C155946",
- "name": "INC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C162989",
- "name": "INC Demographic and Maternal Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/INC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154914",
- "name": "INC-MedDRA Neonatal Adverse Events Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/INC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C90259",
- "name": "NICHD Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C74456",
- "name": "CDISC SDTM Anatomical Location Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99074",
- "name": "CDISC SDTM Directionality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99073",
- "name": "CDISC SDTM Laterality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99147",
- "name": "Neonatal Research Network Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C97150",
- "name": "Neurological Development Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89506",
- "name": "Newborn Screening Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118464",
- "name": "Pediatric Adverse Events Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C189762",
- "name": "Pediatric Adverse Events Terminology Mapped to MedDRA",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C118467",
- "name": "Pediatric Endocrinology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132009",
- "name": "Pediatric Hematology-Oncology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96388",
- "name": "Pediatric Immunization Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128453",
- "name": "Pediatric Infectious Disease Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C122636",
- "name": "Pediatric Medical Device Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123272",
- "name": "Pediatric Nephrology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118468",
- "name": "Pediatric Rheumatology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118466",
- "name": "Perinatal Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C213298",
- "name": "Pediatric Oncology Molecular Target Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C213304",
- "name": "Pediatric Oncology Biomarkers/Targets Associated with Other Relevant Evidence",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213303",
- "name": "Pediatric Oncology Immunotherapeutic Target Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213299",
- "name": "Pediatric Oncology Molecular Abnormality Target Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C213300",
- "name": "Pediatric Oncology Target Genes/Proteins Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213301",
- "name": "Pediatric Oncology Target Molecular Abnormalities Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C213302",
- "name": "Pediatric Oncology Target Cell Lineage Determinant Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C160950",
- "name": "Pharmacotherapy Regimens",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C160952",
- "name": "Multi-agent Therapeutic Regimens",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160951",
- "name": "Single-agent Therapeutic Regimens",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C128613",
- "name": "PI-RADS Terminology",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "C167077",
- "name": "SEER Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C167078",
- "name": "SEER Rx Interactive Antineoplastic Drugs Database",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SEER",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C167080",
- "name": "SEER Rx Interactive Antineoplastic Drugs Database-Regimen",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SEER",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C178701",
- "name": "SeroNet Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "children": [
- {
- "code": "C178724",
- "name": "SeroNet Aliquot Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178723",
- "name": "SeroNet Assay Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178722",
- "name": "SeroNet Assay Target Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178721",
- "name": "SeroNet Biospecimen Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178720",
- "name": "SeroNet Confirmatory Test Result",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178727",
- "name": "SeroNet Consumable Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178725",
- "name": "SeroNet Equipment Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178719",
- "name": "SeroNet Prior Test Result",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178726",
- "name": "SeroNet Reagent Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178718",
- "name": "SeroNet Research Participant Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179059",
- "name": "SeroNet Schema Details",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189083",
- "name": "SeroNet Study Descriptors",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C198975",
- "name": "UBERON Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/UBERON"
- },
- {
- "code": "C67567",
- "name": "UCUM Terminology",
- "terminology": "ncit",
- "version": "25.02d"
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:46 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:19 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+
+ Get all subsets
+
+ [
+ {
+ "code": "C167405",
+ "name": "ACC/AHA EHR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C191200",
+ "name": "ACC/AHA Cardiovascular and Noncardiovascular Complications of COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191389",
+ "name": "Appendix 10: End-of-Life Management Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191382",
+ "name": "Appendix 3: COVID-19 Diagnosis Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191383",
+ "name": "Appendix 4: COVID-19 Cardiovascular Complications Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191396",
+ "name": "Acute Cardiovascular Complications Related to COVID-19 Infection Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191397",
+ "name": "Cardiovascular Mortality During Acute COVID-19 Infection Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191403",
+ "name": "Postacute Cardiovascular Sequelae of SARS-CoV-2 Infection or Long-Term Cardiovascular Complications of COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C191384",
+ "name": "Appendix 5: COVID-19 Noncardiovascular Complications Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191385",
+ "name": "Appendix 6: Symptoms and Signs Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191398",
+ "name": "Current Symptoms and Signs: Clinical Symptoms Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191402",
+ "name": "Physical Examination Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C191386",
+ "name": "Appendix 7: Diagnostic Procedures Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191387",
+ "name": "Appendix 8: Pharmacological Therapy Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191404",
+ "name": "Therapies for COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191405",
+ "name": "Therapies for Preexisting Cardiovascular Disease (Patient Taking Prior to Admission) Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191406",
+ "name": "Therapies for Supportive Care During COVID-19 Infection Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C191388",
+ "name": "Appendix 9: Therapeutic and Supportive Procedures for COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191399",
+ "name": "Electrophysiological Procedures Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191400",
+ "name": "Invasive Coronary/Vascular/Neurovascular Revascularization Treatment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191401",
+ "name": "Mechanical Support Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C167409",
+ "name": "ACC/AHA Pediatric and Congenital Cardiology EHR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C157225",
+ "name": "CBDD Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C168696",
+ "name": "CBDD Process Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C168697",
+ "name": "CBDD Structure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C192842",
+ "name": "Cellosaurus Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C165258",
+ "name": "Cellosaurus Disease Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C192843",
+ "name": "Cellosaurus Resistance and Transformant Physical Factor Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C177281",
+ "name": "Childhood Cancer Predisposition Study Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C177516",
+ "name": "CCPS Disease Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177517",
+ "name": "CCPS Genetics Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C61410",
+ "name": "Clinical Data Interchange Standards Consortium Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C81222",
+ "name": "CDISC ADaM Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C208382",
+ "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208381",
+ "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204411",
+ "name": "CDISC ADaM Analysis Stratum Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187458",
+ "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187457",
+ "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81223",
+ "name": "CDISC ADaM Date Imputation Flag Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81224",
+ "name": "CDISC ADaM Derivation Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172334",
+ "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172335",
+ "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158114",
+ "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158115",
+ "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187456",
+ "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187455",
+ "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204410",
+ "name": "CDISC ADaM Input Parameter Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193278",
+ "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193277",
+ "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81225",
+ "name": "CDISC ADaM Parameter Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165644",
+ "name": "CDISC ADaM Pool for Integration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124296",
+ "name": "CDISC ADaM Subject Trial Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81226",
+ "name": "CDISC ADaM Time Imputation Flag Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204414",
+ "name": "CDISC ADaM Tobacco Product Category Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204413",
+ "name": "CDISC ADaM Tobacco Product Use Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204412",
+ "name": "CDISC ADaM Tobacco Use Transition Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C77527",
+ "name": "CDISC CDASH Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C78418",
+ "name": "CDISC CDASH Concomitant Medication Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78417",
+ "name": "CDISC CDASH Concomitant Medication Dose Units Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78419",
+ "name": "CDISC CDASH Concomitant Medication Dosing Frequency per Interval Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78420",
+ "name": "CDISC CDASH Concomitant Medication Route of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78422",
+ "name": "CDISC CDASH ECG Original Units Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78426",
+ "name": "CDISC CDASH Exposure Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78745",
+ "name": "CDISC CDASH Exposure Dosing Frequency per Interval Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78425",
+ "name": "CDISC CDASH Exposure Route of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177909",
+ "name": "CDISC CDASH Serious Adverse Event Report Category Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181164",
+ "name": "CDISC CDASH Study Agent Dechallenge Reaction Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181163",
+ "name": "CDISC CDASH Study Agent Rechallenge Reaction Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C83004",
+ "name": "CDISC CDASH Substance Use Never/Current/Former Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78428",
+ "name": "CDISC CDASH Total Volume Administration Unit Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78427",
+ "name": "CDISC CDASH Unit for Duration of Treatment Interruption Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78421",
+ "name": "CDISC CDASH Unit of Drug Dispensed or Returned Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78429",
+ "name": "CDISC CDASH Unit of Measure for Flow Rate Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78423",
+ "name": "CDISC CDASH Units for Exposure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78430",
+ "name": "CDISC CDASH Units for Planned Exposure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78431",
+ "name": "CDISC CDASH Vital Signs Position of Subject Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128690",
+ "name": "CDISC SDTM Collected Ethnicity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128689",
+ "name": "CDISC SDTM Collected Race Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181165",
+ "name": "CDISC SDTM Mode of Delivery Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C188693",
+ "name": "CDISC DDF Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C215456",
+ "name": "CDISC DDF Abbreviation Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188714",
+ "name": "CDISC DDF Activity Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201253",
+ "name": "CDISC DDF Address Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215459",
+ "name": "CDISC DDF Administrable Product Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215460",
+ "name": "CDISC DDF Administrable Product Identifier Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215461",
+ "name": "CDISC DDF Administrable Product Property Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215479",
+ "name": "CDISC DDF Administrable Product Property Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215483",
+ "name": "CDISC DDF Administrable Product Sourcing Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207421",
+ "name": "CDISC DDF Agent Administration Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215451",
+ "name": "CDISC DDF Alias Code Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188720",
+ "name": "CDISC DDF Analysis Population Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215465",
+ "name": "CDISC DDF Assigned Person Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201254",
+ "name": "CDISC DDF Biomedical Concept Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201255",
+ "name": "CDISC DDF Biomedical Concept Category Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201256",
+ "name": "CDISC DDF Biomedical Concept Property Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201257",
+ "name": "CDISC DDF Biomedical Concept Surrogate Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215475",
+ "name": "CDISC DDF Biospecimen Retention Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207422",
+ "name": "CDISC DDF Characteristic Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188699",
+ "name": "CDISC DDF Clinical Study Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188722",
+ "name": "CDISC DDF Code Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215452",
+ "name": "CDISC DDF Comment Annotation Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207425",
+ "name": "CDISC DDF Condition Assignment Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207424",
+ "name": "CDISC DDF Condition Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215468",
+ "name": "CDISC DDF Document Content Reference Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C216966",
+ "name": "CDISC DDF Duration Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207427",
+ "name": "CDISC DDF Eligibility Criteria Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215476",
+ "name": "CDISC DDF Eligibility Criterion Item Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188713",
+ "name": "CDISC DDF Encounter Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188728",
+ "name": "CDISC DDF Encounter Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188708",
+ "name": "CDISC DDF Endpoint Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188726",
+ "name": "CDISC DDF Endpoint Level Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188698",
+ "name": "CDISC DDF Entities Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188719",
+ "name": "CDISC DDF Estimand Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207428",
+ "name": "CDISC DDF Geographic Scope Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207412",
+ "name": "CDISC DDF Geographic Scope Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207429",
+ "name": "CDISC DDF Governance Date Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207413",
+ "name": "CDISC DDF Governance Date Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215458",
+ "name": "CDISC DDF Identifier Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188705",
+ "name": "CDISC DDF Indication Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215464",
+ "name": "CDISC DDF Ingredient Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188721",
+ "name": "CDISC DDF Intercurrent Event Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215473",
+ "name": "CDISC DDF Interventional Study Design Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207430",
+ "name": "CDISC DDF Masking Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215470",
+ "name": "CDISC DDF Medical Device Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215471",
+ "name": "CDISC DDF Medical Device Identifier Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215484",
+ "name": "CDISC DDF Medical Device Identifier Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215482",
+ "name": "CDISC DDF Medical Device Sourcing Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207426",
+ "name": "CDISC DDF Narrative Content Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215453",
+ "name": "CDISC DDF Narrative Content Item Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188707",
+ "name": "CDISC DDF Objective Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188725",
+ "name": "CDISC DDF Objective Level Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215474",
+ "name": "CDISC DDF Observational Study Design Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215486",
+ "name": "CDISC DDF Observational Study Design Subtype Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188702",
+ "name": "CDISC DDF Organization Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188724",
+ "name": "CDISC DDF Organization Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207431",
+ "name": "CDISC DDF Parameter Map Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C216965",
+ "name": "CDISC DDF Person Name Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207432",
+ "name": "CDISC DDF Population Definition Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188716",
+ "name": "CDISC DDF Procedure Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207418",
+ "name": "CDISC DDF Product Designation Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215472",
+ "name": "CDISC DDF Product Organization Role Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215485",
+ "name": "CDISC DDF Product Organization Role Code Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188723",
+ "name": "CDISC DDF Protocol Status Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207433",
+ "name": "CDISC DDF Quantity Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207434",
+ "name": "CDISC DDF Range Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215457",
+ "name": "CDISC DDF Reference Identifier Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215478",
+ "name": "CDISC DDF Reference Identifier Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201258",
+ "name": "CDISC DDF Response Code Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201259",
+ "name": "CDISC DDF Schedule Timeline Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207436",
+ "name": "CDISC DDF Scheduled Activity Instance Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201260",
+ "name": "CDISC DDF Scheduled Decision Instance Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201261",
+ "name": "CDISC DDF Scheduled Instance Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215463",
+ "name": "CDISC DDF Strength Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207437",
+ "name": "CDISC DDF Study Amendment Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215469",
+ "name": "CDISC DDF Study Amendment Impact Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215481",
+ "name": "CDISC DDF Study Amendment Impact Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207438",
+ "name": "CDISC DDF Study Amendment Reason Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207415",
+ "name": "CDISC DDF Study Amendment Reason Code Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188709",
+ "name": "CDISC DDF Study Arm Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188727",
+ "name": "CDISC DDF Study Arm Data Origin Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215467",
+ "name": "CDISC DDF Study Change Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207439",
+ "name": "CDISC DDF Study Cohort Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215454",
+ "name": "CDISC DDF Study Definition Document Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215477",
+ "name": "CDISC DDF Study Definition Document Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215455",
+ "name": "CDISC DDF Study Definition Document Version Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188703",
+ "name": "CDISC DDF Study Design Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207416",
+ "name": "CDISC DDF Study Design Characteristics Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188706",
+ "name": "CDISC DDF Study Design Population Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188711",
+ "name": "CDISC DDF Study Element Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188710",
+ "name": "CDISC DDF Study Epoch Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188701",
+ "name": "CDISC DDF Study Identifier Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188704",
+ "name": "CDISC DDF Study Intervention Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207417",
+ "name": "CDISC DDF Study Intervention Role Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215466",
+ "name": "CDISC DDF Study Role Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215480",
+ "name": "CDISC DDF Study Role Code Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207441",
+ "name": "CDISC DDF Study Site Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207442",
+ "name": "CDISC DDF Study Title Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207419",
+ "name": "CDISC DDF Study Title Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207443",
+ "name": "CDISC DDF Study Version Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207444",
+ "name": "CDISC DDF Subject Enrollment Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215462",
+ "name": "CDISC DDF Substance Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207445",
+ "name": "CDISC DDF Syntax Template Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207446",
+ "name": "CDISC DDF Syntax Template Dictionary Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201262",
+ "name": "CDISC DDF Timing Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201265",
+ "name": "CDISC DDF Timing Relative To From Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201264",
+ "name": "CDISC DDF Timing Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188712",
+ "name": "CDISC DDF Transition Rule Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C165634",
+ "name": "CDISC Define-XML Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C165635",
+ "name": "CDISC Define-XML ADaM Basic Data Structure Subclass Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177903",
+ "name": "CDISC Define-XML ADaM Medical Device Basic Data Structure Subclass Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176227",
+ "name": "CDISC Define-XML ADaM Occurrence Data Structure Subclass Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117745",
+ "name": "CDISC Define-XML Analysis Purpose Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117744",
+ "name": "CDISC Define-XML Analysis Reason Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172331",
+ "name": "CDISC Define-XML CDISC Controlled Terminology Standard Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103329",
+ "name": "CDISC Define-XML General Observation Class Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170448",
+ "name": "CDISC Define-XML ODM Context Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170450",
+ "name": "CDISC Define-XML Origin Source Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170449",
+ "name": "CDISC Define-XML Origin Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170452",
+ "name": "CDISC Define-XML Standard Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172332",
+ "name": "CDISC Define-XML Standard Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170451",
+ "name": "CDISC Define-XML Standard Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66788",
+ "name": "CDISC Dictionary Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160924",
+ "name": "CDISC SDTM Implementation Guide Version Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C67497",
+ "name": "CDISC Glossary Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203912",
+ "name": "CDISC MRCT Center Clinical Research Glossary",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132298",
+ "name": "CDISC Protocol Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C181167",
+ "name": "CDISC Protocol Amendment Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179587",
+ "name": "CDISC Protocol Biological Sample Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201266",
+ "name": "CDISC Protocol Biomarker Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201267",
+ "name": "CDISC Protocol Biomarker Category Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170440",
+ "name": "CDISC Protocol Endpoint Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170441",
+ "name": "CDISC Protocol Endpoint Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C142191",
+ "name": "CDISC Protocol Entities Clinical Study Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C139020",
+ "name": "CDISC Protocol Entities Clinical Trial Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132308",
+ "name": "CDISC Protocol Entities Physical Address Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154681",
+ "name": "CDISC Protocol Entities Protocol Contact Role Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154682",
+ "name": "CDISC Protocol Entities Study Contact Information Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147066",
+ "name": "CDISC Protocol Entities Study Design Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132309",
+ "name": "CDISC Protocol Entities Study Protocol Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132310",
+ "name": "CDISC Protocol Entities Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187682",
+ "name": "CDISC Protocol Expanded Access Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187683",
+ "name": "CDISC Protocol Expanded Access Study Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C184334",
+ "name": "CDISC Protocol Informed Consent Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177906",
+ "name": "CDISC Protocol Ingredient Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177907",
+ "name": "CDISC Protocol Ingredient Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177905",
+ "name": "CDISC Protocol Intervention Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165641",
+ "name": "CDISC Protocol Outcome Measure Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170442",
+ "name": "CDISC Protocol Outcome Measure Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165642",
+ "name": "CDISC Protocol Oversight Entity Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199649",
+ "name": "CDISC Protocol Pharmacology Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147069",
+ "name": "CDISC Protocol Randomization Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C184333",
+ "name": "CDISC Protocol Reference Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181168",
+ "name": "CDISC Protocol Statement Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190866",
+ "name": "CDISC Protocol Study Activity Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172329",
+ "name": "CDISC Protocol Study Arm Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174222",
+ "name": "CDISC Protocol Study Arm Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189268",
+ "name": "CDISC Protocol Study Blinding and Unblinding Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163026",
+ "name": "CDISC Protocol Study Monitoring Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165640",
+ "name": "CDISC Protocol Study Oversight Entity Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160921",
+ "name": "CDISC Protocol Study Population Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177904",
+ "name": "CDISC Protocol Study Product Administration Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174220",
+ "name": "CDISC Protocol Study Product Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174221",
+ "name": "CDISC Protocol Study Product Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147067",
+ "name": "CDISC Protocol Study Purpose Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185851",
+ "name": "CDISC Protocol Study Subject Discontinuation Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147068",
+ "name": "CDISC Protocol Subject Allocation Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185850",
+ "name": "CDISC Protocol Subject Replacement Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C197998",
+ "name": "CDISC Protocol Substudy Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99076",
+ "name": "CDISC SDTM Intervention Model Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99078",
+ "name": "CDISC SDTM Intervention Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127259",
+ "name": "CDISC SDTM Observational Study Model Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99077",
+ "name": "CDISC SDTM Study Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66735",
+ "name": "CDISC SDTM Trial Blinding Schema Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66736",
+ "name": "CDISC SDTM Trial Indication Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66737",
+ "name": "CDISC SDTM Trial Phase Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66739",
+ "name": "CDISC SDTM Trial Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66742",
+ "name": "CDISC SDTM Yes No Unknown or Not Applicable Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C82590",
+ "name": "CDISC Root Variable Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66830",
+ "name": "CDISC SDTM Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C204414",
+ "name": "CDISC ADaM Tobacco Product Category Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66788",
+ "name": "CDISC Dictionary Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120166",
+ "name": "CDISC QRS Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C118970",
+ "name": "CDISC Clinical Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C182464",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0101 Through AIMS0107 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182502",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0101 Through AIMS0107 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182465",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0108 Through AIMS0109 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182503",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0108 Through AIMS0109 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182466",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0110 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182504",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0110 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182467",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0111 Through AIMS0112 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182505",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0111 Through AIMS0112 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182484",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182522",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182485",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182523",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182486",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182524",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182487",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182525",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182488",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105A Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182526",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105A Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182489",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105B Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182527",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105B Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182490",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106A Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182528",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106A Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182491",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106B Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182529",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106B Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182492",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH107 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182530",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH107 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182493",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH108 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182531",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH108 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182494",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH109 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182532",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH109 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182495",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH110 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182533",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH110 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182496",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH111 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182534",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH111 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182497",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH114 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182535",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH114 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182498",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH115 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182536",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH115 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101805",
+ "name": "CDISC Clinical Classification AIMS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101806",
+ "name": "CDISC Clinical Classification AIMS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141655",
+ "name": "CDISC Clinical Classification AJCC v7 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141654",
+ "name": "CDISC Clinical Classification AJCC v7 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120985",
+ "name": "CDISC Clinical Classification APACHE II Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120984",
+ "name": "CDISC Clinical Classification APACHE II Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176047",
+ "name": "CDISC Clinical Classification APGAR Score Version 1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176046",
+ "name": "CDISC Clinical Classification APGAR Score Version 1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119080",
+ "name": "CDISC Clinical Classification ARC STC Grade Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119079",
+ "name": "CDISC Clinical Classification ARC STC Grade Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124668",
+ "name": "CDISC Clinical Classification ASSIGN Score Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124667",
+ "name": "CDISC Clinical Classification ASSIGN Score Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124666",
+ "name": "CDISC Clinical Classification Atherosclerotic Cardiovascular Disease 10-Year Risk Estimator Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124665",
+ "name": "CDISC Clinical Classification Atherosclerotic Cardiovascular Disease 10-Year Risk Estimator Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182470",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182508",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182471",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182509",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182472",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182510",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182473",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182511",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182474",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS105 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182512",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS105 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147538",
+ "name": "CDISC Clinical Classification ATLAS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147537",
+ "name": "CDISC Clinical Classification ATLAS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161623",
+ "name": "CDISC Clinical Classification AVPU Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161622",
+ "name": "CDISC Clinical Classification AVPU Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101809",
+ "name": "CDISC Clinical Classification BARS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101810",
+ "name": "CDISC Clinical Classification BARS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106655",
+ "name": "CDISC Clinical Classification BDI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106654",
+ "name": "CDISC Clinical Classification BDI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120987",
+ "name": "CDISC Clinical Classification BODE Index Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120986",
+ "name": "CDISC Clinical Classification BODE Index Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161625",
+ "name": "CDISC Clinical Classification BPRS 1988 Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161624",
+ "name": "CDISC Clinical Classification BPRS 1988 Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100134",
+ "name": "CDISC Clinical Classification BPRS-Anchored Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100133",
+ "name": "CDISC Clinical Classification BPRS-Anchored Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189693",
+ "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA118 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189694",
+ "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA118 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189689",
+ "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET1 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189690",
+ "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET1 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189691",
+ "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET2 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189692",
+ "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET2 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130239",
+ "name": "CDISC Clinical Classification BUERS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130238",
+ "name": "CDISC Clinical Classification BUERS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199510",
+ "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris CCSGA101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199511",
+ "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris CCSGA101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199499",
+ "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199498",
+ "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118971",
+ "name": "CDISC Clinical Classification Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124678",
+ "name": "CDISC Clinical Classification CDC Classification System for HIV-Infected Adults and Adolescents Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124677",
+ "name": "CDISC Clinical Classification CDC Classification System for HIV-Infected Adults and Adolescents Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101811",
+ "name": "CDISC Clinical Classification CDR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101812",
+ "name": "CDISC Clinical Classification CDR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154447",
+ "name": "CDISC Clinical Classification CDRS-R Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154446",
+ "name": "CDISC Clinical Classification CDRS-R Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208383",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208390",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208384",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208391",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208385",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208392",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208386",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208393",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208387",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105A Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208394",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105A Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208388",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105B Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208395",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105B Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208389",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0107 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208396",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0107 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120989",
+ "name": "CDISC Clinical Classification Child-Pugh Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120988",
+ "name": "CDISC Clinical Classification Child-Pugh Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187452",
+ "name": "CDISC Clinical Classification Clinician-Administered PTSD Scale (Current) DSM-5 With DSM IV Scoring 2016 Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187451",
+ "name": "CDISC Clinical Classification Clinician-Administered PTSD Scale (Current) DSM-5 With DSM IV Scoring 2016 Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199501",
+ "name": "CDISC Clinical Classification Comfort Behavior Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199500",
+ "name": "CDISC Clinical Classification Comfort Behavior Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C156673",
+ "name": "CDISC Clinical Classification COVI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C156672",
+ "name": "CDISC Clinical Classification COVI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124684",
+ "name": "CDISC Clinical Classification CRS-R Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124683",
+ "name": "CDISC Clinical Classification CRS-R Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115402",
+ "name": "CDISC Clinical Classification DRS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115401",
+ "name": "CDISC Clinical Classification DRS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112437",
+ "name": "CDISC Clinical Classification DS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112436",
+ "name": "CDISC Clinical Classification DS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161627",
+ "name": "CDISC Clinical Classification E-TRIP Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161626",
+ "name": "CDISC Clinical Classification E-TRIP Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179943",
+ "name": "CDISC Clinical Classification Eastern Cooperative Oncology Group Performance Status ECOG101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179944",
+ "name": "CDISC Clinical Classification Eastern Cooperative Oncology Group Performance Status ECOG101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101815",
+ "name": "CDISC Clinical Classification ECOG Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101816",
+ "name": "CDISC Clinical Classification ECOG Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112439",
+ "name": "CDISC Clinical Classification EDSS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112438",
+ "name": "CDISC Clinical Classification EDSS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117991",
+ "name": "CDISC Clinical Classification ESRS-A Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117990",
+ "name": "CDISC Clinical Classification ESRS-A Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111344",
+ "name": "CDISC Clinical Classification FAQ Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111343",
+ "name": "CDISC Clinical Classification FAQ Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111346",
+ "name": "CDISC Clinical Classification FAQ-NACC UDS Version 2.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111345",
+ "name": "CDISC Clinical Classification FAQ-NACC UDS Version 2.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170523",
+ "name": "CDISC Clinical Classification FAS-NACC UDS Version 3.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170522",
+ "name": "CDISC Clinical Classification FAS-NACC UDS Version 3.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124670",
+ "name": "CDISC Clinical Classification FHS CVD 10-Year Risk Score Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124669",
+ "name": "CDISC Clinical Classification FHS CVD 10-Year Risk Score Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124682",
+ "name": "CDISC Clinical Classification Glasgow Coma Scale-NINDS Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124681",
+ "name": "CDISC Clinical Classification Glasgow Coma Scale-NINDS Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130243",
+ "name": "CDISC Clinical Classification HAM-D6 Clinician Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130242",
+ "name": "CDISC Clinical Classification HAM-D6 Clinician Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101819",
+ "name": "CDISC Clinical Classification HAMA Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101820",
+ "name": "CDISC Clinical Classification HAMA Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100138",
+ "name": "CDISC Clinical Classification HAMD 17 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100137",
+ "name": "CDISC Clinical Classification HAMD 17 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101821",
+ "name": "CDISC Clinical Classification HAMD 21 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101822",
+ "name": "CDISC Clinical Classification HAMD 21 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130245",
+ "name": "CDISC Clinical Classification HAMD 24 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130244",
+ "name": "CDISC Clinical Classification HAMD 24 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182468",
+ "name": "CDISC Clinical Classification Hamilton Anxiety Rating Scale HAMA101 Through HAMA114 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182506",
+ "name": "CDISC Clinical Classification Hamilton Anxiety Rating Scale HAMA101 Through HAMA114 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190885",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190886",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190887",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190888",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190889",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190890",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190891",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0105A Through HBI0105H Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190892",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0105A Through HBI0105H Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190926",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190925",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138213",
+ "name": "CDISC Clinical Classification HAS-BLED Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138212",
+ "name": "CDISC Clinical Classification HAS-BLED Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130247",
+ "name": "CDISC Clinical Classification IDS-C Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130246",
+ "name": "CDISC Clinical Classification IDS-C Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182469",
+ "name": "CDISC Clinical Classification Karnofsky Performance Status Scale KPSS0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182507",
+ "name": "CDISC Clinical Classification Karnofsky Performance Status Scale KPSS0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170529",
+ "name": "CDISC Clinical Classification KDIGO-AKI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170528",
+ "name": "CDISC Clinical Classification KDIGO-AKI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130251",
+ "name": "CDISC Clinical Classification KDPI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130250",
+ "name": "CDISC Clinical Classification KDPI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112443",
+ "name": "CDISC Clinical Classification KFSS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112442",
+ "name": "CDISC Clinical Classification KFSS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100170",
+ "name": "CDISC Clinical Classification KPS Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100169",
+ "name": "CDISC Clinical Classification KPS Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182475",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182513",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182476",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182514",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182478",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182516",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182479",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182517",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182480",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS105 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182518",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS105 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182481",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS106 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182519",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS106 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182482",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS107 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182520",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS107 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182483",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS108 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182521",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS108 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182477",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS1SET1 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182515",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS1SET1 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138215",
+ "name": "CDISC Clinical Classification LPSS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138214",
+ "name": "CDISC Clinical Classification LPSS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120991",
+ "name": "CDISC Clinical Classification MELD Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120990",
+ "name": "CDISC Clinical Classification MELD Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202147",
+ "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised MTWSR101 Through MTWSR115 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202148",
+ "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised MTWSR101 Through MTWSR115 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202146",
+ "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202145",
+ "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213936",
+ "name": "CDISC Clinical Classification Model for End Stage Liver Disease - Serum Na 2008 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213935",
+ "name": "CDISC Clinical Classification Model for End Stage Liver Disease - Serum Na 2008 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190893",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190894",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190895",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190896",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190897",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190898",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190899",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190900",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190901",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI105 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190902",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI105 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190930",
+ "name": "CDISC Clinical Classification Modified Van Assche Index Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190929",
+ "name": "CDISC Clinical Classification Modified Van Assche Index Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190928",
+ "name": "CDISC Clinical Classification Montreal Classification for Crohn's Disease Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190927",
+ "name": "CDISC Clinical Classification Montreal Classification for Crohn's Disease Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111348",
+ "name": "CDISC Clinical Classification MRS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111347",
+ "name": "CDISC Clinical Classification MRS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171355",
+ "name": "CDISC Clinical Classification NEWS2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171354",
+ "name": "CDISC Clinical Classification NEWS2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119076",
+ "name": "CDISC Clinical Classification NHLBI CAD Grade Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119075",
+ "name": "CDISC Clinical Classification NHLBI CAD Grade Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120993",
+ "name": "CDISC Clinical Classification NSA-16 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120992",
+ "name": "CDISC Clinical Classification NSA-16 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132517",
+ "name": "CDISC Clinical Classification NSAA Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132516",
+ "name": "CDISC Clinical Classification NSAA Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124686",
+ "name": "CDISC Clinical Classification PANSS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124685",
+ "name": "CDISC Clinical Classification PANSS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179936",
+ "name": "CDISC Clinical Classification PASI Feldman Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179935",
+ "name": "CDISC Clinical Classification PASI Feldman Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190938",
+ "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Bozek Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190937",
+ "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Bozek Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190936",
+ "name": "CDISC Clinical Classification Psoriasis Area and Severity Index European Medical Agency Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190935",
+ "name": "CDISC Clinical Classification Psoriasis Area and Severity Index European Medical Agency Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190934",
+ "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Fredriksson Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190933",
+ "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Fredriksson Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130249",
+ "name": "CDISC Clinical Classification QIDS-C Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130248",
+ "name": "CDISC Clinical Classification QIDS-C Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171409",
+ "name": "CDISC Clinical Classification RASS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171408",
+ "name": "CDISC Clinical Classification RASS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124672",
+ "name": "CDISC Clinical Classification Reynolds CVD 10-Year Risk Score Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124671",
+ "name": "CDISC Clinical Classification Reynolds CVD 10-Year Risk Score Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190903",
+ "name": "CDISC Clinical Classification Rutgeerts Score RUTG0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190904",
+ "name": "CDISC Clinical Classification Rutgeerts Score RUTG0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190932",
+ "name": "CDISC Clinical Classification Rutgeerts Score Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190931",
+ "name": "CDISC Clinical Classification Rutgeerts Score Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171413",
+ "name": "CDISC Clinical Classification SAS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171412",
+ "name": "CDISC Clinical Classification SAS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204225",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204226",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204227",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204228",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204229",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204230",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204231",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204232",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204233",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0105 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204234",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0105 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204235",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0106 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204236",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0106 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204224",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27th March 2024 Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204223",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27th March 2024 Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176051",
+ "name": "CDISC Clinical Classification SES-CD Version 1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176050",
+ "name": "CDISC Clinical Classification SES-CD Version 1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193261",
+ "name": "CDISC Clinical Classification Tanner Scale Boy TANN0201 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193262",
+ "name": "CDISC Clinical Classification Tanner Scale Boy TANN0201 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193263",
+ "name": "CDISC Clinical Classification Tanner Scale Boy TANN0202 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193264",
+ "name": "CDISC Clinical Classification Tanner Scale Boy TANN0202 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193257",
+ "name": "CDISC Clinical Classification Tanner Scale Girl TANN0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193258",
+ "name": "CDISC Clinical Classification Tanner Scale Girl TANN0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193259",
+ "name": "CDISC Clinical Classification Tanner Scale Girl TANN0102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193260",
+ "name": "CDISC Clinical Classification Tanner Scale Girl TANN0102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124662",
+ "name": "CDISC Clinical Classification Tanner Scale-Boy Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124661",
+ "name": "CDISC Clinical Classification Tanner Scale-Boy Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124664",
+ "name": "CDISC Clinical Classification Tanner Scale-Girl Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124663",
+ "name": "CDISC Clinical Classification Tanner Scale-Girl Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106657",
+ "name": "CDISC Clinical Classification TDI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106656",
+ "name": "CDISC Clinical Classification TDI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119074",
+ "name": "CDISC Clinical Classification TIMI Thrombus Grade Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119073",
+ "name": "CDISC Clinical Classification TIMI Thrombus Grade Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154449",
+ "name": "CDISC Clinical Classification UHDRS 1999 Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154448",
+ "name": "CDISC Clinical Classification UHDRS 1999 Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100148",
+ "name": "CDISC Clinical Classification UPDRS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100147",
+ "name": "CDISC Clinical Classification UPDRS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141653",
+ "name": "CDISC Clinical Classification VALG Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141652",
+ "name": "CDISC Clinical Classification VALG Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130241",
+ "name": "CDISC Clinical Classification VLERS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130240",
+ "name": "CDISC Clinical Classification VLERS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124680",
+ "name": "CDISC Clinical Classification West Haven Criteria Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124679",
+ "name": "CDISC Clinical Classification West Haven Criteria Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124674",
+ "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Adults and Adolescents Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124673",
+ "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Adults and Adolescents Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124676",
+ "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Children Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124675",
+ "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Children Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C115302",
+ "name": "CDISC Functional Test Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C141657",
+ "name": "CDISC Functional Test 10-Meter Walk/Run Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141656",
+ "name": "CDISC Functional Test 10-Meter Walk/Run Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141663",
+ "name": "CDISC Functional Test 4-Stair Ascend Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141662",
+ "name": "CDISC Functional Test 4-Stair Ascend Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141661",
+ "name": "CDISC Functional Test 4-Stair Descend Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141660",
+ "name": "CDISC Functional Test 4-Stair Descend Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115388",
+ "name": "CDISC Functional Test 6MWT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115387",
+ "name": "CDISC Functional Test 6MWT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100132",
+ "name": "CDISC Functional Test ADAS-Cog CDISC Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100131",
+ "name": "CDISC Functional Test ADAS-Cog CDISC Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101807",
+ "name": "CDISC Functional Test ADNI AVLT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101808",
+ "name": "CDISC Functional Test ADNI AVLT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213938",
+ "name": "CDISC Functional Test Alzheimer's Disease Assessment Scale-Cognitive Date 30th June 2015 Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213937",
+ "name": "CDISC Functional Test Alzheimer's Disease Assessment Scale-Cognitive Date 30th June 2015 Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123655",
+ "name": "CDISC Functional Test AVLT-REY Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123654",
+ "name": "CDISC Functional Test AVLT-REY Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120983",
+ "name": "CDISC Functional Test BACS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120982",
+ "name": "CDISC Functional Test BACS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115304",
+ "name": "CDISC Functional Test Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150766",
+ "name": "CDISC Functional Test COWAT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150765",
+ "name": "CDISC Functional Test COWAT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150768",
+ "name": "CDISC Functional Test ERT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150767",
+ "name": "CDISC Functional Test ERT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115390",
+ "name": "CDISC Functional Test HAI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115389",
+ "name": "CDISC Functional Test HAI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166188",
+ "name": "CDISC Functional Test HD-CAB Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166187",
+ "name": "CDISC Functional Test HD-CAB Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100142",
+ "name": "CDISC Functional Test MMSE Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100141",
+ "name": "CDISC Functional Test MMSE Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150770",
+ "name": "CDISC Functional Test MMSE-2 Standard Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150769",
+ "name": "CDISC Functional Test MMSE-2 Standard Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115392",
+ "name": "CDISC Functional Test NHPT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115391",
+ "name": "CDISC Functional Test NHPT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150772",
+ "name": "CDISC Functional Test Paced Tapping Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150771",
+ "name": "CDISC Functional Test Paced Tapping Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115394",
+ "name": "CDISC Functional Test PASAT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115393",
+ "name": "CDISC Functional Test PASAT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138217",
+ "name": "CDISC Functional Test PUL 1.2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138216",
+ "name": "CDISC Functional Test PUL 1.2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138219",
+ "name": "CDISC Functional Test PUL 2.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138218",
+ "name": "CDISC Functional Test PUL 2.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166190",
+ "name": "CDISC Functional Test RFWT Version 1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166189",
+ "name": "CDISC Functional Test RFWT Version 1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141659",
+ "name": "CDISC Functional Test Rising From Floor Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141658",
+ "name": "CDISC Functional Test Rising From Floor Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115396",
+ "name": "CDISC Functional Test SDMT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115395",
+ "name": "CDISC Functional Test SDMT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170527",
+ "name": "CDISC Functional Test SPPB Version 1.2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170526",
+ "name": "CDISC Functional Test SPPB Version 1.2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115398",
+ "name": "CDISC Functional Test T25FW Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115397",
+ "name": "CDISC Functional Test T25FW Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124688",
+ "name": "CDISC Functional Test TMT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124687",
+ "name": "CDISC Functional Test TMT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115400",
+ "name": "CDISC Functional Test TUG Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115399",
+ "name": "CDISC Functional Test TUG Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C100110",
+ "name": "CDISC Questionnaire Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C199497",
+ "name": "CDISC Brief Questionnaire of Smoking Urges Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199496",
+ "name": "CDISC Brief Questionnaire of Smoking Urges Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106651",
+ "name": "CDISC Questionnaire ADCS-ADL MCI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106650",
+ "name": "CDISC Questionnaire ADCS-ADL MCI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106653",
+ "name": "CDISC Questionnaire ADCS-ADL Severe Dementia Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106652",
+ "name": "CDISC Questionnaire ADCS-ADL Severe Dementia Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105140",
+ "name": "CDISC Questionnaire ADCS-ADL Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105139",
+ "name": "CDISC Questionnaire ADCS-ADL Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103459",
+ "name": "CDISC Questionnaire ADCS-CGIC Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103458",
+ "name": "CDISC Questionnaire ADCS-CGIC Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163385",
+ "name": "CDISC Questionnaire ADSD Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163384",
+ "name": "CDISC Questionnaire ADSD Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163387",
+ "name": "CDISC Questionnaire ANSD Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163386",
+ "name": "CDISC Questionnaire ANSD Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112435",
+ "name": "CDISC Questionnaire AQ20 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112434",
+ "name": "CDISC Questionnaire AQ20 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125741",
+ "name": "CDISC Questionnaire ASEX-Female Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125740",
+ "name": "CDISC Questionnaire ASEX-Female Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125743",
+ "name": "CDISC Questionnaire ASEX-Male Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125742",
+ "name": "CDISC Questionnaire ASEX-Male Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119062",
+ "name": "CDISC Questionnaire AUDIT-C Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119061",
+ "name": "CDISC Questionnaire AUDIT-C Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119060",
+ "name": "CDISC Questionnaire AUDIT-SR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119059",
+ "name": "CDISC Questionnaire AUDIT-SR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135680",
+ "name": "CDISC Questionnaire BEBQ Concurrent Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135679",
+ "name": "CDISC Questionnaire BEBQ Concurrent Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135682",
+ "name": "CDISC Questionnaire BEBQ Retrospective Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135681",
+ "name": "CDISC Questionnaire BEBQ Retrospective Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113852",
+ "name": "CDISC Questionnaire Bladder Control Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113851",
+ "name": "CDISC Questionnaire Bladder Control Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113846",
+ "name": "CDISC Questionnaire Borg CR10 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113845",
+ "name": "CDISC Questionnaire Borg CR10 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113854",
+ "name": "CDISC Questionnaire Bowel Control Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113853",
+ "name": "CDISC Questionnaire Bowel Control Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100164",
+ "name": "CDISC Questionnaire BPI Short Form Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100163",
+ "name": "CDISC Questionnaire BPI Short Form Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100162",
+ "name": "CDISC Questionnaire BPI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100161",
+ "name": "CDISC Questionnaire BPI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106659",
+ "name": "CDISC Questionnaire C-SSRS Already Enrolled Subjects Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106658",
+ "name": "CDISC Questionnaire C-SSRS Already Enrolled Subjects Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100168",
+ "name": "CDISC Questionnaire C-SSRS Baseline Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100167",
+ "name": "CDISC Questionnaire C-SSRS Baseline Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105132",
+ "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Phase 1 Study Version 1/14/09 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105131",
+ "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Phase 1 Study Version 1/14/09 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106661",
+ "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106660",
+ "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111336",
+ "name": "CDISC Questionnaire C-SSRS Children's Baseline Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111335",
+ "name": "CDISC Questionnaire C-SSRS Children's Baseline Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111338",
+ "name": "CDISC Questionnaire C-SSRS Children's Baseline/Screening Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111337",
+ "name": "CDISC Questionnaire C-SSRS Children's Baseline/Screening Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111340",
+ "name": "CDISC Questionnaire C-SSRS Children's Since Last Visit Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111339",
+ "name": "CDISC Questionnaire C-SSRS Children's Since Last Visit Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117989",
+ "name": "CDISC Questionnaire C-SSRS Lifetime/Recent Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117988",
+ "name": "CDISC Questionnaire C-SSRS Lifetime/Recent Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113848",
+ "name": "CDISC Questionnaire C-SSRS Pediatric/Cognitively Impaired Lifetime/Recent Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113847",
+ "name": "CDISC Questionnaire C-SSRS Pediatric/Cognitively Impaired Lifetime/Recent Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111342",
+ "name": "CDISC Questionnaire C-SSRS Screening Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111341",
+ "name": "CDISC Questionnaire C-SSRS Screening Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103461",
+ "name": "CDISC Questionnaire C-SSRS Since Last Visit Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103460",
+ "name": "CDISC Questionnaire C-SSRS Since Last Visit Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100129",
+ "name": "CDISC Questionnaire Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119066",
+ "name": "CDISC Questionnaire CCQ 1 Week Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119065",
+ "name": "CDISC Questionnaire CCQ 1 Week Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119064",
+ "name": "CDISC Questionnaire CCQ 24 Hour Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119063",
+ "name": "CDISC Questionnaire CCQ 24 Hour Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176049",
+ "name": "CDISC Questionnaire CDAI Version 1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176048",
+ "name": "CDISC Questionnaire CDAI Version 1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132519",
+ "name": "CDISC Questionnaire CES Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132518",
+ "name": "CDISC Questionnaire CES Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135686",
+ "name": "CDISC Questionnaire CGI Generic Modification Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135685",
+ "name": "CDISC Questionnaire CGI Generic Modification Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117987",
+ "name": "CDISC Questionnaire CHART-SF Interview Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117986",
+ "name": "CDISC Questionnaire CHART-SF Interview Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119068",
+ "name": "CDISC Questionnaire CHART-SF Paper Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119067",
+ "name": "CDISC Questionnaire CHART-SF Paper Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179945",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179950",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179946",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179951",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179947",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179952",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179948",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179953",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179949",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0105 Through CES0107 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179954",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0105 Through CES0107 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100158",
+ "name": "CDISC Questionnaire COMM Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100157",
+ "name": "CDISC Questionnaire COMM Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101813",
+ "name": "CDISC Questionnaire COWS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101814",
+ "name": "CDISC Questionnaire COWS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120979",
+ "name": "CDISC Questionnaire CRQ-SAS First Administration Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120978",
+ "name": "CDISC Questionnaire CRQ-SAS First Administration Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120981",
+ "name": "CDISC Questionnaire CRQ-SAS Follow-Up Administration Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120980",
+ "name": "CDISC Questionnaire CRQ-SAS Follow-Up Administration Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105130",
+ "name": "CDISC Questionnaire DAD Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105129",
+ "name": "CDISC Questionnaire DAD Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C183549",
+ "name": "CDISC Questionnaire DIBSS-C Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C183548",
+ "name": "CDISC Questionnaire DIBSS-C Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119070",
+ "name": "CDISC Questionnaire DLQI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119069",
+ "name": "CDISC Questionnaire DLQI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141673",
+ "name": "CDISC Questionnaire DRRI-2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141672",
+ "name": "CDISC Questionnaire DRRI-2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161617",
+ "name": "CDISC Questionnaire EORTC QLQ-C15-PAL Version 1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161616",
+ "name": "CDISC Questionnaire EORTC QLQ-C15-PAL Version 1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161619",
+ "name": "CDISC Questionnaire EORTC QLQ-C30 Version 3 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161618",
+ "name": "CDISC Questionnaire EORTC QLQ-C30 Version 3 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170525",
+ "name": "CDISC Questionnaire EORTC QLQ-CR29 Version 2.1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170524",
+ "name": "CDISC Questionnaire EORTC QLQ-CR29 Version 2.1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172400",
+ "name": "CDISC Questionnaire EORTC QLQ-LC13 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172399",
+ "name": "CDISC Questionnaire EORTC QLQ-LC13 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132521",
+ "name": "CDISC Questionnaire EPDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132520",
+ "name": "CDISC Questionnaire EPDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127350",
+ "name": "CDISC Questionnaire EPIC-26 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127349",
+ "name": "CDISC Questionnaire EPIC-26 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127352",
+ "name": "CDISC Questionnaire EPIC-CP Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127351",
+ "name": "CDISC Questionnaire EPIC-CP Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100136",
+ "name": "CDISC Questionnaire EQ-5D-3L Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100135",
+ "name": "CDISC Questionnaire EQ-5D-3L Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101817",
+ "name": "CDISC Questionnaire EQ-5D-5L Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101818",
+ "name": "CDISC Questionnaire EQ-5D-5L Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103463",
+ "name": "CDISC Questionnaire ESS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103462",
+ "name": "CDISC Questionnaire ESS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123653",
+ "name": "CDISC Questionnaire EXACT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123652",
+ "name": "CDISC Questionnaire EXACT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125745",
+ "name": "CDISC Questionnaire Expanded DRS-PI Caregiver Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125744",
+ "name": "CDISC Questionnaire Expanded DRS-PI Caregiver Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125747",
+ "name": "CDISC Questionnaire Expanded DRS-PI Survivor Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125746",
+ "name": "CDISC Questionnaire Expanded DRS-PI Survivor Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179938",
+ "name": "CDISC Questionnaire FAACT Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179937",
+ "name": "CDISC Questionnaire FAACT Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147542",
+ "name": "CDISC Questionnaire FACIT-Dyspnea 10 Item Short Form Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147541",
+ "name": "CDISC Questionnaire FACIT-Dyspnea 10 Item Short Form Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154451",
+ "name": "CDISC Questionnaire FACIT-Dyspnea Scale 33 Item Bank Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154450",
+ "name": "CDISC Questionnaire FACIT-Dyspnea Scale 33 Item Bank Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129088",
+ "name": "CDISC Questionnaire FACIT-F Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129087",
+ "name": "CDISC Questionnaire FACIT-F Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147544",
+ "name": "CDISC Questionnaire FACIT-Fatigue 13-Item Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147543",
+ "name": "CDISC Questionnaire FACIT-Fatigue 13-Item Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C183551",
+ "name": "CDISC Questionnaire FACIT-Searchable Item Library Adult Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C183550",
+ "name": "CDISC Questionnaire FACIT-Searchable Item Library Adult Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C200915",
+ "name": "CDISC Questionnaire FACIT-Searchable Item Library Pediatric Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C200914",
+ "name": "CDISC Questionnaire FACIT-Searchable Item Library Pediatric Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129094",
+ "name": "CDISC Questionnaire FACT-B Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129093",
+ "name": "CDISC Questionnaire FACT-B Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154453",
+ "name": "CDISC Questionnaire FACT-BL Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154452",
+ "name": "CDISC Questionnaire FACT-BL Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147540",
+ "name": "CDISC Questionnaire FACT-BMT Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147539",
+ "name": "CDISC Questionnaire FACT-BMT Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179940",
+ "name": "CDISC Questionnaire FACT-BP Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179939",
+ "name": "CDISC Questionnaire FACT-BP Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150778",
+ "name": "CDISC Questionnaire FACT-BRM Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150777",
+ "name": "CDISC Questionnaire FACT-BRM Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150774",
+ "name": "CDISC Questionnaire FACT-C Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150773",
+ "name": "CDISC Questionnaire FACT-C Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166184",
+ "name": "CDISC Questionnaire FACT-COG Version 3 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166183",
+ "name": "CDISC Questionnaire FACT-COG Version 3 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127354",
+ "name": "CDISC Questionnaire FACT-G Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127353",
+ "name": "CDISC Questionnaire FACT-G Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130255",
+ "name": "CDISC Questionnaire FACT-HEP Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130254",
+ "name": "CDISC Questionnaire FACT-HEP Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150782",
+ "name": "CDISC Questionnaire FACT-L Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150781",
+ "name": "CDISC Questionnaire FACT-L Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130253",
+ "name": "CDISC Questionnaire FACT-LEU Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130252",
+ "name": "CDISC Questionnaire FACT-LEU Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130257",
+ "name": "CDISC Questionnaire FACT-LYM Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130256",
+ "name": "CDISC Questionnaire FACT-LYM Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127358",
+ "name": "CDISC Questionnaire FACT-P Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127357",
+ "name": "CDISC Questionnaire FACT-P Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150776",
+ "name": "CDISC Questionnaire FACT-Taxane Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150775",
+ "name": "CDISC Questionnaire FACT-Taxane Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150780",
+ "name": "CDISC Questionnaire FACT/GOG-NTX Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150779",
+ "name": "CDISC Questionnaire FACT/GOG-NTX Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208372",
+ "name": "CDISC Questionnaire Fagerstrom Test for Cigarette Dependence Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208371",
+ "name": "CDISC Questionnaire Fagerstrom Test for Cigarette Dependence Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193276",
+ "name": "CDISC Questionnaire Falls Efficacy Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193275",
+ "name": "CDISC Questionnaire Falls Efficacy Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112441",
+ "name": "CDISC Questionnaire FAMS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112440",
+ "name": "CDISC Questionnaire FAMS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113850",
+ "name": "CDISC Questionnaire Fatigue Severity Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113849",
+ "name": "CDISC Questionnaire Fatigue Severity Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138221",
+ "name": "CDISC Questionnaire FBRSI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138220",
+ "name": "CDISC Questionnaire FBRSI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103465",
+ "name": "CDISC Questionnaire FIQR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103464",
+ "name": "CDISC Questionnaire FIQR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138223",
+ "name": "CDISC Questionnaire FKSI-15 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138222",
+ "name": "CDISC Questionnaire FKSI-15 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150784",
+ "name": "CDISC Questionnaire FKSI-DRS Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150783",
+ "name": "CDISC Questionnaire FKSI-DRS Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138225",
+ "name": "CDISC Questionnaire FLSI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138224",
+ "name": "CDISC Questionnaire FLSI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129096",
+ "name": "CDISC Questionnaire FOSI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129095",
+ "name": "CDISC Questionnaire FOSI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100154",
+ "name": "CDISC Questionnaire FPSR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100153",
+ "name": "CDISC Questionnaire FPSR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213932",
+ "name": "CDISC Questionnaire Functional Assessment of Cancer Therapy-Melanoma Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213931",
+ "name": "CDISC Questionnaire Functional Assessment of Cancer Therapy-Melanoma Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208370",
+ "name": "CDISC Questionnaire Functional Assessment of Cancer Therapy/Gynecologic Oncology Group-Neurotoxicity Subscale Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208369",
+ "name": "CDISC Questionnaire Functional Assessment of Cancer Therapy/Gynecologic Oncology Group-Neurotoxicity Subscale Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199493",
+ "name": "CDISC Questionnaire Functional Assessment of Chronic Illness Therapy-Item GP5 Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199492",
+ "name": "CDISC Questionnaire Functional Assessment of Chronic Illness Therapy-Item GP5 Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103467",
+ "name": "CDISC Questionnaire GAD-7 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103466",
+ "name": "CDISC Questionnaire GAD-7 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163389",
+ "name": "CDISC Questionnaire GAD-7 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163388",
+ "name": "CDISC Questionnaire GAD-7 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105138",
+ "name": "CDISC Questionnaire GCGI v1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105137",
+ "name": "CDISC Questionnaire GCGI v1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106663",
+ "name": "CDISC Questionnaire GDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106662",
+ "name": "CDISC Questionnaire GDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106665",
+ "name": "CDISC Questionnaire GDS-SF Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106664",
+ "name": "CDISC Questionnaire GDS-SF Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163391",
+ "name": "CDISC Questionnaire GMSS Version Type 1 Diabetes Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163390",
+ "name": "CDISC Questionnaire GMSS Version Type 1 Diabetes Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115404",
+ "name": "CDISC Questionnaire GOSE Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115403",
+ "name": "CDISC Questionnaire GOSE Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103469",
+ "name": "CDISC Questionnaire HADS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103468",
+ "name": "CDISC Questionnaire HADS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130259",
+ "name": "CDISC Questionnaire HAM-D6 Self-Report Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130258",
+ "name": "CDISC Questionnaire HAM-D6 Self-Report Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106667",
+ "name": "CDISC Questionnaire HAQ-DI With VAS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106666",
+ "name": "CDISC Questionnaire HAQ-DI With VAS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132523",
+ "name": "CDISC Questionnaire HAQ-DI Without VAS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132522",
+ "name": "CDISC Questionnaire HAQ-DI Without VAS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163393",
+ "name": "CDISC Questionnaire HCS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163392",
+ "name": "CDISC Questionnaire HCS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174052",
+ "name": "CDISC Questionnaire IBDQ Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174051",
+ "name": "CDISC Questionnaire IBDQ Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130261",
+ "name": "CDISC Questionnaire IDS-SR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130260",
+ "name": "CDISC Questionnaire IDS-SR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103471",
+ "name": "CDISC Questionnaire IIEF Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103470",
+ "name": "CDISC Questionnaire IIEF Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113856",
+ "name": "CDISC Questionnaire Impact of Visual Impairment Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113855",
+ "name": "CDISC Questionnaire Impact of Visual Impairment Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182461",
+ "name": "CDISC Questionnaire International Prostate Symptom Score IPS0101 Through IPS0106 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182499",
+ "name": "CDISC Questionnaire International Prostate Symptom Score IPS0101 Through IPS0106 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182462",
+ "name": "CDISC Questionnaire International Prostate Symptom Score IPS0107 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182500",
+ "name": "CDISC Questionnaire International Prostate Symptom Score IPS0107 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182463",
+ "name": "CDISC Questionnaire International Prostate Symptom Score IPS0109 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182501",
+ "name": "CDISC Questionnaire International Prostate Symptom Score IPS0109 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141667",
+ "name": "CDISC Questionnaire IPAQ Long Last 7 Days Self-Administered Format Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141666",
+ "name": "CDISC Questionnaire IPAQ Long Last 7 Days Self-Administered Format Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141669",
+ "name": "CDISC Questionnaire IPAQ Long Last 7 Days Telephone Format Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141668",
+ "name": "CDISC Questionnaire IPAQ Long Last 7 Days Telephone Format Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141665",
+ "name": "CDISC Questionnaire IPAQ Short Last 7 Days Self-administered Format Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141664",
+ "name": "CDISC Questionnaire IPAQ Short Last 7 Days Self-administered Format Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141671",
+ "name": "CDISC Questionnaire IPAQ Short Last 7 Days Telephone Format Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141670",
+ "name": "CDISC Questionnaire IPAQ Short Last 7 Days Telephone Format Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C183547",
+ "name": "CDISC Questionnaire IPSS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C183546",
+ "name": "CDISC Questionnaire IPSS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193274",
+ "name": "CDISC Questionnaire Kidney Disease and Quality of Life-36 Version 1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193273",
+ "name": "CDISC Questionnaire Kidney Disease and Quality of Life-36 Version 1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135690",
+ "name": "CDISC Questionnaire LEC-5 Standard Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135689",
+ "name": "CDISC Questionnaire LEC-5 Standard Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100140",
+ "name": "CDISC Questionnaire MDS-UPDRS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100139",
+ "name": "CDISC Questionnaire MDS-UPDRS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112445",
+ "name": "CDISC Questionnaire MHIS-NACC Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112444",
+ "name": "CDISC Questionnaire MHIS-NACC Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106669",
+ "name": "CDISC Questionnaire MMRC Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106668",
+ "name": "CDISC Questionnaire MMRC Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100152",
+ "name": "CDISC Questionnaire MNSI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100151",
+ "name": "CDISC Questionnaire MNSI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213934",
+ "name": "CDISC Questionnaire Modified Cigarette Evaluation Questionnaire Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213933",
+ "name": "CDISC Questionnaire Modified Cigarette Evaluation Questionnaire Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113858",
+ "name": "CDISC Questionnaire Modified Fatigue Impact Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113857",
+ "name": "CDISC Questionnaire Modified Fatigue Impact Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115406",
+ "name": "CDISC Questionnaire MPAI-4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115405",
+ "name": "CDISC Questionnaire MPAI-4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113860",
+ "name": "CDISC Questionnaire Multiple Sclerosis Quality of Life-54 Instrument Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113859",
+ "name": "CDISC Questionnaire Multiple Sclerosis Quality of Life-54 Instrument Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208380",
+ "name": "CDISC Questionnaire National Youth Tobacco Survey 2022 Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208379",
+ "name": "CDISC Questionnaire National Youth Tobacco Survey 2022 Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129092",
+ "name": "CDISC Questionnaire NCCN-FACT FBLSI-18 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129091",
+ "name": "CDISC Questionnaire NCCN-FACT FBLSI-18 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150786",
+ "name": "CDISC Questionnaire NCCN-FACT FBRSI-24 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150785",
+ "name": "CDISC Questionnaire NCCN-FACT FBRSI-24 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150788",
+ "name": "CDISC Questionnaire NCCN-FACT FHNSI-22 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150787",
+ "name": "CDISC Questionnaire NCCN-FACT FHNSI-22 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129090",
+ "name": "CDISC Questionnaire NCCN-FACT FKSI-19 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129089",
+ "name": "CDISC Questionnaire NCCN-FACT FKSI-19 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129098",
+ "name": "CDISC Questionnaire NCCN-FACT FOSI-18 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129097",
+ "name": "CDISC Questionnaire NCCN-FACT FOSI-18 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127356",
+ "name": "CDISC Questionnaire NCCN-FACT-FPSI 17 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127355",
+ "name": "CDISC Questionnaire NCCN-FACT-FPSI 17 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100144",
+ "name": "CDISC Questionnaire NPI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100143",
+ "name": "CDISC Questionnaire NPI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103473",
+ "name": "CDISC Questionnaire NPS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103472",
+ "name": "CDISC Questionnaire NPS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154455",
+ "name": "CDISC Questionnaire NSCLC-SAQ Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154454",
+ "name": "CDISC Questionnaire NSCLC-SAQ Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103477",
+ "name": "CDISC Questionnaire OAB-q Short Form Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103476",
+ "name": "CDISC Questionnaire OAB-q Short Form Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103475",
+ "name": "CDISC Questionnaire OAB-q Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103474",
+ "name": "CDISC Questionnaire OAB-q Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199495",
+ "name": "CDISC Questionnaire Observer Global Impression Generic Modification Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199494",
+ "name": "CDISC Questionnaire Observer Global Impression Generic Modification Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103479",
+ "name": "CDISC Questionnaire ODI v2.1a Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103478",
+ "name": "CDISC Questionnaire ODI v2.1a Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163395",
+ "name": "CDISC Questionnaire PARENT-DDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163394",
+ "name": "CDISC Questionnaire PARENT-DDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163397",
+ "name": "CDISC Questionnaire PARTNER-DDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163396",
+ "name": "CDISC Questionnaire PARTNER-DDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190940",
+ "name": "CDISC Questionnaire Patient Health Questionnaire - 8 Item Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190939",
+ "name": "CDISC Questionnaire Patient Health Questionnaire - 8 Item Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213939",
+ "name": "CDISC Questionnaire Patient Health Questionnaire - 9 PHQ0101 Through PHQ0109 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213941",
+ "name": "CDISC Questionnaire Patient Health Questionnaire - 9 PHQ0101 Through PHQ0109 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213940",
+ "name": "CDISC Questionnaire Patient Health Questionnaire - 9 PHQ0110 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213942",
+ "name": "CDISC Questionnaire Patient Health Questionnaire - 9 PHQ0110 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135692",
+ "name": "CDISC Questionnaire PCL-5 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135691",
+ "name": "CDISC Questionnaire PCL-5 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112447",
+ "name": "CDISC Questionnaire PDDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112446",
+ "name": "CDISC Questionnaire PDDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147546",
+ "name": "CDISC Questionnaire Peds-FACIT-F Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147545",
+ "name": "CDISC Questionnaire Peds-FACIT-F Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138227",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Child Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138226",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Child Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138229",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent of Toddler Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138228",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent of Toddler Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138231",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Child Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138230",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Child Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138233",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Teen Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138232",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Teen Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138235",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Adults Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138234",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Adults Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138237",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Child Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138236",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Child Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138239",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Teen Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138238",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Teen Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138241",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Adult Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138240",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Adult Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138243",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Child Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138242",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Child Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138245",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Child Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138244",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Child Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138247",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent of Toddler Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138246",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent of Toddler Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138249",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Child Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138248",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Child Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138251",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Teen Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138250",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Teen Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138253",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Adults Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138252",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Adults Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138255",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Child Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138254",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Child Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138257",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Teen Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138256",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Teen Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138259",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Adult Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138258",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Adult Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138261",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Child Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138260",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Child Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204222",
+ "name": "CDISC Questionnaire Penn State Electronic Cigarette Dependence Index Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204221",
+ "name": "CDISC Questionnaire Penn State Electronic Cigarette Dependence Index Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204220",
+ "name": "CDISC Questionnaire Perianal Crohn's Disease Activity Index Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204219",
+ "name": "CDISC Questionnaire Perianal Crohn's Disease Activity Index Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135688",
+ "name": "CDISC Questionnaire PGI Generic Modification Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135687",
+ "name": "CDISC Questionnaire PGI Generic Modification Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125749",
+ "name": "CDISC Questionnaire PHQ Screener Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125748",
+ "name": "CDISC Questionnaire PHQ Screener Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103483",
+ "name": "CDISC Questionnaire PHQ-15 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103482",
+ "name": "CDISC Questionnaire PHQ-15 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157727",
+ "name": "CDISC Questionnaire PHQ-2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157726",
+ "name": "CDISC Questionnaire PHQ-2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103481",
+ "name": "CDISC Questionnaire PHQ-9 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103480",
+ "name": "CDISC Questionnaire PHQ-9 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105134",
+ "name": "CDISC Questionnaire PI v1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105133",
+ "name": "CDISC Questionnaire PI v1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135696",
+ "name": "CDISC Questionnaire PODCI Adolescent Parent-Reported Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135695",
+ "name": "CDISC Questionnaire PODCI Adolescent Parent-Reported Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135698",
+ "name": "CDISC Questionnaire PODCI Adolescent Self-Reported Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135697",
+ "name": "CDISC Questionnaire PODCI Adolescent Self-Reported Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135694",
+ "name": "CDISC Questionnaire PODCI Pediatric Parent-Reported Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135693",
+ "name": "CDISC Questionnaire PODCI Pediatric Parent-Reported Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105136",
+ "name": "CDISC Questionnaire PR v1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105135",
+ "name": "CDISC Questionnaire PR v1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179942",
+ "name": "CDISC Questionnaire PRO-CTCAE Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179941",
+ "name": "CDISC Questionnaire PRO-CTCAE Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208376",
+ "name": "CDISC Questionnaire PROMIS Item Bank v1.0 - Sleep Disturbance - Short Form 4a Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208375",
+ "name": "CDISC Questionnaire PROMIS Item Bank v1.0 - Sleep Disturbance - Short Form 4a Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208374",
+ "name": "CDISC Questionnaire PROMIS Item Bank v2.0 - Cognitive Function - Abilities Subset - Short Form 6a Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208373",
+ "name": "CDISC Questionnaire PROMIS Item Bank v2.0 - Cognitive Function - Abilities Subset - Short Form 6a Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202144",
+ "name": "CDISC Questionnaire PROMIS Item Bank Version 1.0 Fatigue Short Form 7a Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202143",
+ "name": "CDISC Questionnaire PROMIS Item Bank Version 1.0 Fatigue Short Form 7a Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202142",
+ "name": "CDISC Questionnaire PROMIS Item Bank Version 2.0 Cognitive Function Short Form 6a Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202141",
+ "name": "CDISC Questionnaire PROMIS Item Bank Version 2.0 Cognitive Function Short Form 6a Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208378",
+ "name": "CDISC Questionnaire PROMIS-29 Profile Version 2.1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208377",
+ "name": "CDISC Questionnaire PROMIS-29 Profile Version 2.1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127360",
+ "name": "CDISC Questionnaire PROSQOLI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127359",
+ "name": "CDISC Questionnaire PROSQOLI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130265",
+ "name": "CDISC Questionnaire Q-LES-Q Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130264",
+ "name": "CDISC Questionnaire Q-LES-Q Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130267",
+ "name": "CDISC Questionnaire Q-LES-Q-SF Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130266",
+ "name": "CDISC Questionnaire Q-LES-Q-SF Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130263",
+ "name": "CDISC Questionnaire QIDS-SR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130262",
+ "name": "CDISC Questionnaire QIDS-SR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113862",
+ "name": "CDISC Questionnaire RAND 36-Item Health Survey 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113861",
+ "name": "CDISC Questionnaire RAND 36-Item Health Survey 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135700",
+ "name": "CDISC Questionnaire RAND Social Support Survey Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135699",
+ "name": "CDISC Questionnaire RAND Social Support Survey Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100166",
+ "name": "CDISC Questionnaire RDQ Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100165",
+ "name": "CDISC Questionnaire RDQ Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119072",
+ "name": "CDISC Questionnaire RPQ Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119071",
+ "name": "CDISC Questionnaire RPQ Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111350",
+ "name": "CDISC Questionnaire SDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111349",
+ "name": "CDISC Questionnaire SDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177710",
+ "name": "CDISC Questionnaire SF10 v1.0 Children Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177709",
+ "name": "CDISC Questionnaire SF10 v1.0 Children Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177712",
+ "name": "CDISC Questionnaire SF10 v1.0 Children Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177711",
+ "name": "CDISC Questionnaire SF10 v1.0 Children Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177714",
+ "name": "CDISC Questionnaire SF12 v1.0 Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177713",
+ "name": "CDISC Questionnaire SF12 v1.0 Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177716",
+ "name": "CDISC Questionnaire SF12 v1.0 Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177715",
+ "name": "CDISC Questionnaire SF12 v1.0 Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177718",
+ "name": "CDISC Questionnaire SF12 v2.0 Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177717",
+ "name": "CDISC Questionnaire SF12 v2.0 Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177720",
+ "name": "CDISC Questionnaire SF12 v2.0 Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177719",
+ "name": "CDISC Questionnaire SF12 v2.0 Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101823",
+ "name": "CDISC Questionnaire SF36 v1.0 Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101824",
+ "name": "CDISC Questionnaire SF36 v1.0 Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100174",
+ "name": "CDISC Questionnaire SF36 v1.0 Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100173",
+ "name": "CDISC Questionnaire SF36 v1.0 Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101884",
+ "name": "CDISC Questionnaire SF36 v2.0 Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101825",
+ "name": "CDISC Questionnaire SF36 v2.0 Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101826",
+ "name": "CDISC Questionnaire SF36 v2.0 Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101827",
+ "name": "CDISC Questionnaire SF36 v2.0 Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185740",
+ "name": "CDISC Questionnaire SF6D Version 2.0 Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185739",
+ "name": "CDISC Questionnaire SF6D Version 2.0 Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185742",
+ "name": "CDISC Questionnaire SF6D Version 2.0 Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185741",
+ "name": "CDISC Questionnaire SF6D Version 2.0 Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177706",
+ "name": "CDISC Questionnaire SF8 v1.0 Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177705",
+ "name": "CDISC Questionnaire SF8 v1.0 Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177708",
+ "name": "CDISC Questionnaire SF8 v1.0 Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177707",
+ "name": "CDISC Questionnaire SF8 v1.0 Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112449",
+ "name": "CDISC Questionnaire SGRQ Past 3 Months Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112448",
+ "name": "CDISC Questionnaire SGRQ Past 3 Months Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112451",
+ "name": "CDISC Questionnaire SGRQ Past 4 Weeks Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112450",
+ "name": "CDISC Questionnaire SGRQ Past 4 Weeks Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106671",
+ "name": "CDISC Questionnaire SGRQ-C Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106670",
+ "name": "CDISC Questionnaire SGRQ-C Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100156",
+ "name": "CDISC Questionnaire Short-Form MPQ-2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100155",
+ "name": "CDISC Questionnaire Short-Form MPQ-2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150790",
+ "name": "CDISC Questionnaire SIQ Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150789",
+ "name": "CDISC Questionnaire SIQ Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150792",
+ "name": "CDISC Questionnaire SIQ-JR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150791",
+ "name": "CDISC Questionnaire SIQ-JR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103485",
+ "name": "CDISC Questionnaire SIQR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103484",
+ "name": "CDISC Questionnaire SIQR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154457",
+ "name": "CDISC Questionnaire SMDDS Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154456",
+ "name": "CDISC Questionnaire SMDDS Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100160",
+ "name": "CDISC Questionnaire SOAPP-R Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100159",
+ "name": "CDISC Questionnaire SOAPP-R Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101828",
+ "name": "CDISC Questionnaire SOWS Subjective Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101829",
+ "name": "CDISC Questionnaire SOWS Subjective Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187462",
+ "name": "CDISC Questionnaire Stanford Sleepiness Scale SSS0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187463",
+ "name": "CDISC Questionnaire Stanford Sleepiness Scale SSS0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187454",
+ "name": "CDISC Questionnaire Stanford Sleepiness Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187453",
+ "name": "CDISC Questionnaire Stanford Sleepiness Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115408",
+ "name": "CDISC Questionnaire SWLS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115407",
+ "name": "CDISC Questionnaire SWLS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161621",
+ "name": "CDISC Questionnaire T1-DDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161620",
+ "name": "CDISC Questionnaire T1-DDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147548",
+ "name": "CDISC Questionnaire TSCC Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147547",
+ "name": "CDISC Questionnaire TSCC Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147550",
+ "name": "CDISC Questionnaire TSCYC Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147549",
+ "name": "CDISC Questionnaire TSCYC Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132525",
+ "name": "CDISC Questionnaire TSQM Version 1.4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132524",
+ "name": "CDISC Questionnaire TSQM Version 1.4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103489",
+ "name": "CDISC Questionnaire UPS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103488",
+ "name": "CDISC Questionnaire UPS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112453",
+ "name": "CDISC Questionnaire VFQ25-Interviewer Administered Format Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112452",
+ "name": "CDISC Questionnaire VFQ25-Interviewer Administered Format Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112455",
+ "name": "CDISC Questionnaire VFQ25-Self Administered Format Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112454",
+ "name": "CDISC Questionnaire VFQ25-Self Administered Format Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190942",
+ "name": "CDISC Questionnaire Voice Handicap Index Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190941",
+ "name": "CDISC Questionnaire Voice Handicap Index Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130281",
+ "name": "CDISC Questionnaire WHODAS 2.0 12+24-item Version Interviewer-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130280",
+ "name": "CDISC Questionnaire WHODAS 2.0 12+24-item Version Interviewer-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130275",
+ "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Interviewer-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130274",
+ "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Interviewer-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130277",
+ "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Proxy-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130276",
+ "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Proxy-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130279",
+ "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Self-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130278",
+ "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Self-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130269",
+ "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Interviewer-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130268",
+ "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Interviewer-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130271",
+ "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Proxy-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130270",
+ "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Proxy-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130273",
+ "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Self-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130272",
+ "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Self-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166186",
+ "name": "CDISC Questionnaire WPAI-GH Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166185",
+ "name": "CDISC Questionnaire WPAI-GH Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100176",
+ "name": "CDISC Questionnaire WPAI:SHP v2.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100175",
+ "name": "CDISC Questionnaire WPAI:SHP v2.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C189265",
+ "name": "CDISC SDTM Accountable Party Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66767",
+ "name": "CDISC SDTM Action Taken with Study Treatment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204420",
+ "name": "CDISC SDTM Action Taken with Tobacco Product Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101865",
+ "name": "CDISC SDTM Acute Coronary Syndrome Presentation Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132311",
+ "name": "CDISC SDTM Administration Technique Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66768",
+ "name": "CDISC SDTM Adverse Event Outcome Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66781",
+ "name": "CDISC SDTM Age Unit Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135012",
+ "name": "CDISC SDTM AJCC Tumor Grade Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C74456",
+ "name": "CDISC SDTM Anatomical Location Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120521",
+ "name": "CDISC SDTM Anti-Viral Outcome of Treatment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119020",
+ "name": "CDISC SDTM ARC Coronary Stent Thrombosis Grade Responses Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119019",
+ "name": "CDISC SDTM ARC Coronary Stent Thrombosis Timing Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C142179",
+ "name": "CDISC SDTM Arm Null Reason Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132313",
+ "name": "CDISC SDTM Asthma Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132312",
+ "name": "CDISC SDTM Asthma Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190863",
+ "name": "CDISC SDTM Auricular Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190862",
+ "name": "CDISC SDTM Auricular Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181169",
+ "name": "CDISC SDTM Binding Agent for Immunogenicity Tests Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124300",
+ "name": "CDISC SDTM Biospecimen Characteristics Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124299",
+ "name": "CDISC SDTM Biospecimen Characteristics Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124297",
+ "name": "CDISC SDTM Biospecimen Events Dictionary Derived Term Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71148",
+ "name": "CDISC SDTM Body Position Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125923",
+ "name": "CDISC SDTM BRIDG Activity Mood Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101859",
+ "name": "CDISC SDTM Cardiac Procedure Indication Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101866",
+ "name": "CDISC SDTM Cardiac Rhythm Device Failure Manifestation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119016",
+ "name": "CDISC SDTM Cardiovascular Findings About Results Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119015",
+ "name": "CDISC SDTM Cardiovascular Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119014",
+ "name": "CDISC SDTM Cardiovascular Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101847",
+ "name": "CDISC SDTM Cardiovascular Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101846",
+ "name": "CDISC SDTM Cardiovascular Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127263",
+ "name": "CDISC SDTM Case Finding Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181171",
+ "name": "CDISC SDTM Category for Cell Phenotyping Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C74558",
+ "name": "CDISC SDTM Category For Disposition Event Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66797",
+ "name": "CDISC SDTM Category for Inclusion And Or Exclusion Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204424",
+ "name": "CDISC SDTM Category of Ingredient Quantities by Component Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124298",
+ "name": "CDISC SDTM Category of Oncology Response Assessment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204429",
+ "name": "CDISC SDTM Category of Product Testing Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204434",
+ "name": "CDISC SDTM Category of Tobacco Products Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150812",
+ "name": "CDISC SDTM CDAD Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150813",
+ "name": "CDISC SDTM CDAD Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181173",
+ "name": "CDISC SDTM Cell Phenotyping Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181174",
+ "name": "CDISC SDTM Cell Phenotyping Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181172",
+ "name": "CDISC SDTM Cell State Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213531",
+ "name": "CDISC SDTM Clinical Status of Disease Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128690",
+ "name": "CDISC SDTM Collected Ethnicity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128689",
+ "name": "CDISC SDTM Collected Race Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177908",
+ "name": "CDISC SDTM Collected Summarized Value Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187681",
+ "name": "CDISC SDTM Commercial Sponsor Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101838",
+ "name": "CDISC SDTM Consensus Cardiac Classification Systems Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101837",
+ "name": "CDISC SDTM Consensus Cardiac Classification Systems Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102575",
+ "name": "CDISC SDTM Contact Case Investigation Contact Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127257",
+ "name": "CDISC SDTM Contact Role for Clinical Study Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66785",
+ "name": "CDISC SDTM Control Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C122007",
+ "name": "CDISC SDTM COPD Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C122006",
+ "name": "CDISC SDTM COPD Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101843",
+ "name": "CDISC SDTM Coronary Artery Disease Presentation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101849",
+ "name": "CDISC SDTM Coronary Artery Disease Risk Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101844",
+ "name": "CDISC SDTM Coronary Artery Disease Symptoms Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101860",
+ "name": "CDISC SDTM Coronary Artery Dominance Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119017",
+ "name": "CDISC SDTM Coronary Thrombus TIMI Grade Responses Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101850",
+ "name": "CDISC SDTM Coronary Vessel Disease Extent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171443",
+ "name": "CDISC SDTM COVID-19 Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171442",
+ "name": "CDISC SDTM COVID-19 Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174223",
+ "name": "CDISC SDTM Crohn's Disease Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174224",
+ "name": "CDISC SDTM Crohn's Disease Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127264",
+ "name": "CDISC SDTM Culture Medium Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C116108",
+ "name": "CDISC SDTM Death Diagnosis Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C116107",
+ "name": "CDISC SDTM Death Diagnosis Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111110",
+ "name": "CDISC SDTM Device Events Action Taken with Device Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111109",
+ "name": "CDISC SDTM Device Events Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106480",
+ "name": "CDISC SDTM Device Identifier Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106481",
+ "name": "CDISC SDTM Device Identifier Parameter Short Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111111",
+ "name": "CDISC SDTM Device Properties Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111112",
+ "name": "CDISC SDTM Device Properties Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112037",
+ "name": "CDISC SDTM Device Tracking and Disposition Event Dictionary Derived Term Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129938",
+ "name": "CDISC SDTM Device-In-Use Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106483",
+ "name": "CDISC SDTM Device-In-Use Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106482",
+ "name": "CDISC SDTM Device-In-Use Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101857",
+ "name": "CDISC SDTM Diabetes Therapy Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129940",
+ "name": "CDISC SDTM Diabetic Kidney Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129939",
+ "name": "CDISC SDTM Diabetic Kidney Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99074",
+ "name": "CDISC SDTM Directionality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101863",
+ "name": "CDISC SDTM Discharge Disposition Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102578",
+ "name": "CDISC SDTM Disease Outcome Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127268",
+ "name": "CDISC SDTM Disease Presentation Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66726",
+ "name": "CDISC SDTM Dosage Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78732",
+ "name": "CDISC SDTM Drug Accountability Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78731",
+ "name": "CDISC SDTM Drug Accountability Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102577",
+ "name": "CDISC SDTM Drug Resistance Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C139018",
+ "name": "CDISC SDTM Duchenne Muscular Dystrophy Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C139019",
+ "name": "CDISC SDTM Duchenne Muscular Dystrophy Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132316",
+ "name": "CDISC SDTM Ebola Virus Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132315",
+ "name": "CDISC SDTM Ebola Virus Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71150",
+ "name": "CDISC SDTM ECG Finding Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172333",
+ "name": "CDISC SDTM ECG Read Method Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C184331",
+ "name": "CDISC SDTM ECG T Wave Offset Method Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71153",
+ "name": "CDISC SDTM ECG Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71151",
+ "name": "CDISC SDTM ECG Test Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71152",
+ "name": "CDISC SDTM ECG Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90013",
+ "name": "CDISC SDTM Electrocardiogram Lead Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111108",
+ "name": "CDISC SDTM Employment Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127262",
+ "name": "CDISC SDTM Environmental Setting Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204421",
+ "name": "CDISC SDTM Environmental Storage Conditions Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204422",
+ "name": "CDISC SDTM Environmental Storage Conditions Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99079",
+ "name": "CDISC SDTM Epoch Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66790",
+ "name": "CDISC SDTM Ethnic Group Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78735",
+ "name": "CDISC SDTM Evaluator Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160926",
+ "name": "CDISC SDTM FDA Technical Specification Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101832",
+ "name": "CDISC SDTM Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101833",
+ "name": "CDISC SDTM Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71113",
+ "name": "CDISC SDTM Frequency Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128682",
+ "name": "CDISC SDTM Gastrointestinal Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128681",
+ "name": "CDISC SDTM Gastrointestinal Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C209289",
+ "name": "CDISC SDTM Gender Identity Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111114",
+ "name": "CDISC SDTM Genetic Sample Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181181",
+ "name": "CDISC SDTM Genomic Findings Analytical Method Calculation Formula Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181178",
+ "name": "CDISC SDTM Genomic Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181180",
+ "name": "CDISC SDTM Genomic Findings Test Detail Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181179",
+ "name": "CDISC SDTM Genomic Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181177",
+ "name": "CDISC SDTM Genomic Inheritability Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181176",
+ "name": "CDISC SDTM Genomic Symbol Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117737",
+ "name": "CDISC SDTM Graft Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171444",
+ "name": "CDISC SDTM Health Care Encounters Dictionary Derived Term Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C184330",
+ "name": "CDISC SDTM Holter ECG Read Method Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120522",
+ "name": "CDISC SDTM Holter ECG Results Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120523",
+ "name": "CDISC SDTM Holter ECG Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120524",
+ "name": "CDISC SDTM Holter ECG Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120525",
+ "name": "CDISC SDTM Immunogenicity Specimen Assessments Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120526",
+ "name": "CDISC SDTM Immunogenicity Specimen Assessments Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189267",
+ "name": "CDISC SDTM Immunogenicity Specimen Test Details Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160924",
+ "name": "CDISC SDTM Implementation Guide Version Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204423",
+ "name": "CDISC SDTM Ingredient Complexity Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170445",
+ "name": "CDISC SDTM Integumentary System Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170444",
+ "name": "CDISC SDTM Integumentary System Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C209288",
+ "name": "CDISC SDTM Intersex Diagnosis Indicator Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99076",
+ "name": "CDISC SDTM Intervention Model Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99078",
+ "name": "CDISC SDTM Intervention Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101840",
+ "name": "CDISC SDTM Killip Class Responses Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160922",
+ "name": "CDISC SDTM Laboratory Analytical Method Calculation Formula Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C65047",
+ "name": "CDISC SDTM Laboratory Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C67154",
+ "name": "CDISC SDTM Laboratory Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102580",
+ "name": "CDISC SDTM Laboratory Test Standard Character Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99073",
+ "name": "CDISC SDTM Laterality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101862",
+ "name": "CDISC SDTM Lead Abnormality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101867",
+ "name": "CDISC SDTM Lead Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101868",
+ "name": "CDISC SDTM Left Ventricular Ejection Fraction Measurement Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101861",
+ "name": "CDISC SDTM Lesion Complexity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101851",
+ "name": "CDISC SDTM Location of Most Severe Stenosis Within a Graft Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202306",
+ "name": "CDISC SDTM London Deauville Criteria Point Scale 2014 Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154687",
+ "name": "CDISC SDTM Lung Cancer Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154688",
+ "name": "CDISC SDTM Lung Cancer Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132320",
+ "name": "CDISC SDTM Malaria Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132319",
+ "name": "CDISC SDTM Malaria Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C76348",
+ "name": "CDISC SDTM Marital Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101845",
+ "name": "CDISC SDTM Mechanical Circulatory Support Placement Timing Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96777",
+ "name": "CDISC SDTM Medical Evaluator Identifier Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124301",
+ "name": "CDISC SDTM Medical History Event Date Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185847",
+ "name": "CDISC SDTM Menopause Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85492",
+ "name": "CDISC SDTM Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102581",
+ "name": "CDISC SDTM Microbial Identification Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174225",
+ "name": "CDISC SDTM Microbiology Findings Test Details Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128688",
+ "name": "CDISC SDTM Microbiology Susceptibility Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128687",
+ "name": "CDISC SDTM Microbiology Susceptibility Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213530",
+ "name": "CDISC SDTM Microbiology Susceptibility Test Standard Character Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120527",
+ "name": "CDISC SDTM Microbiology Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120528",
+ "name": "CDISC SDTM Microbiology Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85491",
+ "name": "CDISC SDTM Microorganism Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132263",
+ "name": "CDISC SDTM Microscopic Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125922",
+ "name": "CDISC SDTM Microscopic Findings Test Detail Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132262",
+ "name": "CDISC SDTM Microscopic Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181165",
+ "name": "CDISC SDTM Mode of Delivery Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127265",
+ "name": "CDISC SDTM Mode of Disease Transmission Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171445",
+ "name": "CDISC SDTM Mode of Subject Contact Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160923",
+ "name": "CDISC SDTM Model Version ResponseTerminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117741",
+ "name": "CDISC SDTM Multiple Sclerosis Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117740",
+ "name": "CDISC SDTM Multiple Sclerosis Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127269",
+ "name": "CDISC SDTM Musculoskeletal System Finding Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127270",
+ "name": "CDISC SDTM Musculoskeletal System Finding Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C116104",
+ "name": "CDISC SDTM Nervous System Physiology Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C116103",
+ "name": "CDISC SDTM Nervous System Physiology Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78738",
+ "name": "CDISC SDTM Never/Current/Former Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101839",
+ "name": "CDISC SDTM New York Heart Association Class Responses Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119018",
+ "name": "CDISC SDTM NHLBI Coronary Artery Dissection Grade Responses Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179591",
+ "name": "CDISC SDTM Non-host Organism Identifiers Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179590",
+ "name": "CDISC SDTM Non-host Organism Identifiers Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101855",
+ "name": "CDISC SDTM Non-system Reason for PCI Delay Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101834",
+ "name": "CDISC SDTM Normal Abnormal Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66789",
+ "name": "CDISC SDTM Not Done Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213529",
+ "name": "CDISC SDTM Nottingham Grading Scale Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154685",
+ "name": "CDISC SDTM Nutrition Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154686",
+ "name": "CDISC SDTM Nutrition Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127259",
+ "name": "CDISC SDTM Observational Study Model Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127260",
+ "name": "CDISC SDTM Observational Study Sampling Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127261",
+ "name": "CDISC SDTM Observational Study Time Perspective Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117743",
+ "name": "CDISC SDTM Ophthalmic Exam Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117742",
+ "name": "CDISC SDTM Ophthalmic Exam Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119013",
+ "name": "CDISC SDTM Ophthalmic Focus of Study Specific Interest Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150811",
+ "name": "CDISC SDTM Other Disposition Event Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179592",
+ "name": "CDISC SDTM Pancreatic Cancer Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179593",
+ "name": "CDISC SDTM Pancreatic Cancer Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190865",
+ "name": "CDISC SDTM Pediatric Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190864",
+ "name": "CDISC SDTM Pediatric Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85493",
+ "name": "CDISC SDTM Pharmacokinetic Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85839",
+ "name": "CDISC SDTM Pharmacokinetic Parameter Short Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85494",
+ "name": "CDISC SDTM Pharmacokinetic Parameter Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C95121",
+ "name": "CDISC SDTM Physical Properties Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C95120",
+ "name": "CDISC SDTM Physical Properties Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172330",
+ "name": "CDISC SDTM PK Analytical Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128684",
+ "name": "CDISC SDTM PK Unit of Measure Gram Weight Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128683",
+ "name": "CDISC SDTM PK Unit of Measure Kilogram Weight Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128686",
+ "name": "CDISC SDTM PK Unit of Measure Microgram Dose Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128685",
+ "name": "CDISC SDTM PK Unit of Measure Milligram Dose Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99075",
+ "name": "CDISC SDTM Portion/Totality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102582",
+ "name": "CDISC SDTM Priority of Tuberculosis Contact Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101858",
+ "name": "CDISC SDTM Procedure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101856",
+ "name": "CDISC SDTM Procedure Urgency Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C114118",
+ "name": "CDISC SDTM Protocol Milestone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101848",
+ "name": "CDISC SDTM Protocol Risk Assessment Response Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170447",
+ "name": "CDISC SDTM Psoriasis Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170446",
+ "name": "CDISC SDTM Psoriasis Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158113",
+ "name": "CDISC SDTM QRS Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C74457",
+ "name": "CDISC SDTM Race Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101864",
+ "name": "CDISC SDTM Reason Coronary Sinus Access or Left Ventricular Lead Not Implanted Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66727",
+ "name": "CDISC SDTM Reason for Non-Completion Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102583",
+ "name": "CDISC SDTM Reason for Treatment Interruption Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102584",
+ "name": "CDISC SDTM Reason For Treatment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78736",
+ "name": "CDISC SDTM Reference Range Indicator",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66728",
+ "name": "CDISC SDTM Relation to Reference Period Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100130",
+ "name": "CDISC SDTM Relationship to Subject Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78737",
+ "name": "CDISC SDTM Relationship Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106479",
+ "name": "CDISC SDTM Reproductive System Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106478",
+ "name": "CDISC SDTM Reproductive System Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111106",
+ "name": "CDISC SDTM Respiratory Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111107",
+ "name": "CDISC SDTM Respiratory Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177910",
+ "name": "CDISC SDTM Result Scale Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179588",
+ "name": "CDISC SDTM Result Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66729",
+ "name": "CDISC SDTM Route of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124302",
+ "name": "CDISC SDTM Schizophrenia Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124303",
+ "name": "CDISC SDTM Schizophrenia Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189266",
+ "name": "CDISC SDTM SDTMIG Medical Device Version Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66769",
+ "name": "CDISC SDTM Severity Intensity Scale for Adverse Event Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165643",
+ "name": "CDISC SDTM Severity Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C209287",
+ "name": "CDISC SDTM Sex Assigned At Birth Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66731",
+ "name": "CDISC SDTM Sex of Individual Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66732",
+ "name": "CDISC SDTM Sex of Study Group Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C209290",
+ "name": "CDISC SDTM Sexual Orientation Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66733",
+ "name": "CDISC SDTM Size Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C76351",
+ "name": "CDISC SDTM Skin Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112024",
+ "name": "CDISC SDTM Skin Response Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112023",
+ "name": "CDISC SDTM Skin Response Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C74561",
+ "name": "CDISC SDTM Skin Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102587",
+ "name": "CDISC SDTM Social Risk Factor Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132314",
+ "name": "CDISC SDTM Specimen Collection Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78733",
+ "name": "CDISC SDTM Specimen Condition Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78734",
+ "name": "CDISC SDTM Specimen Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99077",
+ "name": "CDISC SDTM Study Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170443",
+ "name": "CDISC SDTM Subcategory for Disposition Event Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C74559",
+ "name": "CDISC SDTM Subject Characteristic Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103330",
+ "name": "CDISC SDTM Subject Characteristic Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124304",
+ "name": "CDISC SDTM Subject Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124305",
+ "name": "CDISC SDTM Subject Status Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124306",
+ "name": "CDISC SDTM Subject Status Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66734",
+ "name": "CDISC SDTM Submission Domain Abbreviation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101852",
+ "name": "CDISC SDTM Sudden Death Syndrome Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102579",
+ "name": "CDISC SDTM Supporting Evidence for Re-Treatment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179589",
+ "name": "CDISC SDTM Test Method Sensitivity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101841",
+ "name": "CDISC SDTM Thrombolysis in Myocardial Infarction Flow Responses Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204430",
+ "name": "CDISC SDTM Tobacco Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204431",
+ "name": "CDISC SDTM Tobacco Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204425",
+ "name": "CDISC SDTM Tobacco Product Design Parameters Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204426",
+ "name": "CDISC SDTM Tobacco Product Design Parameters Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204418",
+ "name": "CDISC SDTM Tobacco Product Testing Specimen Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204427",
+ "name": "CDISC SDTM Tobacco Product Testing Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204428",
+ "name": "CDISC SDTM Tobacco Product Testing Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204432",
+ "name": "CDISC SDTM Tobacco Products Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204433",
+ "name": "CDISC SDTM Tobacco Products Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204419",
+ "name": "CDISC SDTM Tobacco Study Completion/Reason for Non-Completion Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124307",
+ "name": "CDISC SDTM Treatment Intent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124308",
+ "name": "CDISC SDTM Treatment Setting Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66735",
+ "name": "CDISC SDTM Trial Blinding Schema Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66736",
+ "name": "CDISC SDTM Trial Indication Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66737",
+ "name": "CDISC SDTM Trial Phase Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C67152",
+ "name": "CDISC SDTM Trial Summary Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66738",
+ "name": "CDISC SDTM Trial Summary Parameter Short Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66739",
+ "name": "CDISC SDTM Trial Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127266",
+ "name": "CDISC SDTM Tuberculosis Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127267",
+ "name": "CDISC SDTM Tuberculosis Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123650",
+ "name": "CDISC SDTM Tumor and Lesion Identification Test Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96784",
+ "name": "CDISC SDTM Tumor Identification Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96783",
+ "name": "CDISC SDTM Tumor Identification Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96779",
+ "name": "CDISC SDTM Tumor or Lesion Properties Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96778",
+ "name": "CDISC SDTM Tumor or Lesion Properties Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124309",
+ "name": "CDISC SDTM Tumor or Lesion Properties Test Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96782",
+ "name": "CDISC SDTM Tumor Response Assessment Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96781",
+ "name": "CDISC SDTM Tumor Response Assessment Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96785",
+ "name": "CDISC SDTM Tumor Response Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163027",
+ "name": "CDISC SDTM Type 1 Diabetes Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163028",
+ "name": "CDISC SDTM Type 1 Diabetes Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66770",
+ "name": "CDISC SDTM Unit for Vital Sign Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71620",
+ "name": "CDISC SDTM Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129942",
+ "name": "CDISC SDTM Urinary System Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129941",
+ "name": "CDISC SDTM Urinary System Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102590",
+ "name": "CDISC SDTM Vaccination Evidence Source Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C142187",
+ "name": "CDISC SDTM Vaccines Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C142189",
+ "name": "CDISC SDTM Vaccines Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66741",
+ "name": "CDISC SDTM Vital Sign Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C67153",
+ "name": "CDISC SDTM Vital Sign Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117746",
+ "name": "CDISC SDTM West Haven Hepatic Encephalopathy Grade Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66742",
+ "name": "CDISC SDTM Yes No Unknown or Not Applicable Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90018",
+ "name": "CDISC SEND Consciousness State Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181175",
+ "name": "CDISC Test Condition Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181170",
+ "name": "CDISC Test Operational Objective Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160925",
+ "name": "CDISC Therapeutic Area User Guide Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C77526",
+ "name": "CDISC SEND Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C177911",
+ "name": "CDISC Define-XML Specification Version Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66781",
+ "name": "CDISC SDTM Age Unit Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C74456",
+ "name": "CDISC SDTM Anatomical Location Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71148",
+ "name": "CDISC SDTM Body Position Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177908",
+ "name": "CDISC SDTM Collected Summarized Value Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106483",
+ "name": "CDISC SDTM Device-In-Use Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106482",
+ "name": "CDISC SDTM Device-In-Use Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99074",
+ "name": "CDISC SDTM Directionality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66726",
+ "name": "CDISC SDTM Dosage Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71150",
+ "name": "CDISC SDTM ECG Finding Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71153",
+ "name": "CDISC SDTM ECG Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71151",
+ "name": "CDISC SDTM ECG Test Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71152",
+ "name": "CDISC SDTM ECG Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90013",
+ "name": "CDISC SDTM Electrocardiogram Lead Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71113",
+ "name": "CDISC SDTM Frequency Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C65047",
+ "name": "CDISC SDTM Laboratory Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C67154",
+ "name": "CDISC SDTM Laboratory Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99073",
+ "name": "CDISC SDTM Laterality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66789",
+ "name": "CDISC SDTM Not Done Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85493",
+ "name": "CDISC SDTM Pharmacokinetic Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85839",
+ "name": "CDISC SDTM Pharmacokinetic Parameter Short Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85494",
+ "name": "CDISC SDTM Pharmacokinetic Parameter Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C95121",
+ "name": "CDISC SDTM Physical Properties Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C95120",
+ "name": "CDISC SDTM Physical Properties Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128684",
+ "name": "CDISC SDTM PK Unit of Measure Gram Weight Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128683",
+ "name": "CDISC SDTM PK Unit of Measure Kilogram Weight Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128686",
+ "name": "CDISC SDTM PK Unit of Measure Microgram Dose Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128685",
+ "name": "CDISC SDTM PK Unit of Measure Milligram Dose Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99075",
+ "name": "CDISC SDTM Portion/Totality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78737",
+ "name": "CDISC SDTM Relationship Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66729",
+ "name": "CDISC SDTM Route of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66731",
+ "name": "CDISC SDTM Sex of Individual Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66732",
+ "name": "CDISC SDTM Sex of Study Group Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78733",
+ "name": "CDISC SDTM Specimen Condition Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66770",
+ "name": "CDISC SDTM Unit for Vital Sign Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71620",
+ "name": "CDISC SDTM Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66741",
+ "name": "CDISC SDTM Vital Sign Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C67153",
+ "name": "CDISC SDTM Vital Sign Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66742",
+ "name": "CDISC SDTM Yes No Unknown or Not Applicable Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158118",
+ "name": "CDISC SEND Age Estimation Method Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158119",
+ "name": "CDISC SEND Biological Challenge Agent Category Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C77529",
+ "name": "CDISC SEND Biospecimens Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160927",
+ "name": "CDISC SEND Body Irradiation Model Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C88026",
+ "name": "CDISC SEND Body System Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89960",
+ "name": "CDISC SEND Body Weight Gain Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89959",
+ "name": "CDISC SEND Body Weight Gain Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89962",
+ "name": "CDISC SEND Body Weight Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89961",
+ "name": "CDISC SEND Body Weight Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120532",
+ "name": "CDISC SEND Cardiovascular Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120533",
+ "name": "CDISC SEND Cardiovascular Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89963",
+ "name": "CDISC SEND Category for Clinical Observation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158120",
+ "name": "CDISC SEND Challenge Agent Category Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158116",
+ "name": "CDISC SEND Challenge Agent Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158117",
+ "name": "CDISC SEND Challenge Agent Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160930",
+ "name": "CDISC SEND Chemical Challenge Agent Name Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120529",
+ "name": "CDISC SEND Chronicity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90018",
+ "name": "CDISC SEND Consciousness State Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C184332",
+ "name": "CDISC SEND Control Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66786",
+ "name": "CDISC SEND Country Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89966",
+ "name": "CDISC SEND Death Diagnosis Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89965",
+ "name": "CDISC SEND Death Diagnosis Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C197997",
+ "name": "CDISC SEND Developmental Milestone Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C197996",
+ "name": "CDISC SEND Developmental Milestone Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120530",
+ "name": "CDISC SEND Distribution Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111113",
+ "name": "CDISC SEND Domain Abbreviation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90012",
+ "name": "CDISC SEND Electrocardiogram Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185849",
+ "name": "CDISC SEND Epoch Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160929",
+ "name": "CDISC SEND Expected Onset of Rad/Nuc Targeted Injury Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124311",
+ "name": "CDISC SEND Fetal Measurement Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124312",
+ "name": "CDISC SEND Fetal Measurement Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124313",
+ "name": "CDISC SEND Fetal Pathology Findings Result Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124310",
+ "name": "CDISC SEND Fetal Pathology Findings Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124314",
+ "name": "CDISC SEND Fetal Pathology Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124315",
+ "name": "CDISC SEND Fetal Pathology Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89970",
+ "name": "CDISC SEND Food and Water Consumption Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89969",
+ "name": "CDISC SEND Food and Water Consumption Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204417",
+ "name": "CDISC SEND Genetic Toxicology In vitro Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204416",
+ "name": "CDISC SEND Genetic Toxicology In vitro Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199645",
+ "name": "CDISC SEND Genetic Toxicology In vivo Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199644",
+ "name": "CDISC SEND Genetic Toxicology In vivo Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199646",
+ "name": "CDISC SEND Genetic Toxicology In vivo Subcategory Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199648",
+ "name": "CDISC SEND Genetic Toxicology In vivo Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199647",
+ "name": "CDISC SEND Genetic Toxicology In vivo Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160931",
+ "name": "CDISC SEND Genus and Species Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124316",
+ "name": "CDISC SEND Implantation Findings Result Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124317",
+ "name": "CDISC SEND Implantation Findings Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124318",
+ "name": "CDISC SEND Implantation Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124319",
+ "name": "CDISC SEND Implantation Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163029",
+ "name": "CDISC SEND Irradiation Field Orientation/Sequence Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C77808",
+ "name": "CDISC SEND Laboratory Animal Species Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C77530",
+ "name": "CDISC SEND Laboratory Animal Strain Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89972",
+ "name": "CDISC SEND Macroscopic Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89971",
+ "name": "CDISC SEND Macroscopic Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89975",
+ "name": "CDISC SEND Method of Termination Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163030",
+ "name": "CDISC SEND Microbiology Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163031",
+ "name": "CDISC SEND Microbiology Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89974",
+ "name": "CDISC SEND Microscopic Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89973",
+ "name": "CDISC SEND Microscopic Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90017",
+ "name": "CDISC SEND Microscopic Histopathology Result Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185848",
+ "name": "CDISC SEND Microscopy Reproductive Cycle Phase Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176226",
+ "name": "CDISC SEND Microscopy Sexual Maturity Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120531",
+ "name": "CDISC SEND Non-Neoplastic Finding Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124320",
+ "name": "CDISC SEND Nonclinical DART Sex Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124321",
+ "name": "CDISC SEND Nonclinical DART Trial Phases Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150810",
+ "name": "CDISC SEND Null Flavor Reason Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89977",
+ "name": "CDISC SEND Organ Measurement Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89976",
+ "name": "CDISC SEND Organ Measurement Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154684",
+ "name": "CDISC SEND Planned Pharmacologic Target Mode of Action Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124322",
+ "name": "CDISC SEND Pregnancy Findings Result Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124323",
+ "name": "CDISC SEND Pregnancy Findings Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124324",
+ "name": "CDISC SEND Pregnancy Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124325",
+ "name": "CDISC SEND Pregnancy Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C197995",
+ "name": "CDISC SEND Pregnancy Outcome Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C197994",
+ "name": "CDISC SEND Pregnancy Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158121",
+ "name": "CDISC SEND Rad/Nuc Agent Ionizing Radiation Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158122",
+ "name": "CDISC SEND Rad/Nuc Agent Source Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160928",
+ "name": "CDISC SEND Rad/Nuc Targeted Injury Model Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204415",
+ "name": "CDISC SEND Reference ID Level Description Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120534",
+ "name": "CDISC SEND Respiratory Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120535",
+ "name": "CDISC SEND Respiratory Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158123",
+ "name": "CDISC SEND Restraint Mode Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90000",
+ "name": "CDISC SEND Severity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158124",
+ "name": "CDISC SEND Sexual Maturity Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89968",
+ "name": "CDISC SEND Standardized Disposition Term Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90002",
+ "name": "CDISC SEND Study Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89967",
+ "name": "CDISC SEND Study Design Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158125",
+ "name": "CDISC SEND Study Report Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90003",
+ "name": "CDISC SEND Study Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89981",
+ "name": "CDISC SEND Subject Characteristic Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89980",
+ "name": "CDISC SEND Subject Characteristic Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181166",
+ "name": "CDISC SEND Test Site Activity Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C197993",
+ "name": "CDISC SEND Toxicokinetic Description Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90007",
+ "name": "CDISC SEND Trial Summary Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90009",
+ "name": "CDISC SEND Trial Summary Parameter Short Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90004",
+ "name": "CDISC SEND Tumor Findings Histopathology Result Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C88025",
+ "name": "CDISC SEND Tumor Findings Results Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90006",
+ "name": "CDISC SEND Tumor Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90005",
+ "name": "CDISC SEND Tumor Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89982",
+ "name": "CDISC SEND Version Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120536",
+ "name": "CDISC SEND Vital Signs Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120537",
+ "name": "CDISC SEND Vital Signs Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132321",
+ "name": "CDISC SEND Within Normal Limits Results Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C207069",
+ "name": "CDISC TMF Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C208283",
+ "name": "CDISC TMF-RM Central and Local Testing Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208277",
+ "name": "CDISC TMF-RM Central Trial Documents Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208285",
+ "name": "CDISC TMF-RM Data Management Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208281",
+ "name": "CDISC TMF-RM IP and Trial Supplies Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208279",
+ "name": "CDISC TMF-RM IRB or IEC and Other Approvals Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208278",
+ "name": "CDISC TMF-RM Regulatory Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208282",
+ "name": "CDISC TMF-RM Safety Reporting Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208287",
+ "name": "CDISC TMF-RM Sections Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208280",
+ "name": "CDISC TMF-RM Site Management Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208286",
+ "name": "CDISC TMF-RM Statistics Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208276",
+ "name": "CDISC TMF-RM Trial Management Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208284",
+ "name": "CDISC TMF-RM Vendor Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208275",
+ "name": "CDISC TMF-RM Zones Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C83187",
+ "name": "CDISC Variable Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C173382",
+ "name": "COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C191200",
+ "name": "ACC/AHA Cardiovascular and Noncardiovascular Complications of COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191389",
+ "name": "Appendix 10: End-of-Life Management Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191382",
+ "name": "Appendix 3: COVID-19 Diagnosis Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191383",
+ "name": "Appendix 4: COVID-19 Cardiovascular Complications Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191396",
+ "name": "Acute Cardiovascular Complications Related to COVID-19 Infection Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191397",
+ "name": "Cardiovascular Mortality During Acute COVID-19 Infection Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191403",
+ "name": "Postacute Cardiovascular Sequelae of SARS-CoV-2 Infection or Long-Term Cardiovascular Complications of COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C191384",
+ "name": "Appendix 5: COVID-19 Noncardiovascular Complications Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191385",
+ "name": "Appendix 6: Symptoms and Signs Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191398",
+ "name": "Current Symptoms and Signs: Clinical Symptoms Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191402",
+ "name": "Physical Examination Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C191386",
+ "name": "Appendix 7: Diagnostic Procedures Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191387",
+ "name": "Appendix 8: Pharmacological Therapy Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191404",
+ "name": "Therapies for COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191405",
+ "name": "Therapies for Preexisting Cardiovascular Disease (Patient Taking Prior to Admission) Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191406",
+ "name": "Therapies for Supportive Care During COVID-19 Infection Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C191388",
+ "name": "Appendix 9: Therapeutic and Supportive Procedures for COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191399",
+ "name": "Electrophysiological Procedures Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191400",
+ "name": "Invasive Coronary/Vascular/Neurovascular Revascularization Treatment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191401",
+ "name": "Mechanical Support Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C171355",
+ "name": "CDISC Clinical Classification NEWS2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171354",
+ "name": "CDISC Clinical Classification NEWS2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171409",
+ "name": "CDISC Clinical Classification RASS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171408",
+ "name": "CDISC Clinical Classification RASS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171413",
+ "name": "CDISC Clinical Classification SAS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171412",
+ "name": "CDISC Clinical Classification SAS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171443",
+ "name": "CDISC SDTM COVID-19 Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171442",
+ "name": "CDISC SDTM COVID-19 Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171444",
+ "name": "CDISC SDTM Health Care Encounters Dictionary Derived Term Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171445",
+ "name": "CDISC SDTM Mode of Subject Contact Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173381",
+ "name": "NCIt COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C173383",
+ "name": "NCIt COVID-19 Agent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177415",
+ "name": "NCIt COVID-19 Clinical Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C187057",
+ "name": "ORCHESTRA Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178701",
+ "name": "SeroNet Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C178724",
+ "name": "SeroNet Aliquot Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178723",
+ "name": "SeroNet Assay Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178722",
+ "name": "SeroNet Assay Target Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178721",
+ "name": "SeroNet Biospecimen Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178720",
+ "name": "SeroNet Confirmatory Test Result",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178727",
+ "name": "SeroNet Consumable Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178725",
+ "name": "SeroNet Equipment Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178719",
+ "name": "SeroNet Prior Test Result",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178726",
+ "name": "SeroNet Reagent Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178718",
+ "name": "SeroNet Research Participant Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179059",
+ "name": "SeroNet Schema Details",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189083",
+ "name": "SeroNet Study Descriptors",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C156952",
+ "name": "CPTAC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C156953",
+ "name": "CPTAC Baseline Medical Forms Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C159339",
+ "name": "CPTAC Acute Myeloid Leukemia Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157524",
+ "name": "CPTAC Bladder Urothelial Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157531",
+ "name": "CPTAC Brain Lower Grade Glioma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157526",
+ "name": "CPTAC Cervical Squamous Cell Carcinoma and Endocervical Adenocarcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157528",
+ "name": "CPTAC Cholangiocarcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159418",
+ "name": "CPTAC Clear Cell Renal Cell Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157527",
+ "name": "CPTAC Esophageal Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159420",
+ "name": "CPTAC Glioblastoma Multiforme Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159419",
+ "name": "CPTAC Head and Neck Squamous Cell Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157529",
+ "name": "CPTAC Liver Hepatocellular Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159417",
+ "name": "CPTAC Lung Squamous Cell Carcinoma and Lung Adenocarcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C156954",
+ "name": "CPTAC Medical History Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159415",
+ "name": "CPTAC Melanoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159329",
+ "name": "CPTAC Normal Endometrial Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159416",
+ "name": "CPTAC Pancreatic Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157530",
+ "name": "CPTAC Prostate Adenocarcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159414",
+ "name": "CPTAC Sarcoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157532",
+ "name": "CPTAC Stomach Adenocarcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159412",
+ "name": "CPTAC Surgery-Anesthesia Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157533",
+ "name": "CPTAC Thyroid Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159413",
+ "name": "CPTAC Uterine Corpus Endometrial Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157534",
+ "name": "CPTAC Uveal Melanoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C158520",
+ "name": "CPTAC Codelists Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C158034",
+ "name": "CPTAC Causes of Death Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157075",
+ "name": "CPTAC Environmental/Occupational Exposure Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158035",
+ "name": "CPTAC Medical Conditions Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C156966",
+ "name": "CPTAC Neoplasms Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158036",
+ "name": "CPTAC Procedures Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158037",
+ "name": "CPTAC Treatments Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C159328",
+ "name": "CPTAC Follow-Up Forms Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C159338",
+ "name": "CPTAC Acute Myeloid Leukemia Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C156955",
+ "name": "CPTAC Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159335",
+ "name": "CPTAC Glioblastoma Multiforme Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159334",
+ "name": "CPTAC Head and Neck Squamous Cell Carcinoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159333",
+ "name": "CPTAC Lung Squamous Cell Carcinoma and Lung Adenocarcinoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159336",
+ "name": "CPTAC Melanoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159332",
+ "name": "CPTAC Pancreatic Ductal Adenocarcinoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159337",
+ "name": "CPTAC Renal Cell Carcinoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159331",
+ "name": "CPTAC Sarcoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159330",
+ "name": "CPTAC Uterine Corpus Endometrial Carcinoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C172126",
+ "name": "CTDC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C173071",
+ "name": "CTDC Node Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173072",
+ "name": "CTDC Property Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173073",
+ "name": "CTDC Value Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C116977",
+ "name": "CTRP Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C116978",
+ "name": "CTRP Agent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C142799",
+ "name": "CTRP Biomarker Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C142800",
+ "name": "CTRP Molecular Genetic Biomarker Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C142801",
+ "name": "CTRP Reference Gene Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C118168",
+ "name": "CTRP Disease Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118169",
+ "name": "CTRP Intervention Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C175324",
+ "name": "CTRP Portfolio Management Main Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C175325",
+ "name": "CTRP Portfolio Management Subtype Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C69186",
+ "name": "DICOM Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": true
+ },
+ {
+ "code": "C148636",
+ "name": "EDQM Health Care Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C175439",
+ "name": "EDQM-HC Administrable Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150110",
+ "name": "EDQM-HC Administration Device Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150112",
+ "name": "EDQM-HC Administration Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150113",
+ "name": "EDQM-HC Basic Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150108",
+ "name": "EDQM-HC Closure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150106",
+ "name": "EDQM-HC Combined Pack Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150104",
+ "name": "EDQM-HC Combined Pharmaceutical Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150105",
+ "name": "EDQM-HC Combined Term Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150109",
+ "name": "EDQM-HC Container Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150114",
+ "name": "EDQM-HC Intended Site of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150103",
+ "name": "EDQM-HC Pharmaceutical Dosage Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150115",
+ "name": "EDQM-HC Release Characteristics Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150107",
+ "name": "EDQM-HC Routes and Methods of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150116",
+ "name": "EDQM-HC State of Matter Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150117",
+ "name": "EDQM-HC Transformation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150111",
+ "name": "EDQM-HC Units of Presentation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C131123",
+ "name": "FDA Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C106039",
+ "name": "FDA CDRH GUDID Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C62596",
+ "name": "FDA Center For Devices and Radiological Health Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C91802",
+ "name": "CDRH Cause Investigation - Investigation Conclusion Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C91801",
+ "name": "CDRH Cause Investigation - Investigation Findings Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C91800",
+ "name": "CDRH Cause Investigation - Type of Investigation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54450",
+ "name": "CDRH Health Effects - Clinical Signs and Symptoms or Conditions Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171094",
+ "name": "CDRH Health Effects - Health Impact Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54577",
+ "name": "CDRH Medical Device Component Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54451",
+ "name": "CDRH Medical Device Problem Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C63923",
+ "name": "FDA Established Names and Unique Ingredient Identifier Codes Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54447",
+ "name": "FDA Individual Case Safety Report Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C54583",
+ "name": "Adverse Event Outcome ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99173",
+ "name": "Device Evaluation ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54595",
+ "name": "Device Usage ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C94849",
+ "name": "Dose Denominator Qualifier ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54590",
+ "name": "Location of Event Occurrence ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C88088",
+ "name": "Observation ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54585",
+ "name": "Occupation ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54584",
+ "name": "Operator of Medical Device ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C114855",
+ "name": "Patient Military Status ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99174",
+ "name": "Product Characteristic ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54593",
+ "name": "Reason for Non-Evaluation ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54587",
+ "name": "Report Source ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99175",
+ "name": "Substance Administration ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54580",
+ "name": "Type of Event ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54592",
+ "name": "Type of Follow-Up ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54598",
+ "name": "Type of Manufacturer ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54594",
+ "name": "Type of Remedial Action ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54588",
+ "name": "Type of Report ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54591",
+ "name": "Type of Reportable Event ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54596",
+ "name": "Type of Reporter ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C114856",
+ "name": "Type of Vaccination Facility ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105691",
+ "name": "Vaccination Site on Body ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C133805",
+ "name": "FDA Pharmaceutical Quality/CMC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C210151",
+ "name": "PQ/CMC Basic Liquid Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C210150",
+ "name": "PQ/CMC Basic Solid Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133846",
+ "name": "PQ/CMC Batch Utilization Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203345",
+ "name": "PQ/CMC Capsule Shell Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133848",
+ "name": "PQ/CMC Chemical Structure Data File Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133849",
+ "name": "PQ/CMC Closure Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203779",
+ "name": "PQ/CMC Coating Purpose Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133851",
+ "name": "PQ/CMC Conformance to Criteria Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133852",
+ "name": "PQ/CMC Container Orientation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133853",
+ "name": "PQ/CMC Container Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176675",
+ "name": "PQ/CMC Drug Product Component Function Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176676",
+ "name": "PQ/CMC Excipient Function Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185181",
+ "name": "PQ/CMC Expiration Date Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133856",
+ "name": "PQ/CMC Impurity Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203777",
+ "name": "PQ/CMC Ingredient Location Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133858",
+ "name": "PQ/CMC Interpretation Code (numeric) Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185189",
+ "name": "PQ/CMC Interval Description Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213790",
+ "name": "PQ/CMC Manufacturing Site Responsibility Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213791",
+ "name": "PQ/CMC Manufacturing Site Responsibility Subcategory Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213644",
+ "name": "PQ/CMC Manufacturing Site Utilization Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C168624",
+ "name": "PQ/CMC Organization-Site Identifier Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C211939",
+ "name": "PQ/CMC Product Name Type Codes Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203780",
+ "name": "PQ/CMC Product Part Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133860",
+ "name": "PQ/CMC Quality Benchmark Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203346",
+ "name": "PQ/CMC Release Mechanism Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203778",
+ "name": "PQ/CMC Release Profile Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C211921",
+ "name": "PQ/CMC Representation Types Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185183",
+ "name": "PQ/CMC Retest Date Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133862",
+ "name": "PQ/CMC Source Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133863",
+ "name": "PQ/CMC Specification Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133864",
+ "name": "PQ/CMC Specification Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96071",
+ "name": "PQ/CMC Stability Study Reason Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C210149",
+ "name": "PQ/CMC State of Matter Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C212880",
+ "name": "PQ/CMC Storage Condition Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133865",
+ "name": "PQ/CMC Storage Conditions Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C168622",
+ "name": "PQ/CMC Strength Operator Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C168627",
+ "name": "PQ/CMC Strength Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133866",
+ "name": "PQ/CMC Study Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C205477",
+ "name": "PQ/CMC Substance Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203347",
+ "name": "PQ/CMC Substance Name Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133807",
+ "name": "PQ/CMC Test Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133867",
+ "name": "PQ/CMC Test Method Origin Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204862",
+ "name": "PQ/CMC Test Subcategory Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133868",
+ "name": "PQ/CMC Test Usage Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213520",
+ "name": "PQ/CMC Time Point Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217408",
+ "name": "PQ/CMC Unit Operations Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217410",
+ "name": "PQ/CMC Unit Operations Subcategory Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176677",
+ "name": "PQ/CMC Units of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54455",
+ "name": "SPL Drug Route of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54456",
+ "name": "SPL Pharmaceutical Dosage Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C123273",
+ "name": "FDA Quality Metrics Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C123270",
+ "name": "FDA Application Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123268",
+ "name": "FDA Establishment Activity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C54452",
+ "name": "FDA Structured Product Labeling Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C133240",
+ "name": "SPL Blood Form Donor Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133241",
+ "name": "SPL Blood Form Establishment Functions Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133242",
+ "name": "SPL Blood Form Establishment Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133243",
+ "name": "SPL Blood Form Product Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133245",
+ "name": "SPL Blood Form Type of Ownership Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101885",
+ "name": "SPL Business Operation Qualifier Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C73600",
+ "name": "SPL Business Operation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C117110",
+ "name": "SPL Business Entity Qualifier Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C54453",
+ "name": "SPL Color Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102833",
+ "name": "SPL Combination Product Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111661",
+ "name": "SPL Contributing Factor-General Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202857",
+ "name": "SPL Cosmetic Product Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54459",
+ "name": "SPL DEA Schedule Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C87299",
+ "name": "SPL Document Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54455",
+ "name": "SPL Drug Route of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111660",
+ "name": "SPL Equivalence Codes Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C73339",
+ "name": "SPL Flavor Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118404",
+ "name": "SPL License Disciplinary Action Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118777",
+ "name": "SPL Licensing Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54599",
+ "name": "SPL Limitation of Use Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106324",
+ "name": "SPL Lot Distribution Data - Distribution Codes Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C73582",
+ "name": "SPL Marketing Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118778",
+ "name": "SPL Marketing Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99288",
+ "name": "SPL Miscellaneous Identifier Types Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54457",
+ "name": "SPL Package Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54456",
+ "name": "SPL Pharmaceutical Dosage Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54600",
+ "name": "SPL Pharmacokinetic Effect Consequences Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C107675",
+ "name": "SPL Race Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128492",
+ "name": "SPL REMS Protocol Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128491",
+ "name": "SPL REMS Requirement Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128493",
+ "name": "SPL REMS Stakeholder Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113350",
+ "name": "SPL Sex Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54454",
+ "name": "SPL Shape Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105631",
+ "name": "SPL Substance Indexing Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C121832",
+ "name": "SPL Suspect Drug Classification of Notification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C121833",
+ "name": "SPL Suspect Drug Use Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133247",
+ "name": "SPL Tissue Form Donor Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133248",
+ "name": "SPL Tissue Form Establishment Functions Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133249",
+ "name": "SPL Tissue Form Establishment Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133251",
+ "name": "SPL Tissue Form Product Group Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133250",
+ "name": "SPL Tissue Form Product Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54618",
+ "name": "SPL Type of Drug Interaction Consequence Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C168632",
+ "name": "SPL UCUM Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C87300",
+ "name": "SPL Unit of Presentation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C125481",
+ "name": "GAIA Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C128706",
+ "name": "GAIA Antenatal Bleeding Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128700",
+ "name": "GAIA Congenital Microcephaly Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128707",
+ "name": "GAIA Dysfunctional Labor Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128704",
+ "name": "GAIA Failure to Thrive Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128708",
+ "name": "GAIA Fetal Growth Restriction Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128709",
+ "name": "GAIA Gestational Diabetes Mellitus Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128701",
+ "name": "GAIA Low Birth Weight Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126852",
+ "name": "GAIA Major Congenital Anomalies Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126858",
+ "name": "GAIA Maternal Death Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126853",
+ "name": "GAIA Neonatal Death Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128699",
+ "name": "GAIA Neonatal Encephalopathy Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126854",
+ "name": "GAIA Neonatal Infections Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128702",
+ "name": "GAIA Neonatal Respiratory Distress Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126857",
+ "name": "GAIA Non-Reassuring Fetal Status Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126861",
+ "name": "GAIA Pathways to Preterm Birth Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126859",
+ "name": "GAIA Postpartum Hemorrhage Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126860",
+ "name": "GAIA Preeclampsia Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126855",
+ "name": "GAIA Preterm Birth Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128703",
+ "name": "GAIA Small for Gestational Age Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128705",
+ "name": "GAIA Spontaneous Abortion and Ectopic Pregnancy Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126856",
+ "name": "GAIA Stillbirth Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C157711",
+ "name": "GDC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C177536",
+ "name": "GDC Property Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177537",
+ "name": "GDC Value Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C124085",
+ "name": "Geopolitical Entities, Names, and Codes Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": true
+ },
+ {
+ "code": "C201599",
+ "name": "HemOnc Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C201600",
+ "name": "HemOnc Agent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201601",
+ "name": "HemOnc Regimen Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C165451",
+ "name": "ICDC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C165493",
+ "name": "ICDC Breeds Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C165517",
+ "name": "ICDC AKC Breeds",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165516",
+ "name": "ICDC FSS Breeds",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165518",
+ "name": "ICDC MISC Breeds",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C166371",
+ "name": "ICDC Data Model Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C175518",
+ "name": "ICDC Node Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166373",
+ "name": "ICDC Property Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C175517",
+ "name": "ICDC Value Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C217022",
+ "name": "International Council for Harmonisation of Technical Requirements for Pharmaceuticals for Human Use Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C217023",
+ "name": "ICH M11 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C217274",
+ "name": "ICH M11 Amendment Details Statement Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217275",
+ "name": "ICH M11 Amendment Scope Enrollment Description Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217047",
+ "name": "ICH M11 Amendment Scope Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217279",
+ "name": "ICH M11 Control Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217282",
+ "name": "ICH M11 Independent Committee Name Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217277",
+ "name": "ICH M11 Intervention Model Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217284",
+ "name": "ICH M11 Intervention Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217285",
+ "name": "ICH M11 Intervention Use Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217286",
+ "name": "ICH M11 Investigational Medicinal Product Indicator Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217046",
+ "name": "ICH M11 No Yes Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217278",
+ "name": "ICH M11 Population Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217342",
+ "name": "ICH M11 Protocol Section 1 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217351",
+ "name": "ICH M11 Protocol Section 10 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217352",
+ "name": "ICH M11 Protocol Section 11 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217353",
+ "name": "ICH M11 Protocol Section 12 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217354",
+ "name": "ICH M11 Protocol Section 13 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217355",
+ "name": "ICH M11 Protocol Section 14 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217343",
+ "name": "ICH M11 Protocol Section 2 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217344",
+ "name": "ICH M11 Protocol Section 3 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217345",
+ "name": "ICH M11 Protocol Section 4 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217346",
+ "name": "ICH M11 Protocol Section 5 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217347",
+ "name": "ICH M11 Protocol Section 6 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217348",
+ "name": "ICH M11 Protocol Section 7 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217349",
+ "name": "ICH M11 Protocol Section 8 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217350",
+ "name": "ICH M11 Protocol Section 9 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217357",
+ "name": "ICH M11 Protocol Section Amendment Details Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217272",
+ "name": "ICH M11 Protocol Section Name and Number Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217356",
+ "name": "ICH M11 Protocol Section Title Page Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217276",
+ "name": "ICH M11 Reason for Amendment Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217052",
+ "name": "ICH M11 Sourcing Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217273",
+ "name": "ICH M11 Sponsor Approval Date Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217283",
+ "name": "ICH M11 Trial Arm Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217051",
+ "name": "ICH M11 Trial Blind Schema Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217281",
+ "name": "ICH M11 Trial Blinding Role Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217280",
+ "name": "ICH M11 Trial Intervention Assignment Method Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217045",
+ "name": "ICH M11 Trial Phase Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217049",
+ "name": "ICH M11 Trial Site Distribution Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217050",
+ "name": "ICH M11 Trial Site Geographic Scope Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217287",
+ "name": "ICH M11 Trial-Related Safety Event Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217048",
+ "name": "ICH M11 Units of Measure Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C168654",
+ "name": "Mapped ICDO Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C168655",
+ "name": "Mapped ICDO3.1 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168657",
+ "name": "Mapped ICDO3.1 Morphology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168658",
+ "name": "Mapped ICDO3.1 Morphology PT Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C168659",
+ "name": "Mapped ICDO3.1 Topography Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168660",
+ "name": "Mapped ICDO3.1 Topography PT Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C168656",
+ "name": "Mapped ICDO3.2 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168661",
+ "name": "Mapped ICDO3.2 Morphology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168662",
+ "name": "Mapped ICDO3.2 Morphology PT Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C168663",
+ "name": "Mapped ICDO3.2 Topography Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168664",
+ "name": "Mapped ICDO3.2 Topography PT Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C193006",
+ "name": "mCode Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C193209",
+ "name": "mCode Benign Neoplasm of Brain and CNS Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193210",
+ "name": "mCode Body Location and Laterality Qualifier Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193247",
+ "name": "mCode Body Location Qualifier Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193210",
+ "name": "mCode Body Location and Laterality Qualifier Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193211",
+ "name": "mCode Brachytherapy High Dose Rate Electronic Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193212",
+ "name": "mCode Brachytherapy High Dose Rate Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193213",
+ "name": "mCode Brachytherapy Low Dose Rate Temporary Radation Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193214",
+ "name": "mCode Brachytherapy Modality Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193215",
+ "name": "mCode Brachytherapy Permanent Seeds Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193216",
+ "name": "mCode Brachytherapy Pulsed Dose Rate Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193217",
+ "name": "mCode Brachytherapy Radiopharmaceutical Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193252",
+ "name": "mCode Brachytherapy Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193211",
+ "name": "mCode Brachytherapy High Dose Rate Electronic Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193212",
+ "name": "mCode Brachytherapy High Dose Rate Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193213",
+ "name": "mCode Brachytherapy Low Dose Rate Temporary Radation Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193215",
+ "name": "mCode Brachytherapy Permanent Seeds Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193216",
+ "name": "mCode Brachytherapy Pulsed Dose Rate Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193217",
+ "name": "mCode Brachytherapy Radiopharmaceutical Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193249",
+ "name": "mCode Cancer Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193222",
+ "name": "mCode Histology Morphology Behavior Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193248",
+ "name": "mCode Primary Cancer Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193209",
+ "name": "mCode Benign Neoplasm of Brain and CNS Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193218",
+ "name": "mCode Carcinoma In-Situ Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193220",
+ "name": "mCode Cytologic Evidence of Malignancy Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193225",
+ "name": "mCode Melanoma In-Situ Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193231",
+ "name": "mCode Primary Malignant Neoplasm Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193223",
+ "name": "mCode Specific Diagnosis of Cancer Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193236",
+ "name": "mCode Secondary Cancer Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193237",
+ "name": "mCode Carbon Ion Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193218",
+ "name": "mCode Carcinoma In-Situ Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193219",
+ "name": "mCode Condition Status Trend Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193220",
+ "name": "mCode Cytologic Evidence of Malignancy Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193238",
+ "name": "mCode Electron Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193172",
+ "name": "mCode Elixhauser Alcohol Abuse Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193173",
+ "name": "mCode Elixhauser Blood Loss Anemia Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193179",
+ "name": "mCode Elixhauser Cerebrovascular Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193206",
+ "name": "mCode Elixhauser Chronic Peptic Ulcer Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193180",
+ "name": "mCode Elixhauser Chronic Pulmonary Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193181",
+ "name": "mCode Elixhauser Coagulation Deficiency Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193182",
+ "name": "mCode Elixhauser Congestive Heart Failure Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193183",
+ "name": "mCode Elixhauser Deficiency Anemia Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193184",
+ "name": "mCode Elixhauser Dementia Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193185",
+ "name": "mCode Elixhauser Depression Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193186",
+ "name": "mCode Elixhauser Diabetes with Chronic Complications Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193187",
+ "name": "mCode Elixhauser Diabetes without Chronic Complications Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193188",
+ "name": "mCode Elixhauser Drug Abuse Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193171",
+ "name": "mCode Elixhauser HIV-AIDS Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193189",
+ "name": "mCode Elixhauser Hypertension, Complicated Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193190",
+ "name": "mCode Elixhauser Hypertension, Uncomplicated Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193191",
+ "name": "mCode Elixhauser Hypothyroidism Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193174",
+ "name": "mCode Elixhauser Leukemia Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193175",
+ "name": "mCode Elixhauser Lymphoma Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193177",
+ "name": "mCode Elixhauser Malignant Solid Tumors in Situ Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193178",
+ "name": "mCode Elixhauser Malignant Solid Tumors without Metastases Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193176",
+ "name": "mCode Elixhauser Metastatic Cancer Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193192",
+ "name": "mCode Elixhauser Mild Liver Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193203",
+ "name": "mCode Elixhauser Moderate Renal Failure Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193193",
+ "name": "mCode Elixhauser Moderate to Severe Liver Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193194",
+ "name": "mCode Elixhauser Neurological Movement Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193195",
+ "name": "mCode Elixhauser Neurological Seizure Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193196",
+ "name": "mCode Elixhauser Obesity Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193197",
+ "name": "mCode Elixhauser Other Neurological Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193198",
+ "name": "mCode Elixhauser Other Thyroid Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193199",
+ "name": "mCode Elixhauser Paralysis Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193200",
+ "name": "mCode Elixhauser Peripheral Vascular Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193201",
+ "name": "mCode Elixhauser Psychosis Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193202",
+ "name": "mCode Elixhauser Pulmonary Circulation Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193205",
+ "name": "mCode Elixhauser Rheumatoid Arthritis and Collagen Vascular Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193204",
+ "name": "mCode Elixhauser Severe Renal Failure Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193207",
+ "name": "mCode Elixhauser Valvular Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193208",
+ "name": "mCode Elixhauser Weight Loss Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193221",
+ "name": "mCode Genomic Specimen Type Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193222",
+ "name": "mCode Histology Morphology Behavior Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193224",
+ "name": "mCode Laterality Qualifier Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193225",
+ "name": "mCode Melanoma In-Situ Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193240",
+ "name": "mCode Neutron Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193241",
+ "name": "mCode Photon Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193230",
+ "name": "mCode Present Absent Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193248",
+ "name": "mCode Primary Cancer Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193209",
+ "name": "mCode Benign Neoplasm of Brain and CNS Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193218",
+ "name": "mCode Carcinoma In-Situ Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193220",
+ "name": "mCode Cytologic Evidence of Malignancy Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193225",
+ "name": "mCode Melanoma In-Situ Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193231",
+ "name": "mCode Primary Malignant Neoplasm Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193223",
+ "name": "mCode Specific Diagnosis of Cancer Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193231",
+ "name": "mCode Primary Malignant Neoplasm Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193232",
+ "name": "mCode Procedure Intent Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193242",
+ "name": "mCode Proton Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193250",
+ "name": "mCode Radiotherapy Modality Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193214",
+ "name": "mCode Brachytherapy Modality Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193239",
+ "name": "mCode Teleradiotherapy Modality Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193251",
+ "name": "mCode Radiotherapy Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193252",
+ "name": "mCode Brachytherapy Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193211",
+ "name": "mCode Brachytherapy High Dose Rate Electronic Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193212",
+ "name": "mCode Brachytherapy High Dose Rate Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193213",
+ "name": "mCode Brachytherapy Low Dose Rate Temporary Radation Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193215",
+ "name": "mCode Brachytherapy Permanent Seeds Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193216",
+ "name": "mCode Brachytherapy Pulsed Dose Rate Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193217",
+ "name": "mCode Brachytherapy Radiopharmaceutical Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193253",
+ "name": "mCode Teleradiotherapy Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193237",
+ "name": "mCode Carbon Ion Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193238",
+ "name": "mCode Electron Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193240",
+ "name": "mCode Neutron Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193241",
+ "name": "mCode Photon Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193242",
+ "name": "mCode Proton Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C193233",
+ "name": "mCode Radiotherapy Treatment Location Qualifier Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193224",
+ "name": "mCode Laterality Qualifier Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193234",
+ "name": "mCode Radiotherapy Treatment Location Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193235",
+ "name": "mCode Radiotherapy Volume Type Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193236",
+ "name": "mCode Secondary Cancer Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193223",
+ "name": "mCode Specific Diagnosis of Cancer Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193227",
+ "name": "mCode Staging Type for Primary Tumor Category Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193228",
+ "name": "mCode Staging Type for Regional Node Category Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193229",
+ "name": "mCode Staging Type for Stage Group Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193226",
+ "name": "mCode Staging Type Value Set (for Distant Metastases Category)",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193239",
+ "name": "mCode Teleradiotherapy Modality Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193253",
+ "name": "mCode Teleradiotherapy Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193237",
+ "name": "mCode Carbon Ion Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193238",
+ "name": "mCode Electron Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193240",
+ "name": "mCode Neutron Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193241",
+ "name": "mCode Photon Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193242",
+ "name": "mCode Proton Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193243",
+ "name": "mCode Treatment Termination Reason Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193244",
+ "name": "mCode Tumor Marker Test Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193245",
+ "name": "mCode Tumor Size Method Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193246",
+ "name": "mCode Tumor Size Units Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C143048",
+ "name": "National Cancer Institute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C138188",
+ "name": "Clinical Trials Search-Application Programming Interface Disease Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C138189",
+ "name": "CTS-API Disease Broad Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138190",
+ "name": "CTS-API Disease Main Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C128784",
+ "name": "NCIt Antineoplastic Agent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173381",
+ "name": "NCIt COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C173383",
+ "name": "NCIt COVID-19 Agent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177415",
+ "name": "NCIt COVID-19 Clinical Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C126659",
+ "name": "NCIt Neoplasm Core Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213298",
+ "name": "Pediatric Oncology Molecular Target Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C213304",
+ "name": "Pediatric Oncology Biomarkers/Targets Associated with Other Relevant Evidence",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213303",
+ "name": "Pediatric Oncology Immunotherapeutic Target Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213299",
+ "name": "Pediatric Oncology Molecular Abnormality Target Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C213300",
+ "name": "Pediatric Oncology Target Genes/Proteins Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213301",
+ "name": "Pediatric Oncology Target Molecular Abnormalities Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C213302",
+ "name": "Pediatric Oncology Target Cell Lineage Determinant Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C6283",
+ "name": "Childhood Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/Neoplasm/Childhood_Neoplasm_Subsets.xls",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C190573",
+ "name": "Childhood Benign Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/Neoplasm/Childhood_Neoplasm_Subsets.xls",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true,
+ "extensions": {
+ "isDisease": true,
+ "isDiseaseGrade": false,
+ "isDiseaseStage": false,
+ "isMainType": false,
+ "isSubtype": true,
+ "isBiomarker": false,
+ "isReferenceGene": false,
+ "mainMenuAncestors": [
+ {
+ "paths": [
+ {
+ "direction": 1,
+ "concepts": [
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "level": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ },
+ {
+ "code": "C4005",
+ "name": "Childhood Malignant Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/Neoplasm/Childhood_Neoplasm_Subsets.xls",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true,
+ "extensions": {
+ "isDisease": true,
+ "isDiseaseGrade": false,
+ "isDiseaseStage": false,
+ "isMainType": false,
+ "isSubtype": true,
+ "isBiomarker": false,
+ "isReferenceGene": false,
+ "mainMenuAncestors": [
+ {
+ "paths": [
+ {
+ "direction": 1,
+ "concepts": [
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "level": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ],
+ "extensions": {
+ "isDisease": true,
+ "isDiseaseGrade": false,
+ "isDiseaseStage": false,
+ "isMainType": false,
+ "isSubtype": true,
+ "isBiomarker": false,
+ "isReferenceGene": false,
+ "mainMenuAncestors": [
+ {
+ "paths": [
+ {
+ "direction": 1,
+ "concepts": [
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "level": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+ },
+ {
+ "code": "C89415",
+ "name": "NCPDP Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C89507",
+ "name": "NCPDP DEA Schedule Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C121847",
+ "name": "NCPDP Dose Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89510",
+ "name": "NCPDP Quantity Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89508",
+ "name": "NCPDP Strength Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89509",
+ "name": "NCPDP Strength Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C192233",
+ "name": "Operational Ontology for Radiation Oncology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C192234",
+ "name": "Operational Ontology for Radiation Oncology Prostate Cancer Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C168547",
+ "name": "PCDC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C178096",
+ "name": "ALL Project Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C178116",
+ "name": "ALL Table Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C178127",
+ "name": "ALL Adverse Events Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178099",
+ "name": "ALL Course Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178122",
+ "name": "ALL Demographics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178123",
+ "name": "ALL Disease Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178098",
+ "name": "ALL Disease Phase Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186282",
+ "name": "ALL Histology Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178106",
+ "name": "ALL Lab Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178102",
+ "name": "ALL Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178126",
+ "name": "ALL Minimal Residual Disease Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178125",
+ "name": "ALL Molecular Analysis Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178113",
+ "name": "ALL Non-protocol Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178100",
+ "name": "ALL Off Protocol Therapy/Study Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178108",
+ "name": "ALL Radiation Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178112",
+ "name": "ALL Secondary Malignant Neoplasm Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178109",
+ "name": "ALL Stem Cell Transplant Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178097",
+ "name": "ALL Subject Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178121",
+ "name": "ALL Survival Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178124",
+ "name": "ALL Vitals Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C174234",
+ "name": "AML Project Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168549",
+ "name": "AML Table Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C173217",
+ "name": "AML Adverse Events Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173242",
+ "name": "AML Cellular Immunotherapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173243",
+ "name": "AML Concomitant Medication Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173199",
+ "name": "AML Course Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173230",
+ "name": "AML Demographics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173232",
+ "name": "AML Disease Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173198",
+ "name": "AML Disease Phase Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173237",
+ "name": "AML Function Test Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173206",
+ "name": "AML Lab Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173201",
+ "name": "AML Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173236",
+ "name": "AML Minimal Residual Disease Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173233",
+ "name": "AML Molecular Analysis Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173204",
+ "name": "AML Myeloid Sarcoma Involvement Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173197",
+ "name": "AML Off Protocol Therapy/Study Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173244",
+ "name": "AML Radiation Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173218",
+ "name": "AML Secondary Malignant Neoplasm Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173235",
+ "name": "AML Stem Cell Transplant Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173229",
+ "name": "AML Subject Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173208",
+ "name": "AML Subject Response Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173231",
+ "name": "AML Survival Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173234",
+ "name": "AML Total Dose Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173245",
+ "name": "AML Transfusion Medicine Procedures Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173209",
+ "name": "AML Vitals Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C174235",
+ "name": "EWS Project Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C174238",
+ "name": "EWS Table Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C174240",
+ "name": "EWS Adverse Events Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174241",
+ "name": "EWS Biopsy/Surgical Procedures Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174242",
+ "name": "EWS Course Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174243",
+ "name": "EWS Demographics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174244",
+ "name": "EWS Disease Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174246",
+ "name": "EWS Disease Phase Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174248",
+ "name": "EWS Histology Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174249",
+ "name": "EWS Immunohistochemistry Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174250",
+ "name": "EWS Lab Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174251",
+ "name": "EWS Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174252",
+ "name": "EWS Molecular Analysis Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174253",
+ "name": "EWS Non-Protocol Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174254",
+ "name": "EWS Off Protocol Therapy/Study Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174255",
+ "name": "EWS Radiation Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174256",
+ "name": "EWS Secondary Malignant Neoplasm Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174257",
+ "name": "EWS Stem Cell Transplant Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174258",
+ "name": "EWS Subject Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174259",
+ "name": "EWS Subject Response Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174260",
+ "name": "EWS Survival Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174261",
+ "name": "EWS Tumor Assessment Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174262",
+ "name": "EWS Vitals Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C177381",
+ "name": "GCT Project Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C177385",
+ "name": "GCT Table Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C177408",
+ "name": "GCT Adverse Events Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177402",
+ "name": "GCT Biopsy/Surgical Procedures Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177404",
+ "name": "GCT Concomitant Medication Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177400",
+ "name": "GCT Cytology Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177390",
+ "name": "GCT Demographics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177393",
+ "name": "GCT Disease Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177389",
+ "name": "GCT Disease Phase Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177410",
+ "name": "GCT Growing Teratoma Syndrome Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177396",
+ "name": "GCT Histology Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177399",
+ "name": "GCT Immunohistochemistry Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177398",
+ "name": "GCT Lab Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177391",
+ "name": "GCT Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177401",
+ "name": "GCT Molecular Analysis Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177411",
+ "name": "GCT Patient Reported Outcomes Metadata Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177403",
+ "name": "GCT Radiation Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177409",
+ "name": "GCT Secondary Malignant Neoplasm Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177395",
+ "name": "GCT Staging Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177405",
+ "name": "GCT Stem Cell Transplant Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177388",
+ "name": "GCT Subject Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177407",
+ "name": "GCT Subject Response Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177392",
+ "name": "GCT Survival Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177406",
+ "name": "GCT Total Dose Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177394",
+ "name": "GCT Tumor Assessment Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177397",
+ "name": "GCT Vitals Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C181832",
+ "name": "HL Project Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C186339",
+ "name": "HL Table Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C186334",
+ "name": "HL Adverse Events Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186321",
+ "name": "HL Biopsy/Surgical Procedures Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186329",
+ "name": "HL Concomitant Medication Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186312",
+ "name": "HL Course Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186313",
+ "name": "HL Demographics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186317",
+ "name": "HL Disease Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186311",
+ "name": "HL Disease Phase Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186314",
+ "name": "HL Family Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186326",
+ "name": "HL Function Test Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186318",
+ "name": "HL Histology Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186325",
+ "name": "HL Imaging Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186324",
+ "name": "HL Immunohistochemistry Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186323",
+ "name": "HL Lab Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186336",
+ "name": "HL Late Effects Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186320",
+ "name": "HL Lesion Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186315",
+ "name": "HL Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186337",
+ "name": "HL Non-protocol Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186310",
+ "name": "HL Off Protocol Therapy/Study Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186338",
+ "name": "HL Patient Reported Outcomes Metadata Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186327",
+ "name": "HL Protocol Treatment Modifications Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186330",
+ "name": "HL Radiation Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186335",
+ "name": "HL Secondary Malignant Neoplasm Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186319",
+ "name": "HL Staging Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186332",
+ "name": "HL Stem Cell Transplant Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186309",
+ "name": "HL Subject Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186333",
+ "name": "HL Subject Response Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186316",
+ "name": "HL Survival Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186328",
+ "name": "HL Total Dose Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186331",
+ "name": "HL Transfusion Medicine Procedures Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186322",
+ "name": "HL Vitals Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C179476",
+ "name": "OS Project Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C179479",
+ "name": "OS Table Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C179495",
+ "name": "OS Adverse Event Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179482",
+ "name": "OS Biopsy/Surgical Procedures Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179499",
+ "name": "OS Course Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179533",
+ "name": "OS Demographics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179497",
+ "name": "OS Disease Phase Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186763",
+ "name": "OS Function Test Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179490",
+ "name": "OS Histology Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179492",
+ "name": "OS Lab Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179491",
+ "name": "OS Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179534",
+ "name": "OS Molecular Analysis Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179489",
+ "name": "OS Off Protocol Therapy/Study Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179485",
+ "name": "OS Patient Reported Outcomes Metadata Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179483",
+ "name": "OS Radiation Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179498",
+ "name": "OS Secondary Malignant Neoplasm Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179484",
+ "name": "OS Subject Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179480",
+ "name": "OS Subject Response Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179529",
+ "name": "OS Survival Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179531",
+ "name": "OS Total Dose Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179481",
+ "name": "OS Tumor Assessment Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179532",
+ "name": "OS Vitals Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C165276",
+ "name": "Pediatric Terminologies",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C155946",
+ "name": "INC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C162989",
+ "name": "INC Demographic and Maternal Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154914",
+ "name": "INC-MedDRA Neonatal Adverse Events Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C90259",
+ "name": "NICHD Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C74456",
+ "name": "CDISC SDTM Anatomical Location Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99074",
+ "name": "CDISC SDTM Directionality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99073",
+ "name": "CDISC SDTM Laterality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99147",
+ "name": "Neonatal Research Network Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C97150",
+ "name": "Neurological Development Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89506",
+ "name": "Newborn Screening Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118464",
+ "name": "Pediatric Adverse Events Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C189762",
+ "name": "Pediatric Adverse Events Terminology Mapped to MedDRA",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C118467",
+ "name": "Pediatric Endocrinology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132009",
+ "name": "Pediatric Hematology-Oncology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96388",
+ "name": "Pediatric Immunization Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128453",
+ "name": "Pediatric Infectious Disease Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C122636",
+ "name": "Pediatric Medical Device Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123272",
+ "name": "Pediatric Nephrology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118468",
+ "name": "Pediatric Rheumatology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118466",
+ "name": "Perinatal Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C213298",
+ "name": "Pediatric Oncology Molecular Target Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C213304",
+ "name": "Pediatric Oncology Biomarkers/Targets Associated with Other Relevant Evidence",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213303",
+ "name": "Pediatric Oncology Immunotherapeutic Target Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213299",
+ "name": "Pediatric Oncology Molecular Abnormality Target Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C213300",
+ "name": "Pediatric Oncology Target Genes/Proteins Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213301",
+ "name": "Pediatric Oncology Target Molecular Abnormalities Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C213302",
+ "name": "Pediatric Oncology Target Cell Lineage Determinant Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C160950",
+ "name": "Pharmacotherapy Regimens",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C160952",
+ "name": "Multi-agent Therapeutic Regimens",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160951",
+ "name": "Single-agent Therapeutic Regimens",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C128613",
+ "name": "PI-RADS Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": true
+ },
+ {
+ "code": "C167077",
+ "name": "SEER Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C167078",
+ "name": "SEER Rx Interactive Antineoplastic Drugs Database",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C167080",
+ "name": "SEER Rx Interactive Antineoplastic Drugs Database-Regimen",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C178701",
+ "name": "SeroNet Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C178724",
+ "name": "SeroNet Aliquot Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178723",
+ "name": "SeroNet Assay Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178722",
+ "name": "SeroNet Assay Target Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178721",
+ "name": "SeroNet Biospecimen Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178720",
+ "name": "SeroNet Confirmatory Test Result",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178727",
+ "name": "SeroNet Consumable Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178725",
+ "name": "SeroNet Equipment Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178719",
+ "name": "SeroNet Prior Test Result",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178726",
+ "name": "SeroNet Reagent Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178718",
+ "name": "SeroNet Research Participant Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179059",
+ "name": "SeroNet Schema Details",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189083",
+ "name": "SeroNet Study Descriptors",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C198975",
+ "name": "UBERON Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": true
+ },
+ {
+ "code": "C67567",
+ "name": "UCUM Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": true
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:21 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-subtree-children.txt b/bash-examples/samples/get-subtree-children.txt
index c862c0b3..27b9acf6 100644
--- a/bash-examples/samples/get-subtree-children.txt
+++ b/bash-examples/samples/get-subtree-children.txt
@@ -1,107 +1,112 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:25 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-code = C3224
-
- Get subtree children for ncit C3224:
- count = 18
-
- [
- {
- "code": "C3802",
- "label": "Amelanotic Melanoma",
- "leaf": false
- },
- {
- "code": "C8410",
- "label": "Breast Melanoma",
- "leaf": true
- },
- {
- "code": "C131506",
- "label": "Childhood Melanoma",
- "leaf": false
- },
- {
- "code": "C3510",
- "label": "Cutaneous Melanoma",
- "leaf": false
- },
- {
- "code": "C4236",
- "label": "Epithelioid Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C8925",
- "label": "Metastatic Melanoma",
- "leaf": false
- },
- {
- "code": "C66756",
- "label": "Mixed Epithelioid and Spindle Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C205125",
- "label": "Nodular Melanoma",
- "leaf": false
- },
- {
- "code": "C8711",
- "label": "Non-Cutaneous Melanoma",
- "leaf": false
- },
- {
- "code": "C8562",
- "label": "Ocular Melanoma",
- "leaf": false
- },
- {
- "code": "C118828",
- "label": "Orbital Melanoma",
- "leaf": true
- },
- {
- "code": "C162547",
- "label": "Penile Melanoma",
- "leaf": false
- },
- {
- "code": "C7087",
- "label": "Recurrent Melanoma",
- "leaf": false
- },
- {
- "code": "C147983",
- "label": "Refractory Melanoma",
- "leaf": false
- },
- {
- "code": "C4228",
- "label": "Regressing Melanoma",
- "leaf": false
- },
- {
- "code": "C190239",
- "label": "Resectable Melanoma",
- "leaf": false
- },
- {
- "code": "C4237",
- "label": "Spindle Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C148517",
- "label": "Unresectable Melanoma",
- "leaf": false
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:26 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:02 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+code = C3224
+
+ Get subtree children for ncit C3224:
+ count = 19
+
+ [
+ {
+ "code": "C3802",
+ "label": "Amelanotic Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C8410",
+ "label": "Breast Melanoma",
+ "leaf": true
+ },
+ {
+ "code": "C131506",
+ "label": "Childhood Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C3510",
+ "label": "Cutaneous Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4236",
+ "label": "Epithelioid Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C217198",
+ "label": "Localized Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C215044",
+ "label": "Melanoma In Situ",
+ "leaf": false
+ },
+ {
+ "code": "C8925",
+ "label": "Metastatic Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C66756",
+ "label": "Mixed Epithelioid and Spindle Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C205125",
+ "label": "Nodular Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C8711",
+ "label": "Non-Cutaneous Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C118828",
+ "label": "Orbital Melanoma",
+ "leaf": true
+ },
+ {
+ "code": "C162547",
+ "label": "Penile Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C7087",
+ "label": "Recurrent Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C147983",
+ "label": "Refractory Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4228",
+ "label": "Regressing Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C190239",
+ "label": "Resectable Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4237",
+ "label": "Spindle Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C148517",
+ "label": "Unresectable Melanoma",
+ "leaf": false
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:02 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-subtree.txt b/bash-examples/samples/get-subtree.txt
index 4730ed9a..f5fed5a0 100644
--- a/bash-examples/samples/get-subtree.txt
+++ b/bash-examples/samples/get-subtree.txt
@@ -1,828 +1,833 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:24 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-code = C3224
-
- Get subtree for ncit C3224:
- count = 19
-
- [
- {
- "code": "C12913",
- "label": "Abnormal Cell",
- "leaf": false
- },
- {
- "code": "C43431",
- "label": "Activity",
- "leaf": false
- },
- {
- "code": "C12219",
- "label": "Anatomic Structure, System, or Substance",
- "leaf": false
- },
- {
- "code": "C20633",
- "label": "Biochemical Pathway",
- "leaf": false
- },
- {
- "code": "C17828",
- "label": "Biological Process",
- "leaf": false
- },
- {
- "code": "C12218",
- "label": "Chemotherapy Regimen or Agent Combination",
- "leaf": false
- },
- {
- "code": "C20181",
- "label": "Conceptual Entity",
- "leaf": false
- },
- {
- "code": "C20047",
- "label": "Diagnostic or Prognostic Factor",
- "leaf": false
- },
- {
- "code": "C7057",
- "label": "Disease, Disorder or Finding",
- "leaf": false,
- "expanded": true,
- "children": [
- {
- "code": "C2991",
- "label": "Disease or Disorder",
- "leaf": false,
- "expanded": true,
- "children": [
- {
- "code": "C35470",
- "label": "Behavioral Disorder",
- "leaf": false
- },
- {
- "code": "C8278",
- "label": "Cancer-Related Condition",
- "leaf": false
- },
- {
- "code": "C27551",
- "label": "Disorder by Site",
- "leaf": false
- },
- {
- "code": "C3101",
- "label": "Genetic Disorder",
- "leaf": false
- },
- {
- "code": "C3262",
- "label": "Neoplasm",
- "leaf": false,
- "expanded": true,
- "children": [
- {
- "code": "C4741",
- "label": "Neoplasm by Morphology",
- "leaf": false,
- "expanded": true,
- "children": [
- {
- "code": "C3709",
- "label": "Epithelial Neoplasm",
- "leaf": false
- },
- {
- "code": "C3708",
- "label": "Germ Cell Tumor",
- "leaf": false
- },
- {
- "code": "C27134",
- "label": "Hematopoietic and Lymphoid Cell Neoplasm",
- "leaf": false
- },
- {
- "code": "C7058",
- "label": "Melanocytic Neoplasm",
- "leaf": false,
- "expanded": true,
- "children": [
- {
- "code": "C4661",
- "label": "Central Nervous System Melanocytic Neoplasm",
- "leaf": false
- },
- {
- "code": "C208332",
- "label": "Childhood Melanocytic Neoplasm",
- "leaf": false
- },
- {
- "code": "C204977",
- "label": "Conjunctival Melanocytic Neoplasm",
- "leaf": false
- },
- {
- "code": "C7161",
- "label": "Cutaneous Melanocytic Neoplasm",
- "leaf": false
- },
- {
- "code": "C173488",
- "label": "Head and Neck Melanocytic Neoplasm",
- "leaf": false
- },
- {
- "code": "C9498",
- "label": "Melanocytoma",
- "leaf": false
- },
- {
- "code": "C3224",
- "label": "Melanoma",
- "leaf": false
- },
- {
- "code": "C7570",
- "label": "Nevus",
- "leaf": false
- },
- {
- "code": "C205057",
- "label": "Uveal Melanocytic Neoplasm",
- "leaf": false
- },
- {
- "code": "C40335",
- "label": "Vulvar Melanocytic Neoplasm",
- "leaf": false
- }
- ]
- },
- {
- "code": "C7059",
- "label": "Mesenchymal Cell Neoplasm",
- "leaf": false
- },
- {
- "code": "C3786",
- "label": "Mesothelial Neoplasm",
- "leaf": false
- },
- {
- "code": "C35562",
- "label": "Neuroepithelial, Perineurial, and Schwann Cell Neoplasm",
- "leaf": false
- }
- ]
- },
- {
- "code": "C3263",
- "label": "Neoplasm by Site",
- "leaf": false
- },
- {
- "code": "C7062",
- "label": "Neoplasm by Special Category",
- "leaf": false,
- "expanded": true,
- "children": [
- {
- "code": "C3677",
- "label": "Benign Neoplasm",
- "leaf": false
- },
- {
- "code": "C6283",
- "label": "Childhood Neoplasm",
- "leaf": false
- },
- {
- "code": "C6784",
- "label": "Cystic Neoplasm",
- "leaf": false
- },
- {
- "code": "C3264",
- "label": "Embryonal Neoplasm",
- "leaf": false
- },
- {
- "code": "C36035",
- "label": "Encapsulated Neoplasm",
- "leaf": false
- },
- {
- "code": "C7069",
- "label": "Giant Cell Neoplasm",
- "leaf": false
- },
- {
- "code": "C116915",
- "label": "Liquid Tumor",
- "leaf": true
- },
- {
- "code": "C36037",
- "label": "Localized Neoplasm",
- "leaf": false
- },
- {
- "code": "C9305",
- "label": "Malignant Neoplasm",
- "leaf": false,
- "expanded": true,
- "children": [
- {
- "code": "C3851",
- "label": "Aggravated Malignant Neoplasm",
- "leaf": true
- },
- {
- "code": "C36025",
- "label": "Anaplastic Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C188021",
- "label": "B-Cell Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C7627",
- "label": "Bilateral Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C2916",
- "label": "Carcinoma",
- "leaf": false
- },
- {
- "code": "C4005",
- "label": "Childhood Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C4992",
- "label": "Environment-Related Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C9479",
- "label": "Hereditary Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C27770",
- "label": "Immunodeficiency-Related Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C27223",
- "label": "Infection-Related Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C8505",
- "label": "Invasive Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C3161",
- "label": "Leukemia",
- "leaf": false
- },
- {
- "code": "C8576",
- "label": "Localized Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C3208",
- "label": "Lymphoma",
- "leaf": false
- },
- {
- "code": "C156714",
- "label": "Malignant Abdominal Neoplasm",
- "leaf": false
- },
- {
- "code": "C35501",
- "label": "Malignant Bone Marrow Neoplasm",
- "leaf": false
- },
- {
- "code": "C9335",
- "label": "Malignant Breast Neoplasm",
- "leaf": false
- },
- {
- "code": "C114940",
- "label": "Malignant Cardiovascular Neoplasm",
- "leaf": false
- },
- {
- "code": "C4890",
- "label": "Malignant Digestive System Neoplasm",
- "leaf": false
- },
- {
- "code": "C3575",
- "label": "Malignant Endocrine Neoplasm",
- "leaf": false
- },
- {
- "code": "C4767",
- "label": "Malignant Eye Neoplasm",
- "leaf": false
- },
- {
- "code": "C121500",
- "label": "Malignant Fibrohistiocytic Neoplasm",
- "leaf": false
- },
- {
- "code": "C156484",
- "label": "Malignant Genitourinary System Neoplasm",
- "leaf": false
- },
- {
- "code": "C4925",
- "label": "Malignant Germ Cell Tumor",
- "leaf": false
- },
- {
- "code": "C4090",
- "label": "Malignant Giant Cell Neoplasm",
- "leaf": false
- },
- {
- "code": "C4013",
- "label": "Malignant Head and Neck Neoplasm",
- "leaf": false
- },
- {
- "code": "C212210",
- "label": "Malignant Histiocytic and Dendritic Cell Neoplasm",
- "leaf": false
- },
- {
- "code": "C35812",
- "label": "Malignant Lymph Node Neoplasm",
- "leaf": false
- },
- {
- "code": "C8991",
- "label": "Malignant Mastocytosis",
- "leaf": false
- },
- {
- "code": "C4456",
- "label": "Malignant Mesothelioma",
- "leaf": false
- },
- {
- "code": "C3729",
- "label": "Malignant Mixed Neoplasm",
- "leaf": false
- },
- {
- "code": "C166357",
- "label": "Malignant Musculoskeletal Neoplasm",
- "leaf": false
- },
- {
- "code": "C36041",
- "label": "Malignant Neoplasm by Grade",
- "leaf": false
- },
- {
- "code": "C35427",
- "label": "Malignant Neoplasm of Multiple Primary Sites",
- "leaf": false
- },
- {
- "code": "C65153",
- "label": "Malignant Neoplasm, Uncertain Whether Primary or Metastatic",
- "leaf": true
- },
- {
- "code": "C4788",
- "label": "Malignant Nervous System Neoplasm",
- "leaf": false
- },
- {
- "code": "C156715",
- "label": "Malignant Pelvic Neoplasm",
- "leaf": false
- },
- {
- "code": "C156711",
- "label": "Malignant Peritoneal and Retroperitoneal Neoplasm",
- "leaf": false
- },
- {
- "code": "C4571",
- "label": "Malignant Respiratory System Neoplasm",
- "leaf": false
- },
- {
- "code": "C2920",
- "label": "Malignant Skin Neoplasm",
- "leaf": false
- },
- {
- "code": "C4867",
- "label": "Malignant Soft Tissue Neoplasm",
- "leaf": false
- },
- {
- "code": "C132146",
- "label": "Malignant Solid Neoplasm",
- "leaf": false
- },
- {
- "code": "C6894",
- "label": "Malignant Solitary Fibrous Tumor",
- "leaf": false
- },
- {
- "code": "C3539",
- "label": "Malignant Splenic Neoplasm",
- "leaf": false
- },
- {
- "code": "C3576",
- "label": "Malignant Thoracic Neoplasm",
- "leaf": false
- },
- {
- "code": "C3224",
- "label": "Melanoma",
- "leaf": false
- },
- {
- "code": "C38156",
- "label": "Metachronous Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C36049",
- "label": "Moderately Differentiated Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C3520",
- "label": "Myeloid Sarcoma",
- "leaf": false
- },
- {
- "code": "C84270",
- "label": "Myeloid/Lymphoid Neoplasms with Eosinophilia and Tyrosine Kinase Gene Fusions",
- "leaf": false
- },
- {
- "code": "C9226",
- "label": "Non-Hematologic Malignancy",
- "leaf": true
- },
- {
- "code": "C46080",
- "label": "Nonestrogen-Dependent Malignant Neoplasm",
- "leaf": true
- },
- {
- "code": "C167168",
- "label": "Obesity-Related Malignant Neoplasm",
- "leaf": true
- },
- {
- "code": "C4993",
- "label": "Occupational Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C36050",
- "label": "Poorly Differentiated Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C7055",
- "label": "Precursor Lymphoid Neoplasm",
- "leaf": false
- },
- {
- "code": "C84509",
- "label": "Primary Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C3716",
- "label": "Primitive Neuroectodermal Tumor",
- "leaf": false
- },
- {
- "code": "C172183",
- "label": "Progesterone Receptor-Positive Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C27209",
- "label": "Radiation-Related Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C4813",
- "label": "Recurrent Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C120186",
- "label": "Refractory Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C150602",
- "label": "Resectable Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C9118",
- "label": "Sarcoma",
- "leaf": false
- },
- {
- "code": "C4968",
- "label": "Secondary Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C201136",
- "label": "Solid Pseudopapillary Neoplasm",
- "leaf": false
- },
- {
- "code": "C177364",
- "label": "Somatic-Type Malignancy",
- "leaf": true
- },
- {
- "code": "C4969",
- "label": "Therapy-Related Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C36051",
- "label": "Undifferentiated Malignant Neoplasm",
- "leaf": true
- },
- {
- "code": "C27359",
- "label": "Unresectable Malignant Neoplasm",
- "leaf": false
- },
- {
- "code": "C36052",
- "label": "Well Differentiated Malignant Neoplasm",
- "leaf": false
- }
- ]
- },
- {
- "code": "C3261",
- "label": "Metastatic Neoplasm",
- "leaf": false
- },
- {
- "code": "C102883",
- "label": "Miscellaneous Neoplasm",
- "leaf": true
- },
- {
- "code": "C6930",
- "label": "Mixed Neoplasm",
- "leaf": false
- },
- {
- "code": "C36029",
- "label": "Necrotic Neoplasm",
- "leaf": true
- },
- {
- "code": "C27933",
- "label": "Neoplasm by Cause",
- "leaf": false
- },
- {
- "code": "C45230",
- "label": "Neoplasm by Obsolete Classification",
- "leaf": false
- },
- {
- "code": "C6974",
- "label": "Neoplasm of Uncertain Histogenesis",
- "leaf": true
- },
- {
- "code": "C3646",
- "label": "Neoplasm of Uncertain Malignant Potential",
- "leaf": false
- },
- {
- "code": "C65157",
- "label": "Neoplasm, Uncertain Whether Benign or Malignant",
- "leaf": true
- },
- {
- "code": "C7068",
- "label": "Neoplastic Polyp",
- "leaf": false
- },
- {
- "code": "C36012",
- "label": "Nodular Neoplasm",
- "leaf": true
- },
- {
- "code": "C36036",
- "label": "Non-Encapsulated Neoplasm",
- "leaf": true
- },
- {
- "code": "C163003",
- "label": "Non-Malignant Neoplasm",
- "leaf": true
- },
- {
- "code": "C36030",
- "label": "Osteolytic Neoplasm",
- "leaf": false
- },
- {
- "code": "C36031",
- "label": "Papillary Neoplasm",
- "leaf": false
- },
- {
- "code": "C36032",
- "label": "Premalignant Neoplasm",
- "leaf": true
- },
- {
- "code": "C8509",
- "label": "Primary Neoplasm",
- "leaf": false
- },
- {
- "code": "C7201",
- "label": "Rare Neoplasm",
- "leaf": false
- },
- {
- "code": "C4798",
- "label": "Recurrent Neoplasm",
- "leaf": false
- },
- {
- "code": "C7628",
- "label": "Refractory Neoplasm",
- "leaf": false
- },
- {
- "code": "C211531",
- "label": "Resectable Neoplasm",
- "leaf": false
- },
- {
- "code": "C36255",
- "label": "Secondary Neoplasm",
- "leaf": false
- },
- {
- "code": "C9292",
- "label": "Solid Neoplasm",
- "leaf": false
- },
- {
- "code": "C27263",
- "label": "Spindle Cell Neoplasm",
- "leaf": false
- },
- {
- "code": "C36033",
- "label": "Tubular Neoplasm",
- "leaf": true
- }
- ]
- }
- ]
- },
- {
- "code": "C53529",
- "label": "Non-Neoplastic Disorder",
- "leaf": false
- },
- {
- "code": "C89328",
- "label": "Pediatric Disorder",
- "leaf": false
- },
- {
- "code": "C3340",
- "label": "Polyp",
- "leaf": false
- },
- {
- "code": "C2893",
- "label": "Psychiatric Disorder",
- "leaf": false
- },
- {
- "code": "C26684",
- "label": "Radiation-Induced Disorder",
- "leaf": false
- },
- {
- "code": "C4873",
- "label": "Rare Disorder",
- "leaf": false
- },
- {
- "code": "C28193",
- "label": "Syndrome",
- "leaf": false
- }
- ]
- },
- {
- "code": "C3367",
- "label": "Finding",
- "leaf": false
- }
- ]
- },
- {
- "code": "C1908",
- "label": "Drug, Food, Chemical or Biomedical Material",
- "leaf": false
- },
- {
- "code": "C22188",
- "label": "Experimental Organism Anatomical Concept",
- "leaf": false
- },
- {
- "code": "C22187",
- "label": "Experimental Organism Diagnosis",
- "leaf": false
- },
- {
- "code": "C16612",
- "label": "Gene",
- "leaf": false
- },
- {
- "code": "C26548",
- "label": "Gene Product",
- "leaf": false
- },
- {
- "code": "C97325",
- "label": "Manufactured Object",
- "leaf": false
- },
- {
- "code": "C3910",
- "label": "Molecular Abnormality",
- "leaf": false
- },
- {
- "code": "C14250",
- "label": "Organism",
- "leaf": false
- },
- {
- "code": "C20189",
- "label": "Property or Attribute",
- "leaf": false
- },
- {
- "code": "C28428",
- "label": "Retired Concept",
- "leaf": false
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:25 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:00 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+code = C3224
+
+ Get subtree for ncit C3224:
+ count = 19
+
+ [
+ {
+ "code": "C12913",
+ "label": "Abnormal Cell",
+ "leaf": false
+ },
+ {
+ "code": "C43431",
+ "label": "Activity",
+ "leaf": false
+ },
+ {
+ "code": "C12219",
+ "label": "Anatomic Structure, System, or Substance",
+ "leaf": false
+ },
+ {
+ "code": "C20633",
+ "label": "Biochemical Pathway",
+ "leaf": false
+ },
+ {
+ "code": "C17828",
+ "label": "Biological Process",
+ "leaf": false
+ },
+ {
+ "code": "C12218",
+ "label": "Chemotherapy Regimen or Agent Combination",
+ "leaf": false
+ },
+ {
+ "code": "C20181",
+ "label": "Conceptual Entity",
+ "leaf": false
+ },
+ {
+ "code": "C20047",
+ "label": "Diagnostic or Prognostic Factor",
+ "leaf": false
+ },
+ {
+ "code": "C7057",
+ "label": "Disease, Disorder or Finding",
+ "leaf": false,
+ "expanded": true,
+ "children": [
+ {
+ "code": "C2991",
+ "label": "Disease or Disorder",
+ "leaf": false,
+ "expanded": true,
+ "children": [
+ {
+ "code": "C35470",
+ "label": "Behavioral Disorder",
+ "leaf": false
+ },
+ {
+ "code": "C8278",
+ "label": "Cancer-Related Condition",
+ "leaf": false
+ },
+ {
+ "code": "C27551",
+ "label": "Disorder by Site",
+ "leaf": false
+ },
+ {
+ "code": "C3101",
+ "label": "Genetic Disorder",
+ "leaf": false
+ },
+ {
+ "code": "C3262",
+ "label": "Neoplasm",
+ "leaf": false,
+ "expanded": true,
+ "children": [
+ {
+ "code": "C4741",
+ "label": "Neoplasm by Morphology",
+ "leaf": false,
+ "expanded": true,
+ "children": [
+ {
+ "code": "C3709",
+ "label": "Epithelial Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C3708",
+ "label": "Germ Cell Tumor",
+ "leaf": false
+ },
+ {
+ "code": "C27134",
+ "label": "Hematopoietic and Lymphoid Cell Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C7058",
+ "label": "Melanocytic Neoplasm",
+ "leaf": false,
+ "expanded": true,
+ "children": [
+ {
+ "code": "C4661",
+ "label": "Central Nervous System Melanocytic Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C208332",
+ "label": "Childhood Melanocytic Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C204977",
+ "label": "Conjunctival Melanocytic Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C7161",
+ "label": "Cutaneous Melanocytic Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C173488",
+ "label": "Head and Neck Melanocytic Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C9498",
+ "label": "Melanocytoma",
+ "leaf": false
+ },
+ {
+ "code": "C3224",
+ "label": "Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C7570",
+ "label": "Nevus",
+ "leaf": false
+ },
+ {
+ "code": "C205057",
+ "label": "Uveal Melanocytic Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C40335",
+ "label": "Vulvar Melanocytic Neoplasm",
+ "leaf": false
+ }
+ ]
+ },
+ {
+ "code": "C7059",
+ "label": "Mesenchymal Cell Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C3786",
+ "label": "Mesothelial Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C35562",
+ "label": "Neuroepithelial, Perineurial, and Schwann Cell Neoplasm",
+ "leaf": false
+ }
+ ]
+ },
+ {
+ "code": "C3263",
+ "label": "Neoplasm by Site",
+ "leaf": false
+ },
+ {
+ "code": "C7062",
+ "label": "Neoplasm by Special Category",
+ "leaf": false,
+ "expanded": true,
+ "children": [
+ {
+ "code": "C3677",
+ "label": "Benign Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C6283",
+ "label": "Childhood Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C6784",
+ "label": "Cystic Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C3264",
+ "label": "Embryonal Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C36035",
+ "label": "Encapsulated Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C7069",
+ "label": "Giant Cell Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C116915",
+ "label": "Liquid Tumor",
+ "leaf": true
+ },
+ {
+ "code": "C36037",
+ "label": "Localized Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C9305",
+ "label": "Malignant Neoplasm",
+ "leaf": false,
+ "expanded": true,
+ "children": [
+ {
+ "code": "C3851",
+ "label": "Aggravated Malignant Neoplasm",
+ "leaf": true
+ },
+ {
+ "code": "C36025",
+ "label": "Anaplastic Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C188021",
+ "label": "B-Cell Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C7627",
+ "label": "Bilateral Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C2916",
+ "label": "Carcinoma",
+ "leaf": false
+ },
+ {
+ "code": "C4005",
+ "label": "Childhood Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C2947",
+ "label": "Chordoma",
+ "leaf": false
+ },
+ {
+ "code": "C4992",
+ "label": "Environment-Related Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C9479",
+ "label": "Hereditary Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C27770",
+ "label": "Immunodeficiency-Related Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C27223",
+ "label": "Infection-Related Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C8505",
+ "label": "Invasive Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C3161",
+ "label": "Leukemia",
+ "leaf": false
+ },
+ {
+ "code": "C8576",
+ "label": "Localized Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C3208",
+ "label": "Lymphoma",
+ "leaf": false
+ },
+ {
+ "code": "C156714",
+ "label": "Malignant Abdominal Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C35501",
+ "label": "Malignant Bone Marrow Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C9335",
+ "label": "Malignant Breast Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C114940",
+ "label": "Malignant Cardiovascular Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C4890",
+ "label": "Malignant Digestive System Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C3575",
+ "label": "Malignant Endocrine Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C4767",
+ "label": "Malignant Eye Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C121500",
+ "label": "Malignant Fibrohistiocytic Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C156484",
+ "label": "Malignant Genitourinary System Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C4925",
+ "label": "Malignant Germ Cell Tumor",
+ "leaf": false
+ },
+ {
+ "code": "C4090",
+ "label": "Malignant Giant Cell Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C4013",
+ "label": "Malignant Head and Neck Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C212210",
+ "label": "Malignant Histiocytic and Dendritic Cell Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C35812",
+ "label": "Malignant Lymph Node Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C8991",
+ "label": "Malignant Mastocytosis",
+ "leaf": false
+ },
+ {
+ "code": "C4456",
+ "label": "Malignant Mesothelioma",
+ "leaf": false
+ },
+ {
+ "code": "C3729",
+ "label": "Malignant Mixed Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C166357",
+ "label": "Malignant Musculoskeletal Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C36041",
+ "label": "Malignant Neoplasm by Grade",
+ "leaf": false
+ },
+ {
+ "code": "C35427",
+ "label": "Malignant Neoplasm of Multiple Primary Sites",
+ "leaf": false
+ },
+ {
+ "code": "C65153",
+ "label": "Malignant Neoplasm, Uncertain Whether Primary or Metastatic",
+ "leaf": true
+ },
+ {
+ "code": "C4788",
+ "label": "Malignant Nervous System Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C156715",
+ "label": "Malignant Pelvic Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C156711",
+ "label": "Malignant Peritoneal and Retroperitoneal Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C4571",
+ "label": "Malignant Respiratory System Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C2920",
+ "label": "Malignant Skin Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C4867",
+ "label": "Malignant Soft Tissue Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C132146",
+ "label": "Malignant Solid Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C6894",
+ "label": "Malignant Solitary Fibrous Tumor",
+ "leaf": false
+ },
+ {
+ "code": "C3539",
+ "label": "Malignant Splenic Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C3576",
+ "label": "Malignant Thoracic Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C3224",
+ "label": "Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C38156",
+ "label": "Metachronous Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C36049",
+ "label": "Moderately Differentiated Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C3520",
+ "label": "Myeloid Sarcoma",
+ "leaf": false
+ },
+ {
+ "code": "C84270",
+ "label": "Myeloid/Lymphoid Neoplasms with Eosinophilia and Tyrosine Kinase Gene Fusions",
+ "leaf": false
+ },
+ {
+ "code": "C9226",
+ "label": "Non-Hematologic Malignancy",
+ "leaf": true
+ },
+ {
+ "code": "C46080",
+ "label": "Nonestrogen-Dependent Malignant Neoplasm",
+ "leaf": true
+ },
+ {
+ "code": "C167168",
+ "label": "Obesity-Related Malignant Neoplasm",
+ "leaf": true
+ },
+ {
+ "code": "C4993",
+ "label": "Occupational Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C36050",
+ "label": "Poorly Differentiated Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C7055",
+ "label": "Precursor Lymphoid Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C84509",
+ "label": "Primary Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C3716",
+ "label": "Primitive Neuroectodermal Tumor",
+ "leaf": false
+ },
+ {
+ "code": "C172183",
+ "label": "Progesterone Receptor-Positive Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C27209",
+ "label": "Radiation-Related Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C4813",
+ "label": "Recurrent Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C120186",
+ "label": "Refractory Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C150602",
+ "label": "Resectable Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C9118",
+ "label": "Sarcoma",
+ "leaf": false
+ },
+ {
+ "code": "C4968",
+ "label": "Secondary Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C201136",
+ "label": "Solid Pseudopapillary Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C177364",
+ "label": "Somatic-Type Malignancy",
+ "leaf": true
+ },
+ {
+ "code": "C4969",
+ "label": "Therapy-Related Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C36051",
+ "label": "Undifferentiated Malignant Neoplasm",
+ "leaf": true
+ },
+ {
+ "code": "C27359",
+ "label": "Unresectable Malignant Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C36052",
+ "label": "Well Differentiated Malignant Neoplasm",
+ "leaf": false
+ }
+ ]
+ },
+ {
+ "code": "C3261",
+ "label": "Metastatic Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C102883",
+ "label": "Miscellaneous Neoplasm",
+ "leaf": true
+ },
+ {
+ "code": "C6930",
+ "label": "Mixed Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C36029",
+ "label": "Necrotic Neoplasm",
+ "leaf": true
+ },
+ {
+ "code": "C27933",
+ "label": "Neoplasm by Cause",
+ "leaf": false
+ },
+ {
+ "code": "C45230",
+ "label": "Neoplasm by Obsolete Classification",
+ "leaf": false
+ },
+ {
+ "code": "C6974",
+ "label": "Neoplasm of Uncertain Histogenesis",
+ "leaf": true
+ },
+ {
+ "code": "C3646",
+ "label": "Neoplasm of Uncertain Malignant Potential",
+ "leaf": false
+ },
+ {
+ "code": "C65157",
+ "label": "Neoplasm, Uncertain Whether Benign or Malignant",
+ "leaf": true
+ },
+ {
+ "code": "C7068",
+ "label": "Neoplastic Polyp",
+ "leaf": false
+ },
+ {
+ "code": "C36012",
+ "label": "Nodular Neoplasm",
+ "leaf": true
+ },
+ {
+ "code": "C36036",
+ "label": "Non-Encapsulated Neoplasm",
+ "leaf": true
+ },
+ {
+ "code": "C163003",
+ "label": "Non-Malignant Neoplasm",
+ "leaf": true
+ },
+ {
+ "code": "C36030",
+ "label": "Osteolytic Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C36031",
+ "label": "Papillary Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C36032",
+ "label": "Premalignant Neoplasm",
+ "leaf": true
+ },
+ {
+ "code": "C8509",
+ "label": "Primary Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C7201",
+ "label": "Rare Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C4798",
+ "label": "Recurrent Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C7628",
+ "label": "Refractory Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C211531",
+ "label": "Resectable Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C36255",
+ "label": "Secondary Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C9292",
+ "label": "Solid Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C27263",
+ "label": "Spindle Cell Neoplasm",
+ "leaf": false
+ },
+ {
+ "code": "C36033",
+ "label": "Tubular Neoplasm",
+ "leaf": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C53529",
+ "label": "Non-Neoplastic Disorder",
+ "leaf": false
+ },
+ {
+ "code": "C89328",
+ "label": "Pediatric Disorder",
+ "leaf": false
+ },
+ {
+ "code": "C3340",
+ "label": "Polyp",
+ "leaf": false
+ },
+ {
+ "code": "C2893",
+ "label": "Psychiatric Disorder",
+ "leaf": false
+ },
+ {
+ "code": "C26684",
+ "label": "Radiation-Induced Disorder",
+ "leaf": false
+ },
+ {
+ "code": "C4873",
+ "label": "Rare Disorder",
+ "leaf": false
+ },
+ {
+ "code": "C28193",
+ "label": "Syndrome",
+ "leaf": false
+ }
+ ]
+ },
+ {
+ "code": "C3367",
+ "label": "Finding",
+ "leaf": false
+ }
+ ]
+ },
+ {
+ "code": "C1908",
+ "label": "Drug, Food, Chemical or Biomedical Material",
+ "leaf": false
+ },
+ {
+ "code": "C22188",
+ "label": "Experimental Organism Anatomical Concept",
+ "leaf": false
+ },
+ {
+ "code": "C22187",
+ "label": "Experimental Organism Diagnosis",
+ "leaf": false
+ },
+ {
+ "code": "C16612",
+ "label": "Gene",
+ "leaf": false
+ },
+ {
+ "code": "C26548",
+ "label": "Gene Product",
+ "leaf": false
+ },
+ {
+ "code": "C97325",
+ "label": "Manufactured Object",
+ "leaf": false
+ },
+ {
+ "code": "C3910",
+ "label": "Molecular Abnormality",
+ "leaf": false
+ },
+ {
+ "code": "C14250",
+ "label": "Organism",
+ "leaf": false
+ },
+ {
+ "code": "C20189",
+ "label": "Property or Attribute",
+ "leaf": false
+ },
+ {
+ "code": "C28428",
+ "label": "Retired Concept",
+ "leaf": false
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:02 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-synonym-sources.txt b/bash-examples/samples/get-synonym-sources.txt
index e362c741..0f490029 100644
--- a/bash-examples/samples/get-synonym-sources.txt
+++ b/bash-examples/samples/get-synonym-sources.txt
@@ -1,368 +1,369 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:39 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-
- Get synonym sources for ncit:
-
- [
- {
- "code": "ACC/AHA",
- "name": "American College of Cardiology / American Heart Association",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "BIOCARTA",
- "name": "BioCarta online maps of molecular pathways, adapted for NCI use",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "BRIDG",
- "name": "Biomedical Research Integrated Domain Model Group",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "BRIDG 3.0.3",
- "name": "Biomedical Research Integrated Domain Model Group, version 3.0.3",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "BRIDG 5.3",
- "name": "Biomedical Research Integrated Domain Model Group, version 5.3",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CBDD",
- "name": "Chemical Biology and Drug Development",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CCPS",
- "name": "Childhood Cancer Predisposition Study",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CDC",
- "name": "U.S. Centers for Disease Control and Prevention",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CDISC",
- "name": "Clinical Data Interchange Standards Consortium",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CDISC-GLOSS",
- "name": "CDISC Glossary Terminology",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CPTAC",
- "name": "Clinical Proteomic Tumor Analysis Consortium",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CRCH",
- "name": "Cancer Research Center of Hawaii Nutrition Terminology",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CTCAE",
- "name": "Common Terminology Criteria for Adverse Events",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CTCAE 3.0",
- "name": "Common Terminology Criteria for Adverse Events, version 3.0",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CTCAE 5.0",
- "name": "Common Terminology Criteria for Adverse Events, version 5.0",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CTDC",
- "name": "Clinical Trials Data Commons",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CTEP",
- "name": "Cancer Therapy Evaluation Program",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CTRP",
- "name": "Clinical Trials Reporting Program",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CareLex",
- "name": "CareLex electronic Trial Master File Terminology",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "Cellosaurus",
- "name": "Cellosaurus - a knowledge resource on cell lines",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "DCP",
- "name": "NCI Division of Cancer Prevention Program",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "DICOM",
- "name": "Digital Imaging Communications in Medicine",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "DIPG/DMG",
- "name": "Diffuse Intrinsic Pontine Glioma/Diffuse Midline Glioma",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "DTP",
- "name": "NCI Developmental Therapeutics Program",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "EDQM-HC",
- "name": "European Directorate for the Quality of Medicines & Healthcare",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "FDA",
- "name": "U.S. Food and Drug Administration",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "GAIA",
- "name": "Global Alignment of Immunization safety Assessment in pregnancy Terminology",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "GDC",
- "name": "Genomic Data Commons",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "GENC",
- "name": "Geopolitical Entities, Names, and Codes Terminology",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "HGNC",
- "name": "HUGO Gene Nomenclature Committee",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "HL7",
- "name": "Health Level Seven International",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "HemOnc",
- "name": "HemOnc.org (A Free Hematology/Oncology Reference)",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "ICD-10",
- "name": "International Classification of Diseases, Tenth Revision",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "ICDC",
- "name": "International Cancer Genome Consortium",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "ICH",
- "name": "International Conference on Harmonization",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "INC",
- "name": "International Neonatal Consortium",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "JAX",
- "name": "Jackson Laboratories Mouse Terminology, adapted for NCI use",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "KEGG",
- "name": "KEGG Pathway Database",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "MRCT-Ctr",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "NCI",
- "name": "National Cancer Institute Thesaurus",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "NCI-GLOSS",
- "name": "NCI Dictionary of Cancer Terms",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "NCPDP",
- "name": "National Council for Prescription Drug Programs",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "NDC",
- "name": "National Drug Code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "NICHD",
- "name": "National Institute of Child Health and Human Development",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "OORO",
- "name": "Operational Ontology for Radiation Oncology",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "ORCHESTRA",
- "name": "Multinational project funded by the European Commission to advance the knowledge of the SARS-CoV-2 infection and its long-term effects",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "PCDC",
- "name": "Pediatric Cancer Data Commons",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "PI-RADS",
- "name": "Prostate Imaging-Reporting and Data System",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "PID",
- "name": "NCI Nature Pathway Interaction Database",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "PRO-CTCAE",
- "name": "PRO-CTCAE (Patient Reported Outcomes version of Common Terminology Criteria for Adverse Events)",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "RENI",
- "name": "Registry Nomenclature Information System",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "SEER",
- "name": "Surveillance, Epidemiology, and End Results Program",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "SeroNet",
- "name": "NCI Serological Sciences Network for COVID-19",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "UBERON",
- "name": "Uber-anatomy Ontology",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "UCUM",
- "name": "Unified Code for Units of Measure",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "WHO",
- "name": "World Health Organization",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "ZFin",
- "name": "Zebrafish Information Network",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "caDSR",
- "name": "Cancer Data Standards Registry and Repository",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "mCode",
- "name": "Minimal Common Oncology Data Elements",
- "terminology": "ncit",
- "version": "25.02d"
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:40 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:15 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+
+ Get synonym sources for ncit:
+
+ [
+ {
+ "code": "ACC/AHA",
+ "name": "American College of Cardiology / American Heart Association",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "BIOCARTA",
+ "name": "BioCarta online maps of molecular pathways, adapted for NCI use",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "BRIDG",
+ "name": "Biomedical Research Integrated Domain Model Group",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "BRIDG 3.0.3",
+ "name": "Biomedical Research Integrated Domain Model Group, version 3.0.3",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "BRIDG 5.3",
+ "name": "Biomedical Research Integrated Domain Model Group, version 5.3",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CBDD",
+ "name": "Chemical Biology and Drug Development",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CCPS",
+ "name": "Childhood Cancer Predisposition Study",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CDC",
+ "name": "U.S. Centers for Disease Control and Prevention",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CDISC",
+ "name": "Clinical Data Interchange Standards Consortium",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CDISC-GLOSS",
+ "name": "CDISC Glossary Terminology",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CPTAC",
+ "name": "Clinical Proteomic Tumor Analysis Consortium",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CRCH",
+ "name": "Cancer Research Center of Hawaii Nutrition Terminology",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CTCAE",
+ "name": "Common Terminology Criteria for Adverse Events",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CTCAE 3.0",
+ "name": "Common Terminology Criteria for Adverse Events, version 3.0",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CTCAE 5.0",
+ "name": "Common Terminology Criteria for Adverse Events, version 5.0",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CTDC",
+ "name": "Clinical Trials Data Commons",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CTEP",
+ "name": "Cancer Therapy Evaluation Program",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CTRP",
+ "name": "Clinical Trials Reporting Program",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CareLex",
+ "name": "CareLex electronic Trial Master File Terminology",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "Cellosaurus",
+ "name": "Cellosaurus - a knowledge resource on cell lines",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "DCP",
+ "name": "NCI Division of Cancer Prevention Program",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "DICOM",
+ "name": "Digital Imaging Communications in Medicine",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "DIPG/DMG",
+ "name": "Diffuse Intrinsic Pontine Glioma/Diffuse Midline Glioma",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "DTP",
+ "name": "NCI Developmental Therapeutics Program",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "EDQM-HC",
+ "name": "European Directorate for the Quality of Medicines & Healthcare",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "FDA",
+ "name": "U.S. Food and Drug Administration",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "GAIA",
+ "name": "Global Alignment of Immunization safety Assessment in pregnancy Terminology",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "GDC",
+ "name": "Genomic Data Commons",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "GENC",
+ "name": "Geopolitical Entities, Names, and Codes Terminology",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "HGNC",
+ "name": "HUGO Gene Nomenclature Committee",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "HL7",
+ "name": "Health Level Seven International",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "HemOnc",
+ "name": "HemOnc.org (A Free Hematology/Oncology Reference)",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "ICD-10",
+ "name": "International Classification of Diseases, Tenth Revision",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "ICDC",
+ "name": "International Cancer Genome Consortium",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "ICH",
+ "name": "International Conference on Harmonization",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "INC",
+ "name": "International Neonatal Consortium",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "JAX",
+ "name": "Jackson Laboratories Mouse Terminology, adapted for NCI use",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "KEGG",
+ "name": "KEGG Pathway Database",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "MRCT-Ctr",
+ "name": "MRCT Center Clinical Research Plain Language Glossary at Harvard and Brigham and Women's Hospital",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "NCI",
+ "name": "National Cancer Institute Thesaurus",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "NCI-GLOSS",
+ "name": "NCI Dictionary of Cancer Terms",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "NCPDP",
+ "name": "National Council for Prescription Drug Programs",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "NDC",
+ "name": "National Drug Code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "NICHD",
+ "name": "National Institute of Child Health and Human Development",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "OORO",
+ "name": "Operational Ontology for Radiation Oncology",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "ORCHESTRA",
+ "name": "Multinational project funded by the European Commission to advance the knowledge of the SARS-CoV-2 infection and its long-term effects",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "PCDC",
+ "name": "Pediatric Cancer Data Commons",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "PI-RADS",
+ "name": "Prostate Imaging-Reporting and Data System",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "PID",
+ "name": "NCI Nature Pathway Interaction Database",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "PRO-CTCAE",
+ "name": "PRO-CTCAE (Patient Reported Outcomes version of Common Terminology Criteria for Adverse Events)",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "RENI",
+ "name": "Registry Nomenclature Information System",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "SEER",
+ "name": "Surveillance, Epidemiology, and End Results Program",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "SeroNet",
+ "name": "NCI Serological Sciences Network for COVID-19",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "UBERON",
+ "name": "Uber-anatomy Ontology",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "UCUM",
+ "name": "Unified Code for Units of Measure",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "WHO",
+ "name": "World Health Organization",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "ZFin",
+ "name": "Zebrafish Information Network",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "caDSR",
+ "name": "Cancer Data Standards Registry and Repository",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "mCode",
+ "name": "Minimal Common Oncology Data Elements",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:16 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-synonym-type-by-code.txt b/bash-examples/samples/get-synonym-type-by-code.txt
index f0da8942..0522baa3 100644
--- a/bash-examples/samples/get-synonym-type-by-code.txt
+++ b/bash-examples/samples/get-synonym-type-by-code.txt
@@ -1,51 +1,51 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:41 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel = P90
-include = summary
-
- Get synonym types for ncit P90:
-
- {
- "code": "P90",
- "name": "FULL_SYN",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Term & Source Data",
- "type": "Display_Name"
- },
- {
- "name": "FULL_SYN",
- "type": "FULL_SYN"
- },
- {
- "name": "Synonym with Source Data",
- "type": "FULL_SYN"
- },
- {
- "name": "FULL_SYN",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a fully qualified synonym, contains the string, term type, source, and an optional source code if appropriate. Each subfield is deliniated to facilitate interpretation by software.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:42 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:17 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel = P90
+include = summary
+
+ Get synonym types for ncit P90:
+
+ {
+ "code": "P90",
+ "name": "FULL_SYN",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Term & Source Data",
+ "type": "Display_Name"
+ },
+ {
+ "name": "FULL_SYN",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Synonym with Source Data",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "FULL_SYN",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a fully qualified synonym, contains the string, term type, source, and an optional source code if appropriate. Each subfield is deliniated to facilitate interpretation by software.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:17 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-synonym-types.txt b/bash-examples/samples/get-synonym-types.txt
index 3307261a..270a6a3f 100644
--- a/bash-examples/samples/get-synonym-types.txt
+++ b/bash-examples/samples/get-synonym-types.txt
@@ -1,35 +1,35 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:40 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-codeOrLabel =
-include =
-
- Get synonym types for ncit:
-
- [
- {
- "code": "P107",
- "name": "Display_Name",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P108",
- "name": "Preferred_Name",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P90",
- "name": "FULL_SYN",
- "terminology": "ncit",
- "version": "25.02d"
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:41 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:16 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+codeOrLabel =
+include =
+
+ Get synonym types for ncit:
+
+ [
+ {
+ "code": "P107",
+ "name": "Display_Name",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P108",
+ "name": "Preferred_Name",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P90",
+ "name": "FULL_SYN",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:17 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-term-types.txt b/bash-examples/samples/get-term-types.txt
index ef35971a..1df682c1 100644
--- a/bash-examples/samples/get-term-types.txt
+++ b/bash-examples/samples/get-term-types.txt
@@ -1,135 +1,135 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:39 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-
- Get term types for ncit:
-
- [
- {
- "code": "AB",
- "name": "Abbreviation",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "AD",
- "name": "Adjectival form (and other parts of grammar)",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "AQ",
- "name": "*Antiquated preferred term",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "AQS",
- "name": "Antiquated term, use when there are antiquated synonyms within a concept",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "BR",
- "name": "US brand name, which may be trademarked",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CA2",
- "name": "ISO 3166 alpha-2 country code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CA3",
- "name": "ISO 3166 alpha-3 country code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CI",
- "name": "ISO country code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CN",
- "name": "Drug study code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CNU",
- "name": "ISO 3166 numeric country code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "CS",
- "name": "US State Department country code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "DN",
- "name": "Display name",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "FB",
- "name": "Foreign brand name, which may be trademarked",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "HD",
- "name": "*Header (groups concepts, but not used for coding data)",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "HT",
- "name": "Hierarchical term",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "LLT",
- "name": "Lower level term",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "PT",
- "name": "*Preferred term",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "RT",
- "name": "Related term",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "SN",
- "name": "Chemical structure name",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "SY",
- "name": "Synonym",
- "terminology": "ncit",
- "version": "25.02d"
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:39 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:29:15 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+
+ Get term types for ncit:
+
+ [
+ {
+ "code": "AB",
+ "name": "Abbreviation",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "AD",
+ "name": "Adjectival form (and other parts of grammar)",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "AQ",
+ "name": "*Antiquated preferred term",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "AQS",
+ "name": "Antiquated term, use when there are antiquated synonyms within a concept",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "BR",
+ "name": "US brand name, which may be trademarked",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CA2",
+ "name": "ISO 3166 alpha-2 country code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CA3",
+ "name": "ISO 3166 alpha-3 country code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CI",
+ "name": "ISO country code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CN",
+ "name": "Drug study code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CNU",
+ "name": "ISO 3166 numeric country code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "CS",
+ "name": "US State Department country code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "DN",
+ "name": "Display name",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "FB",
+ "name": "Foreign brand name, which may be trademarked",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "HD",
+ "name": "*Header (groups concepts, but not used for coding data)",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "HT",
+ "name": "Hierarchical term",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "LLT",
+ "name": "Lower level term",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "PT",
+ "name": "*Preferred term",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "RT",
+ "name": "Related term",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "SN",
+ "name": "Chemical structure name",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "SY",
+ "name": "Synonym",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:15 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/get-terminologies.txt b/bash-examples/samples/get-terminologies.txt
index bced914b..af231954 100644
--- a/bash-examples/samples/get-terminologies.txt
+++ b/bash-examples/samples/get-terminologies.txt
@@ -1,59 +1,65 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:18 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-tag = monthly
-latest = true
-
- Performing terminologies lookup
- count = 1
-
- [
- {
- "terminology": "ncit",
- "version": "25.02d",
- "date": "February 24, 2025",
- "name": "NCI Thesaurus 25.02d",
- "description": "NCI Thesaurus, a controlled vocabulary in support of NCI administrative and scientific activities. Produced by the Enterprise Vocabulary System (EVS), a project by the NCI Center for Biomedical Informatics and Information Technology. National Cancer Institute, National Institutes of Health, Bethesda, MD 20892, U.S.A.",
- "graph": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus25.02d.owl",
- "terminologyVersion": "ncit_25.02d",
- "latest": true,
- "tags": {
- "monthly": "true"
- },
- "indexName": "concept_ncit_2502d",
- "objectIndexName": "evs_object_ncit_2502d",
- "metadata": {
- "uiLabel": "NCI Thesaurus",
- "maxVersions": 3,
- "loader": "rdf",
- "conceptStatuses": [
- "Obsolete_Concept",
- "Header_Concept",
- "Retired_Concept",
- "Concept_Pending_Approval",
- "Provisional_Concept"
- ],
- "retiredStatusValue": "Retired_Concept",
- "detailsColumns": {
- "synonyms-termType": true,
- "synonyms-code": true,
- "synonyms-subSource": true,
- "synonyms-source": true,
- "definitions-attribution": true,
- "definitions-source": true
- },
- "hierarchy": true,
- "history": false,
- "sourceCt": 74,
- "subsetLink": "P374",
- "codeLabel": "NCI Thesaurus Code"
- }
- }
- ]
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:19 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:28:55 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+tag = monthly
+latest = true
+
+ Performing terminologies lookup
+ count = 1
+
+ [
+ {
+ "terminology": "ncit",
+ "version": "25.07d",
+ "date": "July 28, 2025",
+ "name": "NCI Thesaurus 25.07d",
+ "description": "NCI Thesaurus, a controlled vocabulary in support of NCI administrative and scientific activities. Produced by the Enterprise Vocabulary System (EVS), a project by the NCI Center for Biomedical Informatics and Information Technology. National Cancer Institute, National Institutes of Health, Bethesda, MD 20892, U.S.A.",
+ "graph": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus_25.07d.owl",
+ "terminologyVersion": "ncit_25.07d",
+ "latest": true,
+ "tags": {
+ "monthly": "true"
+ },
+ "indexName": "concept_ncit_2507d",
+ "objectIndexName": "evs_object_ncit_2507d",
+ "metadata": {
+ "uiLabel": "NCI Thesaurus",
+ "maxVersions": 3,
+ "loader": "rdf",
+ "conceptStatuses": [
+ "Obsolete_Concept",
+ "Header_Concept",
+ "Retired_Concept",
+ "Provisional_Concept",
+ "Concept_Pending_Approval"
+ ],
+ "retiredStatusValue": "Retired_Concept",
+ "detailsColumns": {
+ "synonyms-termType": true,
+ "synonyms-code": true,
+ "synonyms-subSource": true,
+ "synonyms-source": true,
+ "definitions-attribution": true,
+ "definitions-source": true
+ },
+ "hierarchy": true,
+ "history": false,
+ "sourceCt": 74,
+ "subsetLink": "P374",
+ "codeLabel": "NCI Thesaurus Code",
+ "extraSubsets": {
+ "C6283": "C143048",
+ "C190573": "C6283",
+ "C4005": "C6283"
+ },
+ "historyVersion": "25.07d"
+ }
+ }
+ ]
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:28:56 PDT 2025
+-----------------------------------------------------
+
diff --git a/bash-examples/samples/sparql-code-query.txt b/bash-examples/samples/sparql-code-query.txt
index de655b4f..d0724773 100644
--- a/bash-examples/samples/sparql-code-query.txt
+++ b/bash-examples/samples/sparql-code-query.txt
@@ -1,45 +1,45 @@
------------------------------------------------------
-Starting ...Wed, Mar 12, 2025 4:12:22 PM
------------------------------------------------------
-url = https://api-evsrest.nci.nih.gov/api/v1
-terminology = ncit
-term = melanoma
-include =
-sparql = ../curl-examples/sparql-queries/code-query.txt
-
- Find concepts for ncit melanoma:
-
- {
- "total": 1,
- "timeTaken": 31,
- "parameters": {
- "term": "melanoma",
- "type": "contains",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 10,
- "codeList": [
- "C3224"
- ],
- "terminology": [
- "ncit"
- ],
- "sparql": "SELECT ?code WHERE { ?x a owl:Class . ?x :NHC0 ?code . ?x :P108 \"Melanoma\" }"
- },
- "concepts": [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
- }
-
------------------------------------------------------
-Finished ...Wed, Mar 12, 2025 4:12:23 PM
------------------------------------------------------
-
+-----------------------------------------------------
+Starting ...Mon Aug 25 10:28:59 PDT 2025
+-----------------------------------------------------
+url = https://api-evsrest.nci.nih.gov/api/v1
+terminology = ncit
+term = melanoma
+include =
+sparql = ../curl-examples/sparql-queries/code-query.txt
+
+ Find concepts for ncit melanoma:
+
+ {
+ "total": 1,
+ "timeTaken": 59,
+ "parameters": {
+ "term": "melanoma",
+ "type": "contains",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 10,
+ "codeList": [
+ "C3224"
+ ],
+ "terminology": [
+ "ncit"
+ ],
+ "sparql": "SELECT ?code WHERE { ?x a owl:Class . ?x :NHC0 ?code . ?x :P108 \"Melanoma\" }"
+ },
+ "concepts": [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+ }
+
+-----------------------------------------------------
+Finished ...Mon Aug 25 10:29:00 PDT 2025
+-----------------------------------------------------
+
diff --git a/curl-examples/samples/find-concepts-by-search-property-code.txt b/curl-examples/samples/find-concepts-by-search-property-code.txt
index 7dec4fd6..93123d17 100644
--- a/curl-examples/samples/find-concepts-by-search-property-code.txt
+++ b/curl-examples/samples/find-concepts-by-search-property-code.txt
@@ -1,79 +1,91 @@
-{
- "total": 1,
- "timeTaken": 30,
- "parameters": {
- "term": "XAV05295I5",
- "type": "contains",
- "include": "properties",
- "fromRecord": 0,
- "pageSize": 10,
- "property": [
- "P319"
- ],
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C61305",
- "name": "Sivifene",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true,
- "properties": [
- {
- "type": "CAS_Registry",
- "value": "2675-35-6"
- },
- {
- "type": "Chemical_Formula",
- "value": "C19H14N4O6"
- },
- {
- "type": "Contributing_Source",
- "value": "FDA"
- },
- {
- "type": "Contributing_Source",
- "value": "GDC"
- },
- {
- "type": "FDA_UNII_Code",
- "value": "XAV05295I5"
- },
- {
- "type": "Legacy Concept Name",
- "value": "A-007"
- },
- {
- "type": "Maps_To",
- "value": "Sivifene"
- },
- {
- "type": "NCI_Drug_Dictionary_ID",
- "value": "485274"
- },
- {
- "type": "PDQ_Closed_Trial_Search_ID",
- "value": "485274"
- },
- {
- "type": "PDQ_Open_Trial_Search_ID",
- "value": "485274"
- },
- {
- "type": "Semantic_Type",
- "value": "Pharmacologic Substance"
- },
- {
- "type": "UMLS_CUI",
- "value": "C0385861"
- }
- ]
- }
- ]
-}
-
+{
+ "total": 1,
+ "timeTaken": 37,
+ "parameters": {
+ "term": "XAV05295I5",
+ "type": "contains",
+ "include": "properties",
+ "fromRecord": 0,
+ "pageSize": 10,
+ "property": [
+ "P319"
+ ],
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C61305",
+ "name": "Sivifene",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true,
+ "properties": [
+ {
+ "code": "P210",
+ "type": "CAS_Registry",
+ "value": "2675-35-6"
+ },
+ {
+ "code": "P350",
+ "type": "Chemical_Formula",
+ "value": "C19H14N4O6"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "FDA"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "GDC"
+ },
+ {
+ "code": "P319",
+ "type": "FDA_UNII_Code",
+ "value": "XAV05295I5"
+ },
+ {
+ "code": "P366",
+ "type": "Legacy Concept Name",
+ "value": "A-007"
+ },
+ {
+ "code": "P375",
+ "type": "Maps_To",
+ "value": "Sivifene"
+ },
+ {
+ "code": "P399",
+ "type": "NCI_Drug_Dictionary_ID",
+ "value": "485274"
+ },
+ {
+ "code": "P330",
+ "type": "PDQ_Closed_Trial_Search_ID",
+ "value": "485274"
+ },
+ {
+ "code": "P329",
+ "type": "PDQ_Open_Trial_Search_ID",
+ "value": "485274"
+ },
+ {
+ "code": "P106",
+ "type": "Semantic_Type",
+ "value": "Pharmacologic Substance"
+ },
+ {
+ "code": "P207",
+ "type": "UMLS_CUI",
+ "value": "C0385861"
+ }
+ ]
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-property-label.txt b/curl-examples/samples/find-concepts-by-search-property-label.txt
index 3ca2588c..47cb3f97 100644
--- a/curl-examples/samples/find-concepts-by-search-property-label.txt
+++ b/curl-examples/samples/find-concepts-by-search-property-label.txt
@@ -1,79 +1,91 @@
-{
- "total": 1,
- "timeTaken": 60,
- "parameters": {
- "term": "XAV05295I5",
- "type": "contains",
- "include": "properties",
- "fromRecord": 0,
- "pageSize": 10,
- "property": [
- "FDA_UNII_Code"
- ],
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C61305",
- "name": "Sivifene",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true,
- "properties": [
- {
- "type": "CAS_Registry",
- "value": "2675-35-6"
- },
- {
- "type": "Chemical_Formula",
- "value": "C19H14N4O6"
- },
- {
- "type": "Contributing_Source",
- "value": "FDA"
- },
- {
- "type": "Contributing_Source",
- "value": "GDC"
- },
- {
- "type": "FDA_UNII_Code",
- "value": "XAV05295I5"
- },
- {
- "type": "Legacy Concept Name",
- "value": "A-007"
- },
- {
- "type": "Maps_To",
- "value": "Sivifene"
- },
- {
- "type": "NCI_Drug_Dictionary_ID",
- "value": "485274"
- },
- {
- "type": "PDQ_Closed_Trial_Search_ID",
- "value": "485274"
- },
- {
- "type": "PDQ_Open_Trial_Search_ID",
- "value": "485274"
- },
- {
- "type": "Semantic_Type",
- "value": "Pharmacologic Substance"
- },
- {
- "type": "UMLS_CUI",
- "value": "C0385861"
- }
- ]
- }
- ]
-}
-
+{
+ "total": 1,
+ "timeTaken": 70,
+ "parameters": {
+ "term": "XAV05295I5",
+ "type": "contains",
+ "include": "properties",
+ "fromRecord": 0,
+ "pageSize": 10,
+ "property": [
+ "FDA_UNII_Code"
+ ],
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C61305",
+ "name": "Sivifene",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true,
+ "properties": [
+ {
+ "code": "P210",
+ "type": "CAS_Registry",
+ "value": "2675-35-6"
+ },
+ {
+ "code": "P350",
+ "type": "Chemical_Formula",
+ "value": "C19H14N4O6"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "FDA"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "GDC"
+ },
+ {
+ "code": "P319",
+ "type": "FDA_UNII_Code",
+ "value": "XAV05295I5"
+ },
+ {
+ "code": "P366",
+ "type": "Legacy Concept Name",
+ "value": "A-007"
+ },
+ {
+ "code": "P375",
+ "type": "Maps_To",
+ "value": "Sivifene"
+ },
+ {
+ "code": "P399",
+ "type": "NCI_Drug_Dictionary_ID",
+ "value": "485274"
+ },
+ {
+ "code": "P330",
+ "type": "PDQ_Closed_Trial_Search_ID",
+ "value": "485274"
+ },
+ {
+ "code": "P329",
+ "type": "PDQ_Open_Trial_Search_ID",
+ "value": "485274"
+ },
+ {
+ "code": "P106",
+ "type": "Semantic_Type",
+ "value": "Pharmacologic Substance"
+ },
+ {
+ "code": "P207",
+ "type": "UMLS_CUI",
+ "value": "C0385861"
+ }
+ ]
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-subset.txt b/curl-examples/samples/find-concepts-by-search-subset.txt
index c0d9a884..a9a20d7b 100644
--- a/curl-examples/samples/find-concepts-by-search-subset.txt
+++ b/curl-examples/samples/find-concepts-by-search-subset.txt
@@ -1,110 +1,110 @@
-{
- "total": 35,
- "timeTaken": 46,
- "parameters": {
- "term": "immune",
- "type": "contains",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 10,
- "subset": [
- "C165258"
- ],
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C3507",
- "name": "Immune System Disorder",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3446",
- "name": "Primary Immune Thrombocytopenia",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C152105",
- "name": "Inborn Error of Immunity",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C2986",
- "name": "Type 1 Diabetes Mellitus",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C3962",
- "name": "Adenosine Deaminase Deficiency",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C26725",
- "name": "Common Variable Immunodeficiency",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C198610",
- "name": "VISS Syndrome",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C118844",
- "name": "Ectodermal Dysplasia and Immunodeficiency",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3472",
- "name": "Severe Combined Immunodeficiency",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C129867",
- "name": "Growth Hormone Insensitivity Syndrome",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
-}
-
+{
+ "total": 35,
+ "timeTaken": 52,
+ "parameters": {
+ "term": "immune",
+ "type": "contains",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 10,
+ "subset": [
+ "C165258"
+ ],
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C3507",
+ "name": "Immune System Disorder",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3446",
+ "name": "Primary Immune Thrombocytopenia",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C152105",
+ "name": "Inborn Error of Immunity",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C2986",
+ "name": "Type 1 Diabetes Mellitus",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3962",
+ "name": "Adenosine Deaminase Deficiency",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C26725",
+ "name": "Common Variable Immunodeficiency",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C198610",
+ "name": "VISS Syndrome",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118844",
+ "name": "Ectodermal Dysplasia and Immunodeficiency",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3472",
+ "name": "Severe Combined Immunodeficiency",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C2887",
+ "name": "Ataxia Telangiectasia Syndrome",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term-AND.txt b/curl-examples/samples/find-concepts-by-search-term-AND.txt
index e88ecc52..8c64426e 100644
--- a/curl-examples/samples/find-concepts-by-search-term-AND.txt
+++ b/curl-examples/samples/find-concepts-by-search-term-AND.txt
@@ -1,62 +1,62 @@
-{
- "total": 11,
- "timeTaken": 35,
- "parameters": {
- "term": "lentiginous melanoma",
- "type": "AND",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 5,
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C48622",
- "name": "Mucosal Lentiginous Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C165535",
- "name": "Unresectable Acral Lentiginous Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C4022",
- "name": "Acral Lentiginous Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C175435",
- "name": "Recurrent Acral Lentiginous Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C179427",
- "name": "Metastatic Acral Lentiginous Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- }
- ]
-}
-
+{
+ "total": 11,
+ "timeTaken": 46,
+ "parameters": {
+ "term": "lentiginous melanoma",
+ "type": "AND",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 5,
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C48622",
+ "name": "Mucosal Lentiginous Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165535",
+ "name": "Unresectable Acral Lentiginous Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C4022",
+ "name": "Acral Lentiginous Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C175435",
+ "name": "Recurrent Acral Lentiginous Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179427",
+ "name": "Metastatic Acral Lentiginous Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term-C3224.txt b/curl-examples/samples/find-concepts-by-search-term-C3224.txt
index 86419d2a..74a79ab3 100644
--- a/curl-examples/samples/find-concepts-by-search-term-C3224.txt
+++ b/curl-examples/samples/find-concepts-by-search-term-C3224.txt
@@ -1,26 +1,26 @@
-{
- "total": 1,
- "timeTaken": 31,
- "parameters": {
- "term": "C3224",
- "type": "contains",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 10,
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
-}
-
+{
+ "total": 1,
+ "timeTaken": 124,
+ "parameters": {
+ "term": "C3224",
+ "type": "contains",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 10,
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term-OR.txt b/curl-examples/samples/find-concepts-by-search-term-OR.txt
index 16533705..58e5039d 100644
--- a/curl-examples/samples/find-concepts-by-search-term-OR.txt
+++ b/curl-examples/samples/find-concepts-by-search-term-OR.txt
@@ -1,62 +1,62 @@
-{
- "total": 1394,
- "timeTaken": 44,
- "parameters": {
- "term": "lentiginous melanoma",
- "type": "OR",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 5,
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C48622",
- "name": "Mucosal Lentiginous Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C165535",
- "name": "Unresectable Acral Lentiginous Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C4022",
- "name": "Acral Lentiginous Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C175435",
- "name": "Recurrent Acral Lentiginous Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C179427",
- "name": "Metastatic Acral Lentiginous Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- }
- ]
-}
-
+{
+ "total": 1482,
+ "timeTaken": 67,
+ "parameters": {
+ "term": "lentiginous melanoma",
+ "type": "OR",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 5,
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C48622",
+ "name": "Mucosal Lentiginous Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165535",
+ "name": "Unresectable Acral Lentiginous Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C4022",
+ "name": "Acral Lentiginous Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C175435",
+ "name": "Recurrent Acral Lentiginous Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179427",
+ "name": "Metastatic Acral Lentiginous Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term-definition-nci.txt b/curl-examples/samples/find-concepts-by-search-term-definition-nci.txt
index 1c154b67..8dbcf65e 100644
--- a/curl-examples/samples/find-concepts-by-search-term-definition-nci.txt
+++ b/curl-examples/samples/find-concepts-by-search-term-definition-nci.txt
@@ -1,65 +1,65 @@
-{
- "total": 1462,
- "timeTaken": 46,
- "parameters": {
- "term": "melanoma",
- "type": "contains",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 5,
- "definitionSource": [
- "NCI"
- ],
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C103113",
- "name": "NCI CTEP SDC Melanoma Sub-Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C157920",
- "name": "Melanoma Surgery",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C1830",
- "name": "Melanoma Theraccine",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C46091",
- "name": "Melanoma Biomarker",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- }
- ]
-}
-
+{
+ "total": 1558,
+ "timeTaken": 47,
+ "parameters": {
+ "term": "melanoma",
+ "type": "contains",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 5,
+ "definitionSource": [
+ "NCI"
+ ],
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C103113",
+ "name": "NCI CTEP SDC Melanoma Sub-Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157920",
+ "name": "Melanoma Surgery",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C1830",
+ "name": "Melanoma Theraccine",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C46091",
+ "name": "Melanoma Biomarker",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term-definition-type.txt b/curl-examples/samples/find-concepts-by-search-term-definition-type.txt
index ee1749ca..bc627b0f 100644
--- a/curl-examples/samples/find-concepts-by-search-term-definition-type.txt
+++ b/curl-examples/samples/find-concepts-by-search-term-definition-type.txt
@@ -1,65 +1,65 @@
-{
- "total": 1462,
- "timeTaken": 40,
- "parameters": {
- "term": "melanoma",
- "type": "contains",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 5,
- "definitionType": [
- "DEFINITION"
- ],
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C103113",
- "name": "NCI CTEP SDC Melanoma Sub-Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C157920",
- "name": "Melanoma Surgery",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C1830",
- "name": "Melanoma Theraccine",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C46091",
- "name": "Melanoma Biomarker",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- }
- ]
-}
-
+{
+ "total": 1558,
+ "timeTaken": 36,
+ "parameters": {
+ "term": "melanoma",
+ "type": "contains",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 5,
+ "definitionType": [
+ "DEFINITION"
+ ],
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C103113",
+ "name": "NCI CTEP SDC Melanoma Sub-Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157920",
+ "name": "Melanoma Surgery",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C1830",
+ "name": "Melanoma Theraccine",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C46091",
+ "name": "Melanoma Biomarker",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term-fuzzy.txt b/curl-examples/samples/find-concepts-by-search-term-fuzzy.txt
index f93204a5..89989f93 100644
--- a/curl-examples/samples/find-concepts-by-search-term-fuzzy.txt
+++ b/curl-examples/samples/find-concepts-by-search-term-fuzzy.txt
@@ -1,62 +1,62 @@
-{
- "total": 1509,
- "timeTaken": 47,
- "parameters": {
- "term": "enzymi",
- "type": "fuzzy",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 5,
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C16554",
- "name": "Enzyme",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C41564",
- "name": "Enzyme Induction",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C40500",
- "name": "Enzyme Uncoupling",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C17455",
- "name": "Enzyme Immunoassay",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C471",
- "name": "Enzyme Inhibitor",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
-}
-
+{
+ "total": 1529,
+ "timeTaken": 55,
+ "parameters": {
+ "term": "enzymi",
+ "type": "fuzzy",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 5,
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C16554",
+ "name": "Enzyme",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C17455",
+ "name": "Enzyme Immunoassay",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C471",
+ "name": "Enzyme Inhibitor",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C40578",
+ "name": "Enzyme Reactivation",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C21281",
+ "name": "Enzyme Gene",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term-highlights.txt b/curl-examples/samples/find-concepts-by-search-term-highlights.txt
index 3f70656c..39aef7a5 100644
--- a/curl-examples/samples/find-concepts-by-search-term-highlights.txt
+++ b/curl-examples/samples/find-concepts-by-search-term-highlights.txt
@@ -1,273 +1,272 @@
-{
- "total": 1531,
- "timeTaken": 44,
- "parameters": {
- "term": "melanoma",
- "type": "contains",
- "include": "synonyms,highlights",
- "fromRecord": 0,
- "pageSize": 5,
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "highlight": "Melanoma",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true,
- "synonyms": [
- {
- "name": "Melanoma",
- "highlight": "Melanoma",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "caDSR"
- },
- {
- "name": "Malignant Melanoma",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "CDISC"
- },
- {
- "name": "MELANOMA, MALIGNANT",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CDISC"
- },
- {
- "name": "Melanoma",
- "highlight": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "Cellosaurus"
- },
- {
- "name": "Malignant Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CPTAC"
- },
- {
- "name": "Melanoma",
- "highlight": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CTEP",
- "code": "10053571",
- "subSource": "SDC"
- },
- {
- "name": "Melanoma",
- "highlight": "Melanoma",
- "termType": "DN",
- "type": "FULL_SYN",
- "source": "CTRP"
- },
- {
- "name": "Melanoma",
- "highlight": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CTRP"
- },
- {
- "name": "Melanoma",
- "highlight": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "GDC"
- },
- {
- "name": "Melanoma, NOS",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "GDC"
- },
- {
- "name": "melanoma",
- "highlight": "melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI-GLOSS",
- "code": "CDR0000045135"
- },
- {
- "name": "Malignant Melanoma",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "Melanoma",
- "highlight": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "Melanoma",
- "highlight": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NICHD"
- },
- {
- "name": "Melanoma",
- "highlight": "Melanoma",
- "type": "Display_Name"
- },
- {
- "name": "Melanoma",
- "highlight": "Melanoma",
- "type": "Preferred_Name"
- }
- ]
- },
- {
- "code": "C91477",
- "name": "Melanoma Pathway",
- "terminology": "ncit",
- "version": "25.02d",
- "highlight": "Melanoma Pathway",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true,
- "synonyms": [
- {
- "name": "Melanoma",
- "highlight": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "KEGG"
- },
- {
- "name": "Melanoma Pathway",
- "highlight": "Melanoma Pathway",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "Melanoma Pathway",
- "highlight": "Melanoma Pathway",
- "type": "Preferred_Name"
- }
- ]
- },
- {
- "code": "C21790",
- "name": "Mouse Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "highlight": "Mouse Melanoma",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true,
- "synonyms": [
- {
- "name": "Mouse Melanoma",
- "highlight": "Mouse Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "Cellosaurus"
- },
- {
- "name": "Mouse Melanoma",
- "highlight": "Mouse Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "Melanoma",
- "highlight": "Melanoma",
- "type": "Display_Name"
- },
- {
- "name": "Mouse Melanoma",
- "highlight": "Mouse Melanoma",
- "type": "Preferred_Name"
- }
- ]
- },
- {
- "code": "C103113",
- "name": "NCI CTEP SDC Melanoma Sub-Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "highlight": "NCI CTEP SDC Melanoma Sub-Category Terminology",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true,
- "synonyms": [
- {
- "name": "Melanoma",
- "highlight": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CTEP",
- "subSource": "SDC"
- },
- {
- "name": "NCI CTEP SDC Melanoma Sub-Category Terminology",
- "highlight": "NCI CTEP SDC Melanoma Sub-Category Terminology",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "NCI CTEP Simple Disease Classification Melanoma Sub-Category Terminology",
- "highlight": "NCI CTEP Simple Disease Classification Melanoma Sub-Category Terminology",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "NCI CTEP SDC Melanoma Sub-Category Terminology",
- "highlight": "NCI CTEP SDC Melanoma Sub-Category Terminology",
- "type": "Preferred_Name"
- }
- ]
- },
- {
- "code": "C2517",
- "name": "Melanoma Vaccine",
- "terminology": "ncit",
- "version": "25.02d",
- "highlight": "Melanoma Vaccine",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true,
- "synonyms": [
- {
- "name": "melanoma vaccine",
- "highlight": "melanoma vaccine",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI-GLOSS",
- "code": "CDR0000046293"
- },
- {
- "name": "Melanoma Vaccine",
- "highlight": "Melanoma Vaccine",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "Melanoma Vaccine",
- "highlight": "Melanoma Vaccine",
- "type": "Preferred_Name"
- }
- ]
- }
- ]
-}
-
+{
+ "total": 1625,
+ "timeTaken": 55,
+ "parameters": {
+ "term": "melanoma",
+ "type": "contains",
+ "include": "synonyms,highlights",
+ "fromRecord": 0,
+ "pageSize": 5,
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "highlight": "Melanoma",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "synonyms": [
+ {
+ "name": "Melanoma",
+ "highlight": "Melanoma",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "caDSR"
+ },
+ {
+ "name": "Malignant Melanoma",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "CDISC"
+ },
+ {
+ "name": "MELANOMA, MALIGNANT",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CDISC"
+ },
+ {
+ "name": "Melanoma",
+ "highlight": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "Cellosaurus"
+ },
+ {
+ "name": "Malignant Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CPTAC"
+ },
+ {
+ "name": "Melanoma",
+ "highlight": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CTEP",
+ "code": "10053571",
+ "subSource": "SDC"
+ },
+ {
+ "name": "Melanoma",
+ "highlight": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CTRP"
+ },
+ {
+ "name": "Melanoma",
+ "highlight": "Melanoma",
+ "termType": "DN",
+ "type": "FULL_SYN",
+ "source": "CTRP"
+ },
+ {
+ "name": "Melanoma",
+ "highlight": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "GDC"
+ },
+ {
+ "name": "Melanoma, NOS",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "GDC"
+ },
+ {
+ "name": "melanoma",
+ "highlight": "melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NCI-GLOSS",
+ "code": "CDR0000045135"
+ },
+ {
+ "name": "Malignant Melanoma",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "NCI"
+ },
+ {
+ "name": "Melanoma",
+ "highlight": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NCI"
+ },
+ {
+ "name": "Melanoma",
+ "highlight": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NICHD"
+ },
+ {
+ "name": "Melanoma",
+ "highlight": "Melanoma",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Melanoma",
+ "highlight": "Melanoma",
+ "type": "Preferred_Name"
+ }
+ ]
+ },
+ {
+ "code": "C91477",
+ "name": "Melanoma Pathway",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "highlight": "Melanoma Pathway",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true,
+ "synonyms": [
+ {
+ "name": "Melanoma",
+ "highlight": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "KEGG"
+ },
+ {
+ "name": "Melanoma Pathway",
+ "highlight": "Melanoma Pathway",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NCI"
+ },
+ {
+ "name": "Melanoma Pathway",
+ "highlight": "Melanoma Pathway",
+ "type": "Preferred_Name"
+ }
+ ]
+ },
+ {
+ "code": "C21790",
+ "name": "Mouse Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "highlight": "Mouse Melanoma",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "synonyms": [
+ {
+ "name": "Mouse Melanoma",
+ "highlight": "Mouse Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "Cellosaurus"
+ },
+ {
+ "name": "Mouse Melanoma",
+ "highlight": "Mouse Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NCI"
+ },
+ {
+ "name": "Melanoma",
+ "highlight": "Melanoma",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Mouse Melanoma",
+ "highlight": "Mouse Melanoma",
+ "type": "Preferred_Name"
+ }
+ ]
+ },
+ {
+ "code": "C103113",
+ "name": "NCI CTEP SDC Melanoma Sub-Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "highlight": "NCI CTEP SDC Melanoma Sub-Category Terminology",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true,
+ "synonyms": [
+ {
+ "name": "Melanoma",
+ "highlight": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CTEP",
+ "subSource": "SDC"
+ },
+ {
+ "name": "NCI CTEP SDC Melanoma Sub-Category Terminology",
+ "highlight": "NCI CTEP SDC Melanoma Sub-Category Terminology",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NCI"
+ },
+ {
+ "name": "NCI CTEP Simple Disease Classification Melanoma Sub-Category Terminology",
+ "highlight": "NCI CTEP Simple Disease Classification Melanoma Sub-Category Terminology",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "NCI"
+ },
+ {
+ "name": "NCI CTEP SDC Melanoma Sub-Category Terminology",
+ "highlight": "NCI CTEP SDC Melanoma Sub-Category Terminology",
+ "type": "Preferred_Name"
+ }
+ ]
+ },
+ {
+ "code": "C157920",
+ "name": "Melanoma Surgery",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "highlight": "Melanoma Surgery",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true,
+ "synonyms": [
+ {
+ "name": "Surgery for Melanoma",
+ "highlight": "Surgery for Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CPTAC"
+ },
+ {
+ "name": "Melanoma Surgery",
+ "highlight": "Melanoma Surgery",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NCI"
+ },
+ {
+ "name": "Melanoma Surgery",
+ "highlight": "Melanoma Surgery",
+ "type": "Preferred_Name"
+ }
+ ]
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term-match.txt b/curl-examples/samples/find-concepts-by-search-term-match.txt
index ccd45e9e..c80171d0 100644
--- a/curl-examples/samples/find-concepts-by-search-term-match.txt
+++ b/curl-examples/samples/find-concepts-by-search-term-match.txt
@@ -1,26 +1,26 @@
-{
- "total": 1,
- "timeTaken": 29,
- "parameters": {
- "term": "Lung Carcinoma",
- "type": "match",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 5,
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C4878",
- "name": "Lung Carcinoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
-}
-
+{
+ "total": 1,
+ "timeTaken": 49,
+ "parameters": {
+ "term": "Lung Carcinoma",
+ "type": "match",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 5,
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C4878",
+ "name": "Lung Carcinoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term-nci-pt.txt b/curl-examples/samples/find-concepts-by-search-term-nci-pt.txt
index 51bf8f3a..f1ddf33e 100644
--- a/curl-examples/samples/find-concepts-by-search-term-nci-pt.txt
+++ b/curl-examples/samples/find-concepts-by-search-term-nci-pt.txt
@@ -1,110 +1,110 @@
-{
- "total": 14,
- "timeTaken": 48,
- "parameters": {
- "term": "dsDNA",
- "type": "contains",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 10,
- "synonymSource": [
- "NCI"
- ],
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C449",
- "name": "DNA",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C25832",
- "name": "DNA Double Strand Break",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C14348",
- "name": "Double Stranded DNA Virus",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C114565",
- "name": "Anti-ds DNA Antibody",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C211596",
- "name": "Anti-ds DNA Antibody Positive",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C151958",
- "name": "HPV16-E7-T512",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C20064",
- "name": "Conformation Dependent Mutation Detection",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C148186",
- "name": "TALEN-edited HPV16/18 E6/E7 Plasmid",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C16517",
- "name": "DNA Helicase",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C158432",
- "name": "PicoGreen Dye",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- }
- ]
-}
-
+{
+ "total": 14,
+ "timeTaken": 54,
+ "parameters": {
+ "term": "dsDNA",
+ "type": "contains",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 10,
+ "synonymSource": [
+ "NCI"
+ ],
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C449",
+ "name": "DNA",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C25832",
+ "name": "DNA Double Strand Break",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C14348",
+ "name": "Double Stranded DNA Virus",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C114565",
+ "name": "Anti-ds DNA Antibody",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C211596",
+ "name": "Anti-ds DNA Antibody Positive",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C151958",
+ "name": "HPV16-E7-T512",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C20064",
+ "name": "Conformation Dependent Mutation Detection",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C148186",
+ "name": "TALEN-edited HPV16/18 E6/E7 Plasmid",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C16517",
+ "name": "DNA Helicase",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C158432",
+ "name": "PicoGreen Dye",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term-phrase.txt b/curl-examples/samples/find-concepts-by-search-term-phrase.txt
index 6a85c9c4..2e340c7c 100644
--- a/curl-examples/samples/find-concepts-by-search-term-phrase.txt
+++ b/curl-examples/samples/find-concepts-by-search-term-phrase.txt
@@ -1,62 +1,62 @@
-{
- "total": 78,
- "timeTaken": 33,
- "parameters": {
- "term": "malignant melanoma",
- "type": "phrase",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 5,
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C16835",
- "name": "Experimental Malignant Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C60451",
- "name": "Rat Malignant Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C194143",
- "name": "Malignant Melanoma of Lip",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C64123",
- "name": "Malignant Melanoma of the Rat Skin",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C64124",
- "name": "Melanotic Malignant Melanoma of the Rat Skin",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- }
- ]
-}
-
+{
+ "total": 78,
+ "timeTaken": 47,
+ "parameters": {
+ "term": "malignant melanoma",
+ "type": "phrase",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 5,
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C16835",
+ "name": "Experimental Malignant Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C60451",
+ "name": "Rat Malignant Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C194143",
+ "name": "Malignant Melanoma of Lip",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C64123",
+ "name": "Malignant Melanoma of the Rat Skin",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C16317",
+ "name": "B16 Malignant Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term-retired-concepts.txt b/curl-examples/samples/find-concepts-by-search-term-retired-concepts.txt
index 7c7168db..cd4f4eb2 100644
--- a/curl-examples/samples/find-concepts-by-search-term-retired-concepts.txt
+++ b/curl-examples/samples/find-concepts-by-search-term-retired-concepts.txt
@@ -1,65 +1,65 @@
-{
- "total": 17,
- "timeTaken": 45,
- "parameters": {
- "term": "melanoma",
- "type": "contains",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 5,
- "conceptStatus": [
- "Retired_Concept"
- ],
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C4224",
- "name": "Melanoma In Situ",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "Retired_Concept",
- "leaf": true,
- "active": false
- },
- {
- "code": "C5505",
- "name": "Central Nervous System Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "Retired_Concept",
- "leaf": true,
- "active": false
- },
- {
- "code": "C9342",
- "name": "Spindle Cell Intraocular Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "Retired_Concept",
- "leaf": true,
- "active": false
- },
- {
- "code": "C60471",
- "name": "Rat Malignant Uveal Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "Retired_Concept",
- "leaf": true,
- "active": false
- },
- {
- "code": "C37815",
- "name": "Incomplete Freund's Adjuvant/Peptide 946 Melanoma Vaccine/Tetanus Peptide Melanoma Vaccine",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "Retired_Concept",
- "leaf": true,
- "active": false
- }
- ]
-}
-
+{
+ "total": 17,
+ "timeTaken": 52,
+ "parameters": {
+ "term": "melanoma",
+ "type": "contains",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 5,
+ "conceptStatus": [
+ "Retired_Concept"
+ ],
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C4224",
+ "name": "Melanoma In Situ",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "Retired_Concept",
+ "leaf": true,
+ "active": false
+ },
+ {
+ "code": "C5505",
+ "name": "Central Nervous System Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "Retired_Concept",
+ "leaf": true,
+ "active": false
+ },
+ {
+ "code": "C60471",
+ "name": "Rat Malignant Uveal Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "Retired_Concept",
+ "leaf": true,
+ "active": false
+ },
+ {
+ "code": "C9342",
+ "name": "Spindle Cell Intraocular Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "Retired_Concept",
+ "leaf": true,
+ "active": false
+ },
+ {
+ "code": "C37815",
+ "name": "Incomplete Freund's Adjuvant/Peptide 946 Melanoma Vaccine/Tetanus Peptide Melanoma Vaccine",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "Retired_Concept",
+ "leaf": true,
+ "active": false
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term-startsWith.txt b/curl-examples/samples/find-concepts-by-search-term-startsWith.txt
index cf3a90bc..c088955e 100644
--- a/curl-examples/samples/find-concepts-by-search-term-startsWith.txt
+++ b/curl-examples/samples/find-concepts-by-search-term-startsWith.txt
@@ -1,62 +1,62 @@
-{
- "total": 49,
- "timeTaken": 32,
- "parameters": {
- "term": "enzyme",
- "type": "startsWith",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 5,
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C16554",
- "name": "Enzyme",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C147466",
- "name": "Enzyme-Linked Lectin Assay",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C156467",
- "name": "Enzyme Unit per Meter Squared",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C208420",
- "name": "Enzyme Unit per 10 Billion Cells",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C40500",
- "name": "Enzyme Uncoupling",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- }
- ]
-}
-
+{
+ "total": 49,
+ "timeTaken": 59,
+ "parameters": {
+ "term": "enzyme",
+ "type": "startsWith",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 5,
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C16554",
+ "name": "Enzyme",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C154856",
+ "name": "Enzyme Unit per Gram Hemoglobin",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C17455",
+ "name": "Enzyme Immunoassay",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C208421",
+ "name": "Enzyme Unit per 10 Billion",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C21281",
+ "name": "Enzyme Gene",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term-synonym-type.txt b/curl-examples/samples/find-concepts-by-search-term-synonym-type.txt
index 7d5d5d54..eb72f3a1 100644
--- a/curl-examples/samples/find-concepts-by-search-term-synonym-type.txt
+++ b/curl-examples/samples/find-concepts-by-search-term-synonym-type.txt
@@ -1,110 +1,110 @@
-{
- "total": 14,
- "timeTaken": 30,
- "parameters": {
- "term": "dsDNA",
- "type": "contains",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 10,
- "synonymType": [
- "FULL_SYN"
- ],
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C449",
- "name": "DNA",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C25832",
- "name": "DNA Double Strand Break",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C14348",
- "name": "Double Stranded DNA Virus",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C114565",
- "name": "Anti-ds DNA Antibody",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C211596",
- "name": "Anti-ds DNA Antibody Positive",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C151958",
- "name": "HPV16-E7-T512",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C20064",
- "name": "Conformation Dependent Mutation Detection",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C148186",
- "name": "TALEN-edited HPV16/18 E6/E7 Plasmid",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C158432",
- "name": "PicoGreen Dye",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C16517",
- "name": "DNA Helicase",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
-}
-
+{
+ "total": 14,
+ "timeTaken": 43,
+ "parameters": {
+ "term": "dsDNA",
+ "type": "contains",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 10,
+ "synonymType": [
+ "FULL_SYN"
+ ],
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C449",
+ "name": "DNA",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C25832",
+ "name": "DNA Double Strand Break",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C14348",
+ "name": "Double Stranded DNA Virus",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C114565",
+ "name": "Anti-ds DNA Antibody",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C211596",
+ "name": "Anti-ds DNA Antibody Positive",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C151958",
+ "name": "HPV16-E7-T512",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C20064",
+ "name": "Conformation Dependent Mutation Detection",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C148186",
+ "name": "TALEN-edited HPV16/18 E6/E7 Plasmid",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158432",
+ "name": "PicoGreen Dye",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C16517",
+ "name": "DNA Helicase",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-concepts-by-search-term.txt b/curl-examples/samples/find-concepts-by-search-term.txt
index 0a0ff79d..f1c874df 100644
--- a/curl-examples/samples/find-concepts-by-search-term.txt
+++ b/curl-examples/samples/find-concepts-by-search-term.txt
@@ -1,62 +1,62 @@
-{
- "total": 1531,
- "timeTaken": 41,
- "parameters": {
- "term": "melanoma",
- "type": "contains",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 5,
- "terminology": [
- "ncit"
- ]
- },
- "concepts": [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C91477",
- "name": "Melanoma Pathway",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C21790",
- "name": "Mouse Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C103113",
- "name": "NCI CTEP SDC Melanoma Sub-Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": true,
- "active": true
- },
- {
- "code": "C2517",
- "name": "Melanoma Vaccine",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
-}
-
+{
+ "total": 1625,
+ "timeTaken": 41,
+ "parameters": {
+ "term": "melanoma",
+ "type": "contains",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 5,
+ "terminology": [
+ "ncit"
+ ]
+ },
+ "concepts": [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C91477",
+ "name": "Melanoma Pathway",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C21790",
+ "name": "Mouse Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C103113",
+ "name": "NCI CTEP SDC Melanoma Sub-Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157920",
+ "name": "Melanoma Surgery",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/find-roots.txt b/curl-examples/samples/find-roots.txt
index bad243b7..98165c2c 100644
--- a/curl-examples/samples/find-roots.txt
+++ b/curl-examples/samples/find-roots.txt
@@ -1,174 +1,174 @@
-[
- {
- "code": "C12913",
- "name": "Abnormal Cell",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C43431",
- "name": "Activity",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C12219",
- "name": "Anatomic Structure, System, or Substance",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C20633",
- "name": "Biochemical Pathway",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C17828",
- "name": "Biological Process",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C12218",
- "name": "Chemotherapy Regimen or Agent Combination",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C20181",
- "name": "Conceptual Entity",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C20047",
- "name": "Diagnostic or Prognostic Factor",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7057",
- "name": "Disease, Disorder or Finding",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C1908",
- "name": "Drug, Food, Chemical or Biomedical Material",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C22188",
- "name": "Experimental Organism Anatomical Concept",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C22187",
- "name": "Experimental Organism Diagnosis",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C16612",
- "name": "Gene",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C26548",
- "name": "Gene Product",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C97325",
- "name": "Manufactured Object",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3910",
- "name": "Molecular Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C14250",
- "name": "Organism",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C20189",
- "name": "Property or Attribute",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C28428",
- "name": "Retired Concept",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
-]
-
+[
+ {
+ "code": "C12913",
+ "name": "Abnormal Cell",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C43431",
+ "name": "Activity",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C12219",
+ "name": "Anatomic Structure, System, or Substance",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C20633",
+ "name": "Biochemical Pathway",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C17828",
+ "name": "Biological Process",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C12218",
+ "name": "Chemotherapy Regimen or Agent Combination",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C20181",
+ "name": "Conceptual Entity",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C20047",
+ "name": "Diagnostic or Prognostic Factor",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7057",
+ "name": "Disease, Disorder or Finding",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C1908",
+ "name": "Drug, Food, Chemical or Biomedical Material",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C22188",
+ "name": "Experimental Organism Anatomical Concept",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C22187",
+ "name": "Experimental Organism Diagnosis",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C16612",
+ "name": "Gene",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C26548",
+ "name": "Gene Product",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C97325",
+ "name": "Manufactured Object",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3910",
+ "name": "Molecular Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C14250",
+ "name": "Organism",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C20189",
+ "name": "Property or Attribute",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C28428",
+ "name": "Retired Concept",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+]
+
diff --git a/curl-examples/samples/get-all-subsets.txt b/curl-examples/samples/get-all-subsets.txt
index 0bd2deb5..7fe3e2df 100644
--- a/curl-examples/samples/get-all-subsets.txt
+++ b/curl-examples/samples/get-all-subsets.txt
@@ -1,19770 +1,20720 @@
-[
- {
- "code": "C167405",
- "name": "ACC/AHA EHR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C191200",
- "name": "ACC/AHA Cardiovascular and Noncardiovascular Complications of COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191389",
- "name": "Appendix 10: End-of-Life Management Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191382",
- "name": "Appendix 3: COVID-19 Diagnosis Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191383",
- "name": "Appendix 4: COVID-19 Cardiovascular Complications Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191396",
- "name": "Acute Cardiovascular Complications Related to COVID-19 Infection Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191397",
- "name": "Cardiovascular Mortality During Acute COVID-19 Infection Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191403",
- "name": "Postacute Cardiovascular Sequelae of SARS-CoV-2 Infection or Long-Term Cardiovascular Complications of COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C191384",
- "name": "Appendix 5: COVID-19 Noncardiovascular Complications Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191385",
- "name": "Appendix 6: Symptoms and Signs Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191398",
- "name": "Current Symptoms and Signs: Clinical Symptoms Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191402",
- "name": "Physical Examination Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C191386",
- "name": "Appendix 7: Diagnostic Procedures Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191387",
- "name": "Appendix 8: Pharmacological Therapy Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191404",
- "name": "Therapies for COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191405",
- "name": "Therapies for Preexisting Cardiovascular Disease (Patient Taking Prior to Admission) Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191406",
- "name": "Therapies for Supportive Care During COVID-19 Infection Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C191388",
- "name": "Appendix 9: Therapeutic and Supportive Procedures for COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191399",
- "name": "Electrophysiological Procedures Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191400",
- "name": "Invasive Coronary/Vascular/Neurovascular Revascularization Treatment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191401",
- "name": "Mechanical Support Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C167409",
- "name": "ACC/AHA Pediatric and Congenital Cardiology EHR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C157225",
- "name": "CBDD Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C168696",
- "name": "CBDD Process Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CBDD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C168697",
- "name": "CBDD Structure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CBDD",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C192842",
- "name": "Cellosaurus Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Cellosaurus",
- "children": [
- {
- "code": "C165258",
- "name": "Cellosaurus Disease Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Cellosaurus",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C192843",
- "name": "Cellosaurus Resistance and Transformant Physical Factor Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Cellosaurus",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C177281",
- "name": "Childhood Cancer Predisposition Study Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C177516",
- "name": "CCPS Disease Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CCPS",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177517",
- "name": "CCPS Genetics Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CCPS",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C61410",
- "name": "Clinical Data Interchange Standards Consortium Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C81222",
- "name": "CDISC ADaM Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C208382",
- "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208381",
- "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204411",
- "name": "CDISC ADaM Analysis Stratum Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187458",
- "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187457",
- "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C81223",
- "name": "CDISC ADaM Date Imputation Flag Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C81224",
- "name": "CDISC ADaM Derivation Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172334",
- "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172335",
- "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158114",
- "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158115",
- "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187456",
- "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187455",
- "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204410",
- "name": "CDISC ADaM Input Parameter Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193278",
- "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193277",
- "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C81225",
- "name": "CDISC ADaM Parameter Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165644",
- "name": "CDISC ADaM Pool for Integration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124296",
- "name": "CDISC ADaM Subject Trial Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C81226",
- "name": "CDISC ADaM Time Imputation Flag Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204414",
- "name": "CDISC ADaM Tobacco Product Category Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204413",
- "name": "CDISC ADaM Tobacco Product Use Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204412",
- "name": "CDISC ADaM Tobacco Use Transition Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C77527",
- "name": "CDISC CDASH Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C78418",
- "name": "CDISC CDASH Concomitant Medication Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78417",
- "name": "CDISC CDASH Concomitant Medication Dose Units Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78419",
- "name": "CDISC CDASH Concomitant Medication Dosing Frequency per Interval Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78420",
- "name": "CDISC CDASH Concomitant Medication Route of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78422",
- "name": "CDISC CDASH ECG Original Units Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78426",
- "name": "CDISC CDASH Exposure Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78745",
- "name": "CDISC CDASH Exposure Dosing Frequency per Interval Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78425",
- "name": "CDISC CDASH Exposure Route of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177909",
- "name": "CDISC CDASH Serious Adverse Event Report Category Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181164",
- "name": "CDISC CDASH Study Agent Dechallenge Reaction Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181163",
- "name": "CDISC CDASH Study Agent Rechallenge Reaction Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C83004",
- "name": "CDISC CDASH Substance Use Never/Current/Former Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78428",
- "name": "CDISC CDASH Total Volume Administration Unit Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78427",
- "name": "CDISC CDASH Unit for Duration of Treatment Interruption Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78421",
- "name": "CDISC CDASH Unit of Drug Dispensed or Returned Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78429",
- "name": "CDISC CDASH Unit of Measure for Flow Rate Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78423",
- "name": "CDISC CDASH Units for Exposure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78430",
- "name": "CDISC CDASH Units for Planned Exposure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78431",
- "name": "CDISC CDASH Vital Signs Position of Subject Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128690",
- "name": "CDISC SDTM Collected Ethnicity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128689",
- "name": "CDISC SDTM Collected Race Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181165",
- "name": "CDISC SDTM Mode of Delivery Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C188693",
- "name": "CDISC DDF Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C188714",
- "name": "CDISC DDF Activity Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201253",
- "name": "CDISC DDF Address Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207420",
- "name": "CDISC DDF Administration Duration Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207421",
- "name": "CDISC DDF Agent Administration Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188720",
- "name": "CDISC DDF Analysis Population Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201254",
- "name": "CDISC DDF Biomedical Concept Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201255",
- "name": "CDISC DDF Biomedical Concept Category Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201256",
- "name": "CDISC DDF Biomedical Concept Property Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201257",
- "name": "CDISC DDF Biomedical Concept Surrogate Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207422",
- "name": "CDISC DDF Characteristic Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188699",
- "name": "CDISC DDF Clinical Study Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188722",
- "name": "CDISC DDF Code Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207425",
- "name": "CDISC DDF Condition Assignment Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207424",
- "name": "CDISC DDF Condition Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207427",
- "name": "CDISC DDF Eligibility Criteria Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188713",
- "name": "CDISC DDF Encounter Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188728",
- "name": "CDISC DDF Encounter Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188708",
- "name": "CDISC DDF Endpoint Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188726",
- "name": "CDISC DDF Endpoint Level Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188698",
- "name": "CDISC DDF Entities Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188719",
- "name": "CDISC DDF Estimand Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207428",
- "name": "CDISC DDF Geographic Scope Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207412",
- "name": "CDISC DDF Geographic Scope Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207429",
- "name": "CDISC DDF Governance Date Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207413",
- "name": "CDISC DDF Governance Date Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188705",
- "name": "CDISC DDF Indication Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188721",
- "name": "CDISC DDF Intercurrent Event Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207430",
- "name": "CDISC DDF Masking Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207414",
- "name": "CDISC DDF Masking Role Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207426",
- "name": "CDISC DDF Narrative Content Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188707",
- "name": "CDISC DDF Objective Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188725",
- "name": "CDISC DDF Objective Level Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188702",
- "name": "CDISC DDF Organization Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188724",
- "name": "CDISC DDF Organization Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207431",
- "name": "CDISC DDF Parameter Map Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207432",
- "name": "CDISC DDF Population Definition Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188716",
- "name": "CDISC DDF Procedure Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188723",
- "name": "CDISC DDF Protocol Status Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207433",
- "name": "CDISC DDF Quantity Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207434",
- "name": "CDISC DDF Range Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207435",
- "name": "CDISC DDF Research Organization Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201258",
- "name": "CDISC DDF Response Code Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201259",
- "name": "CDISC DDF Schedule Timeline Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207436",
- "name": "CDISC DDF Scheduled Activity Instance Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201260",
- "name": "CDISC DDF Scheduled Decision Instance Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201261",
- "name": "CDISC DDF Scheduled Instance Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207437",
- "name": "CDISC DDF Study Amendment Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207438",
- "name": "CDISC DDF Study Amendment Reason Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207415",
- "name": "CDISC DDF Study Amendment Reason Code Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188709",
- "name": "CDISC DDF Study Arm Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188727",
- "name": "CDISC DDF Study Arm Data Origin Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207439",
- "name": "CDISC DDF Study Cohort Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188703",
- "name": "CDISC DDF Study Design Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207416",
- "name": "CDISC DDF Study Design Characteristics Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188706",
- "name": "CDISC DDF Study Design Population Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188711",
- "name": "CDISC DDF Study Element Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188710",
- "name": "CDISC DDF Study Epoch Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188701",
- "name": "CDISC DDF Study Identifier Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188704",
- "name": "CDISC DDF Study Intervention Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207418",
- "name": "CDISC DDF Study Intervention Product Designation Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207417",
- "name": "CDISC DDF Study Intervention Role Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207440",
- "name": "CDISC DDF Study Protocol Document Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207441",
- "name": "CDISC DDF Study Site Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207442",
- "name": "CDISC DDF Study Title Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207419",
- "name": "CDISC DDF Study Title Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207443",
- "name": "CDISC DDF Study Version Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207444",
- "name": "CDISC DDF Subject Enrollment Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207445",
- "name": "CDISC DDF Syntax Template Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C207446",
- "name": "CDISC DDF Syntax Template Dictionary Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201262",
- "name": "CDISC DDF Timing Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201265",
- "name": "CDISC DDF Timing Relative To From Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201264",
- "name": "CDISC DDF Timing Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C188712",
- "name": "CDISC DDF Transition Rule Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/DDF",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C165634",
- "name": "CDISC Define-XML Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C165635",
- "name": "CDISC Define-XML ADaM Basic Data Structure Subclass Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177903",
- "name": "CDISC Define-XML ADaM Medical Device Basic Data Structure Subclass Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176227",
- "name": "CDISC Define-XML ADaM Occurrence Data Structure Subclass Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117745",
- "name": "CDISC Define-XML Analysis Purpose Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117744",
- "name": "CDISC Define-XML Analysis Reason Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172331",
- "name": "CDISC Define-XML CDISC Controlled Terminology Standard Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103329",
- "name": "CDISC Define-XML General Observation Class Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170448",
- "name": "CDISC Define-XML ODM Context Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170450",
- "name": "CDISC Define-XML Origin Source Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170449",
- "name": "CDISC Define-XML Origin Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170452",
- "name": "CDISC Define-XML Standard Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172332",
- "name": "CDISC Define-XML Standard Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170451",
- "name": "CDISC Define-XML Standard Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Define-XML",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66788",
- "name": "CDISC Dictionary Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160924",
- "name": "CDISC SDTM Implementation Guide Version Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C67497",
- "name": "CDISC Glossary Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Glossary",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203912",
- "name": "CDISC MRCT Center Clinical Research Glossary",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/MRCT Center Clinical Research Glossary",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132298",
- "name": "CDISC Protocol Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C181167",
- "name": "CDISC Protocol Amendment Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179587",
- "name": "CDISC Protocol Biological Sample Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201266",
- "name": "CDISC Protocol Biomarker Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201267",
- "name": "CDISC Protocol Biomarker Category Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170440",
- "name": "CDISC Protocol Endpoint Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170441",
- "name": "CDISC Protocol Endpoint Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C142191",
- "name": "CDISC Protocol Entities Clinical Study Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C139020",
- "name": "CDISC Protocol Entities Clinical Trial Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132308",
- "name": "CDISC Protocol Entities Physical Address Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154681",
- "name": "CDISC Protocol Entities Protocol Contact Role Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154682",
- "name": "CDISC Protocol Entities Study Contact Information Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147066",
- "name": "CDISC Protocol Entities Study Design Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132309",
- "name": "CDISC Protocol Entities Study Protocol Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132310",
- "name": "CDISC Protocol Entities Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187682",
- "name": "CDISC Protocol Expanded Access Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187683",
- "name": "CDISC Protocol Expanded Access Study Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C184334",
- "name": "CDISC Protocol Informed Consent Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177906",
- "name": "CDISC Protocol Ingredient Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177907",
- "name": "CDISC Protocol Ingredient Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177905",
- "name": "CDISC Protocol Intervention Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165641",
- "name": "CDISC Protocol Outcome Measure Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170442",
- "name": "CDISC Protocol Outcome Measure Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165642",
- "name": "CDISC Protocol Oversight Entity Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199649",
- "name": "CDISC Protocol Pharmacology Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147069",
- "name": "CDISC Protocol Randomization Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C184333",
- "name": "CDISC Protocol Reference Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181168",
- "name": "CDISC Protocol Statement Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190866",
- "name": "CDISC Protocol Study Activity Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172329",
- "name": "CDISC Protocol Study Arm Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174222",
- "name": "CDISC Protocol Study Arm Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189268",
- "name": "CDISC Protocol Study Blinding and Unblinding Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163026",
- "name": "CDISC Protocol Study Monitoring Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165640",
- "name": "CDISC Protocol Study Oversight Entity Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160921",
- "name": "CDISC Protocol Study Population Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177904",
- "name": "CDISC Protocol Study Product Administration Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174220",
- "name": "CDISC Protocol Study Product Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174221",
- "name": "CDISC Protocol Study Product Type Value Set Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147067",
- "name": "CDISC Protocol Study Purpose Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185851",
- "name": "CDISC Protocol Study Subject Discontinuation Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147068",
- "name": "CDISC Protocol Subject Allocation Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185850",
- "name": "CDISC Protocol Subject Replacement Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C197998",
- "name": "CDISC Protocol Substudy Attribute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99076",
- "name": "CDISC SDTM Intervention Model Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99078",
- "name": "CDISC SDTM Intervention Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127259",
- "name": "CDISC SDTM Observational Study Model Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99077",
- "name": "CDISC SDTM Study Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66735",
- "name": "CDISC SDTM Trial Blinding Schema Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66736",
- "name": "CDISC SDTM Trial Indication Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66737",
- "name": "CDISC SDTM Trial Phase Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66739",
- "name": "CDISC SDTM Trial Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66742",
- "name": "CDISC SDTM Yes No Unknown or Not Applicable Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C82590",
- "name": "CDISC Root Variable Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66830",
- "name": "CDISC SDTM Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C66788",
- "name": "CDISC Dictionary Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120166",
- "name": "CDISC QRS Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C118970",
- "name": "CDISC Clinical Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C182464",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0101 Through AIMS0107 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182502",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0101 Through AIMS0107 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182465",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0108 Through AIMS0109 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182503",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0108 Through AIMS0109 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182466",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0110 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182504",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0110 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182467",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0111 Through AIMS0112 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182505",
- "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0111 Through AIMS0112 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182484",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182522",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182485",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182523",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182486",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182524",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182487",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182525",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182488",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105A Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182526",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105A Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182489",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105B Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182527",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105B Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182490",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106A Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182528",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106A Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182491",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106B Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182529",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106B Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182492",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH107 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182530",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH107 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182493",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH108 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182531",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH108 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182494",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH109 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182532",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH109 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182495",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH110 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182533",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH110 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182496",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH111 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182534",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH111 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182497",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH114 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182535",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH114 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182498",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH115 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182536",
- "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH115 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101805",
- "name": "CDISC Clinical Classification AIMS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101806",
- "name": "CDISC Clinical Classification AIMS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141655",
- "name": "CDISC Clinical Classification AJCC v7 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141654",
- "name": "CDISC Clinical Classification AJCC v7 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120985",
- "name": "CDISC Clinical Classification APACHE II Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120984",
- "name": "CDISC Clinical Classification APACHE II Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176047",
- "name": "CDISC Clinical Classification APGAR Score Version 1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176046",
- "name": "CDISC Clinical Classification APGAR Score Version 1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119080",
- "name": "CDISC Clinical Classification ARC STC Grade Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119079",
- "name": "CDISC Clinical Classification ARC STC Grade Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124668",
- "name": "CDISC Clinical Classification ASSIGN Score Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124667",
- "name": "CDISC Clinical Classification ASSIGN Score Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124666",
- "name": "CDISC Clinical Classification Atherosclerotic Cardiovascular Disease 10-Year Risk Estimator Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124665",
- "name": "CDISC Clinical Classification Atherosclerotic Cardiovascular Disease 10-Year Risk Estimator Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182470",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182508",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182471",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182509",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182472",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182510",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182473",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182511",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182474",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS105 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182512",
- "name": "CDISC Clinical Classification ATLAS Score ATLAS105 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147538",
- "name": "CDISC Clinical Classification ATLAS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147537",
- "name": "CDISC Clinical Classification ATLAS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161623",
- "name": "CDISC Clinical Classification AVPU Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161622",
- "name": "CDISC Clinical Classification AVPU Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101809",
- "name": "CDISC Clinical Classification BARS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101810",
- "name": "CDISC Clinical Classification BARS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106655",
- "name": "CDISC Clinical Classification BDI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106654",
- "name": "CDISC Clinical Classification BDI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120987",
- "name": "CDISC Clinical Classification BODE Index Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120986",
- "name": "CDISC Clinical Classification BODE Index Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161625",
- "name": "CDISC Clinical Classification BPRS 1988 Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161624",
- "name": "CDISC Clinical Classification BPRS 1988 Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100134",
- "name": "CDISC Clinical Classification BPRS-Anchored Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100133",
- "name": "CDISC Clinical Classification BPRS-Anchored Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189693",
- "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA118 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189694",
- "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA118 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189689",
- "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET1 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189690",
- "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET1 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189691",
- "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET2 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189692",
- "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET2 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130239",
- "name": "CDISC Clinical Classification BUERS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130238",
- "name": "CDISC Clinical Classification BUERS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199510",
- "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris CCSGA101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199511",
- "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris CCSGA101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199499",
- "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199498",
- "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118971",
- "name": "CDISC Clinical Classification Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124678",
- "name": "CDISC Clinical Classification CDC Classification System for HIV-Infected Adults and Adolescents Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124677",
- "name": "CDISC Clinical Classification CDC Classification System for HIV-Infected Adults and Adolescents Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101811",
- "name": "CDISC Clinical Classification CDR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101812",
- "name": "CDISC Clinical Classification CDR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154447",
- "name": "CDISC Clinical Classification CDRS-R Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154446",
- "name": "CDISC Clinical Classification CDRS-R Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208383",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208390",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208384",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208391",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208385",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208392",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208386",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208393",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208387",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105A Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208394",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105A Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208388",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105B Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208395",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105B Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208389",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0107 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208396",
- "name": "CDISC Clinical Classification Child-Pugh Classification CPS0107 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120989",
- "name": "CDISC Clinical Classification Child-Pugh Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120988",
- "name": "CDISC Clinical Classification Child-Pugh Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199503",
- "name": "CDISC Clinical Classification Cigarette Evaluation Questionnaire Extended-Screening Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199502",
- "name": "CDISC Clinical Classification Cigarette Evaluation Questionnaire Extended-Screening Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187452",
- "name": "CDISC Clinical Classification Clinician-Administered PTSD Scale (Current) DSM-5 With DSM IV Scoring 2016 Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187451",
- "name": "CDISC Clinical Classification Clinician-Administered PTSD Scale (Current) DSM-5 With DSM IV Scoring 2016 Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199501",
- "name": "CDISC Clinical Classification Comfort Behavior Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199500",
- "name": "CDISC Clinical Classification Comfort Behavior Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C156673",
- "name": "CDISC Clinical Classification COVI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C156672",
- "name": "CDISC Clinical Classification COVI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124684",
- "name": "CDISC Clinical Classification CRS-R Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124683",
- "name": "CDISC Clinical Classification CRS-R Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115402",
- "name": "CDISC Clinical Classification DRS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115401",
- "name": "CDISC Clinical Classification DRS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112437",
- "name": "CDISC Clinical Classification DS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112436",
- "name": "CDISC Clinical Classification DS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161627",
- "name": "CDISC Clinical Classification E-TRIP Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161626",
- "name": "CDISC Clinical Classification E-TRIP Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179943",
- "name": "CDISC Clinical Classification Eastern Cooperative Oncology Group Performance Status ECOG101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179944",
- "name": "CDISC Clinical Classification Eastern Cooperative Oncology Group Performance Status ECOG101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101815",
- "name": "CDISC Clinical Classification ECOG Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101816",
- "name": "CDISC Clinical Classification ECOG Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112439",
- "name": "CDISC Clinical Classification EDSS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112438",
- "name": "CDISC Clinical Classification EDSS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117991",
- "name": "CDISC Clinical Classification ESRS-A Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117990",
- "name": "CDISC Clinical Classification ESRS-A Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111344",
- "name": "CDISC Clinical Classification FAQ Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111343",
- "name": "CDISC Clinical Classification FAQ Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111346",
- "name": "CDISC Clinical Classification FAQ-NACC UDS Version 2.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111345",
- "name": "CDISC Clinical Classification FAQ-NACC UDS Version 2.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170523",
- "name": "CDISC Clinical Classification FAS-NACC UDS Version 3.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170522",
- "name": "CDISC Clinical Classification FAS-NACC UDS Version 3.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124670",
- "name": "CDISC Clinical Classification FHS CVD 10-Year Risk Score Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124669",
- "name": "CDISC Clinical Classification FHS CVD 10-Year Risk Score Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124682",
- "name": "CDISC Clinical Classification Glasgow Coma Scale-NINDS Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124681",
- "name": "CDISC Clinical Classification Glasgow Coma Scale-NINDS Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130243",
- "name": "CDISC Clinical Classification HAM-D6 Clinician Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130242",
- "name": "CDISC Clinical Classification HAM-D6 Clinician Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101819",
- "name": "CDISC Clinical Classification HAMA Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101820",
- "name": "CDISC Clinical Classification HAMA Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100138",
- "name": "CDISC Clinical Classification HAMD 17 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100137",
- "name": "CDISC Clinical Classification HAMD 17 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101821",
- "name": "CDISC Clinical Classification HAMD 21 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101822",
- "name": "CDISC Clinical Classification HAMD 21 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130245",
- "name": "CDISC Clinical Classification HAMD 24 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130244",
- "name": "CDISC Clinical Classification HAMD 24 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182468",
- "name": "CDISC Clinical Classification Hamilton Anxiety Rating Scale HAMA101 Through HAMA114 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182506",
- "name": "CDISC Clinical Classification Hamilton Anxiety Rating Scale HAMA101 Through HAMA114 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190885",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190886",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190887",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190888",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190889",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190890",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190891",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0105A Through HBI0105H Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190892",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0105A Through HBI0105H Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190926",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190925",
- "name": "CDISC Clinical Classification Harvey-Bradshaw Index Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138213",
- "name": "CDISC Clinical Classification HAS-BLED Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138212",
- "name": "CDISC Clinical Classification HAS-BLED Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130247",
- "name": "CDISC Clinical Classification IDS-C Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130246",
- "name": "CDISC Clinical Classification IDS-C Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182469",
- "name": "CDISC Clinical Classification Karnofsky Performance Status Scale KPSS0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182507",
- "name": "CDISC Clinical Classification Karnofsky Performance Status Scale KPSS0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170529",
- "name": "CDISC Clinical Classification KDIGO-AKI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170528",
- "name": "CDISC Clinical Classification KDIGO-AKI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130251",
- "name": "CDISC Clinical Classification KDPI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130250",
- "name": "CDISC Clinical Classification KDPI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112443",
- "name": "CDISC Clinical Classification KFSS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112442",
- "name": "CDISC Clinical Classification KFSS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100170",
- "name": "CDISC Clinical Classification KPS Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100169",
- "name": "CDISC Clinical Classification KPS Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182475",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182513",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182476",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182514",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182478",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182516",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182479",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182517",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182480",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS105 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182518",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS105 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182481",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS106 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182519",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS106 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182482",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS107 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182520",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS107 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182483",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS108 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182521",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS108 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182477",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS1SET1 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182515",
- "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS1SET1 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138215",
- "name": "CDISC Clinical Classification LPSS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138214",
- "name": "CDISC Clinical Classification LPSS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120991",
- "name": "CDISC Clinical Classification MELD Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120990",
- "name": "CDISC Clinical Classification MELD Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202147",
- "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised MTWSR101 Through MTWSR115 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202148",
- "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised MTWSR101 Through MTWSR115 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202146",
- "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202145",
- "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190893",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190894",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190895",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190896",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190897",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190898",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190899",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190900",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190901",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI105 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190902",
- "name": "CDISC Clinical Classification Modified Van Assche Index MVAI105 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190930",
- "name": "CDISC Clinical Classification Modified Van Assche Index Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190929",
- "name": "CDISC Clinical Classification Modified Van Assche Index Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190928",
- "name": "CDISC Clinical Classification Montreal Classification for Crohn's Disease Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190927",
- "name": "CDISC Clinical Classification Montreal Classification for Crohn's Disease Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111348",
- "name": "CDISC Clinical Classification MRS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111347",
- "name": "CDISC Clinical Classification MRS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171355",
- "name": "CDISC Clinical Classification NEWS2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171354",
- "name": "CDISC Clinical Classification NEWS2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119076",
- "name": "CDISC Clinical Classification NHLBI CAD Grade Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119075",
- "name": "CDISC Clinical Classification NHLBI CAD Grade Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120993",
- "name": "CDISC Clinical Classification NSA-16 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120992",
- "name": "CDISC Clinical Classification NSA-16 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132517",
- "name": "CDISC Clinical Classification NSAA Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132516",
- "name": "CDISC Clinical Classification NSAA Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124686",
- "name": "CDISC Clinical Classification PANSS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124685",
- "name": "CDISC Clinical Classification PANSS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179936",
- "name": "CDISC Clinical Classification PASI Feldman Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179935",
- "name": "CDISC Clinical Classification PASI Feldman Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190938",
- "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Bozek Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190937",
- "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Bozek Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190936",
- "name": "CDISC Clinical Classification Psoriasis Area and Severity Index European Medical Agency Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190935",
- "name": "CDISC Clinical Classification Psoriasis Area and Severity Index European Medical Agency Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190934",
- "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Fredriksson Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190933",
- "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Fredriksson Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130249",
- "name": "CDISC Clinical Classification QIDS-C Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130248",
- "name": "CDISC Clinical Classification QIDS-C Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171409",
- "name": "CDISC Clinical Classification RASS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171408",
- "name": "CDISC Clinical Classification RASS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124672",
- "name": "CDISC Clinical Classification Reynolds CVD 10-Year Risk Score Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124671",
- "name": "CDISC Clinical Classification Reynolds CVD 10-Year Risk Score Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190903",
- "name": "CDISC Clinical Classification Rutgeerts Score RUTG0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190904",
- "name": "CDISC Clinical Classification Rutgeerts Score RUTG0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190932",
- "name": "CDISC Clinical Classification Rutgeerts Score Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190931",
- "name": "CDISC Clinical Classification Rutgeerts Score Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171413",
- "name": "CDISC Clinical Classification SAS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171412",
- "name": "CDISC Clinical Classification SAS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204225",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204226",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204227",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204228",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204229",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204230",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204231",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204232",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204233",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0105 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204234",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0105 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204235",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0106 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204236",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0106 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204224",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27th March 2024 Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204223",
- "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27th March 2024 Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176051",
- "name": "CDISC Clinical Classification SES-CD Version 1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176050",
- "name": "CDISC Clinical Classification SES-CD Version 1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193261",
- "name": "CDISC Clinical Classification Tanner Scale Boy TANN0201 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193262",
- "name": "CDISC Clinical Classification Tanner Scale Boy TANN0201 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193263",
- "name": "CDISC Clinical Classification Tanner Scale Boy TANN0202 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193264",
- "name": "CDISC Clinical Classification Tanner Scale Boy TANN0202 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193257",
- "name": "CDISC Clinical Classification Tanner Scale Girl TANN0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193258",
- "name": "CDISC Clinical Classification Tanner Scale Girl TANN0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193259",
- "name": "CDISC Clinical Classification Tanner Scale Girl TANN0102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193260",
- "name": "CDISC Clinical Classification Tanner Scale Girl TANN0102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124662",
- "name": "CDISC Clinical Classification Tanner Scale-Boy Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124661",
- "name": "CDISC Clinical Classification Tanner Scale-Boy Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124664",
- "name": "CDISC Clinical Classification Tanner Scale-Girl Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124663",
- "name": "CDISC Clinical Classification Tanner Scale-Girl Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106657",
- "name": "CDISC Clinical Classification TDI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106656",
- "name": "CDISC Clinical Classification TDI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119074",
- "name": "CDISC Clinical Classification TIMI Thrombus Grade Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119073",
- "name": "CDISC Clinical Classification TIMI Thrombus Grade Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154449",
- "name": "CDISC Clinical Classification UHDRS 1999 Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154448",
- "name": "CDISC Clinical Classification UHDRS 1999 Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100148",
- "name": "CDISC Clinical Classification UPDRS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100147",
- "name": "CDISC Clinical Classification UPDRS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141653",
- "name": "CDISC Clinical Classification VALG Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141652",
- "name": "CDISC Clinical Classification VALG Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130241",
- "name": "CDISC Clinical Classification VLERS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130240",
- "name": "CDISC Clinical Classification VLERS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124680",
- "name": "CDISC Clinical Classification West Haven Criteria Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124679",
- "name": "CDISC Clinical Classification West Haven Criteria Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124674",
- "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Adults and Adolescents Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124673",
- "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Adults and Adolescents Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124676",
- "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Children Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124675",
- "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Children Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C115302",
- "name": "CDISC Functional Test Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C141657",
- "name": "CDISC Functional Test 10-Meter Walk/Run Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141656",
- "name": "CDISC Functional Test 10-Meter Walk/Run Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141663",
- "name": "CDISC Functional Test 4-Stair Ascend Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141662",
- "name": "CDISC Functional Test 4-Stair Ascend Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141661",
- "name": "CDISC Functional Test 4-Stair Descend Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141660",
- "name": "CDISC Functional Test 4-Stair Descend Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115388",
- "name": "CDISC Functional Test 6MWT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115387",
- "name": "CDISC Functional Test 6MWT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100132",
- "name": "CDISC Functional Test ADAS-Cog CDISC Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100131",
- "name": "CDISC Functional Test ADAS-Cog CDISC Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101807",
- "name": "CDISC Functional Test ADNI AVLT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101808",
- "name": "CDISC Functional Test ADNI AVLT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123655",
- "name": "CDISC Functional Test AVLT-REY Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123654",
- "name": "CDISC Functional Test AVLT-REY Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120983",
- "name": "CDISC Functional Test BACS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120982",
- "name": "CDISC Functional Test BACS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115304",
- "name": "CDISC Functional Test Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150766",
- "name": "CDISC Functional Test COWAT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150765",
- "name": "CDISC Functional Test COWAT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150768",
- "name": "CDISC Functional Test ERT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150767",
- "name": "CDISC Functional Test ERT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115390",
- "name": "CDISC Functional Test HAI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115389",
- "name": "CDISC Functional Test HAI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166188",
- "name": "CDISC Functional Test HD-CAB Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166187",
- "name": "CDISC Functional Test HD-CAB Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100142",
- "name": "CDISC Functional Test MMSE Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100141",
- "name": "CDISC Functional Test MMSE Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150770",
- "name": "CDISC Functional Test MMSE-2 Standard Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150769",
- "name": "CDISC Functional Test MMSE-2 Standard Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115392",
- "name": "CDISC Functional Test NHPT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115391",
- "name": "CDISC Functional Test NHPT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150772",
- "name": "CDISC Functional Test Paced Tapping Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150771",
- "name": "CDISC Functional Test Paced Tapping Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115394",
- "name": "CDISC Functional Test PASAT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115393",
- "name": "CDISC Functional Test PASAT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138217",
- "name": "CDISC Functional Test PUL 1.2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138216",
- "name": "CDISC Functional Test PUL 1.2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138219",
- "name": "CDISC Functional Test PUL 2.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138218",
- "name": "CDISC Functional Test PUL 2.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166190",
- "name": "CDISC Functional Test RFWT Version 1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166189",
- "name": "CDISC Functional Test RFWT Version 1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141659",
- "name": "CDISC Functional Test Rising From Floor Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141658",
- "name": "CDISC Functional Test Rising From Floor Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115396",
- "name": "CDISC Functional Test SDMT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115395",
- "name": "CDISC Functional Test SDMT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170527",
- "name": "CDISC Functional Test SPPB Version 1.2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170526",
- "name": "CDISC Functional Test SPPB Version 1.2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115398",
- "name": "CDISC Functional Test T25FW Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115397",
- "name": "CDISC Functional Test T25FW Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124688",
- "name": "CDISC Functional Test TMT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124687",
- "name": "CDISC Functional Test TMT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115400",
- "name": "CDISC Functional Test TUG Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115399",
- "name": "CDISC Functional Test TUG Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C100110",
- "name": "CDISC Questionnaire Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C199497",
- "name": "CDISC Brief Questionnaire of Smoking Urges Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199496",
- "name": "CDISC Brief Questionnaire of Smoking Urges Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106651",
- "name": "CDISC Questionnaire ADCS-ADL MCI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106650",
- "name": "CDISC Questionnaire ADCS-ADL MCI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106653",
- "name": "CDISC Questionnaire ADCS-ADL Severe Dementia Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106652",
- "name": "CDISC Questionnaire ADCS-ADL Severe Dementia Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105140",
- "name": "CDISC Questionnaire ADCS-ADL Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105139",
- "name": "CDISC Questionnaire ADCS-ADL Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103459",
- "name": "CDISC Questionnaire ADCS-CGIC Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103458",
- "name": "CDISC Questionnaire ADCS-CGIC Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163385",
- "name": "CDISC Questionnaire ADSD Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163384",
- "name": "CDISC Questionnaire ADSD Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163387",
- "name": "CDISC Questionnaire ANSD Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163386",
- "name": "CDISC Questionnaire ANSD Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112435",
- "name": "CDISC Questionnaire AQ20 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112434",
- "name": "CDISC Questionnaire AQ20 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125741",
- "name": "CDISC Questionnaire ASEX-Female Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125740",
- "name": "CDISC Questionnaire ASEX-Female Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125743",
- "name": "CDISC Questionnaire ASEX-Male Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125742",
- "name": "CDISC Questionnaire ASEX-Male Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119062",
- "name": "CDISC Questionnaire AUDIT-C Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119061",
- "name": "CDISC Questionnaire AUDIT-C Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119060",
- "name": "CDISC Questionnaire AUDIT-SR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119059",
- "name": "CDISC Questionnaire AUDIT-SR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135680",
- "name": "CDISC Questionnaire BEBQ Concurrent Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135679",
- "name": "CDISC Questionnaire BEBQ Concurrent Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135682",
- "name": "CDISC Questionnaire BEBQ Retrospective Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135681",
- "name": "CDISC Questionnaire BEBQ Retrospective Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113852",
- "name": "CDISC Questionnaire Bladder Control Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113851",
- "name": "CDISC Questionnaire Bladder Control Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113846",
- "name": "CDISC Questionnaire Borg CR10 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113845",
- "name": "CDISC Questionnaire Borg CR10 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113854",
- "name": "CDISC Questionnaire Bowel Control Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113853",
- "name": "CDISC Questionnaire Bowel Control Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100164",
- "name": "CDISC Questionnaire BPI Short Form Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100163",
- "name": "CDISC Questionnaire BPI Short Form Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100162",
- "name": "CDISC Questionnaire BPI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100161",
- "name": "CDISC Questionnaire BPI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106659",
- "name": "CDISC Questionnaire C-SSRS Already Enrolled Subjects Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106658",
- "name": "CDISC Questionnaire C-SSRS Already Enrolled Subjects Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100168",
- "name": "CDISC Questionnaire C-SSRS Baseline Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100167",
- "name": "CDISC Questionnaire C-SSRS Baseline Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105132",
- "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Phase 1 Study Version 1/14/09 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105131",
- "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Phase 1 Study Version 1/14/09 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106661",
- "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106660",
- "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111336",
- "name": "CDISC Questionnaire C-SSRS Children's Baseline Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111335",
- "name": "CDISC Questionnaire C-SSRS Children's Baseline Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111338",
- "name": "CDISC Questionnaire C-SSRS Children's Baseline/Screening Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111337",
- "name": "CDISC Questionnaire C-SSRS Children's Baseline/Screening Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111340",
- "name": "CDISC Questionnaire C-SSRS Children's Since Last Visit Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111339",
- "name": "CDISC Questionnaire C-SSRS Children's Since Last Visit Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117989",
- "name": "CDISC Questionnaire C-SSRS Lifetime/Recent Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117988",
- "name": "CDISC Questionnaire C-SSRS Lifetime/Recent Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113848",
- "name": "CDISC Questionnaire C-SSRS Pediatric/Cognitively Impaired Lifetime/Recent Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113847",
- "name": "CDISC Questionnaire C-SSRS Pediatric/Cognitively Impaired Lifetime/Recent Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111342",
- "name": "CDISC Questionnaire C-SSRS Screening Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111341",
- "name": "CDISC Questionnaire C-SSRS Screening Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103461",
- "name": "CDISC Questionnaire C-SSRS Since Last Visit Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103460",
- "name": "CDISC Questionnaire C-SSRS Since Last Visit Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100129",
- "name": "CDISC Questionnaire Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119066",
- "name": "CDISC Questionnaire CCQ 1 Week Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119065",
- "name": "CDISC Questionnaire CCQ 1 Week Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119064",
- "name": "CDISC Questionnaire CCQ 24 Hour Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119063",
- "name": "CDISC Questionnaire CCQ 24 Hour Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176049",
- "name": "CDISC Questionnaire CDAI Version 1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176048",
- "name": "CDISC Questionnaire CDAI Version 1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132519",
- "name": "CDISC Questionnaire CES Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132518",
- "name": "CDISC Questionnaire CES Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135686",
- "name": "CDISC Questionnaire CGI Generic Modification Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135685",
- "name": "CDISC Questionnaire CGI Generic Modification Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117987",
- "name": "CDISC Questionnaire CHART-SF Interview Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117986",
- "name": "CDISC Questionnaire CHART-SF Interview Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119068",
- "name": "CDISC Questionnaire CHART-SF Paper Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119067",
- "name": "CDISC Questionnaire CHART-SF Paper Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179945",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179950",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179946",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0102 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179951",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0102 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179947",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0103 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179952",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0103 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179948",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0104 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179953",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0104 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179949",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0105 Through CES0107 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179954",
- "name": "CDISC Questionnaire Combat Exposure Scale CES0105 Through CES0107 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100158",
- "name": "CDISC Questionnaire COMM Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100157",
- "name": "CDISC Questionnaire COMM Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101813",
- "name": "CDISC Questionnaire COWS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101814",
- "name": "CDISC Questionnaire COWS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120979",
- "name": "CDISC Questionnaire CRQ-SAS First Administration Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120978",
- "name": "CDISC Questionnaire CRQ-SAS First Administration Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120981",
- "name": "CDISC Questionnaire CRQ-SAS Follow-Up Administration Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120980",
- "name": "CDISC Questionnaire CRQ-SAS Follow-Up Administration Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105130",
- "name": "CDISC Questionnaire DAD Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105129",
- "name": "CDISC Questionnaire DAD Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C183549",
- "name": "CDISC Questionnaire DIBSS-C Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C183548",
- "name": "CDISC Questionnaire DIBSS-C Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119070",
- "name": "CDISC Questionnaire DLQI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119069",
- "name": "CDISC Questionnaire DLQI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141673",
- "name": "CDISC Questionnaire DRRI-2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141672",
- "name": "CDISC Questionnaire DRRI-2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161617",
- "name": "CDISC Questionnaire EORTC QLQ-C15-PAL Version 1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161616",
- "name": "CDISC Questionnaire EORTC QLQ-C15-PAL Version 1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161619",
- "name": "CDISC Questionnaire EORTC QLQ-C30 Version 3 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161618",
- "name": "CDISC Questionnaire EORTC QLQ-C30 Version 3 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170525",
- "name": "CDISC Questionnaire EORTC QLQ-CR29 Version 2.1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170524",
- "name": "CDISC Questionnaire EORTC QLQ-CR29 Version 2.1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172400",
- "name": "CDISC Questionnaire EORTC QLQ-LC13 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172399",
- "name": "CDISC Questionnaire EORTC QLQ-LC13 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132521",
- "name": "CDISC Questionnaire EPDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132520",
- "name": "CDISC Questionnaire EPDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127350",
- "name": "CDISC Questionnaire EPIC-26 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127349",
- "name": "CDISC Questionnaire EPIC-26 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127352",
- "name": "CDISC Questionnaire EPIC-CP Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127351",
- "name": "CDISC Questionnaire EPIC-CP Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100136",
- "name": "CDISC Questionnaire EQ-5D-3L Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100135",
- "name": "CDISC Questionnaire EQ-5D-3L Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101817",
- "name": "CDISC Questionnaire EQ-5D-5L Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101818",
- "name": "CDISC Questionnaire EQ-5D-5L Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103463",
- "name": "CDISC Questionnaire ESS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103462",
- "name": "CDISC Questionnaire ESS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123653",
- "name": "CDISC Questionnaire EXACT Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123652",
- "name": "CDISC Questionnaire EXACT Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125745",
- "name": "CDISC Questionnaire Expanded DRS-PI Caregiver Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125744",
- "name": "CDISC Questionnaire Expanded DRS-PI Caregiver Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125747",
- "name": "CDISC Questionnaire Expanded DRS-PI Survivor Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125746",
- "name": "CDISC Questionnaire Expanded DRS-PI Survivor Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179938",
- "name": "CDISC Questionnaire FAACT Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179937",
- "name": "CDISC Questionnaire FAACT Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147542",
- "name": "CDISC Questionnaire FACIT-Dyspnea 10 Item Short Form Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147541",
- "name": "CDISC Questionnaire FACIT-Dyspnea 10 Item Short Form Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154451",
- "name": "CDISC Questionnaire FACIT-Dyspnea Scale 33 Item Bank Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154450",
- "name": "CDISC Questionnaire FACIT-Dyspnea Scale 33 Item Bank Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129088",
- "name": "CDISC Questionnaire FACIT-F Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129087",
- "name": "CDISC Questionnaire FACIT-F Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147544",
- "name": "CDISC Questionnaire FACIT-Fatigue 13-Item Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147543",
- "name": "CDISC Questionnaire FACIT-Fatigue 13-Item Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C183551",
- "name": "CDISC Questionnaire FACIT-Searchable Item Library Adult Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C183550",
- "name": "CDISC Questionnaire FACIT-Searchable Item Library Adult Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C200915",
- "name": "CDISC Questionnaire FACIT-Searchable Item Library Pediatric Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C200914",
- "name": "CDISC Questionnaire FACIT-Searchable Item Library Pediatric Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129094",
- "name": "CDISC Questionnaire FACT-B Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129093",
- "name": "CDISC Questionnaire FACT-B Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154453",
- "name": "CDISC Questionnaire FACT-BL Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154452",
- "name": "CDISC Questionnaire FACT-BL Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147540",
- "name": "CDISC Questionnaire FACT-BMT Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147539",
- "name": "CDISC Questionnaire FACT-BMT Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179940",
- "name": "CDISC Questionnaire FACT-BP Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179939",
- "name": "CDISC Questionnaire FACT-BP Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150778",
- "name": "CDISC Questionnaire FACT-BRM Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150777",
- "name": "CDISC Questionnaire FACT-BRM Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150774",
- "name": "CDISC Questionnaire FACT-C Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150773",
- "name": "CDISC Questionnaire FACT-C Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166184",
- "name": "CDISC Questionnaire FACT-COG Version 3 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166183",
- "name": "CDISC Questionnaire FACT-COG Version 3 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127354",
- "name": "CDISC Questionnaire FACT-G Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127353",
- "name": "CDISC Questionnaire FACT-G Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130255",
- "name": "CDISC Questionnaire FACT-HEP Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130254",
- "name": "CDISC Questionnaire FACT-HEP Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150782",
- "name": "CDISC Questionnaire FACT-L Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150781",
- "name": "CDISC Questionnaire FACT-L Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130253",
- "name": "CDISC Questionnaire FACT-LEU Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130252",
- "name": "CDISC Questionnaire FACT-LEU Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130257",
- "name": "CDISC Questionnaire FACT-LYM Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130256",
- "name": "CDISC Questionnaire FACT-LYM Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127358",
- "name": "CDISC Questionnaire FACT-P Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127357",
- "name": "CDISC Questionnaire FACT-P Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150776",
- "name": "CDISC Questionnaire FACT-Taxane Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150775",
- "name": "CDISC Questionnaire FACT-Taxane Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150780",
- "name": "CDISC Questionnaire FACT/GOG-NTX Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150779",
- "name": "CDISC Questionnaire FACT/GOG-NTX Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208372",
- "name": "CDISC Questionnaire Fagerstrom Test for Cigarette Dependence Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208371",
- "name": "CDISC Questionnaire Fagerstrom Test for Cigarette Dependence Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193276",
- "name": "CDISC Questionnaire Falls Efficacy Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193275",
- "name": "CDISC Questionnaire Falls Efficacy Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112441",
- "name": "CDISC Questionnaire FAMS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112440",
- "name": "CDISC Questionnaire FAMS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113850",
- "name": "CDISC Questionnaire Fatigue Severity Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113849",
- "name": "CDISC Questionnaire Fatigue Severity Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138221",
- "name": "CDISC Questionnaire FBRSI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138220",
- "name": "CDISC Questionnaire FBRSI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103465",
- "name": "CDISC Questionnaire FIQR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103464",
- "name": "CDISC Questionnaire FIQR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138223",
- "name": "CDISC Questionnaire FKSI-15 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138222",
- "name": "CDISC Questionnaire FKSI-15 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150784",
- "name": "CDISC Questionnaire FKSI-DRS Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150783",
- "name": "CDISC Questionnaire FKSI-DRS Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138225",
- "name": "CDISC Questionnaire FLSI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138224",
- "name": "CDISC Questionnaire FLSI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129096",
- "name": "CDISC Questionnaire FOSI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129095",
- "name": "CDISC Questionnaire FOSI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100154",
- "name": "CDISC Questionnaire FPSR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100153",
- "name": "CDISC Questionnaire FPSR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208370",
- "name": "CDISC Questionnaire Functional Assessment of Cancer Therapy/Gynecologic Oncology Group-Neurotoxicity Subscale Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208369",
- "name": "CDISC Questionnaire Functional Assessment of Cancer Therapy/Gynecologic Oncology Group-Neurotoxicity Subscale Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199493",
- "name": "CDISC Questionnaire Functional Assessment of Chronic Illness Therapy-Item GP5 Version 4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199492",
- "name": "CDISC Questionnaire Functional Assessment of Chronic Illness Therapy-Item GP5 Version 4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103467",
- "name": "CDISC Questionnaire GAD-7 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103466",
- "name": "CDISC Questionnaire GAD-7 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163389",
- "name": "CDISC Questionnaire GAD-7 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163388",
- "name": "CDISC Questionnaire GAD-7 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105138",
- "name": "CDISC Questionnaire GCGI v1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105137",
- "name": "CDISC Questionnaire GCGI v1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106663",
- "name": "CDISC Questionnaire GDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106662",
- "name": "CDISC Questionnaire GDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106665",
- "name": "CDISC Questionnaire GDS-SF Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106664",
- "name": "CDISC Questionnaire GDS-SF Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163391",
- "name": "CDISC Questionnaire GMSS Version Type 1 Diabetes Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163390",
- "name": "CDISC Questionnaire GMSS Version Type 1 Diabetes Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115404",
- "name": "CDISC Questionnaire GOSE Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115403",
- "name": "CDISC Questionnaire GOSE Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103469",
- "name": "CDISC Questionnaire HADS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103468",
- "name": "CDISC Questionnaire HADS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130259",
- "name": "CDISC Questionnaire HAM-D6 Self-Report Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130258",
- "name": "CDISC Questionnaire HAM-D6 Self-Report Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106667",
- "name": "CDISC Questionnaire HAQ-DI With VAS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106666",
- "name": "CDISC Questionnaire HAQ-DI With VAS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132523",
- "name": "CDISC Questionnaire HAQ-DI Without VAS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132522",
- "name": "CDISC Questionnaire HAQ-DI Without VAS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163393",
- "name": "CDISC Questionnaire HCS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163392",
- "name": "CDISC Questionnaire HCS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174052",
- "name": "CDISC Questionnaire IBDQ Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174051",
- "name": "CDISC Questionnaire IBDQ Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130261",
- "name": "CDISC Questionnaire IDS-SR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130260",
- "name": "CDISC Questionnaire IDS-SR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103471",
- "name": "CDISC Questionnaire IIEF Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103470",
- "name": "CDISC Questionnaire IIEF Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113856",
- "name": "CDISC Questionnaire Impact of Visual Impairment Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113855",
- "name": "CDISC Questionnaire Impact of Visual Impairment Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182461",
- "name": "CDISC Questionnaire International Prostate Symptom Score IPS0101 Through IPS0106 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182499",
- "name": "CDISC Questionnaire International Prostate Symptom Score IPS0101 Through IPS0106 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182462",
- "name": "CDISC Questionnaire International Prostate Symptom Score IPS0107 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182500",
- "name": "CDISC Questionnaire International Prostate Symptom Score IPS0107 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182463",
- "name": "CDISC Questionnaire International Prostate Symptom Score IPS0109 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C182501",
- "name": "CDISC Questionnaire International Prostate Symptom Score IPS0109 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141667",
- "name": "CDISC Questionnaire IPAQ Long Last 7 Days Self-Administered Format Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141666",
- "name": "CDISC Questionnaire IPAQ Long Last 7 Days Self-Administered Format Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141669",
- "name": "CDISC Questionnaire IPAQ Long Last 7 Days Telephone Format Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141668",
- "name": "CDISC Questionnaire IPAQ Long Last 7 Days Telephone Format Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141665",
- "name": "CDISC Questionnaire IPAQ Short Last 7 Days Self-administered Format Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141664",
- "name": "CDISC Questionnaire IPAQ Short Last 7 Days Self-administered Format Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141671",
- "name": "CDISC Questionnaire IPAQ Short Last 7 Days Telephone Format Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C141670",
- "name": "CDISC Questionnaire IPAQ Short Last 7 Days Telephone Format Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C183547",
- "name": "CDISC Questionnaire IPSS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C183546",
- "name": "CDISC Questionnaire IPSS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193274",
- "name": "CDISC Questionnaire Kidney Disease and Quality of Life-36 Version 1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193273",
- "name": "CDISC Questionnaire Kidney Disease and Quality of Life-36 Version 1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135690",
- "name": "CDISC Questionnaire LEC-5 Standard Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135689",
- "name": "CDISC Questionnaire LEC-5 Standard Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100140",
- "name": "CDISC Questionnaire MDS-UPDRS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100139",
- "name": "CDISC Questionnaire MDS-UPDRS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112445",
- "name": "CDISC Questionnaire MHIS-NACC Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112444",
- "name": "CDISC Questionnaire MHIS-NACC Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106669",
- "name": "CDISC Questionnaire MMRC Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106668",
- "name": "CDISC Questionnaire MMRC Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100152",
- "name": "CDISC Questionnaire MNSI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100151",
- "name": "CDISC Questionnaire MNSI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113858",
- "name": "CDISC Questionnaire Modified Fatigue Impact Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113857",
- "name": "CDISC Questionnaire Modified Fatigue Impact Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115406",
- "name": "CDISC Questionnaire MPAI-4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115405",
- "name": "CDISC Questionnaire MPAI-4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113860",
- "name": "CDISC Questionnaire Multiple Sclerosis Quality of Life-54 Instrument Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113859",
- "name": "CDISC Questionnaire Multiple Sclerosis Quality of Life-54 Instrument Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208380",
- "name": "CDISC Questionnaire National Youth Tobacco Survey 2022 Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208379",
- "name": "CDISC Questionnaire National Youth Tobacco Survey 2022 Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129092",
- "name": "CDISC Questionnaire NCCN-FACT FBLSI-18 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129091",
- "name": "CDISC Questionnaire NCCN-FACT FBLSI-18 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150786",
- "name": "CDISC Questionnaire NCCN-FACT FBRSI-24 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150785",
- "name": "CDISC Questionnaire NCCN-FACT FBRSI-24 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150788",
- "name": "CDISC Questionnaire NCCN-FACT FHNSI-22 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150787",
- "name": "CDISC Questionnaire NCCN-FACT FHNSI-22 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129090",
- "name": "CDISC Questionnaire NCCN-FACT FKSI-19 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129089",
- "name": "CDISC Questionnaire NCCN-FACT FKSI-19 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129098",
- "name": "CDISC Questionnaire NCCN-FACT FOSI-18 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129097",
- "name": "CDISC Questionnaire NCCN-FACT FOSI-18 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127356",
- "name": "CDISC Questionnaire NCCN-FACT-FPSI 17 Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127355",
- "name": "CDISC Questionnaire NCCN-FACT-FPSI 17 Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100144",
- "name": "CDISC Questionnaire NPI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100143",
- "name": "CDISC Questionnaire NPI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103473",
- "name": "CDISC Questionnaire NPS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103472",
- "name": "CDISC Questionnaire NPS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154455",
- "name": "CDISC Questionnaire NSCLC-SAQ Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154454",
- "name": "CDISC Questionnaire NSCLC-SAQ Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103477",
- "name": "CDISC Questionnaire OAB-q Short Form Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103476",
- "name": "CDISC Questionnaire OAB-q Short Form Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103475",
- "name": "CDISC Questionnaire OAB-q Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103474",
- "name": "CDISC Questionnaire OAB-q Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199495",
- "name": "CDISC Questionnaire Observer Global Impression Generic Modification Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199494",
- "name": "CDISC Questionnaire Observer Global Impression Generic Modification Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103479",
- "name": "CDISC Questionnaire ODI v2.1a Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103478",
- "name": "CDISC Questionnaire ODI v2.1a Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163395",
- "name": "CDISC Questionnaire PARENT-DDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163394",
- "name": "CDISC Questionnaire PARENT-DDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163397",
- "name": "CDISC Questionnaire PARTNER-DDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163396",
- "name": "CDISC Questionnaire PARTNER-DDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190940",
- "name": "CDISC Questionnaire Patient Health Questionnaire - 8 Item Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190939",
- "name": "CDISC Questionnaire Patient Health Questionnaire - 8 Item Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135692",
- "name": "CDISC Questionnaire PCL-5 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135691",
- "name": "CDISC Questionnaire PCL-5 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112447",
- "name": "CDISC Questionnaire PDDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112446",
- "name": "CDISC Questionnaire PDDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147546",
- "name": "CDISC Questionnaire Peds-FACIT-F Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147545",
- "name": "CDISC Questionnaire Peds-FACIT-F Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138227",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Child Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138226",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Child Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138229",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent of Toddler Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138228",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent of Toddler Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138231",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Child Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138230",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Child Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138233",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Teen Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138232",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Teen Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138235",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Adults Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138234",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Adults Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138237",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Child Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138236",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Child Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138239",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Teen Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138238",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Teen Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138241",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Adult Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138240",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Adult Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138243",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Child Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138242",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Child Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138245",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Child Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138244",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Child Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138247",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent of Toddler Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138246",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent of Toddler Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138249",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Child Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138248",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Child Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138251",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Teen Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138250",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Teen Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138253",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Adults Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138252",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Adults Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138255",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Child Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138254",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Child Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138257",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Teen Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138256",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Teen Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138259",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Adult Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138258",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Adult Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138261",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Child Report Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138260",
- "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Child Report Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204222",
- "name": "CDISC Questionnaire Penn State Electronic Cigarette Dependence Index Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204221",
- "name": "CDISC Questionnaire Penn State Electronic Cigarette Dependence Index Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204220",
- "name": "CDISC Questionnaire Perianal Crohn's Disease Activity Index Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204219",
- "name": "CDISC Questionnaire Perianal Crohn's Disease Activity Index Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135688",
- "name": "CDISC Questionnaire PGI Generic Modification Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135687",
- "name": "CDISC Questionnaire PGI Generic Modification Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125749",
- "name": "CDISC Questionnaire PHQ Screener Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125748",
- "name": "CDISC Questionnaire PHQ Screener Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103483",
- "name": "CDISC Questionnaire PHQ-15 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103482",
- "name": "CDISC Questionnaire PHQ-15 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157727",
- "name": "CDISC Questionnaire PHQ-2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157726",
- "name": "CDISC Questionnaire PHQ-2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103481",
- "name": "CDISC Questionnaire PHQ-9 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103480",
- "name": "CDISC Questionnaire PHQ-9 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105134",
- "name": "CDISC Questionnaire PI v1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105133",
- "name": "CDISC Questionnaire PI v1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135696",
- "name": "CDISC Questionnaire PODCI Adolescent Parent-Reported Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135695",
- "name": "CDISC Questionnaire PODCI Adolescent Parent-Reported Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135698",
- "name": "CDISC Questionnaire PODCI Adolescent Self-Reported Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135697",
- "name": "CDISC Questionnaire PODCI Adolescent Self-Reported Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135694",
- "name": "CDISC Questionnaire PODCI Pediatric Parent-Reported Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135693",
- "name": "CDISC Questionnaire PODCI Pediatric Parent-Reported Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105136",
- "name": "CDISC Questionnaire PR v1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105135",
- "name": "CDISC Questionnaire PR v1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179942",
- "name": "CDISC Questionnaire PRO-CTCAE Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179941",
- "name": "CDISC Questionnaire PRO-CTCAE Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208376",
- "name": "CDISC Questionnaire PROMIS Item Bank v1.0 - Sleep Disturbance - Short Form 4a Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208375",
- "name": "CDISC Questionnaire PROMIS Item Bank v1.0 - Sleep Disturbance - Short Form 4a Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208374",
- "name": "CDISC Questionnaire PROMIS Item Bank v2.0 - Cognitive Function - Abilities Subset - Short Form 6a Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208373",
- "name": "CDISC Questionnaire PROMIS Item Bank v2.0 - Cognitive Function - Abilities Subset - Short Form 6a Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202144",
- "name": "CDISC Questionnaire PROMIS Item Bank Version 1.0 Fatigue Short Form 7a Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202143",
- "name": "CDISC Questionnaire PROMIS Item Bank Version 1.0 Fatigue Short Form 7a Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202142",
- "name": "CDISC Questionnaire PROMIS Item Bank Version 2.0 Cognitive Function Short Form 6a Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202141",
- "name": "CDISC Questionnaire PROMIS Item Bank Version 2.0 Cognitive Function Short Form 6a Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208378",
- "name": "CDISC Questionnaire PROMIS-29 Profile Version 2.1 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208377",
- "name": "CDISC Questionnaire PROMIS-29 Profile Version 2.1 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127360",
- "name": "CDISC Questionnaire PROSQOLI Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127359",
- "name": "CDISC Questionnaire PROSQOLI Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130265",
- "name": "CDISC Questionnaire Q-LES-Q Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130264",
- "name": "CDISC Questionnaire Q-LES-Q Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130267",
- "name": "CDISC Questionnaire Q-LES-Q-SF Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130266",
- "name": "CDISC Questionnaire Q-LES-Q-SF Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130263",
- "name": "CDISC Questionnaire QIDS-SR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130262",
- "name": "CDISC Questionnaire QIDS-SR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113862",
- "name": "CDISC Questionnaire RAND 36-Item Health Survey 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113861",
- "name": "CDISC Questionnaire RAND 36-Item Health Survey 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135700",
- "name": "CDISC Questionnaire RAND Social Support Survey Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135699",
- "name": "CDISC Questionnaire RAND Social Support Survey Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100166",
- "name": "CDISC Questionnaire RDQ Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100165",
- "name": "CDISC Questionnaire RDQ Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119072",
- "name": "CDISC Questionnaire RPQ Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119071",
- "name": "CDISC Questionnaire RPQ Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111350",
- "name": "CDISC Questionnaire SDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111349",
- "name": "CDISC Questionnaire SDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177710",
- "name": "CDISC Questionnaire SF10 v1.0 Children Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177709",
- "name": "CDISC Questionnaire SF10 v1.0 Children Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177712",
- "name": "CDISC Questionnaire SF10 v1.0 Children Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177711",
- "name": "CDISC Questionnaire SF10 v1.0 Children Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177714",
- "name": "CDISC Questionnaire SF12 v1.0 Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177713",
- "name": "CDISC Questionnaire SF12 v1.0 Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177716",
- "name": "CDISC Questionnaire SF12 v1.0 Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177715",
- "name": "CDISC Questionnaire SF12 v1.0 Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177718",
- "name": "CDISC Questionnaire SF12 v2.0 Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177717",
- "name": "CDISC Questionnaire SF12 v2.0 Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177720",
- "name": "CDISC Questionnaire SF12 v2.0 Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177719",
- "name": "CDISC Questionnaire SF12 v2.0 Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101823",
- "name": "CDISC Questionnaire SF36 v1.0 Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101824",
- "name": "CDISC Questionnaire SF36 v1.0 Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100174",
- "name": "CDISC Questionnaire SF36 v1.0 Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100173",
- "name": "CDISC Questionnaire SF36 v1.0 Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101884",
- "name": "CDISC Questionnaire SF36 v2.0 Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101825",
- "name": "CDISC Questionnaire SF36 v2.0 Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101826",
- "name": "CDISC Questionnaire SF36 v2.0 Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101827",
- "name": "CDISC Questionnaire SF36 v2.0 Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185740",
- "name": "CDISC Questionnaire SF6D Version 2.0 Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185739",
- "name": "CDISC Questionnaire SF6D Version 2.0 Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185742",
- "name": "CDISC Questionnaire SF6D Version 2.0 Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185741",
- "name": "CDISC Questionnaire SF6D Version 2.0 Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177706",
- "name": "CDISC Questionnaire SF8 v1.0 Acute Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177705",
- "name": "CDISC Questionnaire SF8 v1.0 Acute Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177708",
- "name": "CDISC Questionnaire SF8 v1.0 Standard Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177707",
- "name": "CDISC Questionnaire SF8 v1.0 Standard Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112449",
- "name": "CDISC Questionnaire SGRQ Past 3 Months Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112448",
- "name": "CDISC Questionnaire SGRQ Past 3 Months Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112451",
- "name": "CDISC Questionnaire SGRQ Past 4 Weeks Version Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112450",
- "name": "CDISC Questionnaire SGRQ Past 4 Weeks Version Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106671",
- "name": "CDISC Questionnaire SGRQ-C Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106670",
- "name": "CDISC Questionnaire SGRQ-C Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100156",
- "name": "CDISC Questionnaire Short-Form MPQ-2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100155",
- "name": "CDISC Questionnaire Short-Form MPQ-2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150790",
- "name": "CDISC Questionnaire SIQ Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150789",
- "name": "CDISC Questionnaire SIQ Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150792",
- "name": "CDISC Questionnaire SIQ-JR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150791",
- "name": "CDISC Questionnaire SIQ-JR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103485",
- "name": "CDISC Questionnaire SIQR Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103484",
- "name": "CDISC Questionnaire SIQR Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154457",
- "name": "CDISC Questionnaire SMDDS Version 1.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154456",
- "name": "CDISC Questionnaire SMDDS Version 1.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100160",
- "name": "CDISC Questionnaire SOAPP-R Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100159",
- "name": "CDISC Questionnaire SOAPP-R Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101828",
- "name": "CDISC Questionnaire SOWS Subjective Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101829",
- "name": "CDISC Questionnaire SOWS Subjective Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187462",
- "name": "CDISC Questionnaire Stanford Sleepiness Scale SSS0101 Original Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187463",
- "name": "CDISC Questionnaire Stanford Sleepiness Scale SSS0101 Standardized Character Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187454",
- "name": "CDISC Questionnaire Stanford Sleepiness Scale Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187453",
- "name": "CDISC Questionnaire Stanford Sleepiness Scale Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115408",
- "name": "CDISC Questionnaire SWLS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C115407",
- "name": "CDISC Questionnaire SWLS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161621",
- "name": "CDISC Questionnaire T1-DDS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C161620",
- "name": "CDISC Questionnaire T1-DDS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147548",
- "name": "CDISC Questionnaire TSCC Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147547",
- "name": "CDISC Questionnaire TSCC Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147550",
- "name": "CDISC Questionnaire TSCYC Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C147549",
- "name": "CDISC Questionnaire TSCYC Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132525",
- "name": "CDISC Questionnaire TSQM Version 1.4 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132524",
- "name": "CDISC Questionnaire TSQM Version 1.4 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103489",
- "name": "CDISC Questionnaire UPS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103488",
- "name": "CDISC Questionnaire UPS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112453",
- "name": "CDISC Questionnaire VFQ25-Interviewer Administered Format Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112452",
- "name": "CDISC Questionnaire VFQ25-Interviewer Administered Format Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112455",
- "name": "CDISC Questionnaire VFQ25-Self Administered Format Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112454",
- "name": "CDISC Questionnaire VFQ25-Self Administered Format Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190942",
- "name": "CDISC Questionnaire Voice Handicap Index Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190941",
- "name": "CDISC Questionnaire Voice Handicap Index Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130281",
- "name": "CDISC Questionnaire WHODAS 2.0 12+24-item Version Interviewer-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130280",
- "name": "CDISC Questionnaire WHODAS 2.0 12+24-item Version Interviewer-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130275",
- "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Interviewer-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130274",
- "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Interviewer-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130277",
- "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Proxy-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130276",
- "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Proxy-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130279",
- "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Self-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130278",
- "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Self-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130269",
- "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Interviewer-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130268",
- "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Interviewer-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130271",
- "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Proxy-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130270",
- "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Proxy-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130273",
- "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Self-administered Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C130272",
- "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Self-administered Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166186",
- "name": "CDISC Questionnaire WPAI-GH Version 2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166185",
- "name": "CDISC Questionnaire WPAI-GH Version 2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100176",
- "name": "CDISC Questionnaire WPAI:SHP v2.0 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100175",
- "name": "CDISC Questionnaire WPAI:SHP v2.0 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C189265",
- "name": "CDISC SDTM Accountable Party Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66767",
- "name": "CDISC SDTM Action Taken with Study Treatment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204420",
- "name": "CDISC SDTM Action Taken with Tobacco Product Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101865",
- "name": "CDISC SDTM Acute Coronary Syndrome Presentation Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132311",
- "name": "CDISC SDTM Administration Technique Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66768",
- "name": "CDISC SDTM Adverse Event Outcome Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66781",
- "name": "CDISC SDTM Age Unit Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C135012",
- "name": "CDISC SDTM AJCC Tumor Grade Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C74456",
- "name": "CDISC SDTM Anatomical Location Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120521",
- "name": "CDISC SDTM Anti-Viral Outcome of Treatment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119020",
- "name": "CDISC SDTM ARC Coronary Stent Thrombosis Grade Responses Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119019",
- "name": "CDISC SDTM ARC Coronary Stent Thrombosis Timing Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C142179",
- "name": "CDISC SDTM Arm Null Reason Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132313",
- "name": "CDISC SDTM Asthma Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132312",
- "name": "CDISC SDTM Asthma Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190863",
- "name": "CDISC SDTM Auricular Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190862",
- "name": "CDISC SDTM Auricular Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181169",
- "name": "CDISC SDTM Binding Agent for Immunogenicity Tests Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124300",
- "name": "CDISC SDTM Biospecimen Characteristics Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124299",
- "name": "CDISC SDTM Biospecimen Characteristics Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124297",
- "name": "CDISC SDTM Biospecimen Events Dictionary Derived Term Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71148",
- "name": "CDISC SDTM Body Position Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125923",
- "name": "CDISC SDTM BRIDG Activity Mood Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101859",
- "name": "CDISC SDTM Cardiac Procedure Indication Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101866",
- "name": "CDISC SDTM Cardiac Rhythm Device Failure Manifestation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119016",
- "name": "CDISC SDTM Cardiovascular Findings About Results Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119015",
- "name": "CDISC SDTM Cardiovascular Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119014",
- "name": "CDISC SDTM Cardiovascular Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101847",
- "name": "CDISC SDTM Cardiovascular Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101846",
- "name": "CDISC SDTM Cardiovascular Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127263",
- "name": "CDISC SDTM Case Finding Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181171",
- "name": "CDISC SDTM Category for Cell Phenotyping Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C74558",
- "name": "CDISC SDTM Category For Disposition Event Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66797",
- "name": "CDISC SDTM Category for Inclusion And Or Exclusion Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204424",
- "name": "CDISC SDTM Category of Ingredient Quantities by Component Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124298",
- "name": "CDISC SDTM Category of Oncology Response Assessment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204429",
- "name": "CDISC SDTM Category of Product Testing Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204434",
- "name": "CDISC SDTM Category of Tobacco Products Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150812",
- "name": "CDISC SDTM CDAD Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150813",
- "name": "CDISC SDTM CDAD Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181173",
- "name": "CDISC SDTM Cell Phenotyping Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181174",
- "name": "CDISC SDTM Cell Phenotyping Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181172",
- "name": "CDISC SDTM Cell State Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213531",
- "name": "CDISC SDTM Clinical Status of Disease Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128690",
- "name": "CDISC SDTM Collected Ethnicity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128689",
- "name": "CDISC SDTM Collected Race Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177908",
- "name": "CDISC SDTM Collected Summarized Value Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C187681",
- "name": "CDISC SDTM Commercial Sponsor Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101838",
- "name": "CDISC SDTM Consensus Cardiac Classification Systems Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101837",
- "name": "CDISC SDTM Consensus Cardiac Classification Systems Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102575",
- "name": "CDISC SDTM Contact Case Investigation Contact Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127257",
- "name": "CDISC SDTM Contact Role for Clinical Study Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66785",
- "name": "CDISC SDTM Control Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C122007",
- "name": "CDISC SDTM COPD Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C122006",
- "name": "CDISC SDTM COPD Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101843",
- "name": "CDISC SDTM Coronary Artery Disease Presentation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101849",
- "name": "CDISC SDTM Coronary Artery Disease Risk Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101844",
- "name": "CDISC SDTM Coronary Artery Disease Symptoms Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101860",
- "name": "CDISC SDTM Coronary Artery Dominance Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119017",
- "name": "CDISC SDTM Coronary Thrombus TIMI Grade Responses Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101850",
- "name": "CDISC SDTM Coronary Vessel Disease Extent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171443",
- "name": "CDISC SDTM COVID-19 Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171442",
- "name": "CDISC SDTM COVID-19 Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174223",
- "name": "CDISC SDTM Crohn's Disease Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174224",
- "name": "CDISC SDTM Crohn's Disease Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127264",
- "name": "CDISC SDTM Culture Medium Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C116108",
- "name": "CDISC SDTM Death Diagnosis Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C116107",
- "name": "CDISC SDTM Death Diagnosis Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111110",
- "name": "CDISC SDTM Device Events Action Taken with Device Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111109",
- "name": "CDISC SDTM Device Events Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106480",
- "name": "CDISC SDTM Device Identifier Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106481",
- "name": "CDISC SDTM Device Identifier Parameter Short Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111111",
- "name": "CDISC SDTM Device Properties Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111112",
- "name": "CDISC SDTM Device Properties Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112037",
- "name": "CDISC SDTM Device Tracking and Disposition Event Dictionary Derived Term Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129938",
- "name": "CDISC SDTM Device-In-Use Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106483",
- "name": "CDISC SDTM Device-In-Use Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106482",
- "name": "CDISC SDTM Device-In-Use Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101857",
- "name": "CDISC SDTM Diabetes Therapy Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129940",
- "name": "CDISC SDTM Diabetic Kidney Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129939",
- "name": "CDISC SDTM Diabetic Kidney Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99074",
- "name": "CDISC SDTM Directionality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101863",
- "name": "CDISC SDTM Discharge Disposition Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102578",
- "name": "CDISC SDTM Disease Outcome Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127268",
- "name": "CDISC SDTM Disease Presentation Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66726",
- "name": "CDISC SDTM Dosage Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78732",
- "name": "CDISC SDTM Drug Accountability Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78731",
- "name": "CDISC SDTM Drug Accountability Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102577",
- "name": "CDISC SDTM Drug Resistance Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C139018",
- "name": "CDISC SDTM Duchenne Muscular Dystrophy Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C139019",
- "name": "CDISC SDTM Duchenne Muscular Dystrophy Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132316",
- "name": "CDISC SDTM Ebola Virus Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132315",
- "name": "CDISC SDTM Ebola Virus Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71150",
- "name": "CDISC SDTM ECG Finding Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172333",
- "name": "CDISC SDTM ECG Read Method Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C184331",
- "name": "CDISC SDTM ECG T Wave Offset Method Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71153",
- "name": "CDISC SDTM ECG Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71151",
- "name": "CDISC SDTM ECG Test Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71152",
- "name": "CDISC SDTM ECG Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90013",
- "name": "CDISC SDTM Electrocardiogram Lead Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111108",
- "name": "CDISC SDTM Employment Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127262",
- "name": "CDISC SDTM Environmental Setting Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204421",
- "name": "CDISC SDTM Environmental Storage Conditions Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204422",
- "name": "CDISC SDTM Environmental Storage Conditions Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99079",
- "name": "CDISC SDTM Epoch Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66790",
- "name": "CDISC SDTM Ethnic Group Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78735",
- "name": "CDISC SDTM Evaluator Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160926",
- "name": "CDISC SDTM FDA Technical Specification Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101832",
- "name": "CDISC SDTM Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101833",
- "name": "CDISC SDTM Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71113",
- "name": "CDISC SDTM Frequency Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128682",
- "name": "CDISC SDTM Gastrointestinal Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128681",
- "name": "CDISC SDTM Gastrointestinal Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C209289",
- "name": "CDISC SDTM Gender Identity Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111114",
- "name": "CDISC SDTM Genetic Sample Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181181",
- "name": "CDISC SDTM Genomic Findings Analytical Method Calculation Formula Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181178",
- "name": "CDISC SDTM Genomic Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181180",
- "name": "CDISC SDTM Genomic Findings Test Detail Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181179",
- "name": "CDISC SDTM Genomic Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181177",
- "name": "CDISC SDTM Genomic Inheritability Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181176",
- "name": "CDISC SDTM Genomic Symbol Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117737",
- "name": "CDISC SDTM Graft Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171444",
- "name": "CDISC SDTM Health Care Encounters Dictionary Derived Term Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C184330",
- "name": "CDISC SDTM Holter ECG Read Method Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120522",
- "name": "CDISC SDTM Holter ECG Results Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120523",
- "name": "CDISC SDTM Holter ECG Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120524",
- "name": "CDISC SDTM Holter ECG Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120525",
- "name": "CDISC SDTM Immunogenicity Specimen Assessments Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120526",
- "name": "CDISC SDTM Immunogenicity Specimen Assessments Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189267",
- "name": "CDISC SDTM Immunogenicity Specimen Test Details Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160924",
- "name": "CDISC SDTM Implementation Guide Version Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204423",
- "name": "CDISC SDTM Ingredient Complexity Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170445",
- "name": "CDISC SDTM Integumentary System Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170444",
- "name": "CDISC SDTM Integumentary System Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C209288",
- "name": "CDISC SDTM Intersex Diagnosis Indicator Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99076",
- "name": "CDISC SDTM Intervention Model Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99078",
- "name": "CDISC SDTM Intervention Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101840",
- "name": "CDISC SDTM Killip Class Responses Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160922",
- "name": "CDISC SDTM Laboratory Analytical Method Calculation Formula Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C65047",
- "name": "CDISC SDTM Laboratory Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C67154",
- "name": "CDISC SDTM Laboratory Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102580",
- "name": "CDISC SDTM Laboratory Test Standard Character Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99073",
- "name": "CDISC SDTM Laterality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101862",
- "name": "CDISC SDTM Lead Abnormality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101867",
- "name": "CDISC SDTM Lead Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101868",
- "name": "CDISC SDTM Left Ventricular Ejection Fraction Measurement Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101861",
- "name": "CDISC SDTM Lesion Complexity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101851",
- "name": "CDISC SDTM Location of Most Severe Stenosis Within a Graft Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202306",
- "name": "CDISC SDTM London Deauville Criteria Point Scale 2014 Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154687",
- "name": "CDISC SDTM Lung Cancer Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154688",
- "name": "CDISC SDTM Lung Cancer Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132320",
- "name": "CDISC SDTM Malaria Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132319",
- "name": "CDISC SDTM Malaria Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C76348",
- "name": "CDISC SDTM Marital Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101845",
- "name": "CDISC SDTM Mechanical Circulatory Support Placement Timing Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96777",
- "name": "CDISC SDTM Medical Evaluator Identifier Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124301",
- "name": "CDISC SDTM Medical History Event Date Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185847",
- "name": "CDISC SDTM Menopause Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85492",
- "name": "CDISC SDTM Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102581",
- "name": "CDISC SDTM Microbial Identification Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174225",
- "name": "CDISC SDTM Microbiology Findings Test Details Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/Protocol",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128688",
- "name": "CDISC SDTM Microbiology Susceptibility Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128687",
- "name": "CDISC SDTM Microbiology Susceptibility Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213530",
- "name": "CDISC SDTM Microbiology Susceptibility Test Standard Character Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85495",
- "name": "CDISC SDTM Microbiology Susceptibility Testing Result Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120527",
- "name": "CDISC SDTM Microbiology Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120528",
- "name": "CDISC SDTM Microbiology Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85491",
- "name": "CDISC SDTM Microorganism Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132263",
- "name": "CDISC SDTM Microscopic Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C125922",
- "name": "CDISC SDTM Microscopic Findings Test Detail Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132262",
- "name": "CDISC SDTM Microscopic Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181165",
- "name": "CDISC SDTM Mode of Delivery Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127265",
- "name": "CDISC SDTM Mode of Disease Transmission Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171445",
- "name": "CDISC SDTM Mode of Subject Contact Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160923",
- "name": "CDISC SDTM Model Version ResponseTerminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117741",
- "name": "CDISC SDTM Multiple Sclerosis Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117740",
- "name": "CDISC SDTM Multiple Sclerosis Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127269",
- "name": "CDISC SDTM Musculoskeletal System Finding Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127270",
- "name": "CDISC SDTM Musculoskeletal System Finding Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C116104",
- "name": "CDISC SDTM Nervous System Physiology Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C116103",
- "name": "CDISC SDTM Nervous System Physiology Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78738",
- "name": "CDISC SDTM Never/Current/Former Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101839",
- "name": "CDISC SDTM New York Heart Association Class Responses Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119018",
- "name": "CDISC SDTM NHLBI Coronary Artery Dissection Grade Responses Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179591",
- "name": "CDISC SDTM Non-host Organism Identifiers Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179590",
- "name": "CDISC SDTM Non-host Organism Identifiers Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101855",
- "name": "CDISC SDTM Non-system Reason for PCI Delay Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101834",
- "name": "CDISC SDTM Normal Abnormal Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66789",
- "name": "CDISC SDTM Not Done Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213529",
- "name": "CDISC SDTM Nottingham Grading Scale Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154685",
- "name": "CDISC SDTM Nutrition Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154686",
- "name": "CDISC SDTM Nutrition Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127259",
- "name": "CDISC SDTM Observational Study Model Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127260",
- "name": "CDISC SDTM Observational Study Sampling Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127261",
- "name": "CDISC SDTM Observational Study Time Perspective Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117743",
- "name": "CDISC SDTM Ophthalmic Exam Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117742",
- "name": "CDISC SDTM Ophthalmic Exam Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C119013",
- "name": "CDISC SDTM Ophthalmic Focus of Study Specific Interest Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150811",
- "name": "CDISC SDTM Other Disposition Event Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179592",
- "name": "CDISC SDTM Pancreatic Cancer Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179593",
- "name": "CDISC SDTM Pancreatic Cancer Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190865",
- "name": "CDISC SDTM Pediatric Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C190864",
- "name": "CDISC SDTM Pediatric Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85493",
- "name": "CDISC SDTM Pharmacokinetic Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85839",
- "name": "CDISC SDTM Pharmacokinetic Parameter Short Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85494",
- "name": "CDISC SDTM Pharmacokinetic Parameter Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C95121",
- "name": "CDISC SDTM Physical Properties Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C95120",
- "name": "CDISC SDTM Physical Properties Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C172330",
- "name": "CDISC SDTM PK Analytical Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128684",
- "name": "CDISC SDTM PK Unit of Measure Gram Weight Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128683",
- "name": "CDISC SDTM PK Unit of Measure Kilogram Weight Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128686",
- "name": "CDISC SDTM PK Unit of Measure Microgram Dose Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128685",
- "name": "CDISC SDTM PK Unit of Measure Milligram Dose Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99075",
- "name": "CDISC SDTM Portion/Totality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102582",
- "name": "CDISC SDTM Priority of Tuberculosis Contact Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101858",
- "name": "CDISC SDTM Procedure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101856",
- "name": "CDISC SDTM Procedure Urgency Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C114118",
- "name": "CDISC SDTM Protocol Milestone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101848",
- "name": "CDISC SDTM Protocol Risk Assessment Response Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170447",
- "name": "CDISC SDTM Psoriasis Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170446",
- "name": "CDISC SDTM Psoriasis Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158113",
- "name": "CDISC SDTM QRS Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C74457",
- "name": "CDISC SDTM Race Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101864",
- "name": "CDISC SDTM Reason Coronary Sinus Access or Left Ventricular Lead Not Implanted Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66727",
- "name": "CDISC SDTM Reason for Non-Completion Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102583",
- "name": "CDISC SDTM Reason for Treatment Interruption Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102584",
- "name": "CDISC SDTM Reason For Treatment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78736",
- "name": "CDISC SDTM Reference Range Indicator",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66728",
- "name": "CDISC SDTM Relation to Reference Period Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C100130",
- "name": "CDISC SDTM Relationship to Subject Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78737",
- "name": "CDISC SDTM Relationship Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106479",
- "name": "CDISC SDTM Reproductive System Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106478",
- "name": "CDISC SDTM Reproductive System Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111106",
- "name": "CDISC SDTM Respiratory Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111107",
- "name": "CDISC SDTM Respiratory Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177910",
- "name": "CDISC SDTM Result Scale Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179588",
- "name": "CDISC SDTM Result Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66729",
- "name": "CDISC SDTM Route of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124302",
- "name": "CDISC SDTM Schizophrenia Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124303",
- "name": "CDISC SDTM Schizophrenia Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189266",
- "name": "CDISC SDTM SDTMIG Medical Device Version Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66769",
- "name": "CDISC SDTM Severity Intensity Scale for Adverse Event Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165643",
- "name": "CDISC SDTM Severity Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C209287",
- "name": "CDISC SDTM Sex Assigned At Birth Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66731",
- "name": "CDISC SDTM Sex of Individual Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66732",
- "name": "CDISC SDTM Sex of Study Group Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C209290",
- "name": "CDISC SDTM Sexual Orientation Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66733",
- "name": "CDISC SDTM Size Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C76351",
- "name": "CDISC SDTM Skin Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112024",
- "name": "CDISC SDTM Skin Response Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C112023",
- "name": "CDISC SDTM Skin Response Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C74561",
- "name": "CDISC SDTM Skin Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102587",
- "name": "CDISC SDTM Social Risk Factor Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132314",
- "name": "CDISC SDTM Specimen Collection Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78733",
- "name": "CDISC SDTM Specimen Condition Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78734",
- "name": "CDISC SDTM Specimen Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99077",
- "name": "CDISC SDTM Study Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C170443",
- "name": "CDISC SDTM Subcategory for Disposition Event Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C74559",
- "name": "CDISC SDTM Subject Characteristic Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C103330",
- "name": "CDISC SDTM Subject Characteristic Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124304",
- "name": "CDISC SDTM Subject Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124305",
- "name": "CDISC SDTM Subject Status Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124306",
- "name": "CDISC SDTM Subject Status Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66734",
- "name": "CDISC SDTM Submission Domain Abbreviation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101852",
- "name": "CDISC SDTM Sudden Death Syndrome Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102579",
- "name": "CDISC SDTM Supporting Evidence for Re-Treatment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179589",
- "name": "CDISC SDTM Test Method Sensitivity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101841",
- "name": "CDISC SDTM Thrombolysis in Myocardial Infarction Flow Responses Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204430",
- "name": "CDISC SDTM Tobacco Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204431",
- "name": "CDISC SDTM Tobacco Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204425",
- "name": "CDISC SDTM Tobacco Product Design Parameters Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204426",
- "name": "CDISC SDTM Tobacco Product Design Parameters Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204418",
- "name": "CDISC SDTM Tobacco Product Testing Specimen Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204427",
- "name": "CDISC SDTM Tobacco Product Testing Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204428",
- "name": "CDISC SDTM Tobacco Product Testing Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204432",
- "name": "CDISC SDTM Tobacco Products Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204433",
- "name": "CDISC SDTM Tobacco Products Parameter Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204419",
- "name": "CDISC SDTM Tobacco Study Completion/Reason for Non-Completion Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124307",
- "name": "CDISC SDTM Treatment Intent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124308",
- "name": "CDISC SDTM Treatment Setting Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66735",
- "name": "CDISC SDTM Trial Blinding Schema Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66736",
- "name": "CDISC SDTM Trial Indication Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66737",
- "name": "CDISC SDTM Trial Phase Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C67152",
- "name": "CDISC SDTM Trial Summary Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66738",
- "name": "CDISC SDTM Trial Summary Parameter Short Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66739",
- "name": "CDISC SDTM Trial Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127266",
- "name": "CDISC SDTM Tuberculosis Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C127267",
- "name": "CDISC SDTM Tuberculosis Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123650",
- "name": "CDISC SDTM Tumor and Lesion Identification Test Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96784",
- "name": "CDISC SDTM Tumor Identification Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96783",
- "name": "CDISC SDTM Tumor Identification Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96779",
- "name": "CDISC SDTM Tumor or Lesion Properties Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96778",
- "name": "CDISC SDTM Tumor or Lesion Properties Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124309",
- "name": "CDISC SDTM Tumor or Lesion Properties Test Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96782",
- "name": "CDISC SDTM Tumor Response Assessment Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96781",
- "name": "CDISC SDTM Tumor Response Assessment Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96785",
- "name": "CDISC SDTM Tumor Response Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163027",
- "name": "CDISC SDTM Type 1 Diabetes Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163028",
- "name": "CDISC SDTM Type 1 Diabetes Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66770",
- "name": "CDISC SDTM Unit for Vital Sign Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71620",
- "name": "CDISC SDTM Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129942",
- "name": "CDISC SDTM Urinary System Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C129941",
- "name": "CDISC SDTM Urinary System Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102590",
- "name": "CDISC SDTM Vaccination Evidence Source Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C142187",
- "name": "CDISC SDTM Vaccines Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C142189",
- "name": "CDISC SDTM Vaccines Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66741",
- "name": "CDISC SDTM Vital Sign Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C67153",
- "name": "CDISC SDTM Vital Sign Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C117746",
- "name": "CDISC SDTM West Haven Hepatic Encephalopathy Grade Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66742",
- "name": "CDISC SDTM Yes No Unknown or Not Applicable Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90018",
- "name": "CDISC SEND Consciousness State Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181175",
- "name": "CDISC Test Condition Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181170",
- "name": "CDISC Test Operational Objective Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160925",
- "name": "CDISC Therapeutic Area User Guide Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C77526",
- "name": "CDISC SEND Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C177911",
- "name": "CDISC Define-XML Specification Version Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66781",
- "name": "CDISC SDTM Age Unit Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C74456",
- "name": "CDISC SDTM Anatomical Location Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71148",
- "name": "CDISC SDTM Body Position Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177908",
- "name": "CDISC SDTM Collected Summarized Value Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106483",
- "name": "CDISC SDTM Device-In-Use Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106482",
- "name": "CDISC SDTM Device-In-Use Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99074",
- "name": "CDISC SDTM Directionality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66726",
- "name": "CDISC SDTM Dosage Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71150",
- "name": "CDISC SDTM ECG Finding Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71153",
- "name": "CDISC SDTM ECG Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71151",
- "name": "CDISC SDTM ECG Test Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71152",
- "name": "CDISC SDTM ECG Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90013",
- "name": "CDISC SDTM Electrocardiogram Lead Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71113",
- "name": "CDISC SDTM Frequency Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C65047",
- "name": "CDISC SDTM Laboratory Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C67154",
- "name": "CDISC SDTM Laboratory Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99073",
- "name": "CDISC SDTM Laterality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66789",
- "name": "CDISC SDTM Not Done Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85493",
- "name": "CDISC SDTM Pharmacokinetic Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85839",
- "name": "CDISC SDTM Pharmacokinetic Parameter Short Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C85494",
- "name": "CDISC SDTM Pharmacokinetic Parameter Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C95121",
- "name": "CDISC SDTM Physical Properties Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C95120",
- "name": "CDISC SDTM Physical Properties Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128684",
- "name": "CDISC SDTM PK Unit of Measure Gram Weight Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128683",
- "name": "CDISC SDTM PK Unit of Measure Kilogram Weight Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128686",
- "name": "CDISC SDTM PK Unit of Measure Microgram Dose Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128685",
- "name": "CDISC SDTM PK Unit of Measure Milligram Dose Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99075",
- "name": "CDISC SDTM Portion/Totality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78737",
- "name": "CDISC SDTM Relationship Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66729",
- "name": "CDISC SDTM Route of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66731",
- "name": "CDISC SDTM Sex of Individual Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66732",
- "name": "CDISC SDTM Sex of Study Group Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C78733",
- "name": "CDISC SDTM Specimen Condition Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66770",
- "name": "CDISC SDTM Unit for Vital Sign Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C71620",
- "name": "CDISC SDTM Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66741",
- "name": "CDISC SDTM Vital Sign Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C67153",
- "name": "CDISC SDTM Vital Sign Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66742",
- "name": "CDISC SDTM Yes No Unknown or Not Applicable Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158118",
- "name": "CDISC SEND Age Estimation Method Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158119",
- "name": "CDISC SEND Biological Challenge Agent Category Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C77529",
- "name": "CDISC SEND Biospecimens Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160927",
- "name": "CDISC SEND Body Irradiation Model Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C88026",
- "name": "CDISC SEND Body System Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89960",
- "name": "CDISC SEND Body Weight Gain Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89959",
- "name": "CDISC SEND Body Weight Gain Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89962",
- "name": "CDISC SEND Body Weight Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89961",
- "name": "CDISC SEND Body Weight Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120532",
- "name": "CDISC SEND Cardiovascular Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120533",
- "name": "CDISC SEND Cardiovascular Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89963",
- "name": "CDISC SEND Category for Clinical Observation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158120",
- "name": "CDISC SEND Challenge Agent Category Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158116",
- "name": "CDISC SEND Challenge Agent Parameter Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158117",
- "name": "CDISC SEND Challenge Agent Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160930",
- "name": "CDISC SEND Chemical Challenge Agent Name Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120529",
- "name": "CDISC SEND Chronicity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90018",
- "name": "CDISC SEND Consciousness State Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C184332",
- "name": "CDISC SEND Control Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C66786",
- "name": "CDISC SEND Country Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89966",
- "name": "CDISC SEND Death Diagnosis Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89965",
- "name": "CDISC SEND Death Diagnosis Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C197997",
- "name": "CDISC SEND Developmental Milestone Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C197996",
- "name": "CDISC SEND Developmental Milestone Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120530",
- "name": "CDISC SEND Distribution Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111113",
- "name": "CDISC SEND Domain Abbreviation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90012",
- "name": "CDISC SEND Electrocardiogram Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185849",
- "name": "CDISC SEND Epoch Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160929",
- "name": "CDISC SEND Expected Onset of Rad/Nuc Targeted Injury Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124311",
- "name": "CDISC SEND Fetal Measurement Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124312",
- "name": "CDISC SEND Fetal Measurement Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124313",
- "name": "CDISC SEND Fetal Pathology Findings Result Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124310",
- "name": "CDISC SEND Fetal Pathology Findings Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124314",
- "name": "CDISC SEND Fetal Pathology Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124315",
- "name": "CDISC SEND Fetal Pathology Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89970",
- "name": "CDISC SEND Food and Water Consumption Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89969",
- "name": "CDISC SEND Food and Water Consumption Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204417",
- "name": "CDISC SEND Genetic Toxicology In vitro Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204416",
- "name": "CDISC SEND Genetic Toxicology In vitro Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199645",
- "name": "CDISC SEND Genetic Toxicology In vivo Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199644",
- "name": "CDISC SEND Genetic Toxicology In vivo Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199646",
- "name": "CDISC SEND Genetic Toxicology In vivo Subcategory Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199648",
- "name": "CDISC SEND Genetic Toxicology In vivo Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C199647",
- "name": "CDISC SEND Genetic Toxicology In vivo Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160931",
- "name": "CDISC SEND Genus and Species Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124316",
- "name": "CDISC SEND Implantation Findings Result Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124317",
- "name": "CDISC SEND Implantation Findings Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124318",
- "name": "CDISC SEND Implantation Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124319",
- "name": "CDISC SEND Implantation Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163029",
- "name": "CDISC SEND Irradiation Field Orientation/Sequence Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C77808",
- "name": "CDISC SEND Laboratory Animal Species Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C77530",
- "name": "CDISC SEND Laboratory Animal Strain Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89972",
- "name": "CDISC SEND Macroscopic Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89971",
- "name": "CDISC SEND Macroscopic Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89975",
- "name": "CDISC SEND Method of Termination Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163030",
- "name": "CDISC SEND Microbiology Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C163031",
- "name": "CDISC SEND Microbiology Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89974",
- "name": "CDISC SEND Microscopic Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89973",
- "name": "CDISC SEND Microscopic Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90017",
- "name": "CDISC SEND Microscopic Histopathology Result Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185848",
- "name": "CDISC SEND Microscopy Reproductive Cycle Phase Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176226",
- "name": "CDISC SEND Microscopy Sexual Maturity Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120531",
- "name": "CDISC SEND Non-Neoplastic Finding Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124320",
- "name": "CDISC SEND Nonclinical DART Sex Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124321",
- "name": "CDISC SEND Nonclinical DART Trial Phases Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150810",
- "name": "CDISC SEND Null Flavor Reason Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89977",
- "name": "CDISC SEND Organ Measurement Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89976",
- "name": "CDISC SEND Organ Measurement Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154684",
- "name": "CDISC SEND Planned Pharmacologic Target Mode of Action Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124322",
- "name": "CDISC SEND Pregnancy Findings Result Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124323",
- "name": "CDISC SEND Pregnancy Findings Result Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124324",
- "name": "CDISC SEND Pregnancy Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C124325",
- "name": "CDISC SEND Pregnancy Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C197995",
- "name": "CDISC SEND Pregnancy Outcome Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C197994",
- "name": "CDISC SEND Pregnancy Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158121",
- "name": "CDISC SEND Rad/Nuc Agent Ionizing Radiation Type Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158122",
- "name": "CDISC SEND Rad/Nuc Agent Source Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160928",
- "name": "CDISC SEND Rad/Nuc Targeted Injury Model Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204415",
- "name": "CDISC SEND Reference ID Level Description Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120534",
- "name": "CDISC SEND Respiratory Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120535",
- "name": "CDISC SEND Respiratory Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158123",
- "name": "CDISC SEND Restraint Mode Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90000",
- "name": "CDISC SEND Severity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158124",
- "name": "CDISC SEND Sexual Maturity Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89968",
- "name": "CDISC SEND Standardized Disposition Term Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90002",
- "name": "CDISC SEND Study Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89967",
- "name": "CDISC SEND Study Design Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158125",
- "name": "CDISC SEND Study Report Status Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90003",
- "name": "CDISC SEND Study Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89981",
- "name": "CDISC SEND Subject Characteristic Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89980",
- "name": "CDISC SEND Subject Characteristic Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C181166",
- "name": "CDISC SEND Test Site Activity Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C197993",
- "name": "CDISC SEND Toxicokinetic Description Response Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90007",
- "name": "CDISC SEND Trial Summary Parameter Long Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90009",
- "name": "CDISC SEND Trial Summary Parameter Short Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90004",
- "name": "CDISC SEND Tumor Findings Histopathology Result Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C88025",
- "name": "CDISC SEND Tumor Findings Results Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90006",
- "name": "CDISC SEND Tumor Findings Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C90005",
- "name": "CDISC SEND Tumor Findings Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89982",
- "name": "CDISC SEND Version Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120536",
- "name": "CDISC SEND Vital Signs Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C120537",
- "name": "CDISC SEND Vital Signs Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132321",
- "name": "CDISC SEND Within Normal Limits Results Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SEND",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C207069",
- "name": "CDISC TMF Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C208283",
- "name": "CDISC TMF-RM Central and Local Testing Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208277",
- "name": "CDISC TMF-RM Central Trial Documents Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208285",
- "name": "CDISC TMF-RM Data Management Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208281",
- "name": "CDISC TMF-RM IP and Trial Supplies Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208279",
- "name": "CDISC TMF-RM IRB or IEC and Other Approvals Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208278",
- "name": "CDISC TMF-RM Regulatory Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208282",
- "name": "CDISC TMF-RM Safety Reporting Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208287",
- "name": "CDISC TMF-RM Sections Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208280",
- "name": "CDISC TMF-RM Site Management Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208286",
- "name": "CDISC TMF-RM Statistics Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208276",
- "name": "CDISC TMF-RM Trial Management Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208284",
- "name": "CDISC TMF-RM Vendor Zone Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C208275",
- "name": "CDISC TMF-RM Zones Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/TMF",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C83187",
- "name": "CDISC Variable Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C173382",
- "name": "COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C191200",
- "name": "ACC/AHA Cardiovascular and Noncardiovascular Complications of COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191389",
- "name": "Appendix 10: End-of-Life Management Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191382",
- "name": "Appendix 3: COVID-19 Diagnosis Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191383",
- "name": "Appendix 4: COVID-19 Cardiovascular Complications Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191396",
- "name": "Acute Cardiovascular Complications Related to COVID-19 Infection Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191397",
- "name": "Cardiovascular Mortality During Acute COVID-19 Infection Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191403",
- "name": "Postacute Cardiovascular Sequelae of SARS-CoV-2 Infection or Long-Term Cardiovascular Complications of COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C191384",
- "name": "Appendix 5: COVID-19 Noncardiovascular Complications Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191385",
- "name": "Appendix 6: Symptoms and Signs Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191398",
- "name": "Current Symptoms and Signs: Clinical Symptoms Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191402",
- "name": "Physical Examination Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C191386",
- "name": "Appendix 7: Diagnostic Procedures Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191387",
- "name": "Appendix 8: Pharmacological Therapy Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191404",
- "name": "Therapies for COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191405",
- "name": "Therapies for Preexisting Cardiovascular Disease (Patient Taking Prior to Admission) Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191406",
- "name": "Therapies for Supportive Care During COVID-19 Infection Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C191388",
- "name": "Appendix 9: Therapeutic and Supportive Procedures for COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C191399",
- "name": "Electrophysiological Procedures Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191400",
- "name": "Invasive Coronary/Vascular/Neurovascular Revascularization Treatment Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C191401",
- "name": "Mechanical Support Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ACC-AHA_EHR_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C171355",
- "name": "CDISC Clinical Classification NEWS2 Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171354",
- "name": "CDISC Clinical Classification NEWS2 Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171409",
- "name": "CDISC Clinical Classification RASS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171408",
- "name": "CDISC Clinical Classification RASS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171413",
- "name": "CDISC Clinical Classification SAS Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171412",
- "name": "CDISC Clinical Classification SAS Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171443",
- "name": "CDISC SDTM COVID-19 Findings About Test Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171442",
- "name": "CDISC SDTM COVID-19 Findings About Test Name Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171444",
- "name": "CDISC SDTM Health Care Encounters Dictionary Derived Term Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171445",
- "name": "CDISC SDTM Mode of Subject Contact Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173381",
- "name": "NCIt COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C173383",
- "name": "NCIt COVID-19 Agent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177415",
- "name": "NCIt COVID-19 Clinical Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C187057",
- "name": "ORCHESTRA Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178701",
- "name": "SeroNet Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C178724",
- "name": "SeroNet Aliquot Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178723",
- "name": "SeroNet Assay Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178722",
- "name": "SeroNet Assay Target Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178721",
- "name": "SeroNet Biospecimen Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178720",
- "name": "SeroNet Confirmatory Test Result",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178727",
- "name": "SeroNet Consumable Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178725",
- "name": "SeroNet Equipment Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178719",
- "name": "SeroNet Prior Test Result",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178726",
- "name": "SeroNet Reagent Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178718",
- "name": "SeroNet Research Participant Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179059",
- "name": "SeroNet Schema Details",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189083",
- "name": "SeroNet Study Descriptors",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C156952",
- "name": "CPTAC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C156953",
- "name": "CPTAC Baseline Medical Forms Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C159339",
- "name": "CPTAC Acute Myeloid Leukemia Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157524",
- "name": "CPTAC Bladder Urothelial Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157531",
- "name": "CPTAC Brain Lower Grade Glioma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157526",
- "name": "CPTAC Cervical Squamous Cell Carcinoma and Endocervical Adenocarcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157528",
- "name": "CPTAC Cholangiocarcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159418",
- "name": "CPTAC Clear Cell Renal Cell Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157527",
- "name": "CPTAC Esophageal Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159420",
- "name": "CPTAC Glioblastoma Multiforme Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159419",
- "name": "CPTAC Head and Neck Squamous Cell Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157529",
- "name": "CPTAC Liver Hepatocellular Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159417",
- "name": "CPTAC Lung Squamous Cell Carcinoma and Lung Adenocarcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C156954",
- "name": "CPTAC Medical History Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159415",
- "name": "CPTAC Melanoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159329",
- "name": "CPTAC Normal Endometrial Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159416",
- "name": "CPTAC Pancreatic Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157530",
- "name": "CPTAC Prostate Adenocarcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159414",
- "name": "CPTAC Sarcoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157532",
- "name": "CPTAC Stomach Adenocarcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159412",
- "name": "CPTAC Surgery-Anesthesia Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157533",
- "name": "CPTAC Thyroid Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159413",
- "name": "CPTAC Uterine Corpus Endometrial Carcinoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157534",
- "name": "CPTAC Uveal Melanoma Baseline Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C158520",
- "name": "CPTAC Codelists Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C158034",
- "name": "CPTAC Causes of Death Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C157075",
- "name": "CPTAC Environmental/Occupational Exposure Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158035",
- "name": "CPTAC Medical Conditions Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C156966",
- "name": "CPTAC Neoplasms Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158036",
- "name": "CPTAC Procedures Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C158037",
- "name": "CPTAC Treatments Codelist",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C159328",
- "name": "CPTAC Follow-Up Forms Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C159338",
- "name": "CPTAC Acute Myeloid Leukemia Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C156955",
- "name": "CPTAC Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159335",
- "name": "CPTAC Glioblastoma Multiforme Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159334",
- "name": "CPTAC Head and Neck Squamous Cell Carcinoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159333",
- "name": "CPTAC Lung Squamous Cell Carcinoma and Lung Adenocarcinoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159336",
- "name": "CPTAC Melanoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159332",
- "name": "CPTAC Pancreatic Ductal Adenocarcinoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159337",
- "name": "CPTAC Renal Cell Carcinoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159331",
- "name": "CPTAC Sarcoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C159330",
- "name": "CPTAC Uterine Corpus Endometrial Carcinoma Follow-Up Form",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CPTAC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C172126",
- "name": "CTDC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTDC",
- "children": [
- {
- "code": "C173071",
- "name": "CTDC Node Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173072",
- "name": "CTDC Property Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173073",
- "name": "CTDC Value Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C116977",
- "name": "CTRP Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "children": [
- {
- "code": "C116978",
- "name": "CTRP Agent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C142799",
- "name": "CTRP Biomarker Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C142800",
- "name": "CTRP Molecular Genetic Biomarker Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C142801",
- "name": "CTRP Reference Gene Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C118168",
- "name": "CTRP Disease Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118169",
- "name": "CTRP Intervention Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C175324",
- "name": "CTRP Portfolio Management Main Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C175325",
- "name": "CTRP Portfolio Management Subtype Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CTRP",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C69186",
- "name": "DICOM Terminology",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "C148636",
- "name": "EDQM Health Care Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "children": [
- {
- "code": "C175439",
- "name": "EDQM-HC Administrable Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150110",
- "name": "EDQM-HC Administration Device Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150112",
- "name": "EDQM-HC Administration Method Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150113",
- "name": "EDQM-HC Basic Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150108",
- "name": "EDQM-HC Closure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150106",
- "name": "EDQM-HC Combined Pack Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150104",
- "name": "EDQM-HC Combined Pharmaceutical Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150105",
- "name": "EDQM-HC Combined Term Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150109",
- "name": "EDQM-HC Container Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150114",
- "name": "EDQM-HC Intended Site of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150103",
- "name": "EDQM-HC Pharmaceutical Dosage Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150115",
- "name": "EDQM-HC Release Characteristics Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150107",
- "name": "EDQM-HC Routes and Methods of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150116",
- "name": "EDQM-HC State of Matter Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150117",
- "name": "EDQM-HC Transformation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C150111",
- "name": "EDQM-HC Units of Presentation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/EDQM-HealthCare",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C131123",
- "name": "FDA Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C106039",
- "name": "FDA CDRH GUDID Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/GUDID",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C62596",
- "name": "FDA Center For Devices and Radiological Health Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C91802",
- "name": "CDRH Cause Investigation - Investigation Conclusion Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C91801",
- "name": "CDRH Cause Investigation - Investigation Findings Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C91800",
- "name": "CDRH Cause Investigation - Type of Investigation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54450",
- "name": "CDRH Health Effects - Clinical Signs and Symptoms or Conditions Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C171094",
- "name": "CDRH Health Effects - Health Impact Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54577",
- "name": "CDRH Medical Device Component Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54451",
- "name": "CDRH Medical Device Problem Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/CDRH",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C63923",
- "name": "FDA Established Names and Unique Ingredient Identifier Codes Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/UNII",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54447",
- "name": "FDA Individual Case Safety Report Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C54583",
- "name": "Adverse Event Outcome ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99173",
- "name": "Device Evaluation ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54595",
- "name": "Device Usage ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C94849",
- "name": "Dose Denominator Qualifier ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54590",
- "name": "Location of Event Occurrence ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C88088",
- "name": "Observation ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54585",
- "name": "Occupation ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54584",
- "name": "Operator of Medical Device ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C114855",
- "name": "Patient Military Status ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99174",
- "name": "Product Characteristic ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54593",
- "name": "Reason for Non-Evaluation ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54587",
- "name": "Report Source ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99175",
- "name": "Substance Administration ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54580",
- "name": "Type of Event ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54592",
- "name": "Type of Follow-Up ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54598",
- "name": "Type of Manufacturer ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54594",
- "name": "Type of Remedial Action ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54588",
- "name": "Type of Report ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54591",
- "name": "Type of Reportable Event ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54596",
- "name": "Type of Reporter ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C114856",
- "name": "Type of Vaccination Facility ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105691",
- "name": "Vaccination Site on Body ICSR Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/ICSR",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C133805",
- "name": "FDA Pharmaceutical Quality/CMC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C210151",
- "name": "PQ/CMC Basic Liquid Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C210150",
- "name": "PQ/CMC Basic Solid Dose Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133846",
- "name": "PQ/CMC Batch Utilization Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203345",
- "name": "PQ/CMC Capsule Shell Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133848",
- "name": "PQ/CMC Chemical Structure Data File Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133849",
- "name": "PQ/CMC Closure Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203779",
- "name": "PQ/CMC Coating Purpose Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133851",
- "name": "PQ/CMC Conformance to Criteria Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133852",
- "name": "PQ/CMC Container Orientation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133853",
- "name": "PQ/CMC Container Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176675",
- "name": "PQ/CMC Drug Product Component Function Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176676",
- "name": "PQ/CMC Excipient Function Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185181",
- "name": "PQ/CMC Expiration Date Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133856",
- "name": "PQ/CMC Impurity Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203777",
- "name": "PQ/CMC Ingredient Location Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133858",
- "name": "PQ/CMC Interpretation Code (numeric) Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185189",
- "name": "PQ/CMC Interval Description Code Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213790",
- "name": "PQ/CMC Manufacturing Site Responsibility Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213791",
- "name": "PQ/CMC Manufacturing Site Responsibility Subcategory Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213644",
- "name": "PQ/CMC Manufacturing Site Utilization Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C168624",
- "name": "PQ/CMC Organization-Site Identifier Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C211939",
- "name": "PQ/CMC Product Name Type Codes Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203780",
- "name": "PQ/CMC Product Part Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133860",
- "name": "PQ/CMC Quality Benchmark Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203346",
- "name": "PQ/CMC Release Mechanism Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203778",
- "name": "PQ/CMC Release Profile Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C211921",
- "name": "PQ/CMC Representation Types Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C185183",
- "name": "PQ/CMC Retest Date Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133862",
- "name": "PQ/CMC Source Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133863",
- "name": "PQ/CMC Specification Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133864",
- "name": "PQ/CMC Specification Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96071",
- "name": "PQ/CMC Stability Study Reason Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C210149",
- "name": "PQ/CMC State of Matter Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C212880",
- "name": "PQ/CMC Storage Condition Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133865",
- "name": "PQ/CMC Storage Conditions Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C168622",
- "name": "PQ/CMC Strength Operator Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C168627",
- "name": "PQ/CMC Strength Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133866",
- "name": "PQ/CMC Study Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C205477",
- "name": "PQ/CMC Substance Classification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C203347",
- "name": "PQ/CMC Substance Name Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133807",
- "name": "PQ/CMC Test Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133867",
- "name": "PQ/CMC Test Method Origin Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C204862",
- "name": "PQ/CMC Test Subcategory Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133868",
- "name": "PQ/CMC Test Usage Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213520",
- "name": "PQ/CMC Time Point Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C176677",
- "name": "PQ/CMC Units of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/PQCMC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54455",
- "name": "SPL Drug Route of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54456",
- "name": "SPL Pharmaceutical Dosage Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C123273",
- "name": "FDA Quality Metrics Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/QualityMetrics",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C123270",
- "name": "FDA Application Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/QualityMetrics",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123268",
- "name": "FDA Establishment Activity Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/QualityMetrics",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C54452",
- "name": "FDA Structured Product Labeling Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C133240",
- "name": "SPL Blood Form Donor Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133241",
- "name": "SPL Blood Form Establishment Functions Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133242",
- "name": "SPL Blood Form Establishment Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133243",
- "name": "SPL Blood Form Product Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133245",
- "name": "SPL Blood Form Type of Ownership Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C101885",
- "name": "SPL Business Operation Qualifier Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C73600",
- "name": "SPL Business Operation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C117110",
- "name": "SPL Business Entity Qualifier Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C54453",
- "name": "SPL Color Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C102833",
- "name": "SPL Combination Product Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111661",
- "name": "SPL Contributing Factor-General Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C202857",
- "name": "SPL Cosmetic Product Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54459",
- "name": "SPL DEA Schedule Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C87299",
- "name": "SPL Document Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54455",
- "name": "SPL Drug Route of Administration Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C111660",
- "name": "SPL Equivalence Codes Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C73339",
- "name": "SPL Flavor Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118404",
- "name": "SPL License Disciplinary Action Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118777",
- "name": "SPL Licensing Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54599",
- "name": "SPL Limitation of Use Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C106324",
- "name": "SPL Lot Distribution Data - Distribution Codes Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C73582",
- "name": "SPL Marketing Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118778",
- "name": "SPL Marketing Status Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99288",
- "name": "SPL Miscellaneous Identifier Types Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54457",
- "name": "SPL Package Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54456",
- "name": "SPL Pharmaceutical Dosage Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54600",
- "name": "SPL Pharmacokinetic Effect Consequences Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C107675",
- "name": "SPL Race Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128492",
- "name": "SPL REMS Protocol Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128491",
- "name": "SPL REMS Requirement Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128493",
- "name": "SPL REMS Stakeholder Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C113350",
- "name": "SPL Sex Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54454",
- "name": "SPL Shape Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C105631",
- "name": "SPL Substance Indexing Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C121832",
- "name": "SPL Suspect Drug Classification of Notification Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C121833",
- "name": "SPL Suspect Drug Use Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133247",
- "name": "SPL Tissue Form Donor Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133248",
- "name": "SPL Tissue Form Establishment Functions Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133249",
- "name": "SPL Tissue Form Establishment Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133251",
- "name": "SPL Tissue Form Product Group Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C133250",
- "name": "SPL Tissue Form Product Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C54618",
- "name": "SPL Type of Drug Interaction Consequence Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C168632",
- "name": "SPL UCUM Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C87300",
- "name": "SPL Unit of Presentation Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/FDA/SPL",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C125481",
- "name": "GAIA Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "children": [
- {
- "code": "C128706",
- "name": "GAIA Antenatal Bleeding Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128700",
- "name": "GAIA Congenital Microcephaly Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128707",
- "name": "GAIA Dysfunctional Labor Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128704",
- "name": "GAIA Failure to Thrive Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128708",
- "name": "GAIA Fetal Growth Restriction Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128709",
- "name": "GAIA Gestational Diabetes Mellitus Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128701",
- "name": "GAIA Low Birth Weight Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126852",
- "name": "GAIA Major Congenital Anomalies Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126858",
- "name": "GAIA Maternal Death Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126853",
- "name": "GAIA Neonatal Death Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128699",
- "name": "GAIA Neonatal Encephalopathy Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126854",
- "name": "GAIA Neonatal Infections Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128702",
- "name": "GAIA Neonatal Respiratory Distress Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126857",
- "name": "GAIA Non-Reassuring Fetal Status Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126861",
- "name": "GAIA Pathways to Preterm Birth Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126859",
- "name": "GAIA Postpartum Hemorrhage Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126860",
- "name": "GAIA Preeclampsia Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126855",
- "name": "GAIA Preterm Birth Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128703",
- "name": "GAIA Small for Gestational Age Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128705",
- "name": "GAIA Spontaneous Abortion and Ectopic Pregnancy Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C126856",
- "name": "GAIA Stillbirth Level of Diagnostic Certainty Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GAIA",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C157711",
- "name": "GDC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C177536",
- "name": "GDC Property Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177537",
- "name": "GDC Value Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C124085",
- "name": "Geopolitical Entities, Names, and Codes Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/GENC"
- },
- {
- "code": "C201599",
- "name": "HemOnc Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C201600",
- "name": "HemOnc Agent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/HemOnc",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C201601",
- "name": "HemOnc Regimen Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/HemOnc",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C165451",
- "name": "ICDC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C165493",
- "name": "ICDC Breeds Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Breeds_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C165517",
- "name": "ICDC AKC Breeds",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Breeds_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165516",
- "name": "ICDC FSS Breeds",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Breeds_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C165518",
- "name": "ICDC MISC Breeds",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Breeds_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C166371",
- "name": "ICDC Data Model Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Data_Model_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C175518",
- "name": "ICDC Node Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Data_Model_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C166373",
- "name": "ICDC Property Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Data_Model_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C175517",
- "name": "ICDC Value Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/ICDC/ICDC_Data_Model_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C168654",
- "name": "Mapped ICDO Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C168655",
- "name": "Mapped ICDO3.1 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168657",
- "name": "Mapped ICDO3.1 Morphology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168658",
- "name": "Mapped ICDO3.1 Morphology PT Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C168659",
- "name": "Mapped ICDO3.1 Topography Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168660",
- "name": "Mapped ICDO3.1 Topography PT Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C168656",
- "name": "Mapped ICDO3.2 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168661",
- "name": "Mapped ICDO3.2 Morphology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168662",
- "name": "Mapped ICDO3.2 Morphology PT Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C168663",
- "name": "Mapped ICDO3.2 Topography Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168664",
- "name": "Mapped ICDO3.2 Topography PT Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Mapped_ICDO",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "code": "C193006",
- "name": "mCode Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "children": [
- {
- "code": "C193209",
- "name": "mCode Benign Neoplasm of Brain and CNS Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193210",
- "name": "mCode Body Location and Laterality Qualifier Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193247",
- "name": "mCode Body Location Qualifier Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193210",
- "name": "mCode Body Location and Laterality Qualifier Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193211",
- "name": "mCode Brachytherapy High Dose Rate Electronic Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193212",
- "name": "mCode Brachytherapy High Dose Rate Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193213",
- "name": "mCode Brachytherapy Low Dose Rate Temporary Radation Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193214",
- "name": "mCode Brachytherapy Modality Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193215",
- "name": "mCode Brachytherapy Permanent Seeds Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193216",
- "name": "mCode Brachytherapy Pulsed Dose Rate Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193217",
- "name": "mCode Brachytherapy Radiopharmaceutical Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193252",
- "name": "mCode Brachytherapy Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193211",
- "name": "mCode Brachytherapy High Dose Rate Electronic Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193212",
- "name": "mCode Brachytherapy High Dose Rate Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193213",
- "name": "mCode Brachytherapy Low Dose Rate Temporary Radation Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193215",
- "name": "mCode Brachytherapy Permanent Seeds Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193216",
- "name": "mCode Brachytherapy Pulsed Dose Rate Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193217",
- "name": "mCode Brachytherapy Radiopharmaceutical Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193249",
- "name": "mCode Cancer Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193222",
- "name": "mCode Histology Morphology Behavior Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193248",
- "name": "mCode Primary Cancer Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193209",
- "name": "mCode Benign Neoplasm of Brain and CNS Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193218",
- "name": "mCode Carcinoma In-Situ Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193220",
- "name": "mCode Cytologic Evidence of Malignancy Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193225",
- "name": "mCode Melanoma In-Situ Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193231",
- "name": "mCode Primary Malignant Neoplasm Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193223",
- "name": "mCode Specific Diagnosis of Cancer Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193236",
- "name": "mCode Secondary Cancer Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193237",
- "name": "mCode Carbon Ion Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193218",
- "name": "mCode Carcinoma In-Situ Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193219",
- "name": "mCode Condition Status Trend Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193220",
- "name": "mCode Cytologic Evidence of Malignancy Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193238",
- "name": "mCode Electron Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193172",
- "name": "mCode Elixhauser Alcohol Abuse Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193173",
- "name": "mCode Elixhauser Blood Loss Anemia Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193179",
- "name": "mCode Elixhauser Cerebrovascular Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193206",
- "name": "mCode Elixhauser Chronic Peptic Ulcer Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193180",
- "name": "mCode Elixhauser Chronic Pulmonary Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193181",
- "name": "mCode Elixhauser Coagulation Deficiency Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193182",
- "name": "mCode Elixhauser Congestive Heart Failure Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193183",
- "name": "mCode Elixhauser Deficiency Anemia Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193184",
- "name": "mCode Elixhauser Dementia Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193185",
- "name": "mCode Elixhauser Depression Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193186",
- "name": "mCode Elixhauser Diabetes with Chronic Complications Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193187",
- "name": "mCode Elixhauser Diabetes without Chronic Complications Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193188",
- "name": "mCode Elixhauser Drug Abuse Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193171",
- "name": "mCode Elixhauser HIV-AIDS Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193189",
- "name": "mCode Elixhauser Hypertension, Complicated Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193190",
- "name": "mCode Elixhauser Hypertension, Uncomplicated Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193191",
- "name": "mCode Elixhauser Hypothyroidism Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193174",
- "name": "mCode Elixhauser Leukemia Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193175",
- "name": "mCode Elixhauser Lymphoma Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193177",
- "name": "mCode Elixhauser Malignant Solid Tumors in Situ Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193178",
- "name": "mCode Elixhauser Malignant Solid Tumors without Metastases Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193176",
- "name": "mCode Elixhauser Metastatic Cancer Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193192",
- "name": "mCode Elixhauser Mild Liver Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193203",
- "name": "mCode Elixhauser Moderate Renal Failure Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193193",
- "name": "mCode Elixhauser Moderate to Severe Liver Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193194",
- "name": "mCode Elixhauser Neurological Movement Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193195",
- "name": "mCode Elixhauser Neurological Seizure Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193196",
- "name": "mCode Elixhauser Obesity Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193197",
- "name": "mCode Elixhauser Other Neurological Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193198",
- "name": "mCode Elixhauser Other Thyroid Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193199",
- "name": "mCode Elixhauser Paralysis Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193200",
- "name": "mCode Elixhauser Peripheral Vascular Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193201",
- "name": "mCode Elixhauser Psychosis Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193202",
- "name": "mCode Elixhauser Pulmonary Circulation Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193205",
- "name": "mCode Elixhauser Rheumatoid Arthritis and Collagen Vascular Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193204",
- "name": "mCode Elixhauser Severe Renal Failure Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193207",
- "name": "mCode Elixhauser Valvular Disease Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193208",
- "name": "mCode Elixhauser Weight Loss Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193221",
- "name": "mCode Genomic Specimen Type Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193222",
- "name": "mCode Histology Morphology Behavior Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193224",
- "name": "mCode Laterality Qualifier Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193225",
- "name": "mCode Melanoma In-Situ Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193240",
- "name": "mCode Neutron Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193241",
- "name": "mCode Photon Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193230",
- "name": "mCode Present Absent Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193248",
- "name": "mCode Primary Cancer Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193209",
- "name": "mCode Benign Neoplasm of Brain and CNS Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193218",
- "name": "mCode Carcinoma In-Situ Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193220",
- "name": "mCode Cytologic Evidence of Malignancy Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193225",
- "name": "mCode Melanoma In-Situ Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193231",
- "name": "mCode Primary Malignant Neoplasm Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193223",
- "name": "mCode Specific Diagnosis of Cancer Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193231",
- "name": "mCode Primary Malignant Neoplasm Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193232",
- "name": "mCode Procedure Intent Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193242",
- "name": "mCode Proton Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193250",
- "name": "mCode Radiotherapy Modality Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193214",
- "name": "mCode Brachytherapy Modality Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193239",
- "name": "mCode Teleradiotherapy Modality Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193251",
- "name": "mCode Radiotherapy Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193252",
- "name": "mCode Brachytherapy Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193211",
- "name": "mCode Brachytherapy High Dose Rate Electronic Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193212",
- "name": "mCode Brachytherapy High Dose Rate Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193213",
- "name": "mCode Brachytherapy Low Dose Rate Temporary Radation Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193215",
- "name": "mCode Brachytherapy Permanent Seeds Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193216",
- "name": "mCode Brachytherapy Pulsed Dose Rate Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193217",
- "name": "mCode Brachytherapy Radiopharmaceutical Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193253",
- "name": "mCode Teleradiotherapy Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193237",
- "name": "mCode Carbon Ion Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193238",
- "name": "mCode Electron Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193240",
- "name": "mCode Neutron Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193241",
- "name": "mCode Photon Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193242",
- "name": "mCode Proton Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C193233",
- "name": "mCode Radiotherapy Treatment Location Qualifier Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193224",
- "name": "mCode Laterality Qualifier Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193234",
- "name": "mCode Radiotherapy Treatment Location Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193235",
- "name": "mCode Radiotherapy Volume Type Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193236",
- "name": "mCode Secondary Cancer Disorder Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193223",
- "name": "mCode Specific Diagnosis of Cancer Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193227",
- "name": "mCode Staging Type for Primary Tumor Category Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193228",
- "name": "mCode Staging Type for Regional Node Category Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193229",
- "name": "mCode Staging Type for Stage Group Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193226",
- "name": "mCode Staging Type Value Set (for Distant Metastases Category)",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193239",
- "name": "mCode Teleradiotherapy Modality Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193253",
- "name": "mCode Teleradiotherapy Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C193237",
- "name": "mCode Carbon Ion Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193238",
- "name": "mCode Electron Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193240",
- "name": "mCode Neutron Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193241",
- "name": "mCode Photon Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193242",
- "name": "mCode Proton Beam Technique Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C193243",
- "name": "mCode Treatment Termination Reason Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193244",
- "name": "mCode Tumor Marker Test Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193245",
- "name": "mCode Tumor Size Method Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C193246",
- "name": "mCode Tumor Size Units Value Set",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/mCode",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C143048",
- "name": "National Cancer Institute Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C138188",
- "name": "Clinical Trials Search-Application Programming Interface Disease Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/CTS_API_Disease_Category_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C138189",
- "name": "CTS-API Disease Broad Category Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/CTS_API_Disease_Category_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C138190",
- "name": "CTS-API Disease Main Type Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/CTS_API_Disease_Category_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C128784",
- "name": "NCIt Antineoplastic Agent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/Drug_or_Substance",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173381",
- "name": "NCIt COVID-19 Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C173383",
- "name": "NCIt COVID-19 Agent Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177415",
- "name": "NCIt COVID-19 Clinical Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C126659",
- "name": "NCIt Neoplasm Core Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/Neoplasm",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213298",
- "name": "Pediatric Oncology Molecular Target Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C213304",
- "name": "Pediatric Oncology Biomarkers/Targets Associated with Other Relevant Evidence",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213303",
- "name": "Pediatric Oncology Immunotherapeutic Target Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213299",
- "name": "Pediatric Oncology Molecular Abnormality Target Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C213300",
- "name": "Pediatric Oncology Target Genes/Proteins Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213301",
- "name": "Pediatric Oncology Target Molecular Abnormalities Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C213302",
- "name": "Pediatric Oncology Target Cell Lineage Determinant Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C89415",
- "name": "NCPDP Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCPDP",
- "children": [
- {
- "code": "C89507",
- "name": "NCPDP DEA Schedule Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCPDP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C121847",
- "name": "NCPDP Dose Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCPDP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89510",
- "name": "NCPDP Quantity Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCPDP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89508",
- "name": "NCPDP Strength Form Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCPDP",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89509",
- "name": "NCPDP Strength Unit of Measure Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/NCPDP",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C192233",
- "name": "Operational Ontology for Radiation Oncology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C192234",
- "name": "Operational Ontology for Radiation Oncology Prostate Cancer Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/OORO/Prostate_Cancer_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C168547",
- "name": "PCDC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C178096",
- "name": "ALL Project Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C178116",
- "name": "ALL Table Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C178127",
- "name": "ALL Adverse Events Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178099",
- "name": "ALL Course Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178122",
- "name": "ALL Demographics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178123",
- "name": "ALL Disease Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178098",
- "name": "ALL Disease Phase Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186282",
- "name": "ALL Histology Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178106",
- "name": "ALL Lab Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178102",
- "name": "ALL Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178126",
- "name": "ALL Minimal Residual Disease Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178125",
- "name": "ALL Molecular Analysis Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178113",
- "name": "ALL Non-protocol Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178100",
- "name": "ALL Off Protocol Therapy/Study Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178108",
- "name": "ALL Radiation Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178112",
- "name": "ALL Secondary Malignant Neoplasm Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178109",
- "name": "ALL Stem Cell Transplant Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178097",
- "name": "ALL Subject Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178121",
- "name": "ALL Survival Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178124",
- "name": "ALL Vitals Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C174234",
- "name": "AML Project Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C168549",
- "name": "AML Table Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C173217",
- "name": "AML Adverse Events Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173242",
- "name": "AML Cellular Immunotherapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173243",
- "name": "AML Concomitant Medication Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173199",
- "name": "AML Course Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173230",
- "name": "AML Demographics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173232",
- "name": "AML Disease Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173198",
- "name": "AML Disease Phase Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173237",
- "name": "AML Function Test Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173206",
- "name": "AML Lab Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173201",
- "name": "AML Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173236",
- "name": "AML Minimal Residual Disease Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173233",
- "name": "AML Molecular Analysis Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173204",
- "name": "AML Myeloid Sarcoma Involvement Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173197",
- "name": "AML Off Protocol Therapy/Study Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173244",
- "name": "AML Radiation Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173218",
- "name": "AML Secondary Malignant Neoplasm Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173235",
- "name": "AML Stem Cell Transplant Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173229",
- "name": "AML Subject Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173208",
- "name": "AML Subject Response Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173231",
- "name": "AML Survival Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173234",
- "name": "AML Total Dose Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173245",
- "name": "AML Transfusion Medicine Procedures Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C173209",
- "name": "AML Vitals Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C174235",
- "name": "EWS Project Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C174238",
- "name": "EWS Table Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C174240",
- "name": "EWS Adverse Events Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174241",
- "name": "EWS Biopsy/Surgical Procedures Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174242",
- "name": "EWS Course Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174243",
- "name": "EWS Demographics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174244",
- "name": "EWS Disease Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174246",
- "name": "EWS Disease Phase Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174248",
- "name": "EWS Histology Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174249",
- "name": "EWS Immunohistochemistry Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174250",
- "name": "EWS Lab Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174251",
- "name": "EWS Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174252",
- "name": "EWS Molecular Analysis Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174253",
- "name": "EWS Non-Protocol Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174254",
- "name": "EWS Off Protocol Therapy/Study Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174255",
- "name": "EWS Radiation Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174256",
- "name": "EWS Secondary Malignant Neoplasm Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174257",
- "name": "EWS Stem Cell Transplant Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174258",
- "name": "EWS Subject Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174259",
- "name": "EWS Subject Response Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174260",
- "name": "EWS Survival Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174261",
- "name": "EWS Tumor Assessment Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C174262",
- "name": "EWS Vitals Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C177381",
- "name": "GCT Project Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C177385",
- "name": "GCT Table Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C177408",
- "name": "GCT Adverse Events Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177402",
- "name": "GCT Biopsy/Surgical Procedures Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177404",
- "name": "GCT Concomitant Medication Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177400",
- "name": "GCT Cytology Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177390",
- "name": "GCT Demographics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177393",
- "name": "GCT Disease Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177389",
- "name": "GCT Disease Phase Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177410",
- "name": "GCT Growing Teratoma Syndrome Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177396",
- "name": "GCT Histology Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177399",
- "name": "GCT Immunohistochemistry Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177398",
- "name": "GCT Lab Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177391",
- "name": "GCT Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177401",
- "name": "GCT Molecular Analysis Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177411",
- "name": "GCT Patient Reported Outcomes Metadata Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177403",
- "name": "GCT Radiation Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177409",
- "name": "GCT Secondary Malignant Neoplasm Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177395",
- "name": "GCT Staging Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177405",
- "name": "GCT Stem Cell Transplant Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177388",
- "name": "GCT Subject Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177407",
- "name": "GCT Subject Response Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177392",
- "name": "GCT Survival Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177406",
- "name": "GCT Total Dose Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177394",
- "name": "GCT Tumor Assessment Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C177397",
- "name": "GCT Vitals Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C181832",
- "name": "HL Project Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C186339",
- "name": "HL Table Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C186334",
- "name": "HL Adverse Events Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186321",
- "name": "HL Biopsy/Surgical Procedures Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186329",
- "name": "HL Concomitant Medication Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186312",
- "name": "HL Course Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186313",
- "name": "HL Demographics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186317",
- "name": "HL Disease Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186311",
- "name": "HL Disease Phase Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186314",
- "name": "HL Family Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186326",
- "name": "HL Function Test Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186318",
- "name": "HL Histology Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186325",
- "name": "HL Imaging Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186324",
- "name": "HL Immunohistochemistry Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186323",
- "name": "HL Lab Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186336",
- "name": "HL Late Effects Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186320",
- "name": "HL Lesion Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186315",
- "name": "HL Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186337",
- "name": "HL Non-protocol Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186310",
- "name": "HL Off Protocol Therapy/Study Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186338",
- "name": "HL Patient Reported Outcomes Metadata Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186327",
- "name": "HL Protocol Treatment Modifications Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186330",
- "name": "HL Radiation Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186335",
- "name": "HL Secondary Malignant Neoplasm Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186319",
- "name": "HL Staging Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186332",
- "name": "HL Stem Cell Transplant Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186309",
- "name": "HL Subject Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186333",
- "name": "HL Subject Response Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186316",
- "name": "HL Survival Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186328",
- "name": "HL Total Dose Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186331",
- "name": "HL Transfusion Medicine Procedures Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186322",
- "name": "HL Vitals Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C179476",
- "name": "OS Project Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C179479",
- "name": "OS Table Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C179495",
- "name": "OS Adverse Event Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179482",
- "name": "OS Biopsy/Surgical Procedures Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179499",
- "name": "OS Course Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179533",
- "name": "OS Demographics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179497",
- "name": "OS Disease Phase Timing Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C186763",
- "name": "OS Function Test Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179490",
- "name": "OS Histology Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179492",
- "name": "OS Lab Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179491",
- "name": "OS Medical History Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179534",
- "name": "OS Molecular Analysis Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179489",
- "name": "OS Off Protocol Therapy/Study Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179485",
- "name": "OS Patient Reported Outcomes Metadata Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179483",
- "name": "OS Radiation Therapy Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179498",
- "name": "OS Secondary Malignant Neoplasm Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179484",
- "name": "OS Subject Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179480",
- "name": "OS Subject Response Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179529",
- "name": "OS Survival Characteristics Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179531",
- "name": "OS Total Dose Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179481",
- "name": "OS Tumor Assessment Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179532",
- "name": "OS Vitals Table",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/PCDC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "code": "C165276",
- "name": "Pediatric Terminologies",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C155946",
- "name": "INC Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C162989",
- "name": "INC Demographic and Maternal Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/INC",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C154914",
- "name": "INC-MedDRA Neonatal Adverse Events Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/INC",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C90259",
- "name": "NICHD Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C74456",
- "name": "CDISC SDTM Anatomical Location Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99074",
- "name": "CDISC SDTM Directionality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99073",
- "name": "CDISC SDTM Laterality Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C99147",
- "name": "Neonatal Research Network Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C97150",
- "name": "Neurological Development Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C89506",
- "name": "Newborn Screening Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118464",
- "name": "Pediatric Adverse Events Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C189762",
- "name": "Pediatric Adverse Events Terminology Mapped to MedDRA",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C118467",
- "name": "Pediatric Endocrinology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C132009",
- "name": "Pediatric Hematology-Oncology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C96388",
- "name": "Pediatric Immunization Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C128453",
- "name": "Pediatric Infectious Disease Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C122636",
- "name": "Pediatric Medical Device Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C123272",
- "name": "Pediatric Nephrology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118468",
- "name": "Pediatric Rheumatology Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C118466",
- "name": "Perinatal Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/NICHD",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C213298",
- "name": "Pediatric Oncology Molecular Target Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C213304",
- "name": "Pediatric Oncology Biomarkers/Targets Associated with Other Relevant Evidence",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213303",
- "name": "Pediatric Oncology Immunotherapeutic Target Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213299",
- "name": "Pediatric Oncology Molecular Abnormality Target Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C213300",
- "name": "Pediatric Oncology Target Genes/Proteins Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C213301",
- "name": "Pediatric Oncology Target Molecular Abnormalities Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C213302",
- "name": "Pediatric Oncology Target Cell Lineage Determinant Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/Pediatric_Terminologies/Pediatric_Oncology_Molecular_Target_Terminology",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C160950",
- "name": "Pharmacotherapy Regimens",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C160952",
- "name": "Multi-agent Therapeutic Regimens",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C160951",
- "name": "Single-agent Therapeutic Regimens",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C128613",
- "name": "PI-RADS Terminology",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "C167077",
- "name": "SEER Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "children": [
- {
- "code": "C167078",
- "name": "SEER Rx Interactive Antineoplastic Drugs Database",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SEER",
- "conceptStatus": "DEFAULT",
- "active": true,
- "children": [
- {
- "code": "C167080",
- "name": "SEER Rx Interactive Antineoplastic Drugs Database-Regimen",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SEER",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- }
- ]
- },
- {
- "code": "C178701",
- "name": "SeroNet Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "children": [
- {
- "code": "C178724",
- "name": "SeroNet Aliquot Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178723",
- "name": "SeroNet Assay Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178722",
- "name": "SeroNet Assay Target Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178721",
- "name": "SeroNet Biospecimen Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178720",
- "name": "SeroNet Confirmatory Test Result",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178727",
- "name": "SeroNet Consumable Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178725",
- "name": "SeroNet Equipment Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178719",
- "name": "SeroNet Prior Test Result",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178726",
- "name": "SeroNet Reagent Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C178718",
- "name": "SeroNet Research Participant Metadata",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C179059",
- "name": "SeroNet Schema Details",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- },
- {
- "code": "C189083",
- "name": "SeroNet Study Descriptors",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/SeroNet",
- "conceptStatus": "DEFAULT",
- "active": true
- }
- ]
- },
- {
- "code": "C198975",
- "name": "UBERON Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/UBERON"
- },
- {
- "code": "C67567",
- "name": "UCUM Terminology",
- "terminology": "ncit",
- "version": "25.02d"
- }
-]
-
+[
+ {
+ "code": "C167405",
+ "name": "ACC/AHA EHR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C191200",
+ "name": "ACC/AHA Cardiovascular and Noncardiovascular Complications of COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191389",
+ "name": "Appendix 10: End-of-Life Management Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191382",
+ "name": "Appendix 3: COVID-19 Diagnosis Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191383",
+ "name": "Appendix 4: COVID-19 Cardiovascular Complications Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191396",
+ "name": "Acute Cardiovascular Complications Related to COVID-19 Infection Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191397",
+ "name": "Cardiovascular Mortality During Acute COVID-19 Infection Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191403",
+ "name": "Postacute Cardiovascular Sequelae of SARS-CoV-2 Infection or Long-Term Cardiovascular Complications of COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C191384",
+ "name": "Appendix 5: COVID-19 Noncardiovascular Complications Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191385",
+ "name": "Appendix 6: Symptoms and Signs Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191398",
+ "name": "Current Symptoms and Signs: Clinical Symptoms Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191402",
+ "name": "Physical Examination Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C191386",
+ "name": "Appendix 7: Diagnostic Procedures Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191387",
+ "name": "Appendix 8: Pharmacological Therapy Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191404",
+ "name": "Therapies for COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191405",
+ "name": "Therapies for Preexisting Cardiovascular Disease (Patient Taking Prior to Admission) Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191406",
+ "name": "Therapies for Supportive Care During COVID-19 Infection Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C191388",
+ "name": "Appendix 9: Therapeutic and Supportive Procedures for COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191399",
+ "name": "Electrophysiological Procedures Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191400",
+ "name": "Invasive Coronary/Vascular/Neurovascular Revascularization Treatment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191401",
+ "name": "Mechanical Support Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C167409",
+ "name": "ACC/AHA Pediatric and Congenital Cardiology EHR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C157225",
+ "name": "CBDD Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C168696",
+ "name": "CBDD Process Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C168697",
+ "name": "CBDD Structure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C192842",
+ "name": "Cellosaurus Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C165258",
+ "name": "Cellosaurus Disease Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C192843",
+ "name": "Cellosaurus Resistance and Transformant Physical Factor Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C177281",
+ "name": "Childhood Cancer Predisposition Study Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C177516",
+ "name": "CCPS Disease Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177517",
+ "name": "CCPS Genetics Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C61410",
+ "name": "Clinical Data Interchange Standards Consortium Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C81222",
+ "name": "CDISC ADaM Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C208382",
+ "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208381",
+ "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204411",
+ "name": "CDISC ADaM Analysis Stratum Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187458",
+ "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187457",
+ "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81223",
+ "name": "CDISC ADaM Date Imputation Flag Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81224",
+ "name": "CDISC ADaM Derivation Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172334",
+ "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172335",
+ "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158114",
+ "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158115",
+ "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187456",
+ "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187455",
+ "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204410",
+ "name": "CDISC ADaM Input Parameter Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193278",
+ "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193277",
+ "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81225",
+ "name": "CDISC ADaM Parameter Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165644",
+ "name": "CDISC ADaM Pool for Integration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124296",
+ "name": "CDISC ADaM Subject Trial Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C81226",
+ "name": "CDISC ADaM Time Imputation Flag Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204414",
+ "name": "CDISC ADaM Tobacco Product Category Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204413",
+ "name": "CDISC ADaM Tobacco Product Use Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204412",
+ "name": "CDISC ADaM Tobacco Use Transition Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C77527",
+ "name": "CDISC CDASH Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C78418",
+ "name": "CDISC CDASH Concomitant Medication Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78417",
+ "name": "CDISC CDASH Concomitant Medication Dose Units Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78419",
+ "name": "CDISC CDASH Concomitant Medication Dosing Frequency per Interval Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78420",
+ "name": "CDISC CDASH Concomitant Medication Route of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78422",
+ "name": "CDISC CDASH ECG Original Units Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78426",
+ "name": "CDISC CDASH Exposure Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78745",
+ "name": "CDISC CDASH Exposure Dosing Frequency per Interval Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78425",
+ "name": "CDISC CDASH Exposure Route of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177909",
+ "name": "CDISC CDASH Serious Adverse Event Report Category Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181164",
+ "name": "CDISC CDASH Study Agent Dechallenge Reaction Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181163",
+ "name": "CDISC CDASH Study Agent Rechallenge Reaction Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C83004",
+ "name": "CDISC CDASH Substance Use Never/Current/Former Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78428",
+ "name": "CDISC CDASH Total Volume Administration Unit Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78427",
+ "name": "CDISC CDASH Unit for Duration of Treatment Interruption Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78421",
+ "name": "CDISC CDASH Unit of Drug Dispensed or Returned Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78429",
+ "name": "CDISC CDASH Unit of Measure for Flow Rate Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78423",
+ "name": "CDISC CDASH Units for Exposure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78430",
+ "name": "CDISC CDASH Units for Planned Exposure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78431",
+ "name": "CDISC CDASH Vital Signs Position of Subject Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128690",
+ "name": "CDISC SDTM Collected Ethnicity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128689",
+ "name": "CDISC SDTM Collected Race Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181165",
+ "name": "CDISC SDTM Mode of Delivery Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C188693",
+ "name": "CDISC DDF Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C215456",
+ "name": "CDISC DDF Abbreviation Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188714",
+ "name": "CDISC DDF Activity Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201253",
+ "name": "CDISC DDF Address Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215459",
+ "name": "CDISC DDF Administrable Product Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215460",
+ "name": "CDISC DDF Administrable Product Identifier Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215461",
+ "name": "CDISC DDF Administrable Product Property Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215479",
+ "name": "CDISC DDF Administrable Product Property Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215483",
+ "name": "CDISC DDF Administrable Product Sourcing Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207421",
+ "name": "CDISC DDF Agent Administration Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215451",
+ "name": "CDISC DDF Alias Code Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188720",
+ "name": "CDISC DDF Analysis Population Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215465",
+ "name": "CDISC DDF Assigned Person Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201254",
+ "name": "CDISC DDF Biomedical Concept Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201255",
+ "name": "CDISC DDF Biomedical Concept Category Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201256",
+ "name": "CDISC DDF Biomedical Concept Property Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201257",
+ "name": "CDISC DDF Biomedical Concept Surrogate Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215475",
+ "name": "CDISC DDF Biospecimen Retention Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207422",
+ "name": "CDISC DDF Characteristic Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188699",
+ "name": "CDISC DDF Clinical Study Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188722",
+ "name": "CDISC DDF Code Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215452",
+ "name": "CDISC DDF Comment Annotation Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207425",
+ "name": "CDISC DDF Condition Assignment Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207424",
+ "name": "CDISC DDF Condition Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215468",
+ "name": "CDISC DDF Document Content Reference Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C216966",
+ "name": "CDISC DDF Duration Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207427",
+ "name": "CDISC DDF Eligibility Criteria Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215476",
+ "name": "CDISC DDF Eligibility Criterion Item Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188713",
+ "name": "CDISC DDF Encounter Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188728",
+ "name": "CDISC DDF Encounter Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188708",
+ "name": "CDISC DDF Endpoint Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188726",
+ "name": "CDISC DDF Endpoint Level Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188698",
+ "name": "CDISC DDF Entities Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188719",
+ "name": "CDISC DDF Estimand Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207428",
+ "name": "CDISC DDF Geographic Scope Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207412",
+ "name": "CDISC DDF Geographic Scope Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207429",
+ "name": "CDISC DDF Governance Date Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207413",
+ "name": "CDISC DDF Governance Date Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215458",
+ "name": "CDISC DDF Identifier Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188705",
+ "name": "CDISC DDF Indication Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215464",
+ "name": "CDISC DDF Ingredient Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188721",
+ "name": "CDISC DDF Intercurrent Event Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215473",
+ "name": "CDISC DDF Interventional Study Design Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207430",
+ "name": "CDISC DDF Masking Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215470",
+ "name": "CDISC DDF Medical Device Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215471",
+ "name": "CDISC DDF Medical Device Identifier Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215484",
+ "name": "CDISC DDF Medical Device Identifier Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215482",
+ "name": "CDISC DDF Medical Device Sourcing Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207426",
+ "name": "CDISC DDF Narrative Content Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215453",
+ "name": "CDISC DDF Narrative Content Item Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188707",
+ "name": "CDISC DDF Objective Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188725",
+ "name": "CDISC DDF Objective Level Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215474",
+ "name": "CDISC DDF Observational Study Design Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215486",
+ "name": "CDISC DDF Observational Study Design Subtype Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188702",
+ "name": "CDISC DDF Organization Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188724",
+ "name": "CDISC DDF Organization Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207431",
+ "name": "CDISC DDF Parameter Map Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C216965",
+ "name": "CDISC DDF Person Name Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207432",
+ "name": "CDISC DDF Population Definition Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188716",
+ "name": "CDISC DDF Procedure Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207418",
+ "name": "CDISC DDF Product Designation Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215472",
+ "name": "CDISC DDF Product Organization Role Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215485",
+ "name": "CDISC DDF Product Organization Role Code Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188723",
+ "name": "CDISC DDF Protocol Status Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207433",
+ "name": "CDISC DDF Quantity Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207434",
+ "name": "CDISC DDF Range Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215457",
+ "name": "CDISC DDF Reference Identifier Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215478",
+ "name": "CDISC DDF Reference Identifier Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201258",
+ "name": "CDISC DDF Response Code Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201259",
+ "name": "CDISC DDF Schedule Timeline Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207436",
+ "name": "CDISC DDF Scheduled Activity Instance Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201260",
+ "name": "CDISC DDF Scheduled Decision Instance Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201261",
+ "name": "CDISC DDF Scheduled Instance Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215463",
+ "name": "CDISC DDF Strength Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207437",
+ "name": "CDISC DDF Study Amendment Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215469",
+ "name": "CDISC DDF Study Amendment Impact Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215481",
+ "name": "CDISC DDF Study Amendment Impact Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207438",
+ "name": "CDISC DDF Study Amendment Reason Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207415",
+ "name": "CDISC DDF Study Amendment Reason Code Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188709",
+ "name": "CDISC DDF Study Arm Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188727",
+ "name": "CDISC DDF Study Arm Data Origin Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215467",
+ "name": "CDISC DDF Study Change Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207439",
+ "name": "CDISC DDF Study Cohort Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215454",
+ "name": "CDISC DDF Study Definition Document Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215477",
+ "name": "CDISC DDF Study Definition Document Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215455",
+ "name": "CDISC DDF Study Definition Document Version Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188703",
+ "name": "CDISC DDF Study Design Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207416",
+ "name": "CDISC DDF Study Design Characteristics Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188706",
+ "name": "CDISC DDF Study Design Population Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188711",
+ "name": "CDISC DDF Study Element Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188710",
+ "name": "CDISC DDF Study Epoch Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188701",
+ "name": "CDISC DDF Study Identifier Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188704",
+ "name": "CDISC DDF Study Intervention Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207417",
+ "name": "CDISC DDF Study Intervention Role Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215466",
+ "name": "CDISC DDF Study Role Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215480",
+ "name": "CDISC DDF Study Role Code Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207441",
+ "name": "CDISC DDF Study Site Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207442",
+ "name": "CDISC DDF Study Title Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207419",
+ "name": "CDISC DDF Study Title Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207443",
+ "name": "CDISC DDF Study Version Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207444",
+ "name": "CDISC DDF Subject Enrollment Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C215462",
+ "name": "CDISC DDF Substance Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207445",
+ "name": "CDISC DDF Syntax Template Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C207446",
+ "name": "CDISC DDF Syntax Template Dictionary Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201262",
+ "name": "CDISC DDF Timing Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201265",
+ "name": "CDISC DDF Timing Relative To From Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201264",
+ "name": "CDISC DDF Timing Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C188712",
+ "name": "CDISC DDF Transition Rule Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C165634",
+ "name": "CDISC Define-XML Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C165635",
+ "name": "CDISC Define-XML ADaM Basic Data Structure Subclass Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177903",
+ "name": "CDISC Define-XML ADaM Medical Device Basic Data Structure Subclass Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176227",
+ "name": "CDISC Define-XML ADaM Occurrence Data Structure Subclass Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117745",
+ "name": "CDISC Define-XML Analysis Purpose Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117744",
+ "name": "CDISC Define-XML Analysis Reason Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172331",
+ "name": "CDISC Define-XML CDISC Controlled Terminology Standard Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103329",
+ "name": "CDISC Define-XML General Observation Class Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170448",
+ "name": "CDISC Define-XML ODM Context Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170450",
+ "name": "CDISC Define-XML Origin Source Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170449",
+ "name": "CDISC Define-XML Origin Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170452",
+ "name": "CDISC Define-XML Standard Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172332",
+ "name": "CDISC Define-XML Standard Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170451",
+ "name": "CDISC Define-XML Standard Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66788",
+ "name": "CDISC Dictionary Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160924",
+ "name": "CDISC SDTM Implementation Guide Version Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C67497",
+ "name": "CDISC Glossary Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203912",
+ "name": "CDISC MRCT Center Clinical Research Glossary",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132298",
+ "name": "CDISC Protocol Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C181167",
+ "name": "CDISC Protocol Amendment Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179587",
+ "name": "CDISC Protocol Biological Sample Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201266",
+ "name": "CDISC Protocol Biomarker Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201267",
+ "name": "CDISC Protocol Biomarker Category Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170440",
+ "name": "CDISC Protocol Endpoint Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170441",
+ "name": "CDISC Protocol Endpoint Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C142191",
+ "name": "CDISC Protocol Entities Clinical Study Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C139020",
+ "name": "CDISC Protocol Entities Clinical Trial Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132308",
+ "name": "CDISC Protocol Entities Physical Address Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154681",
+ "name": "CDISC Protocol Entities Protocol Contact Role Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154682",
+ "name": "CDISC Protocol Entities Study Contact Information Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147066",
+ "name": "CDISC Protocol Entities Study Design Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132309",
+ "name": "CDISC Protocol Entities Study Protocol Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132310",
+ "name": "CDISC Protocol Entities Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187682",
+ "name": "CDISC Protocol Expanded Access Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187683",
+ "name": "CDISC Protocol Expanded Access Study Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C184334",
+ "name": "CDISC Protocol Informed Consent Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177906",
+ "name": "CDISC Protocol Ingredient Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177907",
+ "name": "CDISC Protocol Ingredient Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177905",
+ "name": "CDISC Protocol Intervention Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165641",
+ "name": "CDISC Protocol Outcome Measure Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170442",
+ "name": "CDISC Protocol Outcome Measure Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165642",
+ "name": "CDISC Protocol Oversight Entity Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199649",
+ "name": "CDISC Protocol Pharmacology Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147069",
+ "name": "CDISC Protocol Randomization Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C184333",
+ "name": "CDISC Protocol Reference Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181168",
+ "name": "CDISC Protocol Statement Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190866",
+ "name": "CDISC Protocol Study Activity Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172329",
+ "name": "CDISC Protocol Study Arm Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174222",
+ "name": "CDISC Protocol Study Arm Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189268",
+ "name": "CDISC Protocol Study Blinding and Unblinding Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163026",
+ "name": "CDISC Protocol Study Monitoring Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165640",
+ "name": "CDISC Protocol Study Oversight Entity Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160921",
+ "name": "CDISC Protocol Study Population Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177904",
+ "name": "CDISC Protocol Study Product Administration Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174220",
+ "name": "CDISC Protocol Study Product Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174221",
+ "name": "CDISC Protocol Study Product Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147067",
+ "name": "CDISC Protocol Study Purpose Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185851",
+ "name": "CDISC Protocol Study Subject Discontinuation Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147068",
+ "name": "CDISC Protocol Subject Allocation Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185850",
+ "name": "CDISC Protocol Subject Replacement Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C197998",
+ "name": "CDISC Protocol Substudy Attribute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99076",
+ "name": "CDISC SDTM Intervention Model Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99078",
+ "name": "CDISC SDTM Intervention Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127259",
+ "name": "CDISC SDTM Observational Study Model Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99077",
+ "name": "CDISC SDTM Study Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66735",
+ "name": "CDISC SDTM Trial Blinding Schema Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66736",
+ "name": "CDISC SDTM Trial Indication Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66737",
+ "name": "CDISC SDTM Trial Phase Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66739",
+ "name": "CDISC SDTM Trial Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66742",
+ "name": "CDISC SDTM Yes No Unknown or Not Applicable Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C82590",
+ "name": "CDISC Root Variable Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66830",
+ "name": "CDISC SDTM Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C204414",
+ "name": "CDISC ADaM Tobacco Product Category Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66788",
+ "name": "CDISC Dictionary Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120166",
+ "name": "CDISC QRS Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C118970",
+ "name": "CDISC Clinical Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C182464",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0101 Through AIMS0107 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182502",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0101 Through AIMS0107 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182465",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0108 Through AIMS0109 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182503",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0108 Through AIMS0109 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182466",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0110 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182504",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0110 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182467",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0111 Through AIMS0112 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182505",
+ "name": "CDISC Clinical Classification Abnormal Involuntary Movement Scale AIMS0111 Through AIMS0112 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182484",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182522",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182485",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182523",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182486",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182524",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182487",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182525",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182488",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105A Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182526",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105A Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182489",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105B Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182527",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH105B Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182490",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106A Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182528",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106A Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182491",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106B Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182529",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH106B Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182492",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH107 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182530",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH107 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182493",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH108 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182531",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH108 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182494",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH109 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182532",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH109 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182495",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH110 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182533",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH110 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182496",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH111 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182534",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH111 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182497",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH114 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182535",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH114 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182498",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH115 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182536",
+ "name": "CDISC Clinical Classification Acute Physiology and Chronic Health Evaluation II APCH115 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101805",
+ "name": "CDISC Clinical Classification AIMS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101806",
+ "name": "CDISC Clinical Classification AIMS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141655",
+ "name": "CDISC Clinical Classification AJCC v7 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141654",
+ "name": "CDISC Clinical Classification AJCC v7 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120985",
+ "name": "CDISC Clinical Classification APACHE II Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120984",
+ "name": "CDISC Clinical Classification APACHE II Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176047",
+ "name": "CDISC Clinical Classification APGAR Score Version 1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176046",
+ "name": "CDISC Clinical Classification APGAR Score Version 1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119080",
+ "name": "CDISC Clinical Classification ARC STC Grade Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119079",
+ "name": "CDISC Clinical Classification ARC STC Grade Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124668",
+ "name": "CDISC Clinical Classification ASSIGN Score Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124667",
+ "name": "CDISC Clinical Classification ASSIGN Score Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124666",
+ "name": "CDISC Clinical Classification Atherosclerotic Cardiovascular Disease 10-Year Risk Estimator Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124665",
+ "name": "CDISC Clinical Classification Atherosclerotic Cardiovascular Disease 10-Year Risk Estimator Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182470",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182508",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182471",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182509",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182472",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182510",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182473",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182511",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182474",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS105 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182512",
+ "name": "CDISC Clinical Classification ATLAS Score ATLAS105 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147538",
+ "name": "CDISC Clinical Classification ATLAS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147537",
+ "name": "CDISC Clinical Classification ATLAS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161623",
+ "name": "CDISC Clinical Classification AVPU Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161622",
+ "name": "CDISC Clinical Classification AVPU Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101809",
+ "name": "CDISC Clinical Classification BARS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101810",
+ "name": "CDISC Clinical Classification BARS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106655",
+ "name": "CDISC Clinical Classification BDI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106654",
+ "name": "CDISC Clinical Classification BDI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120987",
+ "name": "CDISC Clinical Classification BODE Index Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120986",
+ "name": "CDISC Clinical Classification BODE Index Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161625",
+ "name": "CDISC Clinical Classification BPRS 1988 Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161624",
+ "name": "CDISC Clinical Classification BPRS 1988 Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100134",
+ "name": "CDISC Clinical Classification BPRS-Anchored Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100133",
+ "name": "CDISC Clinical Classification BPRS-Anchored Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189693",
+ "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA118 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189694",
+ "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA118 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189689",
+ "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET1 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189690",
+ "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET1 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189691",
+ "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET2 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189692",
+ "name": "CDISC Clinical Classification Brief Psychiatric Rating Scale-Anchored BPRSA1SET2 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130239",
+ "name": "CDISC Clinical Classification BUERS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130238",
+ "name": "CDISC Clinical Classification BUERS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199510",
+ "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris CCSGA101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199511",
+ "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris CCSGA101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199499",
+ "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199498",
+ "name": "CDISC Clinical Classification Canadian Cardiovascular Society Grading of Angina Pectoris Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118971",
+ "name": "CDISC Clinical Classification Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124678",
+ "name": "CDISC Clinical Classification CDC Classification System for HIV-Infected Adults and Adolescents Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124677",
+ "name": "CDISC Clinical Classification CDC Classification System for HIV-Infected Adults and Adolescents Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101811",
+ "name": "CDISC Clinical Classification CDR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101812",
+ "name": "CDISC Clinical Classification CDR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154447",
+ "name": "CDISC Clinical Classification CDRS-R Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154446",
+ "name": "CDISC Clinical Classification CDRS-R Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208383",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208390",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208384",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208391",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208385",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208392",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208386",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208393",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208387",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105A Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208394",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105A Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208388",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105B Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208395",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0105B Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208389",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0107 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208396",
+ "name": "CDISC Clinical Classification Child-Pugh Classification CPS0107 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120989",
+ "name": "CDISC Clinical Classification Child-Pugh Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120988",
+ "name": "CDISC Clinical Classification Child-Pugh Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187452",
+ "name": "CDISC Clinical Classification Clinician-Administered PTSD Scale (Current) DSM-5 With DSM IV Scoring 2016 Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187451",
+ "name": "CDISC Clinical Classification Clinician-Administered PTSD Scale (Current) DSM-5 With DSM IV Scoring 2016 Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199501",
+ "name": "CDISC Clinical Classification Comfort Behavior Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199500",
+ "name": "CDISC Clinical Classification Comfort Behavior Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C156673",
+ "name": "CDISC Clinical Classification COVI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C156672",
+ "name": "CDISC Clinical Classification COVI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124684",
+ "name": "CDISC Clinical Classification CRS-R Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124683",
+ "name": "CDISC Clinical Classification CRS-R Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115402",
+ "name": "CDISC Clinical Classification DRS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115401",
+ "name": "CDISC Clinical Classification DRS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112437",
+ "name": "CDISC Clinical Classification DS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112436",
+ "name": "CDISC Clinical Classification DS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161627",
+ "name": "CDISC Clinical Classification E-TRIP Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161626",
+ "name": "CDISC Clinical Classification E-TRIP Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179943",
+ "name": "CDISC Clinical Classification Eastern Cooperative Oncology Group Performance Status ECOG101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179944",
+ "name": "CDISC Clinical Classification Eastern Cooperative Oncology Group Performance Status ECOG101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101815",
+ "name": "CDISC Clinical Classification ECOG Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101816",
+ "name": "CDISC Clinical Classification ECOG Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112439",
+ "name": "CDISC Clinical Classification EDSS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112438",
+ "name": "CDISC Clinical Classification EDSS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117991",
+ "name": "CDISC Clinical Classification ESRS-A Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117990",
+ "name": "CDISC Clinical Classification ESRS-A Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111344",
+ "name": "CDISC Clinical Classification FAQ Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111343",
+ "name": "CDISC Clinical Classification FAQ Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111346",
+ "name": "CDISC Clinical Classification FAQ-NACC UDS Version 2.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111345",
+ "name": "CDISC Clinical Classification FAQ-NACC UDS Version 2.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170523",
+ "name": "CDISC Clinical Classification FAS-NACC UDS Version 3.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170522",
+ "name": "CDISC Clinical Classification FAS-NACC UDS Version 3.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124670",
+ "name": "CDISC Clinical Classification FHS CVD 10-Year Risk Score Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124669",
+ "name": "CDISC Clinical Classification FHS CVD 10-Year Risk Score Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124682",
+ "name": "CDISC Clinical Classification Glasgow Coma Scale-NINDS Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124681",
+ "name": "CDISC Clinical Classification Glasgow Coma Scale-NINDS Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130243",
+ "name": "CDISC Clinical Classification HAM-D6 Clinician Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130242",
+ "name": "CDISC Clinical Classification HAM-D6 Clinician Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101819",
+ "name": "CDISC Clinical Classification HAMA Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101820",
+ "name": "CDISC Clinical Classification HAMA Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100138",
+ "name": "CDISC Clinical Classification HAMD 17 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100137",
+ "name": "CDISC Clinical Classification HAMD 17 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101821",
+ "name": "CDISC Clinical Classification HAMD 21 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101822",
+ "name": "CDISC Clinical Classification HAMD 21 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130245",
+ "name": "CDISC Clinical Classification HAMD 24 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130244",
+ "name": "CDISC Clinical Classification HAMD 24 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182468",
+ "name": "CDISC Clinical Classification Hamilton Anxiety Rating Scale HAMA101 Through HAMA114 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182506",
+ "name": "CDISC Clinical Classification Hamilton Anxiety Rating Scale HAMA101 Through HAMA114 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190885",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190886",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190887",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190888",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190889",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190890",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190891",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0105A Through HBI0105H Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190892",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index HBI0105A Through HBI0105H Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190926",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190925",
+ "name": "CDISC Clinical Classification Harvey-Bradshaw Index Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138213",
+ "name": "CDISC Clinical Classification HAS-BLED Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138212",
+ "name": "CDISC Clinical Classification HAS-BLED Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130247",
+ "name": "CDISC Clinical Classification IDS-C Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130246",
+ "name": "CDISC Clinical Classification IDS-C Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182469",
+ "name": "CDISC Clinical Classification Karnofsky Performance Status Scale KPSS0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182507",
+ "name": "CDISC Clinical Classification Karnofsky Performance Status Scale KPSS0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170529",
+ "name": "CDISC Clinical Classification KDIGO-AKI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170528",
+ "name": "CDISC Clinical Classification KDIGO-AKI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130251",
+ "name": "CDISC Clinical Classification KDPI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130250",
+ "name": "CDISC Clinical Classification KDPI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112443",
+ "name": "CDISC Clinical Classification KFSS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112442",
+ "name": "CDISC Clinical Classification KFSS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100170",
+ "name": "CDISC Clinical Classification KPS Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100169",
+ "name": "CDISC Clinical Classification KPS Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182475",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182513",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182476",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182514",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182478",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182516",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182479",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182517",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182480",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS105 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182518",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS105 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182481",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS106 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182519",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS106 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182482",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS107 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182520",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS107 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182483",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS108 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182521",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS108 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182477",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS1SET1 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182515",
+ "name": "CDISC Clinical Classification Kurtzke Functional System Scores KFSS1SET1 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138215",
+ "name": "CDISC Clinical Classification LPSS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138214",
+ "name": "CDISC Clinical Classification LPSS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120991",
+ "name": "CDISC Clinical Classification MELD Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120990",
+ "name": "CDISC Clinical Classification MELD Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202147",
+ "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised MTWSR101 Through MTWSR115 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202148",
+ "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised MTWSR101 Through MTWSR115 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202146",
+ "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202145",
+ "name": "CDISC Clinical Classification Minnesota Tobacco Withdrawal Scale-Revised Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213936",
+ "name": "CDISC Clinical Classification Model for End Stage Liver Disease - Serum Na 2008 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213935",
+ "name": "CDISC Clinical Classification Model for End Stage Liver Disease - Serum Na 2008 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190893",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190894",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190895",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190896",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190897",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190898",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190899",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190900",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190901",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI105 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190902",
+ "name": "CDISC Clinical Classification Modified Van Assche Index MVAI105 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190930",
+ "name": "CDISC Clinical Classification Modified Van Assche Index Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190929",
+ "name": "CDISC Clinical Classification Modified Van Assche Index Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190928",
+ "name": "CDISC Clinical Classification Montreal Classification for Crohn's Disease Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190927",
+ "name": "CDISC Clinical Classification Montreal Classification for Crohn's Disease Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111348",
+ "name": "CDISC Clinical Classification MRS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111347",
+ "name": "CDISC Clinical Classification MRS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171355",
+ "name": "CDISC Clinical Classification NEWS2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171354",
+ "name": "CDISC Clinical Classification NEWS2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119076",
+ "name": "CDISC Clinical Classification NHLBI CAD Grade Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119075",
+ "name": "CDISC Clinical Classification NHLBI CAD Grade Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120993",
+ "name": "CDISC Clinical Classification NSA-16 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120992",
+ "name": "CDISC Clinical Classification NSA-16 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132517",
+ "name": "CDISC Clinical Classification NSAA Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132516",
+ "name": "CDISC Clinical Classification NSAA Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124686",
+ "name": "CDISC Clinical Classification PANSS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124685",
+ "name": "CDISC Clinical Classification PANSS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179936",
+ "name": "CDISC Clinical Classification PASI Feldman Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179935",
+ "name": "CDISC Clinical Classification PASI Feldman Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190938",
+ "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Bozek Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190937",
+ "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Bozek Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190936",
+ "name": "CDISC Clinical Classification Psoriasis Area and Severity Index European Medical Agency Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190935",
+ "name": "CDISC Clinical Classification Psoriasis Area and Severity Index European Medical Agency Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190934",
+ "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Fredriksson Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190933",
+ "name": "CDISC Clinical Classification Psoriasis Area and Severity Index Fredriksson Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130249",
+ "name": "CDISC Clinical Classification QIDS-C Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130248",
+ "name": "CDISC Clinical Classification QIDS-C Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171409",
+ "name": "CDISC Clinical Classification RASS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171408",
+ "name": "CDISC Clinical Classification RASS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124672",
+ "name": "CDISC Clinical Classification Reynolds CVD 10-Year Risk Score Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124671",
+ "name": "CDISC Clinical Classification Reynolds CVD 10-Year Risk Score Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190903",
+ "name": "CDISC Clinical Classification Rutgeerts Score RUTG0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190904",
+ "name": "CDISC Clinical Classification Rutgeerts Score RUTG0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190932",
+ "name": "CDISC Clinical Classification Rutgeerts Score Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190931",
+ "name": "CDISC Clinical Classification Rutgeerts Score Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171413",
+ "name": "CDISC Clinical Classification SAS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171412",
+ "name": "CDISC Clinical Classification SAS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204225",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204226",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204227",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204228",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204229",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204230",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204231",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204232",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204233",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0105 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204234",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0105 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204235",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0106 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204236",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27MAR2024 SOFA0106 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204224",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27th March 2024 Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204223",
+ "name": "CDISC Clinical Classification Sepsis-related Organ Failure Assessment 27th March 2024 Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176051",
+ "name": "CDISC Clinical Classification SES-CD Version 1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176050",
+ "name": "CDISC Clinical Classification SES-CD Version 1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193261",
+ "name": "CDISC Clinical Classification Tanner Scale Boy TANN0201 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193262",
+ "name": "CDISC Clinical Classification Tanner Scale Boy TANN0201 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193263",
+ "name": "CDISC Clinical Classification Tanner Scale Boy TANN0202 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193264",
+ "name": "CDISC Clinical Classification Tanner Scale Boy TANN0202 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193257",
+ "name": "CDISC Clinical Classification Tanner Scale Girl TANN0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193258",
+ "name": "CDISC Clinical Classification Tanner Scale Girl TANN0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193259",
+ "name": "CDISC Clinical Classification Tanner Scale Girl TANN0102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193260",
+ "name": "CDISC Clinical Classification Tanner Scale Girl TANN0102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124662",
+ "name": "CDISC Clinical Classification Tanner Scale-Boy Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124661",
+ "name": "CDISC Clinical Classification Tanner Scale-Boy Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124664",
+ "name": "CDISC Clinical Classification Tanner Scale-Girl Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124663",
+ "name": "CDISC Clinical Classification Tanner Scale-Girl Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106657",
+ "name": "CDISC Clinical Classification TDI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106656",
+ "name": "CDISC Clinical Classification TDI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119074",
+ "name": "CDISC Clinical Classification TIMI Thrombus Grade Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119073",
+ "name": "CDISC Clinical Classification TIMI Thrombus Grade Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154449",
+ "name": "CDISC Clinical Classification UHDRS 1999 Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154448",
+ "name": "CDISC Clinical Classification UHDRS 1999 Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100148",
+ "name": "CDISC Clinical Classification UPDRS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100147",
+ "name": "CDISC Clinical Classification UPDRS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141653",
+ "name": "CDISC Clinical Classification VALG Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141652",
+ "name": "CDISC Clinical Classification VALG Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130241",
+ "name": "CDISC Clinical Classification VLERS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130240",
+ "name": "CDISC Clinical Classification VLERS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124680",
+ "name": "CDISC Clinical Classification West Haven Criteria Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124679",
+ "name": "CDISC Clinical Classification West Haven Criteria Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124674",
+ "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Adults and Adolescents Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124673",
+ "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Adults and Adolescents Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124676",
+ "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Children Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124675",
+ "name": "CDISC Clinical Classification WHO Clinical Staging of HIV/AIDS for Children Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C115302",
+ "name": "CDISC Functional Test Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C141657",
+ "name": "CDISC Functional Test 10-Meter Walk/Run Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141656",
+ "name": "CDISC Functional Test 10-Meter Walk/Run Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141663",
+ "name": "CDISC Functional Test 4-Stair Ascend Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141662",
+ "name": "CDISC Functional Test 4-Stair Ascend Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141661",
+ "name": "CDISC Functional Test 4-Stair Descend Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141660",
+ "name": "CDISC Functional Test 4-Stair Descend Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115388",
+ "name": "CDISC Functional Test 6MWT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115387",
+ "name": "CDISC Functional Test 6MWT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100132",
+ "name": "CDISC Functional Test ADAS-Cog CDISC Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100131",
+ "name": "CDISC Functional Test ADAS-Cog CDISC Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101807",
+ "name": "CDISC Functional Test ADNI AVLT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101808",
+ "name": "CDISC Functional Test ADNI AVLT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213938",
+ "name": "CDISC Functional Test Alzheimer's Disease Assessment Scale-Cognitive Date 30th June 2015 Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213937",
+ "name": "CDISC Functional Test Alzheimer's Disease Assessment Scale-Cognitive Date 30th June 2015 Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123655",
+ "name": "CDISC Functional Test AVLT-REY Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123654",
+ "name": "CDISC Functional Test AVLT-REY Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120983",
+ "name": "CDISC Functional Test BACS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120982",
+ "name": "CDISC Functional Test BACS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115304",
+ "name": "CDISC Functional Test Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150766",
+ "name": "CDISC Functional Test COWAT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150765",
+ "name": "CDISC Functional Test COWAT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150768",
+ "name": "CDISC Functional Test ERT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150767",
+ "name": "CDISC Functional Test ERT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115390",
+ "name": "CDISC Functional Test HAI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115389",
+ "name": "CDISC Functional Test HAI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166188",
+ "name": "CDISC Functional Test HD-CAB Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166187",
+ "name": "CDISC Functional Test HD-CAB Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100142",
+ "name": "CDISC Functional Test MMSE Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100141",
+ "name": "CDISC Functional Test MMSE Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150770",
+ "name": "CDISC Functional Test MMSE-2 Standard Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150769",
+ "name": "CDISC Functional Test MMSE-2 Standard Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115392",
+ "name": "CDISC Functional Test NHPT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115391",
+ "name": "CDISC Functional Test NHPT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150772",
+ "name": "CDISC Functional Test Paced Tapping Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150771",
+ "name": "CDISC Functional Test Paced Tapping Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115394",
+ "name": "CDISC Functional Test PASAT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115393",
+ "name": "CDISC Functional Test PASAT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138217",
+ "name": "CDISC Functional Test PUL 1.2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138216",
+ "name": "CDISC Functional Test PUL 1.2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138219",
+ "name": "CDISC Functional Test PUL 2.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138218",
+ "name": "CDISC Functional Test PUL 2.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166190",
+ "name": "CDISC Functional Test RFWT Version 1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166189",
+ "name": "CDISC Functional Test RFWT Version 1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141659",
+ "name": "CDISC Functional Test Rising From Floor Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141658",
+ "name": "CDISC Functional Test Rising From Floor Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115396",
+ "name": "CDISC Functional Test SDMT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115395",
+ "name": "CDISC Functional Test SDMT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170527",
+ "name": "CDISC Functional Test SPPB Version 1.2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170526",
+ "name": "CDISC Functional Test SPPB Version 1.2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115398",
+ "name": "CDISC Functional Test T25FW Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115397",
+ "name": "CDISC Functional Test T25FW Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124688",
+ "name": "CDISC Functional Test TMT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124687",
+ "name": "CDISC Functional Test TMT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115400",
+ "name": "CDISC Functional Test TUG Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115399",
+ "name": "CDISC Functional Test TUG Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C100110",
+ "name": "CDISC Questionnaire Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C199497",
+ "name": "CDISC Brief Questionnaire of Smoking Urges Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199496",
+ "name": "CDISC Brief Questionnaire of Smoking Urges Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106651",
+ "name": "CDISC Questionnaire ADCS-ADL MCI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106650",
+ "name": "CDISC Questionnaire ADCS-ADL MCI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106653",
+ "name": "CDISC Questionnaire ADCS-ADL Severe Dementia Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106652",
+ "name": "CDISC Questionnaire ADCS-ADL Severe Dementia Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105140",
+ "name": "CDISC Questionnaire ADCS-ADL Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105139",
+ "name": "CDISC Questionnaire ADCS-ADL Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103459",
+ "name": "CDISC Questionnaire ADCS-CGIC Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103458",
+ "name": "CDISC Questionnaire ADCS-CGIC Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163385",
+ "name": "CDISC Questionnaire ADSD Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163384",
+ "name": "CDISC Questionnaire ADSD Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163387",
+ "name": "CDISC Questionnaire ANSD Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163386",
+ "name": "CDISC Questionnaire ANSD Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112435",
+ "name": "CDISC Questionnaire AQ20 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112434",
+ "name": "CDISC Questionnaire AQ20 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125741",
+ "name": "CDISC Questionnaire ASEX-Female Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125740",
+ "name": "CDISC Questionnaire ASEX-Female Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125743",
+ "name": "CDISC Questionnaire ASEX-Male Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125742",
+ "name": "CDISC Questionnaire ASEX-Male Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119062",
+ "name": "CDISC Questionnaire AUDIT-C Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119061",
+ "name": "CDISC Questionnaire AUDIT-C Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119060",
+ "name": "CDISC Questionnaire AUDIT-SR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119059",
+ "name": "CDISC Questionnaire AUDIT-SR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135680",
+ "name": "CDISC Questionnaire BEBQ Concurrent Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135679",
+ "name": "CDISC Questionnaire BEBQ Concurrent Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135682",
+ "name": "CDISC Questionnaire BEBQ Retrospective Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135681",
+ "name": "CDISC Questionnaire BEBQ Retrospective Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113852",
+ "name": "CDISC Questionnaire Bladder Control Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113851",
+ "name": "CDISC Questionnaire Bladder Control Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113846",
+ "name": "CDISC Questionnaire Borg CR10 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113845",
+ "name": "CDISC Questionnaire Borg CR10 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113854",
+ "name": "CDISC Questionnaire Bowel Control Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113853",
+ "name": "CDISC Questionnaire Bowel Control Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100164",
+ "name": "CDISC Questionnaire BPI Short Form Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100163",
+ "name": "CDISC Questionnaire BPI Short Form Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100162",
+ "name": "CDISC Questionnaire BPI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100161",
+ "name": "CDISC Questionnaire BPI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106659",
+ "name": "CDISC Questionnaire C-SSRS Already Enrolled Subjects Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106658",
+ "name": "CDISC Questionnaire C-SSRS Already Enrolled Subjects Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100168",
+ "name": "CDISC Questionnaire C-SSRS Baseline Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100167",
+ "name": "CDISC Questionnaire C-SSRS Baseline Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105132",
+ "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Phase 1 Study Version 1/14/09 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105131",
+ "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Phase 1 Study Version 1/14/09 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106661",
+ "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106660",
+ "name": "CDISC Questionnaire C-SSRS Baseline/Screening Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111336",
+ "name": "CDISC Questionnaire C-SSRS Children's Baseline Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111335",
+ "name": "CDISC Questionnaire C-SSRS Children's Baseline Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111338",
+ "name": "CDISC Questionnaire C-SSRS Children's Baseline/Screening Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111337",
+ "name": "CDISC Questionnaire C-SSRS Children's Baseline/Screening Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111340",
+ "name": "CDISC Questionnaire C-SSRS Children's Since Last Visit Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111339",
+ "name": "CDISC Questionnaire C-SSRS Children's Since Last Visit Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117989",
+ "name": "CDISC Questionnaire C-SSRS Lifetime/Recent Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117988",
+ "name": "CDISC Questionnaire C-SSRS Lifetime/Recent Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113848",
+ "name": "CDISC Questionnaire C-SSRS Pediatric/Cognitively Impaired Lifetime/Recent Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113847",
+ "name": "CDISC Questionnaire C-SSRS Pediatric/Cognitively Impaired Lifetime/Recent Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111342",
+ "name": "CDISC Questionnaire C-SSRS Screening Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111341",
+ "name": "CDISC Questionnaire C-SSRS Screening Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103461",
+ "name": "CDISC Questionnaire C-SSRS Since Last Visit Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103460",
+ "name": "CDISC Questionnaire C-SSRS Since Last Visit Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100129",
+ "name": "CDISC Questionnaire Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119066",
+ "name": "CDISC Questionnaire CCQ 1 Week Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119065",
+ "name": "CDISC Questionnaire CCQ 1 Week Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119064",
+ "name": "CDISC Questionnaire CCQ 24 Hour Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119063",
+ "name": "CDISC Questionnaire CCQ 24 Hour Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176049",
+ "name": "CDISC Questionnaire CDAI Version 1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176048",
+ "name": "CDISC Questionnaire CDAI Version 1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132519",
+ "name": "CDISC Questionnaire CES Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132518",
+ "name": "CDISC Questionnaire CES Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135686",
+ "name": "CDISC Questionnaire CGI Generic Modification Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135685",
+ "name": "CDISC Questionnaire CGI Generic Modification Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117987",
+ "name": "CDISC Questionnaire CHART-SF Interview Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117986",
+ "name": "CDISC Questionnaire CHART-SF Interview Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119068",
+ "name": "CDISC Questionnaire CHART-SF Paper Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119067",
+ "name": "CDISC Questionnaire CHART-SF Paper Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179945",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179950",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179946",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0102 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179951",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0102 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179947",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0103 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179952",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0103 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179948",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0104 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179953",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0104 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179949",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0105 Through CES0107 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179954",
+ "name": "CDISC Questionnaire Combat Exposure Scale CES0105 Through CES0107 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100158",
+ "name": "CDISC Questionnaire COMM Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100157",
+ "name": "CDISC Questionnaire COMM Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101813",
+ "name": "CDISC Questionnaire COWS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101814",
+ "name": "CDISC Questionnaire COWS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120979",
+ "name": "CDISC Questionnaire CRQ-SAS First Administration Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120978",
+ "name": "CDISC Questionnaire CRQ-SAS First Administration Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120981",
+ "name": "CDISC Questionnaire CRQ-SAS Follow-Up Administration Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120980",
+ "name": "CDISC Questionnaire CRQ-SAS Follow-Up Administration Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105130",
+ "name": "CDISC Questionnaire DAD Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105129",
+ "name": "CDISC Questionnaire DAD Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C183549",
+ "name": "CDISC Questionnaire DIBSS-C Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C183548",
+ "name": "CDISC Questionnaire DIBSS-C Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119070",
+ "name": "CDISC Questionnaire DLQI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119069",
+ "name": "CDISC Questionnaire DLQI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141673",
+ "name": "CDISC Questionnaire DRRI-2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141672",
+ "name": "CDISC Questionnaire DRRI-2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161617",
+ "name": "CDISC Questionnaire EORTC QLQ-C15-PAL Version 1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161616",
+ "name": "CDISC Questionnaire EORTC QLQ-C15-PAL Version 1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161619",
+ "name": "CDISC Questionnaire EORTC QLQ-C30 Version 3 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161618",
+ "name": "CDISC Questionnaire EORTC QLQ-C30 Version 3 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170525",
+ "name": "CDISC Questionnaire EORTC QLQ-CR29 Version 2.1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170524",
+ "name": "CDISC Questionnaire EORTC QLQ-CR29 Version 2.1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172400",
+ "name": "CDISC Questionnaire EORTC QLQ-LC13 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172399",
+ "name": "CDISC Questionnaire EORTC QLQ-LC13 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132521",
+ "name": "CDISC Questionnaire EPDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132520",
+ "name": "CDISC Questionnaire EPDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127350",
+ "name": "CDISC Questionnaire EPIC-26 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127349",
+ "name": "CDISC Questionnaire EPIC-26 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127352",
+ "name": "CDISC Questionnaire EPIC-CP Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127351",
+ "name": "CDISC Questionnaire EPIC-CP Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100136",
+ "name": "CDISC Questionnaire EQ-5D-3L Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100135",
+ "name": "CDISC Questionnaire EQ-5D-3L Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101817",
+ "name": "CDISC Questionnaire EQ-5D-5L Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101818",
+ "name": "CDISC Questionnaire EQ-5D-5L Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103463",
+ "name": "CDISC Questionnaire ESS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103462",
+ "name": "CDISC Questionnaire ESS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123653",
+ "name": "CDISC Questionnaire EXACT Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123652",
+ "name": "CDISC Questionnaire EXACT Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125745",
+ "name": "CDISC Questionnaire Expanded DRS-PI Caregiver Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125744",
+ "name": "CDISC Questionnaire Expanded DRS-PI Caregiver Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125747",
+ "name": "CDISC Questionnaire Expanded DRS-PI Survivor Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125746",
+ "name": "CDISC Questionnaire Expanded DRS-PI Survivor Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179938",
+ "name": "CDISC Questionnaire FAACT Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179937",
+ "name": "CDISC Questionnaire FAACT Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147542",
+ "name": "CDISC Questionnaire FACIT-Dyspnea 10 Item Short Form Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147541",
+ "name": "CDISC Questionnaire FACIT-Dyspnea 10 Item Short Form Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154451",
+ "name": "CDISC Questionnaire FACIT-Dyspnea Scale 33 Item Bank Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154450",
+ "name": "CDISC Questionnaire FACIT-Dyspnea Scale 33 Item Bank Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129088",
+ "name": "CDISC Questionnaire FACIT-F Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129087",
+ "name": "CDISC Questionnaire FACIT-F Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147544",
+ "name": "CDISC Questionnaire FACIT-Fatigue 13-Item Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147543",
+ "name": "CDISC Questionnaire FACIT-Fatigue 13-Item Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C183551",
+ "name": "CDISC Questionnaire FACIT-Searchable Item Library Adult Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C183550",
+ "name": "CDISC Questionnaire FACIT-Searchable Item Library Adult Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C200915",
+ "name": "CDISC Questionnaire FACIT-Searchable Item Library Pediatric Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C200914",
+ "name": "CDISC Questionnaire FACIT-Searchable Item Library Pediatric Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129094",
+ "name": "CDISC Questionnaire FACT-B Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129093",
+ "name": "CDISC Questionnaire FACT-B Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154453",
+ "name": "CDISC Questionnaire FACT-BL Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154452",
+ "name": "CDISC Questionnaire FACT-BL Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147540",
+ "name": "CDISC Questionnaire FACT-BMT Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147539",
+ "name": "CDISC Questionnaire FACT-BMT Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179940",
+ "name": "CDISC Questionnaire FACT-BP Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179939",
+ "name": "CDISC Questionnaire FACT-BP Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150778",
+ "name": "CDISC Questionnaire FACT-BRM Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150777",
+ "name": "CDISC Questionnaire FACT-BRM Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150774",
+ "name": "CDISC Questionnaire FACT-C Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150773",
+ "name": "CDISC Questionnaire FACT-C Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166184",
+ "name": "CDISC Questionnaire FACT-COG Version 3 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166183",
+ "name": "CDISC Questionnaire FACT-COG Version 3 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127354",
+ "name": "CDISC Questionnaire FACT-G Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127353",
+ "name": "CDISC Questionnaire FACT-G Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130255",
+ "name": "CDISC Questionnaire FACT-HEP Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130254",
+ "name": "CDISC Questionnaire FACT-HEP Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150782",
+ "name": "CDISC Questionnaire FACT-L Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150781",
+ "name": "CDISC Questionnaire FACT-L Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130253",
+ "name": "CDISC Questionnaire FACT-LEU Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130252",
+ "name": "CDISC Questionnaire FACT-LEU Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130257",
+ "name": "CDISC Questionnaire FACT-LYM Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130256",
+ "name": "CDISC Questionnaire FACT-LYM Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127358",
+ "name": "CDISC Questionnaire FACT-P Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127357",
+ "name": "CDISC Questionnaire FACT-P Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150776",
+ "name": "CDISC Questionnaire FACT-Taxane Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150775",
+ "name": "CDISC Questionnaire FACT-Taxane Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150780",
+ "name": "CDISC Questionnaire FACT/GOG-NTX Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150779",
+ "name": "CDISC Questionnaire FACT/GOG-NTX Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208372",
+ "name": "CDISC Questionnaire Fagerstrom Test for Cigarette Dependence Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208371",
+ "name": "CDISC Questionnaire Fagerstrom Test for Cigarette Dependence Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193276",
+ "name": "CDISC Questionnaire Falls Efficacy Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193275",
+ "name": "CDISC Questionnaire Falls Efficacy Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112441",
+ "name": "CDISC Questionnaire FAMS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112440",
+ "name": "CDISC Questionnaire FAMS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113850",
+ "name": "CDISC Questionnaire Fatigue Severity Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113849",
+ "name": "CDISC Questionnaire Fatigue Severity Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138221",
+ "name": "CDISC Questionnaire FBRSI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138220",
+ "name": "CDISC Questionnaire FBRSI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103465",
+ "name": "CDISC Questionnaire FIQR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103464",
+ "name": "CDISC Questionnaire FIQR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138223",
+ "name": "CDISC Questionnaire FKSI-15 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138222",
+ "name": "CDISC Questionnaire FKSI-15 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150784",
+ "name": "CDISC Questionnaire FKSI-DRS Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150783",
+ "name": "CDISC Questionnaire FKSI-DRS Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138225",
+ "name": "CDISC Questionnaire FLSI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138224",
+ "name": "CDISC Questionnaire FLSI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129096",
+ "name": "CDISC Questionnaire FOSI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129095",
+ "name": "CDISC Questionnaire FOSI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100154",
+ "name": "CDISC Questionnaire FPSR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100153",
+ "name": "CDISC Questionnaire FPSR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213932",
+ "name": "CDISC Questionnaire Functional Assessment of Cancer Therapy-Melanoma Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213931",
+ "name": "CDISC Questionnaire Functional Assessment of Cancer Therapy-Melanoma Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208370",
+ "name": "CDISC Questionnaire Functional Assessment of Cancer Therapy/Gynecologic Oncology Group-Neurotoxicity Subscale Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208369",
+ "name": "CDISC Questionnaire Functional Assessment of Cancer Therapy/Gynecologic Oncology Group-Neurotoxicity Subscale Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199493",
+ "name": "CDISC Questionnaire Functional Assessment of Chronic Illness Therapy-Item GP5 Version 4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199492",
+ "name": "CDISC Questionnaire Functional Assessment of Chronic Illness Therapy-Item GP5 Version 4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103467",
+ "name": "CDISC Questionnaire GAD-7 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103466",
+ "name": "CDISC Questionnaire GAD-7 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163389",
+ "name": "CDISC Questionnaire GAD-7 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163388",
+ "name": "CDISC Questionnaire GAD-7 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105138",
+ "name": "CDISC Questionnaire GCGI v1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105137",
+ "name": "CDISC Questionnaire GCGI v1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106663",
+ "name": "CDISC Questionnaire GDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106662",
+ "name": "CDISC Questionnaire GDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106665",
+ "name": "CDISC Questionnaire GDS-SF Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106664",
+ "name": "CDISC Questionnaire GDS-SF Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163391",
+ "name": "CDISC Questionnaire GMSS Version Type 1 Diabetes Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163390",
+ "name": "CDISC Questionnaire GMSS Version Type 1 Diabetes Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115404",
+ "name": "CDISC Questionnaire GOSE Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115403",
+ "name": "CDISC Questionnaire GOSE Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103469",
+ "name": "CDISC Questionnaire HADS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103468",
+ "name": "CDISC Questionnaire HADS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130259",
+ "name": "CDISC Questionnaire HAM-D6 Self-Report Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130258",
+ "name": "CDISC Questionnaire HAM-D6 Self-Report Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106667",
+ "name": "CDISC Questionnaire HAQ-DI With VAS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106666",
+ "name": "CDISC Questionnaire HAQ-DI With VAS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132523",
+ "name": "CDISC Questionnaire HAQ-DI Without VAS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132522",
+ "name": "CDISC Questionnaire HAQ-DI Without VAS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163393",
+ "name": "CDISC Questionnaire HCS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163392",
+ "name": "CDISC Questionnaire HCS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174052",
+ "name": "CDISC Questionnaire IBDQ Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174051",
+ "name": "CDISC Questionnaire IBDQ Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130261",
+ "name": "CDISC Questionnaire IDS-SR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130260",
+ "name": "CDISC Questionnaire IDS-SR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103471",
+ "name": "CDISC Questionnaire IIEF Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103470",
+ "name": "CDISC Questionnaire IIEF Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113856",
+ "name": "CDISC Questionnaire Impact of Visual Impairment Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113855",
+ "name": "CDISC Questionnaire Impact of Visual Impairment Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182461",
+ "name": "CDISC Questionnaire International Prostate Symptom Score IPS0101 Through IPS0106 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182499",
+ "name": "CDISC Questionnaire International Prostate Symptom Score IPS0101 Through IPS0106 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182462",
+ "name": "CDISC Questionnaire International Prostate Symptom Score IPS0107 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182500",
+ "name": "CDISC Questionnaire International Prostate Symptom Score IPS0107 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182463",
+ "name": "CDISC Questionnaire International Prostate Symptom Score IPS0109 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C182501",
+ "name": "CDISC Questionnaire International Prostate Symptom Score IPS0109 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141667",
+ "name": "CDISC Questionnaire IPAQ Long Last 7 Days Self-Administered Format Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141666",
+ "name": "CDISC Questionnaire IPAQ Long Last 7 Days Self-Administered Format Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141669",
+ "name": "CDISC Questionnaire IPAQ Long Last 7 Days Telephone Format Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141668",
+ "name": "CDISC Questionnaire IPAQ Long Last 7 Days Telephone Format Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141665",
+ "name": "CDISC Questionnaire IPAQ Short Last 7 Days Self-administered Format Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141664",
+ "name": "CDISC Questionnaire IPAQ Short Last 7 Days Self-administered Format Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141671",
+ "name": "CDISC Questionnaire IPAQ Short Last 7 Days Telephone Format Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C141670",
+ "name": "CDISC Questionnaire IPAQ Short Last 7 Days Telephone Format Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C183547",
+ "name": "CDISC Questionnaire IPSS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C183546",
+ "name": "CDISC Questionnaire IPSS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193274",
+ "name": "CDISC Questionnaire Kidney Disease and Quality of Life-36 Version 1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193273",
+ "name": "CDISC Questionnaire Kidney Disease and Quality of Life-36 Version 1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135690",
+ "name": "CDISC Questionnaire LEC-5 Standard Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135689",
+ "name": "CDISC Questionnaire LEC-5 Standard Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100140",
+ "name": "CDISC Questionnaire MDS-UPDRS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100139",
+ "name": "CDISC Questionnaire MDS-UPDRS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112445",
+ "name": "CDISC Questionnaire MHIS-NACC Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112444",
+ "name": "CDISC Questionnaire MHIS-NACC Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106669",
+ "name": "CDISC Questionnaire MMRC Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106668",
+ "name": "CDISC Questionnaire MMRC Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100152",
+ "name": "CDISC Questionnaire MNSI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100151",
+ "name": "CDISC Questionnaire MNSI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213934",
+ "name": "CDISC Questionnaire Modified Cigarette Evaluation Questionnaire Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213933",
+ "name": "CDISC Questionnaire Modified Cigarette Evaluation Questionnaire Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113858",
+ "name": "CDISC Questionnaire Modified Fatigue Impact Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113857",
+ "name": "CDISC Questionnaire Modified Fatigue Impact Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115406",
+ "name": "CDISC Questionnaire MPAI-4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115405",
+ "name": "CDISC Questionnaire MPAI-4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113860",
+ "name": "CDISC Questionnaire Multiple Sclerosis Quality of Life-54 Instrument Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113859",
+ "name": "CDISC Questionnaire Multiple Sclerosis Quality of Life-54 Instrument Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208380",
+ "name": "CDISC Questionnaire National Youth Tobacco Survey 2022 Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208379",
+ "name": "CDISC Questionnaire National Youth Tobacco Survey 2022 Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129092",
+ "name": "CDISC Questionnaire NCCN-FACT FBLSI-18 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129091",
+ "name": "CDISC Questionnaire NCCN-FACT FBLSI-18 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150786",
+ "name": "CDISC Questionnaire NCCN-FACT FBRSI-24 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150785",
+ "name": "CDISC Questionnaire NCCN-FACT FBRSI-24 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150788",
+ "name": "CDISC Questionnaire NCCN-FACT FHNSI-22 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150787",
+ "name": "CDISC Questionnaire NCCN-FACT FHNSI-22 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129090",
+ "name": "CDISC Questionnaire NCCN-FACT FKSI-19 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129089",
+ "name": "CDISC Questionnaire NCCN-FACT FKSI-19 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129098",
+ "name": "CDISC Questionnaire NCCN-FACT FOSI-18 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129097",
+ "name": "CDISC Questionnaire NCCN-FACT FOSI-18 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127356",
+ "name": "CDISC Questionnaire NCCN-FACT-FPSI 17 Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127355",
+ "name": "CDISC Questionnaire NCCN-FACT-FPSI 17 Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100144",
+ "name": "CDISC Questionnaire NPI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100143",
+ "name": "CDISC Questionnaire NPI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103473",
+ "name": "CDISC Questionnaire NPS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103472",
+ "name": "CDISC Questionnaire NPS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154455",
+ "name": "CDISC Questionnaire NSCLC-SAQ Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154454",
+ "name": "CDISC Questionnaire NSCLC-SAQ Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103477",
+ "name": "CDISC Questionnaire OAB-q Short Form Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103476",
+ "name": "CDISC Questionnaire OAB-q Short Form Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103475",
+ "name": "CDISC Questionnaire OAB-q Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103474",
+ "name": "CDISC Questionnaire OAB-q Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199495",
+ "name": "CDISC Questionnaire Observer Global Impression Generic Modification Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199494",
+ "name": "CDISC Questionnaire Observer Global Impression Generic Modification Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103479",
+ "name": "CDISC Questionnaire ODI v2.1a Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103478",
+ "name": "CDISC Questionnaire ODI v2.1a Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163395",
+ "name": "CDISC Questionnaire PARENT-DDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163394",
+ "name": "CDISC Questionnaire PARENT-DDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163397",
+ "name": "CDISC Questionnaire PARTNER-DDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163396",
+ "name": "CDISC Questionnaire PARTNER-DDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190940",
+ "name": "CDISC Questionnaire Patient Health Questionnaire - 8 Item Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190939",
+ "name": "CDISC Questionnaire Patient Health Questionnaire - 8 Item Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213939",
+ "name": "CDISC Questionnaire Patient Health Questionnaire - 9 PHQ0101 Through PHQ0109 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213941",
+ "name": "CDISC Questionnaire Patient Health Questionnaire - 9 PHQ0101 Through PHQ0109 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213940",
+ "name": "CDISC Questionnaire Patient Health Questionnaire - 9 PHQ0110 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213942",
+ "name": "CDISC Questionnaire Patient Health Questionnaire - 9 PHQ0110 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135692",
+ "name": "CDISC Questionnaire PCL-5 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135691",
+ "name": "CDISC Questionnaire PCL-5 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112447",
+ "name": "CDISC Questionnaire PDDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112446",
+ "name": "CDISC Questionnaire PDDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147546",
+ "name": "CDISC Questionnaire Peds-FACIT-F Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147545",
+ "name": "CDISC Questionnaire Peds-FACIT-F Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138227",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Child Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138226",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Child Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138229",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent of Toddler Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138228",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent of Toddler Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138231",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Child Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138230",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Child Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138233",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Teen Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138232",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Teen Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138235",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Adults Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138234",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Adults Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138237",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Child Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138236",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Parent Report for Young Child Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138239",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Teen Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138238",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Teen Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138241",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Adult Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138240",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Adult Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138243",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Child Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138242",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Acute Version 3.0 Young Child Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138245",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Child Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138244",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Child Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138247",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent of Toddler Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138246",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent of Toddler Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138249",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Child Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138248",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Child Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138251",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Teen Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138250",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Teen Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138253",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Adults Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138252",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Adults Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138255",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Child Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138254",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Parent Report for Young Child Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138257",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Teen Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138256",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Teen Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138259",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Adult Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138258",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Adult Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138261",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Child Report Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138260",
+ "name": "CDISC Questionnaire PedsQL Neuromuscular Module Version 3.0 Young Child Report Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204222",
+ "name": "CDISC Questionnaire Penn State Electronic Cigarette Dependence Index Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204221",
+ "name": "CDISC Questionnaire Penn State Electronic Cigarette Dependence Index Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204220",
+ "name": "CDISC Questionnaire Perianal Crohn's Disease Activity Index Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204219",
+ "name": "CDISC Questionnaire Perianal Crohn's Disease Activity Index Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135688",
+ "name": "CDISC Questionnaire PGI Generic Modification Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135687",
+ "name": "CDISC Questionnaire PGI Generic Modification Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125749",
+ "name": "CDISC Questionnaire PHQ Screener Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125748",
+ "name": "CDISC Questionnaire PHQ Screener Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103483",
+ "name": "CDISC Questionnaire PHQ-15 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103482",
+ "name": "CDISC Questionnaire PHQ-15 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157727",
+ "name": "CDISC Questionnaire PHQ-2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157726",
+ "name": "CDISC Questionnaire PHQ-2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103481",
+ "name": "CDISC Questionnaire PHQ-9 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103480",
+ "name": "CDISC Questionnaire PHQ-9 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105134",
+ "name": "CDISC Questionnaire PI v1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105133",
+ "name": "CDISC Questionnaire PI v1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135696",
+ "name": "CDISC Questionnaire PODCI Adolescent Parent-Reported Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135695",
+ "name": "CDISC Questionnaire PODCI Adolescent Parent-Reported Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135698",
+ "name": "CDISC Questionnaire PODCI Adolescent Self-Reported Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135697",
+ "name": "CDISC Questionnaire PODCI Adolescent Self-Reported Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135694",
+ "name": "CDISC Questionnaire PODCI Pediatric Parent-Reported Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135693",
+ "name": "CDISC Questionnaire PODCI Pediatric Parent-Reported Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105136",
+ "name": "CDISC Questionnaire PR v1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105135",
+ "name": "CDISC Questionnaire PR v1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179942",
+ "name": "CDISC Questionnaire PRO-CTCAE Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179941",
+ "name": "CDISC Questionnaire PRO-CTCAE Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208376",
+ "name": "CDISC Questionnaire PROMIS Item Bank v1.0 - Sleep Disturbance - Short Form 4a Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208375",
+ "name": "CDISC Questionnaire PROMIS Item Bank v1.0 - Sleep Disturbance - Short Form 4a Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208374",
+ "name": "CDISC Questionnaire PROMIS Item Bank v2.0 - Cognitive Function - Abilities Subset - Short Form 6a Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208373",
+ "name": "CDISC Questionnaire PROMIS Item Bank v2.0 - Cognitive Function - Abilities Subset - Short Form 6a Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202144",
+ "name": "CDISC Questionnaire PROMIS Item Bank Version 1.0 Fatigue Short Form 7a Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202143",
+ "name": "CDISC Questionnaire PROMIS Item Bank Version 1.0 Fatigue Short Form 7a Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202142",
+ "name": "CDISC Questionnaire PROMIS Item Bank Version 2.0 Cognitive Function Short Form 6a Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202141",
+ "name": "CDISC Questionnaire PROMIS Item Bank Version 2.0 Cognitive Function Short Form 6a Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208378",
+ "name": "CDISC Questionnaire PROMIS-29 Profile Version 2.1 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208377",
+ "name": "CDISC Questionnaire PROMIS-29 Profile Version 2.1 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127360",
+ "name": "CDISC Questionnaire PROSQOLI Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127359",
+ "name": "CDISC Questionnaire PROSQOLI Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130265",
+ "name": "CDISC Questionnaire Q-LES-Q Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130264",
+ "name": "CDISC Questionnaire Q-LES-Q Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130267",
+ "name": "CDISC Questionnaire Q-LES-Q-SF Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130266",
+ "name": "CDISC Questionnaire Q-LES-Q-SF Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130263",
+ "name": "CDISC Questionnaire QIDS-SR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130262",
+ "name": "CDISC Questionnaire QIDS-SR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113862",
+ "name": "CDISC Questionnaire RAND 36-Item Health Survey 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113861",
+ "name": "CDISC Questionnaire RAND 36-Item Health Survey 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135700",
+ "name": "CDISC Questionnaire RAND Social Support Survey Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135699",
+ "name": "CDISC Questionnaire RAND Social Support Survey Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100166",
+ "name": "CDISC Questionnaire RDQ Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100165",
+ "name": "CDISC Questionnaire RDQ Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119072",
+ "name": "CDISC Questionnaire RPQ Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119071",
+ "name": "CDISC Questionnaire RPQ Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111350",
+ "name": "CDISC Questionnaire SDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111349",
+ "name": "CDISC Questionnaire SDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177710",
+ "name": "CDISC Questionnaire SF10 v1.0 Children Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177709",
+ "name": "CDISC Questionnaire SF10 v1.0 Children Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177712",
+ "name": "CDISC Questionnaire SF10 v1.0 Children Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177711",
+ "name": "CDISC Questionnaire SF10 v1.0 Children Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177714",
+ "name": "CDISC Questionnaire SF12 v1.0 Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177713",
+ "name": "CDISC Questionnaire SF12 v1.0 Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177716",
+ "name": "CDISC Questionnaire SF12 v1.0 Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177715",
+ "name": "CDISC Questionnaire SF12 v1.0 Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177718",
+ "name": "CDISC Questionnaire SF12 v2.0 Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177717",
+ "name": "CDISC Questionnaire SF12 v2.0 Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177720",
+ "name": "CDISC Questionnaire SF12 v2.0 Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177719",
+ "name": "CDISC Questionnaire SF12 v2.0 Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101823",
+ "name": "CDISC Questionnaire SF36 v1.0 Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101824",
+ "name": "CDISC Questionnaire SF36 v1.0 Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100174",
+ "name": "CDISC Questionnaire SF36 v1.0 Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100173",
+ "name": "CDISC Questionnaire SF36 v1.0 Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101884",
+ "name": "CDISC Questionnaire SF36 v2.0 Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101825",
+ "name": "CDISC Questionnaire SF36 v2.0 Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101826",
+ "name": "CDISC Questionnaire SF36 v2.0 Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101827",
+ "name": "CDISC Questionnaire SF36 v2.0 Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185740",
+ "name": "CDISC Questionnaire SF6D Version 2.0 Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185739",
+ "name": "CDISC Questionnaire SF6D Version 2.0 Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185742",
+ "name": "CDISC Questionnaire SF6D Version 2.0 Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185741",
+ "name": "CDISC Questionnaire SF6D Version 2.0 Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177706",
+ "name": "CDISC Questionnaire SF8 v1.0 Acute Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177705",
+ "name": "CDISC Questionnaire SF8 v1.0 Acute Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177708",
+ "name": "CDISC Questionnaire SF8 v1.0 Standard Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177707",
+ "name": "CDISC Questionnaire SF8 v1.0 Standard Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112449",
+ "name": "CDISC Questionnaire SGRQ Past 3 Months Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112448",
+ "name": "CDISC Questionnaire SGRQ Past 3 Months Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112451",
+ "name": "CDISC Questionnaire SGRQ Past 4 Weeks Version Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112450",
+ "name": "CDISC Questionnaire SGRQ Past 4 Weeks Version Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106671",
+ "name": "CDISC Questionnaire SGRQ-C Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106670",
+ "name": "CDISC Questionnaire SGRQ-C Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100156",
+ "name": "CDISC Questionnaire Short-Form MPQ-2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100155",
+ "name": "CDISC Questionnaire Short-Form MPQ-2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150790",
+ "name": "CDISC Questionnaire SIQ Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150789",
+ "name": "CDISC Questionnaire SIQ Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150792",
+ "name": "CDISC Questionnaire SIQ-JR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150791",
+ "name": "CDISC Questionnaire SIQ-JR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103485",
+ "name": "CDISC Questionnaire SIQR Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103484",
+ "name": "CDISC Questionnaire SIQR Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154457",
+ "name": "CDISC Questionnaire SMDDS Version 1.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154456",
+ "name": "CDISC Questionnaire SMDDS Version 1.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100160",
+ "name": "CDISC Questionnaire SOAPP-R Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100159",
+ "name": "CDISC Questionnaire SOAPP-R Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101828",
+ "name": "CDISC Questionnaire SOWS Subjective Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101829",
+ "name": "CDISC Questionnaire SOWS Subjective Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187462",
+ "name": "CDISC Questionnaire Stanford Sleepiness Scale SSS0101 Original Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187463",
+ "name": "CDISC Questionnaire Stanford Sleepiness Scale SSS0101 Standardized Character Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187454",
+ "name": "CDISC Questionnaire Stanford Sleepiness Scale Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187453",
+ "name": "CDISC Questionnaire Stanford Sleepiness Scale Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115408",
+ "name": "CDISC Questionnaire SWLS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C115407",
+ "name": "CDISC Questionnaire SWLS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161621",
+ "name": "CDISC Questionnaire T1-DDS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C161620",
+ "name": "CDISC Questionnaire T1-DDS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147548",
+ "name": "CDISC Questionnaire TSCC Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147547",
+ "name": "CDISC Questionnaire TSCC Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147550",
+ "name": "CDISC Questionnaire TSCYC Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C147549",
+ "name": "CDISC Questionnaire TSCYC Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132525",
+ "name": "CDISC Questionnaire TSQM Version 1.4 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132524",
+ "name": "CDISC Questionnaire TSQM Version 1.4 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103489",
+ "name": "CDISC Questionnaire UPS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103488",
+ "name": "CDISC Questionnaire UPS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112453",
+ "name": "CDISC Questionnaire VFQ25-Interviewer Administered Format Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112452",
+ "name": "CDISC Questionnaire VFQ25-Interviewer Administered Format Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112455",
+ "name": "CDISC Questionnaire VFQ25-Self Administered Format Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112454",
+ "name": "CDISC Questionnaire VFQ25-Self Administered Format Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190942",
+ "name": "CDISC Questionnaire Voice Handicap Index Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190941",
+ "name": "CDISC Questionnaire Voice Handicap Index Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130281",
+ "name": "CDISC Questionnaire WHODAS 2.0 12+24-item Version Interviewer-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130280",
+ "name": "CDISC Questionnaire WHODAS 2.0 12+24-item Version Interviewer-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130275",
+ "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Interviewer-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130274",
+ "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Interviewer-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130277",
+ "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Proxy-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130276",
+ "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Proxy-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130279",
+ "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Self-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130278",
+ "name": "CDISC Questionnaire WHODAS 2.0 12-item Version Self-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130269",
+ "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Interviewer-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130268",
+ "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Interviewer-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130271",
+ "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Proxy-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130270",
+ "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Proxy-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130273",
+ "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Self-administered Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C130272",
+ "name": "CDISC Questionnaire WHODAS 2.0 36-item Version Self-administered Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166186",
+ "name": "CDISC Questionnaire WPAI-GH Version 2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166185",
+ "name": "CDISC Questionnaire WPAI-GH Version 2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100176",
+ "name": "CDISC Questionnaire WPAI:SHP v2.0 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100175",
+ "name": "CDISC Questionnaire WPAI:SHP v2.0 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C189265",
+ "name": "CDISC SDTM Accountable Party Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66767",
+ "name": "CDISC SDTM Action Taken with Study Treatment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204420",
+ "name": "CDISC SDTM Action Taken with Tobacco Product Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101865",
+ "name": "CDISC SDTM Acute Coronary Syndrome Presentation Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132311",
+ "name": "CDISC SDTM Administration Technique Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66768",
+ "name": "CDISC SDTM Adverse Event Outcome Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66781",
+ "name": "CDISC SDTM Age Unit Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C135012",
+ "name": "CDISC SDTM AJCC Tumor Grade Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C74456",
+ "name": "CDISC SDTM Anatomical Location Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120521",
+ "name": "CDISC SDTM Anti-Viral Outcome of Treatment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119020",
+ "name": "CDISC SDTM ARC Coronary Stent Thrombosis Grade Responses Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119019",
+ "name": "CDISC SDTM ARC Coronary Stent Thrombosis Timing Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C142179",
+ "name": "CDISC SDTM Arm Null Reason Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132313",
+ "name": "CDISC SDTM Asthma Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132312",
+ "name": "CDISC SDTM Asthma Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190863",
+ "name": "CDISC SDTM Auricular Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190862",
+ "name": "CDISC SDTM Auricular Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181169",
+ "name": "CDISC SDTM Binding Agent for Immunogenicity Tests Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124300",
+ "name": "CDISC SDTM Biospecimen Characteristics Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124299",
+ "name": "CDISC SDTM Biospecimen Characteristics Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124297",
+ "name": "CDISC SDTM Biospecimen Events Dictionary Derived Term Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71148",
+ "name": "CDISC SDTM Body Position Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125923",
+ "name": "CDISC SDTM BRIDG Activity Mood Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101859",
+ "name": "CDISC SDTM Cardiac Procedure Indication Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101866",
+ "name": "CDISC SDTM Cardiac Rhythm Device Failure Manifestation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119016",
+ "name": "CDISC SDTM Cardiovascular Findings About Results Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119015",
+ "name": "CDISC SDTM Cardiovascular Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119014",
+ "name": "CDISC SDTM Cardiovascular Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101847",
+ "name": "CDISC SDTM Cardiovascular Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101846",
+ "name": "CDISC SDTM Cardiovascular Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127263",
+ "name": "CDISC SDTM Case Finding Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181171",
+ "name": "CDISC SDTM Category for Cell Phenotyping Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C74558",
+ "name": "CDISC SDTM Category For Disposition Event Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66797",
+ "name": "CDISC SDTM Category for Inclusion And Or Exclusion Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204424",
+ "name": "CDISC SDTM Category of Ingredient Quantities by Component Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124298",
+ "name": "CDISC SDTM Category of Oncology Response Assessment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204429",
+ "name": "CDISC SDTM Category of Product Testing Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204434",
+ "name": "CDISC SDTM Category of Tobacco Products Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150812",
+ "name": "CDISC SDTM CDAD Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150813",
+ "name": "CDISC SDTM CDAD Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181173",
+ "name": "CDISC SDTM Cell Phenotyping Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181174",
+ "name": "CDISC SDTM Cell Phenotyping Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181172",
+ "name": "CDISC SDTM Cell State Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213531",
+ "name": "CDISC SDTM Clinical Status of Disease Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128690",
+ "name": "CDISC SDTM Collected Ethnicity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128689",
+ "name": "CDISC SDTM Collected Race Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177908",
+ "name": "CDISC SDTM Collected Summarized Value Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C187681",
+ "name": "CDISC SDTM Commercial Sponsor Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101838",
+ "name": "CDISC SDTM Consensus Cardiac Classification Systems Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101837",
+ "name": "CDISC SDTM Consensus Cardiac Classification Systems Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102575",
+ "name": "CDISC SDTM Contact Case Investigation Contact Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127257",
+ "name": "CDISC SDTM Contact Role for Clinical Study Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66785",
+ "name": "CDISC SDTM Control Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C122007",
+ "name": "CDISC SDTM COPD Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C122006",
+ "name": "CDISC SDTM COPD Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101843",
+ "name": "CDISC SDTM Coronary Artery Disease Presentation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101849",
+ "name": "CDISC SDTM Coronary Artery Disease Risk Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101844",
+ "name": "CDISC SDTM Coronary Artery Disease Symptoms Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101860",
+ "name": "CDISC SDTM Coronary Artery Dominance Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119017",
+ "name": "CDISC SDTM Coronary Thrombus TIMI Grade Responses Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101850",
+ "name": "CDISC SDTM Coronary Vessel Disease Extent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171443",
+ "name": "CDISC SDTM COVID-19 Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171442",
+ "name": "CDISC SDTM COVID-19 Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174223",
+ "name": "CDISC SDTM Crohn's Disease Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174224",
+ "name": "CDISC SDTM Crohn's Disease Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127264",
+ "name": "CDISC SDTM Culture Medium Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C116108",
+ "name": "CDISC SDTM Death Diagnosis Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C116107",
+ "name": "CDISC SDTM Death Diagnosis Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111110",
+ "name": "CDISC SDTM Device Events Action Taken with Device Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111109",
+ "name": "CDISC SDTM Device Events Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106480",
+ "name": "CDISC SDTM Device Identifier Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106481",
+ "name": "CDISC SDTM Device Identifier Parameter Short Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111111",
+ "name": "CDISC SDTM Device Properties Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111112",
+ "name": "CDISC SDTM Device Properties Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112037",
+ "name": "CDISC SDTM Device Tracking and Disposition Event Dictionary Derived Term Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129938",
+ "name": "CDISC SDTM Device-In-Use Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106483",
+ "name": "CDISC SDTM Device-In-Use Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106482",
+ "name": "CDISC SDTM Device-In-Use Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101857",
+ "name": "CDISC SDTM Diabetes Therapy Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129940",
+ "name": "CDISC SDTM Diabetic Kidney Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129939",
+ "name": "CDISC SDTM Diabetic Kidney Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99074",
+ "name": "CDISC SDTM Directionality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101863",
+ "name": "CDISC SDTM Discharge Disposition Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102578",
+ "name": "CDISC SDTM Disease Outcome Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127268",
+ "name": "CDISC SDTM Disease Presentation Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66726",
+ "name": "CDISC SDTM Dosage Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78732",
+ "name": "CDISC SDTM Drug Accountability Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78731",
+ "name": "CDISC SDTM Drug Accountability Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102577",
+ "name": "CDISC SDTM Drug Resistance Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C139018",
+ "name": "CDISC SDTM Duchenne Muscular Dystrophy Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C139019",
+ "name": "CDISC SDTM Duchenne Muscular Dystrophy Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132316",
+ "name": "CDISC SDTM Ebola Virus Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132315",
+ "name": "CDISC SDTM Ebola Virus Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71150",
+ "name": "CDISC SDTM ECG Finding Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172333",
+ "name": "CDISC SDTM ECG Read Method Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C184331",
+ "name": "CDISC SDTM ECG T Wave Offset Method Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71153",
+ "name": "CDISC SDTM ECG Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71151",
+ "name": "CDISC SDTM ECG Test Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71152",
+ "name": "CDISC SDTM ECG Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90013",
+ "name": "CDISC SDTM Electrocardiogram Lead Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111108",
+ "name": "CDISC SDTM Employment Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127262",
+ "name": "CDISC SDTM Environmental Setting Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204421",
+ "name": "CDISC SDTM Environmental Storage Conditions Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204422",
+ "name": "CDISC SDTM Environmental Storage Conditions Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99079",
+ "name": "CDISC SDTM Epoch Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66790",
+ "name": "CDISC SDTM Ethnic Group Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78735",
+ "name": "CDISC SDTM Evaluator Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160926",
+ "name": "CDISC SDTM FDA Technical Specification Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101832",
+ "name": "CDISC SDTM Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101833",
+ "name": "CDISC SDTM Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71113",
+ "name": "CDISC SDTM Frequency Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128682",
+ "name": "CDISC SDTM Gastrointestinal Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128681",
+ "name": "CDISC SDTM Gastrointestinal Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C209289",
+ "name": "CDISC SDTM Gender Identity Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111114",
+ "name": "CDISC SDTM Genetic Sample Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181181",
+ "name": "CDISC SDTM Genomic Findings Analytical Method Calculation Formula Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181178",
+ "name": "CDISC SDTM Genomic Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181180",
+ "name": "CDISC SDTM Genomic Findings Test Detail Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181179",
+ "name": "CDISC SDTM Genomic Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181177",
+ "name": "CDISC SDTM Genomic Inheritability Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181176",
+ "name": "CDISC SDTM Genomic Symbol Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117737",
+ "name": "CDISC SDTM Graft Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171444",
+ "name": "CDISC SDTM Health Care Encounters Dictionary Derived Term Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C184330",
+ "name": "CDISC SDTM Holter ECG Read Method Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120522",
+ "name": "CDISC SDTM Holter ECG Results Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120523",
+ "name": "CDISC SDTM Holter ECG Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120524",
+ "name": "CDISC SDTM Holter ECG Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120525",
+ "name": "CDISC SDTM Immunogenicity Specimen Assessments Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120526",
+ "name": "CDISC SDTM Immunogenicity Specimen Assessments Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189267",
+ "name": "CDISC SDTM Immunogenicity Specimen Test Details Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160924",
+ "name": "CDISC SDTM Implementation Guide Version Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204423",
+ "name": "CDISC SDTM Ingredient Complexity Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170445",
+ "name": "CDISC SDTM Integumentary System Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170444",
+ "name": "CDISC SDTM Integumentary System Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C209288",
+ "name": "CDISC SDTM Intersex Diagnosis Indicator Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99076",
+ "name": "CDISC SDTM Intervention Model Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99078",
+ "name": "CDISC SDTM Intervention Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101840",
+ "name": "CDISC SDTM Killip Class Responses Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160922",
+ "name": "CDISC SDTM Laboratory Analytical Method Calculation Formula Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C65047",
+ "name": "CDISC SDTM Laboratory Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C67154",
+ "name": "CDISC SDTM Laboratory Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102580",
+ "name": "CDISC SDTM Laboratory Test Standard Character Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99073",
+ "name": "CDISC SDTM Laterality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101862",
+ "name": "CDISC SDTM Lead Abnormality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101867",
+ "name": "CDISC SDTM Lead Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101868",
+ "name": "CDISC SDTM Left Ventricular Ejection Fraction Measurement Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101861",
+ "name": "CDISC SDTM Lesion Complexity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101851",
+ "name": "CDISC SDTM Location of Most Severe Stenosis Within a Graft Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202306",
+ "name": "CDISC SDTM London Deauville Criteria Point Scale 2014 Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154687",
+ "name": "CDISC SDTM Lung Cancer Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154688",
+ "name": "CDISC SDTM Lung Cancer Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132320",
+ "name": "CDISC SDTM Malaria Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132319",
+ "name": "CDISC SDTM Malaria Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C76348",
+ "name": "CDISC SDTM Marital Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101845",
+ "name": "CDISC SDTM Mechanical Circulatory Support Placement Timing Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96777",
+ "name": "CDISC SDTM Medical Evaluator Identifier Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124301",
+ "name": "CDISC SDTM Medical History Event Date Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185847",
+ "name": "CDISC SDTM Menopause Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85492",
+ "name": "CDISC SDTM Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102581",
+ "name": "CDISC SDTM Microbial Identification Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174225",
+ "name": "CDISC SDTM Microbiology Findings Test Details Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128688",
+ "name": "CDISC SDTM Microbiology Susceptibility Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128687",
+ "name": "CDISC SDTM Microbiology Susceptibility Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213530",
+ "name": "CDISC SDTM Microbiology Susceptibility Test Standard Character Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120527",
+ "name": "CDISC SDTM Microbiology Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120528",
+ "name": "CDISC SDTM Microbiology Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85491",
+ "name": "CDISC SDTM Microorganism Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132263",
+ "name": "CDISC SDTM Microscopic Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C125922",
+ "name": "CDISC SDTM Microscopic Findings Test Detail Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132262",
+ "name": "CDISC SDTM Microscopic Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181165",
+ "name": "CDISC SDTM Mode of Delivery Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127265",
+ "name": "CDISC SDTM Mode of Disease Transmission Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171445",
+ "name": "CDISC SDTM Mode of Subject Contact Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160923",
+ "name": "CDISC SDTM Model Version ResponseTerminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117741",
+ "name": "CDISC SDTM Multiple Sclerosis Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117740",
+ "name": "CDISC SDTM Multiple Sclerosis Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127269",
+ "name": "CDISC SDTM Musculoskeletal System Finding Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127270",
+ "name": "CDISC SDTM Musculoskeletal System Finding Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C116104",
+ "name": "CDISC SDTM Nervous System Physiology Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C116103",
+ "name": "CDISC SDTM Nervous System Physiology Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78738",
+ "name": "CDISC SDTM Never/Current/Former Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101839",
+ "name": "CDISC SDTM New York Heart Association Class Responses Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119018",
+ "name": "CDISC SDTM NHLBI Coronary Artery Dissection Grade Responses Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179591",
+ "name": "CDISC SDTM Non-host Organism Identifiers Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179590",
+ "name": "CDISC SDTM Non-host Organism Identifiers Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101855",
+ "name": "CDISC SDTM Non-system Reason for PCI Delay Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101834",
+ "name": "CDISC SDTM Normal Abnormal Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66789",
+ "name": "CDISC SDTM Not Done Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213529",
+ "name": "CDISC SDTM Nottingham Grading Scale Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154685",
+ "name": "CDISC SDTM Nutrition Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154686",
+ "name": "CDISC SDTM Nutrition Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127259",
+ "name": "CDISC SDTM Observational Study Model Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127260",
+ "name": "CDISC SDTM Observational Study Sampling Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127261",
+ "name": "CDISC SDTM Observational Study Time Perspective Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117743",
+ "name": "CDISC SDTM Ophthalmic Exam Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117742",
+ "name": "CDISC SDTM Ophthalmic Exam Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C119013",
+ "name": "CDISC SDTM Ophthalmic Focus of Study Specific Interest Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150811",
+ "name": "CDISC SDTM Other Disposition Event Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179592",
+ "name": "CDISC SDTM Pancreatic Cancer Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179593",
+ "name": "CDISC SDTM Pancreatic Cancer Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190865",
+ "name": "CDISC SDTM Pediatric Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C190864",
+ "name": "CDISC SDTM Pediatric Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85493",
+ "name": "CDISC SDTM Pharmacokinetic Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85839",
+ "name": "CDISC SDTM Pharmacokinetic Parameter Short Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85494",
+ "name": "CDISC SDTM Pharmacokinetic Parameter Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C95121",
+ "name": "CDISC SDTM Physical Properties Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C95120",
+ "name": "CDISC SDTM Physical Properties Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C172330",
+ "name": "CDISC SDTM PK Analytical Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128684",
+ "name": "CDISC SDTM PK Unit of Measure Gram Weight Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128683",
+ "name": "CDISC SDTM PK Unit of Measure Kilogram Weight Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128686",
+ "name": "CDISC SDTM PK Unit of Measure Microgram Dose Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128685",
+ "name": "CDISC SDTM PK Unit of Measure Milligram Dose Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99075",
+ "name": "CDISC SDTM Portion/Totality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102582",
+ "name": "CDISC SDTM Priority of Tuberculosis Contact Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101858",
+ "name": "CDISC SDTM Procedure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101856",
+ "name": "CDISC SDTM Procedure Urgency Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C114118",
+ "name": "CDISC SDTM Protocol Milestone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101848",
+ "name": "CDISC SDTM Protocol Risk Assessment Response Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170447",
+ "name": "CDISC SDTM Psoriasis Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170446",
+ "name": "CDISC SDTM Psoriasis Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158113",
+ "name": "CDISC SDTM QRS Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C74457",
+ "name": "CDISC SDTM Race Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101864",
+ "name": "CDISC SDTM Reason Coronary Sinus Access or Left Ventricular Lead Not Implanted Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66727",
+ "name": "CDISC SDTM Reason for Non-Completion Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102583",
+ "name": "CDISC SDTM Reason for Treatment Interruption Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102584",
+ "name": "CDISC SDTM Reason For Treatment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78736",
+ "name": "CDISC SDTM Reference Range Indicator",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66728",
+ "name": "CDISC SDTM Relation to Reference Period Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C100130",
+ "name": "CDISC SDTM Relationship to Subject Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78737",
+ "name": "CDISC SDTM Relationship Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106479",
+ "name": "CDISC SDTM Reproductive System Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106478",
+ "name": "CDISC SDTM Reproductive System Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111106",
+ "name": "CDISC SDTM Respiratory Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111107",
+ "name": "CDISC SDTM Respiratory Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177910",
+ "name": "CDISC SDTM Result Scale Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179588",
+ "name": "CDISC SDTM Result Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66729",
+ "name": "CDISC SDTM Route of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124302",
+ "name": "CDISC SDTM Schizophrenia Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124303",
+ "name": "CDISC SDTM Schizophrenia Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189266",
+ "name": "CDISC SDTM SDTMIG Medical Device Version Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66769",
+ "name": "CDISC SDTM Severity Intensity Scale for Adverse Event Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165643",
+ "name": "CDISC SDTM Severity Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C209287",
+ "name": "CDISC SDTM Sex Assigned At Birth Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66731",
+ "name": "CDISC SDTM Sex of Individual Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66732",
+ "name": "CDISC SDTM Sex of Study Group Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C209290",
+ "name": "CDISC SDTM Sexual Orientation Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66733",
+ "name": "CDISC SDTM Size Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C76351",
+ "name": "CDISC SDTM Skin Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112024",
+ "name": "CDISC SDTM Skin Response Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C112023",
+ "name": "CDISC SDTM Skin Response Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C74561",
+ "name": "CDISC SDTM Skin Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102587",
+ "name": "CDISC SDTM Social Risk Factor Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132314",
+ "name": "CDISC SDTM Specimen Collection Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78733",
+ "name": "CDISC SDTM Specimen Condition Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78734",
+ "name": "CDISC SDTM Specimen Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99077",
+ "name": "CDISC SDTM Study Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C170443",
+ "name": "CDISC SDTM Subcategory for Disposition Event Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C74559",
+ "name": "CDISC SDTM Subject Characteristic Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C103330",
+ "name": "CDISC SDTM Subject Characteristic Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124304",
+ "name": "CDISC SDTM Subject Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124305",
+ "name": "CDISC SDTM Subject Status Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124306",
+ "name": "CDISC SDTM Subject Status Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66734",
+ "name": "CDISC SDTM Submission Domain Abbreviation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101852",
+ "name": "CDISC SDTM Sudden Death Syndrome Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102579",
+ "name": "CDISC SDTM Supporting Evidence for Re-Treatment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179589",
+ "name": "CDISC SDTM Test Method Sensitivity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101841",
+ "name": "CDISC SDTM Thrombolysis in Myocardial Infarction Flow Responses Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204430",
+ "name": "CDISC SDTM Tobacco Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204431",
+ "name": "CDISC SDTM Tobacco Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204425",
+ "name": "CDISC SDTM Tobacco Product Design Parameters Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204426",
+ "name": "CDISC SDTM Tobacco Product Design Parameters Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204418",
+ "name": "CDISC SDTM Tobacco Product Testing Specimen Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204427",
+ "name": "CDISC SDTM Tobacco Product Testing Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204428",
+ "name": "CDISC SDTM Tobacco Product Testing Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204432",
+ "name": "CDISC SDTM Tobacco Products Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204433",
+ "name": "CDISC SDTM Tobacco Products Parameter Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204419",
+ "name": "CDISC SDTM Tobacco Study Completion/Reason for Non-Completion Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124307",
+ "name": "CDISC SDTM Treatment Intent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124308",
+ "name": "CDISC SDTM Treatment Setting Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66735",
+ "name": "CDISC SDTM Trial Blinding Schema Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66736",
+ "name": "CDISC SDTM Trial Indication Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66737",
+ "name": "CDISC SDTM Trial Phase Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C67152",
+ "name": "CDISC SDTM Trial Summary Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66738",
+ "name": "CDISC SDTM Trial Summary Parameter Short Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66739",
+ "name": "CDISC SDTM Trial Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127266",
+ "name": "CDISC SDTM Tuberculosis Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C127267",
+ "name": "CDISC SDTM Tuberculosis Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123650",
+ "name": "CDISC SDTM Tumor and Lesion Identification Test Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96784",
+ "name": "CDISC SDTM Tumor Identification Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96783",
+ "name": "CDISC SDTM Tumor Identification Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96779",
+ "name": "CDISC SDTM Tumor or Lesion Properties Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96778",
+ "name": "CDISC SDTM Tumor or Lesion Properties Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124309",
+ "name": "CDISC SDTM Tumor or Lesion Properties Test Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96782",
+ "name": "CDISC SDTM Tumor Response Assessment Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96781",
+ "name": "CDISC SDTM Tumor Response Assessment Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96785",
+ "name": "CDISC SDTM Tumor Response Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163027",
+ "name": "CDISC SDTM Type 1 Diabetes Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163028",
+ "name": "CDISC SDTM Type 1 Diabetes Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66770",
+ "name": "CDISC SDTM Unit for Vital Sign Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71620",
+ "name": "CDISC SDTM Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129942",
+ "name": "CDISC SDTM Urinary System Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C129941",
+ "name": "CDISC SDTM Urinary System Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102590",
+ "name": "CDISC SDTM Vaccination Evidence Source Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C142187",
+ "name": "CDISC SDTM Vaccines Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C142189",
+ "name": "CDISC SDTM Vaccines Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66741",
+ "name": "CDISC SDTM Vital Sign Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C67153",
+ "name": "CDISC SDTM Vital Sign Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C117746",
+ "name": "CDISC SDTM West Haven Hepatic Encephalopathy Grade Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66742",
+ "name": "CDISC SDTM Yes No Unknown or Not Applicable Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90018",
+ "name": "CDISC SEND Consciousness State Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181175",
+ "name": "CDISC Test Condition Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181170",
+ "name": "CDISC Test Operational Objective Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160925",
+ "name": "CDISC Therapeutic Area User Guide Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C77526",
+ "name": "CDISC SEND Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C177911",
+ "name": "CDISC Define-XML Specification Version Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66781",
+ "name": "CDISC SDTM Age Unit Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C74456",
+ "name": "CDISC SDTM Anatomical Location Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71148",
+ "name": "CDISC SDTM Body Position Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177908",
+ "name": "CDISC SDTM Collected Summarized Value Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106483",
+ "name": "CDISC SDTM Device-In-Use Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106482",
+ "name": "CDISC SDTM Device-In-Use Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99074",
+ "name": "CDISC SDTM Directionality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66726",
+ "name": "CDISC SDTM Dosage Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71150",
+ "name": "CDISC SDTM ECG Finding Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71153",
+ "name": "CDISC SDTM ECG Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71151",
+ "name": "CDISC SDTM ECG Test Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71152",
+ "name": "CDISC SDTM ECG Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90013",
+ "name": "CDISC SDTM Electrocardiogram Lead Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71113",
+ "name": "CDISC SDTM Frequency Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C65047",
+ "name": "CDISC SDTM Laboratory Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C67154",
+ "name": "CDISC SDTM Laboratory Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99073",
+ "name": "CDISC SDTM Laterality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66789",
+ "name": "CDISC SDTM Not Done Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85493",
+ "name": "CDISC SDTM Pharmacokinetic Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85839",
+ "name": "CDISC SDTM Pharmacokinetic Parameter Short Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C85494",
+ "name": "CDISC SDTM Pharmacokinetic Parameter Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C95121",
+ "name": "CDISC SDTM Physical Properties Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C95120",
+ "name": "CDISC SDTM Physical Properties Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128684",
+ "name": "CDISC SDTM PK Unit of Measure Gram Weight Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128683",
+ "name": "CDISC SDTM PK Unit of Measure Kilogram Weight Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128686",
+ "name": "CDISC SDTM PK Unit of Measure Microgram Dose Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128685",
+ "name": "CDISC SDTM PK Unit of Measure Milligram Dose Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99075",
+ "name": "CDISC SDTM Portion/Totality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78737",
+ "name": "CDISC SDTM Relationship Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66729",
+ "name": "CDISC SDTM Route of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66731",
+ "name": "CDISC SDTM Sex of Individual Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66732",
+ "name": "CDISC SDTM Sex of Study Group Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C78733",
+ "name": "CDISC SDTM Specimen Condition Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66770",
+ "name": "CDISC SDTM Unit for Vital Sign Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C71620",
+ "name": "CDISC SDTM Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66741",
+ "name": "CDISC SDTM Vital Sign Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C67153",
+ "name": "CDISC SDTM Vital Sign Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66742",
+ "name": "CDISC SDTM Yes No Unknown or Not Applicable Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158118",
+ "name": "CDISC SEND Age Estimation Method Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158119",
+ "name": "CDISC SEND Biological Challenge Agent Category Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C77529",
+ "name": "CDISC SEND Biospecimens Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160927",
+ "name": "CDISC SEND Body Irradiation Model Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C88026",
+ "name": "CDISC SEND Body System Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89960",
+ "name": "CDISC SEND Body Weight Gain Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89959",
+ "name": "CDISC SEND Body Weight Gain Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89962",
+ "name": "CDISC SEND Body Weight Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89961",
+ "name": "CDISC SEND Body Weight Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120532",
+ "name": "CDISC SEND Cardiovascular Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120533",
+ "name": "CDISC SEND Cardiovascular Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89963",
+ "name": "CDISC SEND Category for Clinical Observation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158120",
+ "name": "CDISC SEND Challenge Agent Category Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158116",
+ "name": "CDISC SEND Challenge Agent Parameter Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158117",
+ "name": "CDISC SEND Challenge Agent Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160930",
+ "name": "CDISC SEND Chemical Challenge Agent Name Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120529",
+ "name": "CDISC SEND Chronicity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90018",
+ "name": "CDISC SEND Consciousness State Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C184332",
+ "name": "CDISC SEND Control Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C66786",
+ "name": "CDISC SEND Country Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89966",
+ "name": "CDISC SEND Death Diagnosis Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89965",
+ "name": "CDISC SEND Death Diagnosis Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C197997",
+ "name": "CDISC SEND Developmental Milestone Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C197996",
+ "name": "CDISC SEND Developmental Milestone Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120530",
+ "name": "CDISC SEND Distribution Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111113",
+ "name": "CDISC SEND Domain Abbreviation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90012",
+ "name": "CDISC SEND Electrocardiogram Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185849",
+ "name": "CDISC SEND Epoch Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160929",
+ "name": "CDISC SEND Expected Onset of Rad/Nuc Targeted Injury Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124311",
+ "name": "CDISC SEND Fetal Measurement Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124312",
+ "name": "CDISC SEND Fetal Measurement Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124313",
+ "name": "CDISC SEND Fetal Pathology Findings Result Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124310",
+ "name": "CDISC SEND Fetal Pathology Findings Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124314",
+ "name": "CDISC SEND Fetal Pathology Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124315",
+ "name": "CDISC SEND Fetal Pathology Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89970",
+ "name": "CDISC SEND Food and Water Consumption Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89969",
+ "name": "CDISC SEND Food and Water Consumption Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204417",
+ "name": "CDISC SEND Genetic Toxicology In vitro Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204416",
+ "name": "CDISC SEND Genetic Toxicology In vitro Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199645",
+ "name": "CDISC SEND Genetic Toxicology In vivo Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199644",
+ "name": "CDISC SEND Genetic Toxicology In vivo Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199646",
+ "name": "CDISC SEND Genetic Toxicology In vivo Subcategory Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199648",
+ "name": "CDISC SEND Genetic Toxicology In vivo Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C199647",
+ "name": "CDISC SEND Genetic Toxicology In vivo Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160931",
+ "name": "CDISC SEND Genus and Species Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124316",
+ "name": "CDISC SEND Implantation Findings Result Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124317",
+ "name": "CDISC SEND Implantation Findings Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124318",
+ "name": "CDISC SEND Implantation Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124319",
+ "name": "CDISC SEND Implantation Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163029",
+ "name": "CDISC SEND Irradiation Field Orientation/Sequence Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C77808",
+ "name": "CDISC SEND Laboratory Animal Species Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C77530",
+ "name": "CDISC SEND Laboratory Animal Strain Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89972",
+ "name": "CDISC SEND Macroscopic Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89971",
+ "name": "CDISC SEND Macroscopic Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89975",
+ "name": "CDISC SEND Method of Termination Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163030",
+ "name": "CDISC SEND Microbiology Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C163031",
+ "name": "CDISC SEND Microbiology Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89974",
+ "name": "CDISC SEND Microscopic Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89973",
+ "name": "CDISC SEND Microscopic Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90017",
+ "name": "CDISC SEND Microscopic Histopathology Result Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185848",
+ "name": "CDISC SEND Microscopy Reproductive Cycle Phase Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176226",
+ "name": "CDISC SEND Microscopy Sexual Maturity Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120531",
+ "name": "CDISC SEND Non-Neoplastic Finding Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124320",
+ "name": "CDISC SEND Nonclinical DART Sex Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124321",
+ "name": "CDISC SEND Nonclinical DART Trial Phases Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150810",
+ "name": "CDISC SEND Null Flavor Reason Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89977",
+ "name": "CDISC SEND Organ Measurement Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89976",
+ "name": "CDISC SEND Organ Measurement Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154684",
+ "name": "CDISC SEND Planned Pharmacologic Target Mode of Action Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124322",
+ "name": "CDISC SEND Pregnancy Findings Result Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124323",
+ "name": "CDISC SEND Pregnancy Findings Result Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124324",
+ "name": "CDISC SEND Pregnancy Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C124325",
+ "name": "CDISC SEND Pregnancy Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C197995",
+ "name": "CDISC SEND Pregnancy Outcome Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C197994",
+ "name": "CDISC SEND Pregnancy Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158121",
+ "name": "CDISC SEND Rad/Nuc Agent Ionizing Radiation Type Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158122",
+ "name": "CDISC SEND Rad/Nuc Agent Source Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160928",
+ "name": "CDISC SEND Rad/Nuc Targeted Injury Model Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204415",
+ "name": "CDISC SEND Reference ID Level Description Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120534",
+ "name": "CDISC SEND Respiratory Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120535",
+ "name": "CDISC SEND Respiratory Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158123",
+ "name": "CDISC SEND Restraint Mode Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90000",
+ "name": "CDISC SEND Severity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158124",
+ "name": "CDISC SEND Sexual Maturity Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89968",
+ "name": "CDISC SEND Standardized Disposition Term Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90002",
+ "name": "CDISC SEND Study Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89967",
+ "name": "CDISC SEND Study Design Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158125",
+ "name": "CDISC SEND Study Report Status Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90003",
+ "name": "CDISC SEND Study Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89981",
+ "name": "CDISC SEND Subject Characteristic Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89980",
+ "name": "CDISC SEND Subject Characteristic Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C181166",
+ "name": "CDISC SEND Test Site Activity Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C197993",
+ "name": "CDISC SEND Toxicokinetic Description Response Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90007",
+ "name": "CDISC SEND Trial Summary Parameter Long Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90009",
+ "name": "CDISC SEND Trial Summary Parameter Short Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90004",
+ "name": "CDISC SEND Tumor Findings Histopathology Result Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C88025",
+ "name": "CDISC SEND Tumor Findings Results Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90006",
+ "name": "CDISC SEND Tumor Findings Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C90005",
+ "name": "CDISC SEND Tumor Findings Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89982",
+ "name": "CDISC SEND Version Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120536",
+ "name": "CDISC SEND Vital Signs Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C120537",
+ "name": "CDISC SEND Vital Signs Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132321",
+ "name": "CDISC SEND Within Normal Limits Results Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C207069",
+ "name": "CDISC TMF Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C208283",
+ "name": "CDISC TMF-RM Central and Local Testing Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208277",
+ "name": "CDISC TMF-RM Central Trial Documents Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208285",
+ "name": "CDISC TMF-RM Data Management Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208281",
+ "name": "CDISC TMF-RM IP and Trial Supplies Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208279",
+ "name": "CDISC TMF-RM IRB or IEC and Other Approvals Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208278",
+ "name": "CDISC TMF-RM Regulatory Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208282",
+ "name": "CDISC TMF-RM Safety Reporting Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208287",
+ "name": "CDISC TMF-RM Sections Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208280",
+ "name": "CDISC TMF-RM Site Management Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208286",
+ "name": "CDISC TMF-RM Statistics Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208276",
+ "name": "CDISC TMF-RM Trial Management Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208284",
+ "name": "CDISC TMF-RM Vendor Zone Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C208275",
+ "name": "CDISC TMF-RM Zones Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C83187",
+ "name": "CDISC Variable Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C173382",
+ "name": "COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C191200",
+ "name": "ACC/AHA Cardiovascular and Noncardiovascular Complications of COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191389",
+ "name": "Appendix 10: End-of-Life Management Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191382",
+ "name": "Appendix 3: COVID-19 Diagnosis Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191383",
+ "name": "Appendix 4: COVID-19 Cardiovascular Complications Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191396",
+ "name": "Acute Cardiovascular Complications Related to COVID-19 Infection Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191397",
+ "name": "Cardiovascular Mortality During Acute COVID-19 Infection Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191403",
+ "name": "Postacute Cardiovascular Sequelae of SARS-CoV-2 Infection or Long-Term Cardiovascular Complications of COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C191384",
+ "name": "Appendix 5: COVID-19 Noncardiovascular Complications Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191385",
+ "name": "Appendix 6: Symptoms and Signs Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191398",
+ "name": "Current Symptoms and Signs: Clinical Symptoms Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191402",
+ "name": "Physical Examination Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C191386",
+ "name": "Appendix 7: Diagnostic Procedures Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191387",
+ "name": "Appendix 8: Pharmacological Therapy Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191404",
+ "name": "Therapies for COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191405",
+ "name": "Therapies for Preexisting Cardiovascular Disease (Patient Taking Prior to Admission) Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191406",
+ "name": "Therapies for Supportive Care During COVID-19 Infection Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C191388",
+ "name": "Appendix 9: Therapeutic and Supportive Procedures for COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C191399",
+ "name": "Electrophysiological Procedures Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191400",
+ "name": "Invasive Coronary/Vascular/Neurovascular Revascularization Treatment Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C191401",
+ "name": "Mechanical Support Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C171355",
+ "name": "CDISC Clinical Classification NEWS2 Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171354",
+ "name": "CDISC Clinical Classification NEWS2 Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171409",
+ "name": "CDISC Clinical Classification RASS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171408",
+ "name": "CDISC Clinical Classification RASS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171413",
+ "name": "CDISC Clinical Classification SAS Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171412",
+ "name": "CDISC Clinical Classification SAS Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171443",
+ "name": "CDISC SDTM COVID-19 Findings About Test Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171442",
+ "name": "CDISC SDTM COVID-19 Findings About Test Name Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171444",
+ "name": "CDISC SDTM Health Care Encounters Dictionary Derived Term Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171445",
+ "name": "CDISC SDTM Mode of Subject Contact Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173381",
+ "name": "NCIt COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C173383",
+ "name": "NCIt COVID-19 Agent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177415",
+ "name": "NCIt COVID-19 Clinical Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C187057",
+ "name": "ORCHESTRA Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178701",
+ "name": "SeroNet Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C178724",
+ "name": "SeroNet Aliquot Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178723",
+ "name": "SeroNet Assay Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178722",
+ "name": "SeroNet Assay Target Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178721",
+ "name": "SeroNet Biospecimen Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178720",
+ "name": "SeroNet Confirmatory Test Result",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178727",
+ "name": "SeroNet Consumable Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178725",
+ "name": "SeroNet Equipment Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178719",
+ "name": "SeroNet Prior Test Result",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178726",
+ "name": "SeroNet Reagent Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178718",
+ "name": "SeroNet Research Participant Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179059",
+ "name": "SeroNet Schema Details",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189083",
+ "name": "SeroNet Study Descriptors",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C156952",
+ "name": "CPTAC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C156953",
+ "name": "CPTAC Baseline Medical Forms Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C159339",
+ "name": "CPTAC Acute Myeloid Leukemia Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157524",
+ "name": "CPTAC Bladder Urothelial Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157531",
+ "name": "CPTAC Brain Lower Grade Glioma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157526",
+ "name": "CPTAC Cervical Squamous Cell Carcinoma and Endocervical Adenocarcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157528",
+ "name": "CPTAC Cholangiocarcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159418",
+ "name": "CPTAC Clear Cell Renal Cell Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157527",
+ "name": "CPTAC Esophageal Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159420",
+ "name": "CPTAC Glioblastoma Multiforme Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159419",
+ "name": "CPTAC Head and Neck Squamous Cell Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157529",
+ "name": "CPTAC Liver Hepatocellular Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159417",
+ "name": "CPTAC Lung Squamous Cell Carcinoma and Lung Adenocarcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C156954",
+ "name": "CPTAC Medical History Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159415",
+ "name": "CPTAC Melanoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159329",
+ "name": "CPTAC Normal Endometrial Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159416",
+ "name": "CPTAC Pancreatic Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157530",
+ "name": "CPTAC Prostate Adenocarcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159414",
+ "name": "CPTAC Sarcoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157532",
+ "name": "CPTAC Stomach Adenocarcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159412",
+ "name": "CPTAC Surgery-Anesthesia Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157533",
+ "name": "CPTAC Thyroid Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159413",
+ "name": "CPTAC Uterine Corpus Endometrial Carcinoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157534",
+ "name": "CPTAC Uveal Melanoma Baseline Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C158520",
+ "name": "CPTAC Codelists Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C158034",
+ "name": "CPTAC Causes of Death Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C157075",
+ "name": "CPTAC Environmental/Occupational Exposure Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158035",
+ "name": "CPTAC Medical Conditions Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C156966",
+ "name": "CPTAC Neoplasms Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158036",
+ "name": "CPTAC Procedures Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C158037",
+ "name": "CPTAC Treatments Codelist",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C159328",
+ "name": "CPTAC Follow-Up Forms Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C159338",
+ "name": "CPTAC Acute Myeloid Leukemia Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C156955",
+ "name": "CPTAC Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159335",
+ "name": "CPTAC Glioblastoma Multiforme Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159334",
+ "name": "CPTAC Head and Neck Squamous Cell Carcinoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159333",
+ "name": "CPTAC Lung Squamous Cell Carcinoma and Lung Adenocarcinoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159336",
+ "name": "CPTAC Melanoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159332",
+ "name": "CPTAC Pancreatic Ductal Adenocarcinoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159337",
+ "name": "CPTAC Renal Cell Carcinoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159331",
+ "name": "CPTAC Sarcoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C159330",
+ "name": "CPTAC Uterine Corpus Endometrial Carcinoma Follow-Up Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C172126",
+ "name": "CTDC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C173071",
+ "name": "CTDC Node Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173072",
+ "name": "CTDC Property Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173073",
+ "name": "CTDC Value Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C116977",
+ "name": "CTRP Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C116978",
+ "name": "CTRP Agent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C142799",
+ "name": "CTRP Biomarker Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C142800",
+ "name": "CTRP Molecular Genetic Biomarker Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C142801",
+ "name": "CTRP Reference Gene Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C118168",
+ "name": "CTRP Disease Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118169",
+ "name": "CTRP Intervention Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C175324",
+ "name": "CTRP Portfolio Management Main Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C175325",
+ "name": "CTRP Portfolio Management Subtype Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C69186",
+ "name": "DICOM Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": true
+ },
+ {
+ "code": "C148636",
+ "name": "EDQM Health Care Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C175439",
+ "name": "EDQM-HC Administrable Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150110",
+ "name": "EDQM-HC Administration Device Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150112",
+ "name": "EDQM-HC Administration Method Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150113",
+ "name": "EDQM-HC Basic Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150108",
+ "name": "EDQM-HC Closure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150106",
+ "name": "EDQM-HC Combined Pack Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150104",
+ "name": "EDQM-HC Combined Pharmaceutical Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150105",
+ "name": "EDQM-HC Combined Term Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150109",
+ "name": "EDQM-HC Container Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150114",
+ "name": "EDQM-HC Intended Site of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150103",
+ "name": "EDQM-HC Pharmaceutical Dosage Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150115",
+ "name": "EDQM-HC Release Characteristics Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150107",
+ "name": "EDQM-HC Routes and Methods of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150116",
+ "name": "EDQM-HC State of Matter Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150117",
+ "name": "EDQM-HC Transformation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C150111",
+ "name": "EDQM-HC Units of Presentation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C131123",
+ "name": "FDA Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C106039",
+ "name": "FDA CDRH GUDID Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C62596",
+ "name": "FDA Center For Devices and Radiological Health Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C91802",
+ "name": "CDRH Cause Investigation - Investigation Conclusion Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C91801",
+ "name": "CDRH Cause Investigation - Investigation Findings Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C91800",
+ "name": "CDRH Cause Investigation - Type of Investigation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54450",
+ "name": "CDRH Health Effects - Clinical Signs and Symptoms or Conditions Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C171094",
+ "name": "CDRH Health Effects - Health Impact Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54577",
+ "name": "CDRH Medical Device Component Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54451",
+ "name": "CDRH Medical Device Problem Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C63923",
+ "name": "FDA Established Names and Unique Ingredient Identifier Codes Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54447",
+ "name": "FDA Individual Case Safety Report Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C54583",
+ "name": "Adverse Event Outcome ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99173",
+ "name": "Device Evaluation ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54595",
+ "name": "Device Usage ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C94849",
+ "name": "Dose Denominator Qualifier ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54590",
+ "name": "Location of Event Occurrence ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C88088",
+ "name": "Observation ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54585",
+ "name": "Occupation ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54584",
+ "name": "Operator of Medical Device ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C114855",
+ "name": "Patient Military Status ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99174",
+ "name": "Product Characteristic ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54593",
+ "name": "Reason for Non-Evaluation ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54587",
+ "name": "Report Source ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99175",
+ "name": "Substance Administration ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54580",
+ "name": "Type of Event ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54592",
+ "name": "Type of Follow-Up ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54598",
+ "name": "Type of Manufacturer ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54594",
+ "name": "Type of Remedial Action ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54588",
+ "name": "Type of Report ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54591",
+ "name": "Type of Reportable Event ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54596",
+ "name": "Type of Reporter ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C114856",
+ "name": "Type of Vaccination Facility ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105691",
+ "name": "Vaccination Site on Body ICSR Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C133805",
+ "name": "FDA Pharmaceutical Quality/CMC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C210151",
+ "name": "PQ/CMC Basic Liquid Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C210150",
+ "name": "PQ/CMC Basic Solid Dose Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133846",
+ "name": "PQ/CMC Batch Utilization Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203345",
+ "name": "PQ/CMC Capsule Shell Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133848",
+ "name": "PQ/CMC Chemical Structure Data File Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133849",
+ "name": "PQ/CMC Closure Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203779",
+ "name": "PQ/CMC Coating Purpose Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133851",
+ "name": "PQ/CMC Conformance to Criteria Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133852",
+ "name": "PQ/CMC Container Orientation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133853",
+ "name": "PQ/CMC Container Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176675",
+ "name": "PQ/CMC Drug Product Component Function Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176676",
+ "name": "PQ/CMC Excipient Function Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185181",
+ "name": "PQ/CMC Expiration Date Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133856",
+ "name": "PQ/CMC Impurity Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203777",
+ "name": "PQ/CMC Ingredient Location Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133858",
+ "name": "PQ/CMC Interpretation Code (numeric) Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185189",
+ "name": "PQ/CMC Interval Description Code Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213790",
+ "name": "PQ/CMC Manufacturing Site Responsibility Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213791",
+ "name": "PQ/CMC Manufacturing Site Responsibility Subcategory Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213644",
+ "name": "PQ/CMC Manufacturing Site Utilization Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C168624",
+ "name": "PQ/CMC Organization-Site Identifier Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C211939",
+ "name": "PQ/CMC Product Name Type Codes Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203780",
+ "name": "PQ/CMC Product Part Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133860",
+ "name": "PQ/CMC Quality Benchmark Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203346",
+ "name": "PQ/CMC Release Mechanism Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203778",
+ "name": "PQ/CMC Release Profile Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C211921",
+ "name": "PQ/CMC Representation Types Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C185183",
+ "name": "PQ/CMC Retest Date Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133862",
+ "name": "PQ/CMC Source Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133863",
+ "name": "PQ/CMC Specification Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133864",
+ "name": "PQ/CMC Specification Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96071",
+ "name": "PQ/CMC Stability Study Reason Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C210149",
+ "name": "PQ/CMC State of Matter Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C212880",
+ "name": "PQ/CMC Storage Condition Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133865",
+ "name": "PQ/CMC Storage Conditions Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C168622",
+ "name": "PQ/CMC Strength Operator Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C168627",
+ "name": "PQ/CMC Strength Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133866",
+ "name": "PQ/CMC Study Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C205477",
+ "name": "PQ/CMC Substance Classification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C203347",
+ "name": "PQ/CMC Substance Name Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133807",
+ "name": "PQ/CMC Test Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133867",
+ "name": "PQ/CMC Test Method Origin Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C204862",
+ "name": "PQ/CMC Test Subcategory Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133868",
+ "name": "PQ/CMC Test Usage Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213520",
+ "name": "PQ/CMC Time Point Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217408",
+ "name": "PQ/CMC Unit Operations Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217410",
+ "name": "PQ/CMC Unit Operations Subcategory Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C176677",
+ "name": "PQ/CMC Units of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54455",
+ "name": "SPL Drug Route of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54456",
+ "name": "SPL Pharmaceutical Dosage Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C123273",
+ "name": "FDA Quality Metrics Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C123270",
+ "name": "FDA Application Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123268",
+ "name": "FDA Establishment Activity Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C54452",
+ "name": "FDA Structured Product Labeling Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C133240",
+ "name": "SPL Blood Form Donor Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133241",
+ "name": "SPL Blood Form Establishment Functions Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133242",
+ "name": "SPL Blood Form Establishment Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133243",
+ "name": "SPL Blood Form Product Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133245",
+ "name": "SPL Blood Form Type of Ownership Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C101885",
+ "name": "SPL Business Operation Qualifier Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C73600",
+ "name": "SPL Business Operation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C117110",
+ "name": "SPL Business Entity Qualifier Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C54453",
+ "name": "SPL Color Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C102833",
+ "name": "SPL Combination Product Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111661",
+ "name": "SPL Contributing Factor-General Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C202857",
+ "name": "SPL Cosmetic Product Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54459",
+ "name": "SPL DEA Schedule Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C87299",
+ "name": "SPL Document Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54455",
+ "name": "SPL Drug Route of Administration Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C111660",
+ "name": "SPL Equivalence Codes Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C73339",
+ "name": "SPL Flavor Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118404",
+ "name": "SPL License Disciplinary Action Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118777",
+ "name": "SPL Licensing Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54599",
+ "name": "SPL Limitation of Use Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C106324",
+ "name": "SPL Lot Distribution Data - Distribution Codes Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C73582",
+ "name": "SPL Marketing Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118778",
+ "name": "SPL Marketing Status Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99288",
+ "name": "SPL Miscellaneous Identifier Types Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54457",
+ "name": "SPL Package Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54456",
+ "name": "SPL Pharmaceutical Dosage Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54600",
+ "name": "SPL Pharmacokinetic Effect Consequences Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C107675",
+ "name": "SPL Race Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128492",
+ "name": "SPL REMS Protocol Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128491",
+ "name": "SPL REMS Requirement Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128493",
+ "name": "SPL REMS Stakeholder Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C113350",
+ "name": "SPL Sex Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54454",
+ "name": "SPL Shape Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C105631",
+ "name": "SPL Substance Indexing Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C121832",
+ "name": "SPL Suspect Drug Classification of Notification Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C121833",
+ "name": "SPL Suspect Drug Use Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133247",
+ "name": "SPL Tissue Form Donor Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133248",
+ "name": "SPL Tissue Form Establishment Functions Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133249",
+ "name": "SPL Tissue Form Establishment Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133251",
+ "name": "SPL Tissue Form Product Group Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C133250",
+ "name": "SPL Tissue Form Product Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C54618",
+ "name": "SPL Type of Drug Interaction Consequence Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C168632",
+ "name": "SPL UCUM Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C87300",
+ "name": "SPL Unit of Presentation Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C125481",
+ "name": "GAIA Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C128706",
+ "name": "GAIA Antenatal Bleeding Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128700",
+ "name": "GAIA Congenital Microcephaly Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128707",
+ "name": "GAIA Dysfunctional Labor Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128704",
+ "name": "GAIA Failure to Thrive Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128708",
+ "name": "GAIA Fetal Growth Restriction Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128709",
+ "name": "GAIA Gestational Diabetes Mellitus Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128701",
+ "name": "GAIA Low Birth Weight Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126852",
+ "name": "GAIA Major Congenital Anomalies Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126858",
+ "name": "GAIA Maternal Death Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126853",
+ "name": "GAIA Neonatal Death Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128699",
+ "name": "GAIA Neonatal Encephalopathy Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126854",
+ "name": "GAIA Neonatal Infections Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128702",
+ "name": "GAIA Neonatal Respiratory Distress Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126857",
+ "name": "GAIA Non-Reassuring Fetal Status Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126861",
+ "name": "GAIA Pathways to Preterm Birth Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126859",
+ "name": "GAIA Postpartum Hemorrhage Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126860",
+ "name": "GAIA Preeclampsia Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126855",
+ "name": "GAIA Preterm Birth Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128703",
+ "name": "GAIA Small for Gestational Age Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128705",
+ "name": "GAIA Spontaneous Abortion and Ectopic Pregnancy Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C126856",
+ "name": "GAIA Stillbirth Level of Diagnostic Certainty Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C157711",
+ "name": "GDC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C177536",
+ "name": "GDC Property Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177537",
+ "name": "GDC Value Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C124085",
+ "name": "Geopolitical Entities, Names, and Codes Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": true
+ },
+ {
+ "code": "C201599",
+ "name": "HemOnc Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C201600",
+ "name": "HemOnc Agent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C201601",
+ "name": "HemOnc Regimen Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C165451",
+ "name": "ICDC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C165493",
+ "name": "ICDC Breeds Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C165517",
+ "name": "ICDC AKC Breeds",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165516",
+ "name": "ICDC FSS Breeds",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C165518",
+ "name": "ICDC MISC Breeds",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C166371",
+ "name": "ICDC Data Model Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C175518",
+ "name": "ICDC Node Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C166373",
+ "name": "ICDC Property Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C175517",
+ "name": "ICDC Value Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C217022",
+ "name": "International Council for Harmonisation of Technical Requirements for Pharmaceuticals for Human Use Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C217023",
+ "name": "ICH M11 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C217274",
+ "name": "ICH M11 Amendment Details Statement Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217275",
+ "name": "ICH M11 Amendment Scope Enrollment Description Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217047",
+ "name": "ICH M11 Amendment Scope Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217279",
+ "name": "ICH M11 Control Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217282",
+ "name": "ICH M11 Independent Committee Name Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217277",
+ "name": "ICH M11 Intervention Model Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217284",
+ "name": "ICH M11 Intervention Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217285",
+ "name": "ICH M11 Intervention Use Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217286",
+ "name": "ICH M11 Investigational Medicinal Product Indicator Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217046",
+ "name": "ICH M11 No Yes Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217278",
+ "name": "ICH M11 Population Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217342",
+ "name": "ICH M11 Protocol Section 1 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217351",
+ "name": "ICH M11 Protocol Section 10 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217352",
+ "name": "ICH M11 Protocol Section 11 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217353",
+ "name": "ICH M11 Protocol Section 12 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217354",
+ "name": "ICH M11 Protocol Section 13 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217355",
+ "name": "ICH M11 Protocol Section 14 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217343",
+ "name": "ICH M11 Protocol Section 2 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217344",
+ "name": "ICH M11 Protocol Section 3 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217345",
+ "name": "ICH M11 Protocol Section 4 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217346",
+ "name": "ICH M11 Protocol Section 5 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217347",
+ "name": "ICH M11 Protocol Section 6 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217348",
+ "name": "ICH M11 Protocol Section 7 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217349",
+ "name": "ICH M11 Protocol Section 8 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217350",
+ "name": "ICH M11 Protocol Section 9 Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217357",
+ "name": "ICH M11 Protocol Section Amendment Details Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217272",
+ "name": "ICH M11 Protocol Section Name and Number Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217356",
+ "name": "ICH M11 Protocol Section Title Page Data Element Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217276",
+ "name": "ICH M11 Reason for Amendment Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217052",
+ "name": "ICH M11 Sourcing Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217273",
+ "name": "ICH M11 Sponsor Approval Date Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217283",
+ "name": "ICH M11 Trial Arm Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217051",
+ "name": "ICH M11 Trial Blind Schema Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217281",
+ "name": "ICH M11 Trial Blinding Role Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217280",
+ "name": "ICH M11 Trial Intervention Assignment Method Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217045",
+ "name": "ICH M11 Trial Phase Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217049",
+ "name": "ICH M11 Trial Site Distribution Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217050",
+ "name": "ICH M11 Trial Site Geographic Scope Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217287",
+ "name": "ICH M11 Trial-Related Safety Event Type Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C217048",
+ "name": "ICH M11 Units of Measure Value Set Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C168654",
+ "name": "Mapped ICDO Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C168655",
+ "name": "Mapped ICDO3.1 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168657",
+ "name": "Mapped ICDO3.1 Morphology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168658",
+ "name": "Mapped ICDO3.1 Morphology PT Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C168659",
+ "name": "Mapped ICDO3.1 Topography Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168660",
+ "name": "Mapped ICDO3.1 Topography PT Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C168656",
+ "name": "Mapped ICDO3.2 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168661",
+ "name": "Mapped ICDO3.2 Morphology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168662",
+ "name": "Mapped ICDO3.2 Morphology PT Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C168663",
+ "name": "Mapped ICDO3.2 Topography Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168664",
+ "name": "Mapped ICDO3.2 Topography PT Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C193006",
+ "name": "mCode Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C193209",
+ "name": "mCode Benign Neoplasm of Brain and CNS Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193210",
+ "name": "mCode Body Location and Laterality Qualifier Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193247",
+ "name": "mCode Body Location Qualifier Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193210",
+ "name": "mCode Body Location and Laterality Qualifier Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193211",
+ "name": "mCode Brachytherapy High Dose Rate Electronic Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193212",
+ "name": "mCode Brachytherapy High Dose Rate Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193213",
+ "name": "mCode Brachytherapy Low Dose Rate Temporary Radation Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193214",
+ "name": "mCode Brachytherapy Modality Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193215",
+ "name": "mCode Brachytherapy Permanent Seeds Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193216",
+ "name": "mCode Brachytherapy Pulsed Dose Rate Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193217",
+ "name": "mCode Brachytherapy Radiopharmaceutical Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193252",
+ "name": "mCode Brachytherapy Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193211",
+ "name": "mCode Brachytherapy High Dose Rate Electronic Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193212",
+ "name": "mCode Brachytherapy High Dose Rate Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193213",
+ "name": "mCode Brachytherapy Low Dose Rate Temporary Radation Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193215",
+ "name": "mCode Brachytherapy Permanent Seeds Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193216",
+ "name": "mCode Brachytherapy Pulsed Dose Rate Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193217",
+ "name": "mCode Brachytherapy Radiopharmaceutical Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193249",
+ "name": "mCode Cancer Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193222",
+ "name": "mCode Histology Morphology Behavior Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193248",
+ "name": "mCode Primary Cancer Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193209",
+ "name": "mCode Benign Neoplasm of Brain and CNS Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193218",
+ "name": "mCode Carcinoma In-Situ Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193220",
+ "name": "mCode Cytologic Evidence of Malignancy Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193225",
+ "name": "mCode Melanoma In-Situ Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193231",
+ "name": "mCode Primary Malignant Neoplasm Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193223",
+ "name": "mCode Specific Diagnosis of Cancer Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193236",
+ "name": "mCode Secondary Cancer Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193237",
+ "name": "mCode Carbon Ion Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193218",
+ "name": "mCode Carcinoma In-Situ Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193219",
+ "name": "mCode Condition Status Trend Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193220",
+ "name": "mCode Cytologic Evidence of Malignancy Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193238",
+ "name": "mCode Electron Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193172",
+ "name": "mCode Elixhauser Alcohol Abuse Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193173",
+ "name": "mCode Elixhauser Blood Loss Anemia Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193179",
+ "name": "mCode Elixhauser Cerebrovascular Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193206",
+ "name": "mCode Elixhauser Chronic Peptic Ulcer Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193180",
+ "name": "mCode Elixhauser Chronic Pulmonary Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193181",
+ "name": "mCode Elixhauser Coagulation Deficiency Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193182",
+ "name": "mCode Elixhauser Congestive Heart Failure Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193183",
+ "name": "mCode Elixhauser Deficiency Anemia Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193184",
+ "name": "mCode Elixhauser Dementia Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193185",
+ "name": "mCode Elixhauser Depression Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193186",
+ "name": "mCode Elixhauser Diabetes with Chronic Complications Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193187",
+ "name": "mCode Elixhauser Diabetes without Chronic Complications Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193188",
+ "name": "mCode Elixhauser Drug Abuse Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193171",
+ "name": "mCode Elixhauser HIV-AIDS Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193189",
+ "name": "mCode Elixhauser Hypertension, Complicated Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193190",
+ "name": "mCode Elixhauser Hypertension, Uncomplicated Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193191",
+ "name": "mCode Elixhauser Hypothyroidism Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193174",
+ "name": "mCode Elixhauser Leukemia Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193175",
+ "name": "mCode Elixhauser Lymphoma Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193177",
+ "name": "mCode Elixhauser Malignant Solid Tumors in Situ Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193178",
+ "name": "mCode Elixhauser Malignant Solid Tumors without Metastases Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193176",
+ "name": "mCode Elixhauser Metastatic Cancer Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193192",
+ "name": "mCode Elixhauser Mild Liver Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193203",
+ "name": "mCode Elixhauser Moderate Renal Failure Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193193",
+ "name": "mCode Elixhauser Moderate to Severe Liver Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193194",
+ "name": "mCode Elixhauser Neurological Movement Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193195",
+ "name": "mCode Elixhauser Neurological Seizure Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193196",
+ "name": "mCode Elixhauser Obesity Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193197",
+ "name": "mCode Elixhauser Other Neurological Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193198",
+ "name": "mCode Elixhauser Other Thyroid Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193199",
+ "name": "mCode Elixhauser Paralysis Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193200",
+ "name": "mCode Elixhauser Peripheral Vascular Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193201",
+ "name": "mCode Elixhauser Psychosis Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193202",
+ "name": "mCode Elixhauser Pulmonary Circulation Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193205",
+ "name": "mCode Elixhauser Rheumatoid Arthritis and Collagen Vascular Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193204",
+ "name": "mCode Elixhauser Severe Renal Failure Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193207",
+ "name": "mCode Elixhauser Valvular Disease Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193208",
+ "name": "mCode Elixhauser Weight Loss Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193221",
+ "name": "mCode Genomic Specimen Type Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193222",
+ "name": "mCode Histology Morphology Behavior Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193224",
+ "name": "mCode Laterality Qualifier Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193225",
+ "name": "mCode Melanoma In-Situ Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193240",
+ "name": "mCode Neutron Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193241",
+ "name": "mCode Photon Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193230",
+ "name": "mCode Present Absent Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193248",
+ "name": "mCode Primary Cancer Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193209",
+ "name": "mCode Benign Neoplasm of Brain and CNS Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193218",
+ "name": "mCode Carcinoma In-Situ Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193220",
+ "name": "mCode Cytologic Evidence of Malignancy Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193225",
+ "name": "mCode Melanoma In-Situ Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193231",
+ "name": "mCode Primary Malignant Neoplasm Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193223",
+ "name": "mCode Specific Diagnosis of Cancer Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193231",
+ "name": "mCode Primary Malignant Neoplasm Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193232",
+ "name": "mCode Procedure Intent Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193242",
+ "name": "mCode Proton Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193250",
+ "name": "mCode Radiotherapy Modality Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193214",
+ "name": "mCode Brachytherapy Modality Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193239",
+ "name": "mCode Teleradiotherapy Modality Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193251",
+ "name": "mCode Radiotherapy Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193252",
+ "name": "mCode Brachytherapy Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193211",
+ "name": "mCode Brachytherapy High Dose Rate Electronic Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193212",
+ "name": "mCode Brachytherapy High Dose Rate Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193213",
+ "name": "mCode Brachytherapy Low Dose Rate Temporary Radation Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193215",
+ "name": "mCode Brachytherapy Permanent Seeds Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193216",
+ "name": "mCode Brachytherapy Pulsed Dose Rate Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193217",
+ "name": "mCode Brachytherapy Radiopharmaceutical Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193253",
+ "name": "mCode Teleradiotherapy Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193237",
+ "name": "mCode Carbon Ion Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193238",
+ "name": "mCode Electron Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193240",
+ "name": "mCode Neutron Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193241",
+ "name": "mCode Photon Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193242",
+ "name": "mCode Proton Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C193233",
+ "name": "mCode Radiotherapy Treatment Location Qualifier Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193224",
+ "name": "mCode Laterality Qualifier Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193234",
+ "name": "mCode Radiotherapy Treatment Location Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193235",
+ "name": "mCode Radiotherapy Volume Type Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193236",
+ "name": "mCode Secondary Cancer Disorder Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193223",
+ "name": "mCode Specific Diagnosis of Cancer Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193227",
+ "name": "mCode Staging Type for Primary Tumor Category Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193228",
+ "name": "mCode Staging Type for Regional Node Category Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193229",
+ "name": "mCode Staging Type for Stage Group Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193226",
+ "name": "mCode Staging Type Value Set (for Distant Metastases Category)",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193239",
+ "name": "mCode Teleradiotherapy Modality Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193253",
+ "name": "mCode Teleradiotherapy Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C193237",
+ "name": "mCode Carbon Ion Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193238",
+ "name": "mCode Electron Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193240",
+ "name": "mCode Neutron Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193241",
+ "name": "mCode Photon Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193242",
+ "name": "mCode Proton Beam Technique Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C193243",
+ "name": "mCode Treatment Termination Reason Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193244",
+ "name": "mCode Tumor Marker Test Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193245",
+ "name": "mCode Tumor Size Method Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C193246",
+ "name": "mCode Tumor Size Units Value Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C143048",
+ "name": "National Cancer Institute Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C138188",
+ "name": "Clinical Trials Search-Application Programming Interface Disease Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C138189",
+ "name": "CTS-API Disease Broad Category Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C138190",
+ "name": "CTS-API Disease Main Type Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C128784",
+ "name": "NCIt Antineoplastic Agent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173381",
+ "name": "NCIt COVID-19 Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C173383",
+ "name": "NCIt COVID-19 Agent Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177415",
+ "name": "NCIt COVID-19 Clinical Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C126659",
+ "name": "NCIt Neoplasm Core Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213298",
+ "name": "Pediatric Oncology Molecular Target Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C213304",
+ "name": "Pediatric Oncology Biomarkers/Targets Associated with Other Relevant Evidence",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213303",
+ "name": "Pediatric Oncology Immunotherapeutic Target Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213299",
+ "name": "Pediatric Oncology Molecular Abnormality Target Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C213300",
+ "name": "Pediatric Oncology Target Genes/Proteins Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213301",
+ "name": "Pediatric Oncology Target Molecular Abnormalities Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C213302",
+ "name": "Pediatric Oncology Target Cell Lineage Determinant Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C6283",
+ "name": "Childhood Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/Neoplasm/Childhood_Neoplasm_Subsets.xls",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C190573",
+ "name": "Childhood Benign Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/Neoplasm/Childhood_Neoplasm_Subsets.xls",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true,
+ "extensions": {
+ "isDisease": true,
+ "isDiseaseGrade": false,
+ "isDiseaseStage": false,
+ "isMainType": false,
+ "isSubtype": true,
+ "isBiomarker": false,
+ "isReferenceGene": false,
+ "mainMenuAncestors": [
+ {
+ "paths": [
+ {
+ "direction": 1,
+ "concepts": [
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "level": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ },
+ {
+ "code": "C4005",
+ "name": "Childhood Malignant Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "subsetLink": "https://evs.nci.nih.gov/ftp1/NCI_Thesaurus/Neoplasm/Childhood_Neoplasm_Subsets.xls",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true,
+ "extensions": {
+ "isDisease": true,
+ "isDiseaseGrade": false,
+ "isDiseaseStage": false,
+ "isMainType": false,
+ "isSubtype": true,
+ "isBiomarker": false,
+ "isReferenceGene": false,
+ "mainMenuAncestors": [
+ {
+ "paths": [
+ {
+ "direction": 1,
+ "concepts": [
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "level": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ],
+ "extensions": {
+ "isDisease": true,
+ "isDiseaseGrade": false,
+ "isDiseaseStage": false,
+ "isMainType": false,
+ "isSubtype": true,
+ "isBiomarker": false,
+ "isReferenceGene": false,
+ "mainMenuAncestors": [
+ {
+ "paths": [
+ {
+ "direction": 1,
+ "concepts": [
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "level": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+ },
+ {
+ "code": "C89415",
+ "name": "NCPDP Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C89507",
+ "name": "NCPDP DEA Schedule Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C121847",
+ "name": "NCPDP Dose Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89510",
+ "name": "NCPDP Quantity Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89508",
+ "name": "NCPDP Strength Form Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89509",
+ "name": "NCPDP Strength Unit of Measure Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C192233",
+ "name": "Operational Ontology for Radiation Oncology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C192234",
+ "name": "Operational Ontology for Radiation Oncology Prostate Cancer Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C168547",
+ "name": "PCDC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C178096",
+ "name": "ALL Project Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C178116",
+ "name": "ALL Table Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C178127",
+ "name": "ALL Adverse Events Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178099",
+ "name": "ALL Course Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178122",
+ "name": "ALL Demographics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178123",
+ "name": "ALL Disease Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178098",
+ "name": "ALL Disease Phase Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186282",
+ "name": "ALL Histology Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178106",
+ "name": "ALL Lab Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178102",
+ "name": "ALL Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178126",
+ "name": "ALL Minimal Residual Disease Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178125",
+ "name": "ALL Molecular Analysis Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178113",
+ "name": "ALL Non-protocol Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178100",
+ "name": "ALL Off Protocol Therapy/Study Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178108",
+ "name": "ALL Radiation Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178112",
+ "name": "ALL Secondary Malignant Neoplasm Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178109",
+ "name": "ALL Stem Cell Transplant Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178097",
+ "name": "ALL Subject Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178121",
+ "name": "ALL Survival Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178124",
+ "name": "ALL Vitals Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C174234",
+ "name": "AML Project Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C168549",
+ "name": "AML Table Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C173217",
+ "name": "AML Adverse Events Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173242",
+ "name": "AML Cellular Immunotherapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173243",
+ "name": "AML Concomitant Medication Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173199",
+ "name": "AML Course Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173230",
+ "name": "AML Demographics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173232",
+ "name": "AML Disease Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173198",
+ "name": "AML Disease Phase Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173237",
+ "name": "AML Function Test Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173206",
+ "name": "AML Lab Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173201",
+ "name": "AML Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173236",
+ "name": "AML Minimal Residual Disease Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173233",
+ "name": "AML Molecular Analysis Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173204",
+ "name": "AML Myeloid Sarcoma Involvement Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173197",
+ "name": "AML Off Protocol Therapy/Study Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173244",
+ "name": "AML Radiation Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173218",
+ "name": "AML Secondary Malignant Neoplasm Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173235",
+ "name": "AML Stem Cell Transplant Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173229",
+ "name": "AML Subject Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173208",
+ "name": "AML Subject Response Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173231",
+ "name": "AML Survival Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173234",
+ "name": "AML Total Dose Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173245",
+ "name": "AML Transfusion Medicine Procedures Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C173209",
+ "name": "AML Vitals Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C174235",
+ "name": "EWS Project Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C174238",
+ "name": "EWS Table Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C174240",
+ "name": "EWS Adverse Events Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174241",
+ "name": "EWS Biopsy/Surgical Procedures Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174242",
+ "name": "EWS Course Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174243",
+ "name": "EWS Demographics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174244",
+ "name": "EWS Disease Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174246",
+ "name": "EWS Disease Phase Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174248",
+ "name": "EWS Histology Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174249",
+ "name": "EWS Immunohistochemistry Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174250",
+ "name": "EWS Lab Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174251",
+ "name": "EWS Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174252",
+ "name": "EWS Molecular Analysis Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174253",
+ "name": "EWS Non-Protocol Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174254",
+ "name": "EWS Off Protocol Therapy/Study Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174255",
+ "name": "EWS Radiation Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174256",
+ "name": "EWS Secondary Malignant Neoplasm Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174257",
+ "name": "EWS Stem Cell Transplant Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174258",
+ "name": "EWS Subject Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174259",
+ "name": "EWS Subject Response Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174260",
+ "name": "EWS Survival Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174261",
+ "name": "EWS Tumor Assessment Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C174262",
+ "name": "EWS Vitals Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C177381",
+ "name": "GCT Project Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C177385",
+ "name": "GCT Table Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C177408",
+ "name": "GCT Adverse Events Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177402",
+ "name": "GCT Biopsy/Surgical Procedures Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177404",
+ "name": "GCT Concomitant Medication Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177400",
+ "name": "GCT Cytology Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177390",
+ "name": "GCT Demographics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177393",
+ "name": "GCT Disease Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177389",
+ "name": "GCT Disease Phase Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177410",
+ "name": "GCT Growing Teratoma Syndrome Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177396",
+ "name": "GCT Histology Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177399",
+ "name": "GCT Immunohistochemistry Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177398",
+ "name": "GCT Lab Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177391",
+ "name": "GCT Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177401",
+ "name": "GCT Molecular Analysis Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177411",
+ "name": "GCT Patient Reported Outcomes Metadata Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177403",
+ "name": "GCT Radiation Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177409",
+ "name": "GCT Secondary Malignant Neoplasm Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177395",
+ "name": "GCT Staging Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177405",
+ "name": "GCT Stem Cell Transplant Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177388",
+ "name": "GCT Subject Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177407",
+ "name": "GCT Subject Response Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177392",
+ "name": "GCT Survival Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177406",
+ "name": "GCT Total Dose Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177394",
+ "name": "GCT Tumor Assessment Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C177397",
+ "name": "GCT Vitals Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C181832",
+ "name": "HL Project Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C186339",
+ "name": "HL Table Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C186334",
+ "name": "HL Adverse Events Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186321",
+ "name": "HL Biopsy/Surgical Procedures Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186329",
+ "name": "HL Concomitant Medication Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186312",
+ "name": "HL Course Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186313",
+ "name": "HL Demographics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186317",
+ "name": "HL Disease Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186311",
+ "name": "HL Disease Phase Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186314",
+ "name": "HL Family Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186326",
+ "name": "HL Function Test Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186318",
+ "name": "HL Histology Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186325",
+ "name": "HL Imaging Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186324",
+ "name": "HL Immunohistochemistry Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186323",
+ "name": "HL Lab Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186336",
+ "name": "HL Late Effects Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186320",
+ "name": "HL Lesion Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186315",
+ "name": "HL Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186337",
+ "name": "HL Non-protocol Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186310",
+ "name": "HL Off Protocol Therapy/Study Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186338",
+ "name": "HL Patient Reported Outcomes Metadata Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186327",
+ "name": "HL Protocol Treatment Modifications Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186330",
+ "name": "HL Radiation Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186335",
+ "name": "HL Secondary Malignant Neoplasm Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186319",
+ "name": "HL Staging Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186332",
+ "name": "HL Stem Cell Transplant Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186309",
+ "name": "HL Subject Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186333",
+ "name": "HL Subject Response Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186316",
+ "name": "HL Survival Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186328",
+ "name": "HL Total Dose Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186331",
+ "name": "HL Transfusion Medicine Procedures Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186322",
+ "name": "HL Vitals Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C179476",
+ "name": "OS Project Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C179479",
+ "name": "OS Table Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C179495",
+ "name": "OS Adverse Event Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179482",
+ "name": "OS Biopsy/Surgical Procedures Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179499",
+ "name": "OS Course Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179533",
+ "name": "OS Demographics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179497",
+ "name": "OS Disease Phase Timing Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C186763",
+ "name": "OS Function Test Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179490",
+ "name": "OS Histology Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179492",
+ "name": "OS Lab Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179491",
+ "name": "OS Medical History Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179534",
+ "name": "OS Molecular Analysis Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179489",
+ "name": "OS Off Protocol Therapy/Study Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179485",
+ "name": "OS Patient Reported Outcomes Metadata Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179483",
+ "name": "OS Radiation Therapy Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179498",
+ "name": "OS Secondary Malignant Neoplasm Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179484",
+ "name": "OS Subject Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179480",
+ "name": "OS Subject Response Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179529",
+ "name": "OS Survival Characteristics Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179531",
+ "name": "OS Total Dose Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179481",
+ "name": "OS Tumor Assessment Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179532",
+ "name": "OS Vitals Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C165276",
+ "name": "Pediatric Terminologies",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C155946",
+ "name": "INC Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C162989",
+ "name": "INC Demographic and Maternal Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C154914",
+ "name": "INC-MedDRA Neonatal Adverse Events Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C90259",
+ "name": "NICHD Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C74456",
+ "name": "CDISC SDTM Anatomical Location Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99074",
+ "name": "CDISC SDTM Directionality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99073",
+ "name": "CDISC SDTM Laterality Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C99147",
+ "name": "Neonatal Research Network Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C97150",
+ "name": "Neurological Development Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C89506",
+ "name": "Newborn Screening Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118464",
+ "name": "Pediatric Adverse Events Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C189762",
+ "name": "Pediatric Adverse Events Terminology Mapped to MedDRA",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C118467",
+ "name": "Pediatric Endocrinology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C132009",
+ "name": "Pediatric Hematology-Oncology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C96388",
+ "name": "Pediatric Immunization Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C128453",
+ "name": "Pediatric Infectious Disease Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C122636",
+ "name": "Pediatric Medical Device Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C123272",
+ "name": "Pediatric Nephrology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118468",
+ "name": "Pediatric Rheumatology Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C118466",
+ "name": "Perinatal Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C213298",
+ "name": "Pediatric Oncology Molecular Target Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C213304",
+ "name": "Pediatric Oncology Biomarkers/Targets Associated with Other Relevant Evidence",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213303",
+ "name": "Pediatric Oncology Immunotherapeutic Target Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213299",
+ "name": "Pediatric Oncology Molecular Abnormality Target Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C213300",
+ "name": "Pediatric Oncology Target Genes/Proteins Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C213301",
+ "name": "Pediatric Oncology Target Molecular Abnormalities Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C213302",
+ "name": "Pediatric Oncology Target Cell Lineage Determinant Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C160950",
+ "name": "Pharmacotherapy Regimens",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C160952",
+ "name": "Multi-agent Therapeutic Regimens",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C160951",
+ "name": "Single-agent Therapeutic Regimens",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C128613",
+ "name": "PI-RADS Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": true
+ },
+ {
+ "code": "C167077",
+ "name": "SEER Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C167078",
+ "name": "SEER Rx Interactive Antineoplastic Drugs Database",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "children": [
+ {
+ "code": "C167080",
+ "name": "SEER Rx Interactive Antineoplastic Drugs Database-Regimen",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "code": "C178701",
+ "name": "SeroNet Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": false,
+ "children": [
+ {
+ "code": "C178724",
+ "name": "SeroNet Aliquot Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178723",
+ "name": "SeroNet Assay Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178722",
+ "name": "SeroNet Assay Target Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178721",
+ "name": "SeroNet Biospecimen Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178720",
+ "name": "SeroNet Confirmatory Test Result",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178727",
+ "name": "SeroNet Consumable Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178725",
+ "name": "SeroNet Equipment Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178719",
+ "name": "SeroNet Prior Test Result",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178726",
+ "name": "SeroNet Reagent Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C178718",
+ "name": "SeroNet Research Participant Metadata",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C179059",
+ "name": "SeroNet Schema Details",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ },
+ {
+ "code": "C189083",
+ "name": "SeroNet Study Descriptors",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": true,
+ "active": true
+ }
+ ]
+ },
+ {
+ "code": "C198975",
+ "name": "UBERON Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": true
+ },
+ {
+ "code": "C67567",
+ "name": "UCUM Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "leaf": true
+ }
+]
+
diff --git a/curl-examples/samples/get-association-with-code.txt b/curl-examples/samples/get-association-with-code.txt
index d510c02b..93ef844b 100644
--- a/curl-examples/samples/get-association-with-code.txt
+++ b/curl-examples/samples/get-association-with-code.txt
@@ -1,29 +1,29 @@
-{
- "code": "A16",
- "name": "Has_INC_Parent",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_INC_Parent",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_INC_Parent",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association created to allow the source INC to assign a parent to each concept with the intent of creating a hierarchy that includes only terms in which they are the contributing source.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
-}
-
+{
+ "code": "A16",
+ "name": "Has_INC_Parent",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_INC_Parent",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_INC_Parent",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association created to allow the source INC to assign a parent to each concept with the intent of creating a hierarchy that includes only terms in which they are the contributing source.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-association-with-label.txt b/curl-examples/samples/get-association-with-label.txt
index d510c02b..93ef844b 100644
--- a/curl-examples/samples/get-association-with-label.txt
+++ b/curl-examples/samples/get-association-with-label.txt
@@ -1,29 +1,29 @@
-{
- "code": "A16",
- "name": "Has_INC_Parent",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_INC_Parent",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_INC_Parent",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association created to allow the source INC to assign a parent to each concept with the intent of creating a hierarchy that includes only terms in which they are the contributing source.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
-}
-
+{
+ "code": "A16",
+ "name": "Has_INC_Parent",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_INC_Parent",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_INC_Parent",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association created to allow the source INC to assign a parent to each concept with the intent of creating a hierarchy that includes only terms in which they are the contributing source.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-associations-with-code-list.txt b/curl-examples/samples/get-associations-with-code-list.txt
index c7bd6b06..49ae2c9c 100644
--- a/curl-examples/samples/get-associations-with-code-list.txt
+++ b/curl-examples/samples/get-associations-with-code-list.txt
@@ -1,99 +1,99 @@
-[
- {
- "code": "A1",
- "name": "Role_Has_Domain",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Role Has Domain",
- "type": "Display_Name"
- },
- {
- "name": "Role_Has_Domain",
- "type": "FULL_SYN"
- },
- {
- "name": "Role_Has_Domain",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies the parent of the branch encompassing a role's domain.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A2",
- "name": "Role_Has_Range",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Role Has Range",
- "type": "Display_Name"
- },
- {
- "name": "Role_Has_Range",
- "type": "FULL_SYN"
- },
- {
- "name": "Role_Has_Range",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies the parent of the branch encompassing the role's range.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A3",
- "name": "Role_Has_Parent",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Role Has Parent",
- "type": "Display_Name"
- },
- {
- "name": "Role_Has_Parent",
- "type": "FULL_SYN"
- },
- {
- "name": "Role_Has_Parent",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies that a role exists as part of a role hierarchy and specifies the role's parent, the role that this role specializes.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- }
-]
-
+[
+ {
+ "code": "A1",
+ "name": "Role_Has_Domain",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Role Has Domain",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Role_Has_Domain",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Role_Has_Domain",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies the parent of the branch encompassing a role's domain.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A2",
+ "name": "Role_Has_Range",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Role Has Range",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Role_Has_Range",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Role_Has_Range",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies the parent of the branch encompassing the role's range.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A3",
+ "name": "Role_Has_Parent",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Role Has Parent",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Role_Has_Parent",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Role_Has_Parent",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies that a role exists as part of a role hierarchy and specifies the role's parent, the role that this role specializes.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ }
+]
+
diff --git a/curl-examples/samples/get-associations-with-label-list.txt b/curl-examples/samples/get-associations-with-label-list.txt
index c7bd6b06..49ae2c9c 100644
--- a/curl-examples/samples/get-associations-with-label-list.txt
+++ b/curl-examples/samples/get-associations-with-label-list.txt
@@ -1,99 +1,99 @@
-[
- {
- "code": "A1",
- "name": "Role_Has_Domain",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Role Has Domain",
- "type": "Display_Name"
- },
- {
- "name": "Role_Has_Domain",
- "type": "FULL_SYN"
- },
- {
- "name": "Role_Has_Domain",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies the parent of the branch encompassing a role's domain.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A2",
- "name": "Role_Has_Range",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Role Has Range",
- "type": "Display_Name"
- },
- {
- "name": "Role_Has_Range",
- "type": "FULL_SYN"
- },
- {
- "name": "Role_Has_Range",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies the parent of the branch encompassing the role's range.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A3",
- "name": "Role_Has_Parent",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Role Has Parent",
- "type": "Display_Name"
- },
- {
- "name": "Role_Has_Parent",
- "type": "FULL_SYN"
- },
- {
- "name": "Role_Has_Parent",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies that a role exists as part of a role hierarchy and specifies the role's parent, the role that this role specializes.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- }
-]
-
+[
+ {
+ "code": "A1",
+ "name": "Role_Has_Domain",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Role Has Domain",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Role_Has_Domain",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Role_Has_Domain",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies the parent of the branch encompassing a role's domain.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A2",
+ "name": "Role_Has_Range",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Role Has Range",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Role_Has_Range",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Role_Has_Range",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies the parent of the branch encompassing the role's range.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A3",
+ "name": "Role_Has_Parent",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Role Has Parent",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Role_Has_Parent",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Role_Has_Parent",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies that a role exists as part of a role hierarchy and specifies the role's parent, the role that this role specializes.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ }
+]
+
diff --git a/curl-examples/samples/get-associations-with-summary.txt b/curl-examples/samples/get-associations-with-summary.txt
index bc95e845..dda9e0ad 100644
--- a/curl-examples/samples/get-associations-with-summary.txt
+++ b/curl-examples/samples/get-associations-with-summary.txt
@@ -1,1363 +1,1363 @@
-[
- {
- "code": "A1",
- "name": "Role_Has_Domain",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Role Has Domain",
- "type": "Display_Name"
- },
- {
- "name": "Role_Has_Domain",
- "type": "FULL_SYN"
- },
- {
- "name": "Role_Has_Domain",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies the parent of the branch encompassing a role's domain.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A12",
- "name": "Has_Data_Element",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Data Element",
- "type": "Display_Name"
- },
- {
- "name": "Has_Data_Element",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Data_Element",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association created to relate a data element concept to the codelist term that is used to bundle its subset of valid value concepts.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A13",
- "name": "Related_To_Genetic_Biomarker",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Related_To_Genetic_Biomarker",
- "type": "FULL_SYN"
- },
- {
- "name": "Related_To_Genetic_Biomarker",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that indicates that a finding or lab test is related to a gene, possibly through a variant or product.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A14",
- "name": "Neoplasm_Has_Special_Category",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Neoplasm_Has_Special_Category",
- "type": "FULL_SYN"
- },
- {
- "name": "Neoplasm_Has_Special_Category",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that indicates that a neoplastic disease can have the characteristics defined by a Neoplasm by Special Category concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A15",
- "name": "Has_CTCAE_5_Parent",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_CTCAE_5_Parent",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_CTCAE_5_Parent",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association created to allow the source CTCAE 5.0 to assign a parent to each concept with the intent of creating a hierarchy that includes only terms in which CTCAE is the contributing source.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A16",
- "name": "Has_INC_Parent",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_INC_Parent",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_INC_Parent",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association created to allow the source INC to assign a parent to each concept with the intent of creating a hierarchy that includes only terms in which they are the contributing source.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A17",
- "name": "Has_Pharmaceutical_State_Of_Matter",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_Pharmaceutical_State_Of_Matter",
- "type": "FULL_SYN"
- },
- {
- "name": "State of Matter",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Pharmaceutical_State_Of_Matter",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies the physical conditions describing the molecular form of a product. The target value should belong to the EDQM-HC State of Matter Terminology.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A18",
- "name": "Has_Pharmaceutical_Basic_Dose_Form",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Basic Dose Form",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Pharmaceutical_Basic_Dose_Form",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Pharmaceutical_Basic_Dose_Form",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies the category of the pharmaceutical dose form, used to group together related pharmaceutical dose forms. The target value should belong to the EDQM-HC Basic Dose Form Terminology.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A19",
- "name": "Has_Pharmaceutical_Administration_Method",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Administration Method",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Pharmaceutical_Administration_Method",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Pharmaceutical_Administration_Method",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies the methods by which a pharmaceutical product is intended to be administered to the patient. The target value should belong to the EDQM-HC Administration Method Terminology.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A2",
- "name": "Role_Has_Range",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Role Has Range",
- "type": "Display_Name"
- },
- {
- "name": "Role_Has_Range",
- "type": "FULL_SYN"
- },
- {
- "name": "Role_Has_Range",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies the parent of the branch encompassing the role's range.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A20",
- "name": "Has_Pharmaceutical_Intended_Site",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_Pharmaceutical_Intended_Site",
- "type": "FULL_SYN"
- },
- {
- "name": "Intended Site",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Pharmaceutical_Intended_Site",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies the general body sites at which a pharmaceutical product is intended to be administered. The target value should belong to the EDQM-HC Intended Site of Administration Terminology.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A21",
- "name": "Has_Pharmaceutical_Release_Characteristics",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_Pharmaceutical_Release_Characteristics",
- "type": "FULL_SYN"
- },
- {
- "name": "Release Characteristics",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Pharmaceutical_Release_Characteristics",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies the timing by which an active ingredient is made available in the body after administration of the pharmaceutical product, in comparison with a conventional, direct release of the active ingredient. The target value should belong to the EDQM-HC Release Characteristics Terminology.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A22",
- "name": "Has_Pharmaceutical_Transformation",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_Pharmaceutical_Transformation",
- "type": "FULL_SYN"
- },
- {
- "name": "Transformation",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Pharmaceutical_Transformation",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies the procedures that are carried out in order to convert a manufactured item that requires such a procedure into a pharmaceutical product. The target value should belong to the EDQM-HC Transformation Terminology.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A23",
- "name": "Has_PCDC_Data_Type",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_PCDC_Data_Type",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_PCDC_Data_Type",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies one of three data types for a particular variable, String, Code or Number.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A24",
- "name": "Is_PCDC_AML_Authorized_Value_For_Variable",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is_PCDC_AML_Authorized_Value_For_Variable",
- "type": "FULL_SYN"
- },
- {
- "name": "Is_PCDC_AML_Authorized_Value_For_Variable",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that indicates a PCDC AML concept is an Authorized Value for a PCDC AML Variable concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A25",
- "name": "Value_Set_Is_Paired_With",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Value_Set_Is_Paired_With",
- "type": "FULL_SYN"
- },
- {
- "name": "Value_Set_Is_Paired_With",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies the paired 'Test or Parameter Name' codelist that goes with the 'Test or Parameter Code' codelist. This association uni-directionally points from a Test/Parameter Code Codelist to the Test/Parameter Name Codelist.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A26",
- "name": "Has_PCDC_AML_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_PCDC_AML_Authorized_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_PCDC_AML_Authorized_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that shows which PCDC AML Authorized Values are possible for a specific Variable.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A27",
- "name": "Has_CTDC_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_CTDC_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_CTDC_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association connecting a CTDC Property concept to its dedicated value concept(s).",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A28",
- "name": "Is_PCDC_EWS_Authorized_Value_For_Variable",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is_PCDC_EWS_Authorized_Value_For_Variable",
- "type": "FULL_SYN"
- },
- {
- "name": "Is_PCDC_EWS_Authorized_Value_For_Variable",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that indicates a PCDC EWS concept is an Authorized Value for a specific PCDC EWS Variable concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A29",
- "name": "Has_PCDC_EWS_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_PCDC_EWS_Authorized_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_PCDC_EWS_Authorized_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that shows which Authorized Values are possible for a specific PCDC EWS Variable concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A3",
- "name": "Role_Has_Parent",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Role Has Parent",
- "type": "Display_Name"
- },
- {
- "name": "Role_Has_Parent",
- "type": "FULL_SYN"
- },
- {
- "name": "Role_Has_Parent",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that specifies that a role exists as part of a role hierarchy and specifies the role's parent, the role that this role specializes.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A30",
- "name": "Has_ICDC_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_ICDC_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_ICDC_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association connecting an ICDC Property concept to its dedicated value concept(s).",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A31",
- "name": "Has_GDC_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_GDC_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_GDC_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that connects a concept representing a GDC property to its dedicated value concept(s).",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A32",
- "name": "Is_Value_For_GDC_Property",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is_Value_For_GDC_Property",
- "type": "FULL_SYN"
- },
- {
- "name": "Is_Value_For_GDC_Property",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that that connects a concept representing a GDC value to any associated GDC property concept(s).",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A33",
- "name": "Is_PCDC_GCT_Authorized_Value_For_Variable",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is_PCDC_GCT_Authorized_Value_For_Variable",
- "type": "FULL_SYN"
- },
- {
- "name": "Is_PCDC_GCT_Authorized_Value_For_Variable",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that indicates a concept is a dedicated Authorized Value concept for a specific PCDC GCT Variable.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A34",
- "name": "Has_PCDC_GCT_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_PCDC_GCT_Authorized_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_PCDC_GCT_Authorized_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that shows which Authorized Values are possible for a specific PCDC GCT Variable.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A35",
- "name": "Is_PCDC_ALL_Authorized_Value_For_Variable",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is_PCDC_ALL_Authorized_Value_For_Variable",
- "type": "FULL_SYN"
- },
- {
- "name": "Is_PCDC_ALL_Authorized_Value_For_Variable",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that indicates a PCDC ALL concept is a Authorized Value for an PCDC ALL Variable concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A36",
- "name": "Has_PCDC_ALL_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_PCDC_ALL_Authorized_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_PCDC_ALL_Authorized_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that shows which PCDC ALL Authorized Values are possible for a specific Variable.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A37",
- "name": "Has_SeroNet_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_SeroNet_Authorized_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_SeroNet_Authorized_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that shows which Authorized Values are possible for a specific SeroNet Variable.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A38",
- "name": "Has_PCDC_OS_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_PCDC_OS_Authorized_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_PCDC_OS_Authorized_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that shows which Authorized Values are possible for a specific PCDC OS Variable.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A39",
- "name": "Has_PCDC_HL_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_PCDC_HL_Authorized_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_PCDC_HL_Authorized_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that shows which Authorized Values are possible for a specific PCDC HL Variable.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A4",
- "name": "Qualifier_Applies_To",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Qualifier Applies To",
- "type": "Display_Name"
- },
- {
- "name": "Qualifier_Applies_To",
- "type": "FULL_SYN"
- },
- {
- "name": "Qualifier_Applies_To",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that indicates the property or association that the qualifier is to be used with.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A40",
- "name": "Has_DIPG_DMG_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_DIPG_DMG_Authorized_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_DIPG_DMG_Authorized_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that shows which Authorized Values are possible for a specific DIPG/DMG Variable.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A5",
- "name": "Has_Salt_Form",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Salt Form",
- "type": "Display_Name"
- },
- {
- "name": "Has_Salt_Form",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Salt_Form",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that connects the base form of a drug with its various salt forms.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "USAGE NOTE: A salt form of a drug consists of 2 parts, one acidic and one basic group that are readily disassociated in liquid phase. Salt forms are either salts of strong acids and basic drugs (e.g. Atropine Sulfate, Cetirizine Hydrochloride) or salts of strong bases and acidic drugs (Allopurinol Sodium). This association is usually used in conjunction with Has_Free_Acid_Or_Base_Form."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A6",
- "name": "Has_Free_Acid_Or_Base_Form",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Free Acid Or Base Form",
- "type": "Display_Name"
- },
- {
- "name": "Has_Free_Acid_Or_Base_Form",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Free_Acid_Or_Base_Form",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that connects the salt form of a drug with its free acid or free base.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "The free acid or base is responsible for the drug's therapeutic effect. Hence, the salt form of a drug has the same mechanism of action as the free acid or base form."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A7",
- "name": "Has_Target",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Target",
- "type": "Display_Name"
- },
- {
- "name": "Has_Target",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Target",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that connects a drug or other agent to a clinically intended, molecular-scale target. The target value may be a gene, gene product, anatomic structure, cell, biological process, or other concept, where the effect of the agent on the target is thought to be of therapeutic, diagnostic, or other clinical relevance to a disease process. The effect is most often direct, as defined at a molecular scale, but may also be indirect and/or defined at a larger scale.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A8",
- "name": "Concept_In_Subset",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Concept Is In Subset",
- "type": "Display_Name"
- },
- {
- "name": "Concept_In_Subset",
- "type": "FULL_SYN"
- },
- {
- "name": "Concept_In_Subset",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that connects the concept defining a particular terminology subset with concepts that belong to this subset.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A9",
- "name": "Is_Related_To_Endogenous_Product",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is Related To Endogenous Product",
- "type": "Display_Name"
- },
- {
- "name": "Is_Related_To_Endogenous_Product",
- "type": "FULL_SYN"
- },
- {
- "name": "Is_Related_To_Endogenous_Product",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that is asserted when there is a relationship or association between the therapeutic moiety and the endogenous gene product.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A42",
- "name": "Has_OORO_PC_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_OORO_PC_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_OORO_PC_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association specifying the Values for a specific OORO Prostate Cancer (PC) Attribute.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A48",
- "name": "Has_ACC-AHA_SARS2_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_ACC-AHA_SARS2_Authorized_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_ACC-AHA_SARS2_Authorized_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association that shows which Authorized Values are possible for a specific ACC/AHA SARS2 Variable.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A49",
- "name": "Has_PRO-CTCAE_Attribute",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_PRO-CTCAE_Attribute",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_PRO-CTCAE_Attribute",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An indication that a PRO-CTCAE concept is associated with a PRO-CTCAE attribute.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A50",
- "name": "Has_Ped-PRO-CTCAE_Attribute",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_Ped-PRO-CTCAE_Attribute",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Ped-PRO-CTCAE_Attribute",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An indication that a Ped-PRO-CTCAE concept is associated with a Ped-PRO-CTCAE attribute.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A51",
- "name": "Has_PRO-CTCAE_Attribute_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_PRO-CTCAE_Attribute_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_PRO-CTCAE_Attribute_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An indication that a PRO-CTCAE attribute is associated with a PRO-CTCAE value.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A52",
- "name": "Has_Ped-PRO-CTCAE_Attribute_Value",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_Ped-PRO-CTCAE_Attribute_Value",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Ped-PRO-CTCAE_Attribute_Value",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An indication that a Ped-PRO-CTCAE attribute is associated with a Ped-PRO-CTCAE value.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A53",
- "name": "Has_PRO-CTCAE_Parent",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_PRO-CTCAE_Parent",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_PRO-CTCAE_Parent",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association to assign a PRO-CTCAE parent to each concept with the intent of creating a hierarchy that includes only terms in which PRO-CTCAE is the contributing source.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "A54",
- "name": "Has_Ped-PRO-CTCAE_Parent",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has_Ped-PRO-CTCAE_Parent",
- "type": "FULL_SYN"
- },
- {
- "name": "Has_Ped-PRO-CTCAE_Parent",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "An association to assign a Ped-PRO-CTCAE parent to each concept with the intent of creating a hierarchy that includes only terms in which PRO-CTCAE is the contributing source.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- }
-]
-
+[
+ {
+ "code": "A1",
+ "name": "Role_Has_Domain",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Role Has Domain",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Role_Has_Domain",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Role_Has_Domain",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies the parent of the branch encompassing a role's domain.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A12",
+ "name": "Has_Data_Element",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Data Element",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Has_Data_Element",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Data_Element",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association created to relate a data element concept to the codelist term that is used to bundle its subset of valid value concepts.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A13",
+ "name": "Related_To_Genetic_Biomarker",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Related_To_Genetic_Biomarker",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Related_To_Genetic_Biomarker",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that indicates that a finding or lab test is related to a gene, possibly through a variant or product.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A14",
+ "name": "Neoplasm_Has_Special_Category",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Neoplasm_Has_Special_Category",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Neoplasm_Has_Special_Category",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that indicates that a neoplastic disease can have the characteristics defined by a Neoplasm by Special Category concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A15",
+ "name": "Has_CTCAE_5_Parent",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_CTCAE_5_Parent",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_CTCAE_5_Parent",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association created to allow the source CTCAE 5.0 to assign a parent to each concept with the intent of creating a hierarchy that includes only terms in which CTCAE is the contributing source.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A16",
+ "name": "Has_INC_Parent",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_INC_Parent",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_INC_Parent",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association created to allow the source INC to assign a parent to each concept with the intent of creating a hierarchy that includes only terms in which they are the contributing source.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A17",
+ "name": "Has_Pharmaceutical_State_Of_Matter",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_Pharmaceutical_State_Of_Matter",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "State of Matter",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Pharmaceutical_State_Of_Matter",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies the physical conditions describing the molecular form of a product. The target value should belong to the EDQM-HC State of Matter Terminology.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A18",
+ "name": "Has_Pharmaceutical_Basic_Dose_Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Basic Dose Form",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Pharmaceutical_Basic_Dose_Form",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Pharmaceutical_Basic_Dose_Form",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies the category of the pharmaceutical dose form, used to group together related pharmaceutical dose forms. The target value should belong to the EDQM-HC Basic Dose Form Terminology.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A19",
+ "name": "Has_Pharmaceutical_Administration_Method",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Administration Method",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Pharmaceutical_Administration_Method",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Pharmaceutical_Administration_Method",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies the methods by which a pharmaceutical product is intended to be administered to the patient. The target value should belong to the EDQM-HC Administration Method Terminology.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A2",
+ "name": "Role_Has_Range",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Role Has Range",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Role_Has_Range",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Role_Has_Range",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies the parent of the branch encompassing the role's range.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A20",
+ "name": "Has_Pharmaceutical_Intended_Site",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_Pharmaceutical_Intended_Site",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Intended Site",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Pharmaceutical_Intended_Site",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies the general body sites at which a pharmaceutical product is intended to be administered. The target value should belong to the EDQM-HC Intended Site of Administration Terminology.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A21",
+ "name": "Has_Pharmaceutical_Release_Characteristics",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_Pharmaceutical_Release_Characteristics",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Release Characteristics",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Pharmaceutical_Release_Characteristics",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies the timing by which an active ingredient is made available in the body after administration of the pharmaceutical product, in comparison with a conventional, direct release of the active ingredient. The target value should belong to the EDQM-HC Release Characteristics Terminology.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A22",
+ "name": "Has_Pharmaceutical_Transformation",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_Pharmaceutical_Transformation",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Transformation",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Pharmaceutical_Transformation",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies the procedures that are carried out in order to convert a manufactured item that requires such a procedure into a pharmaceutical product. The target value should belong to the EDQM-HC Transformation Terminology.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A23",
+ "name": "Has_PCDC_Data_Type",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_PCDC_Data_Type",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_PCDC_Data_Type",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies one of three data types for a particular variable, String, Code or Number.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A24",
+ "name": "Is_PCDC_AML_Authorized_Value_For_Variable",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is_PCDC_AML_Authorized_Value_For_Variable",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Is_PCDC_AML_Authorized_Value_For_Variable",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that indicates a PCDC AML concept is an Authorized Value for a PCDC AML Variable concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A25",
+ "name": "Value_Set_Is_Paired_With",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Value_Set_Is_Paired_With",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Value_Set_Is_Paired_With",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies the paired 'Test or Parameter Name' codelist that goes with the 'Test or Parameter Code' codelist. This association uni-directionally points from a Test/Parameter Code Codelist to the Test/Parameter Name Codelist.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A26",
+ "name": "Has_PCDC_AML_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_PCDC_AML_Authorized_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_PCDC_AML_Authorized_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that shows which PCDC AML Authorized Values are possible for a specific Variable.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A27",
+ "name": "Has_CTDC_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_CTDC_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_CTDC_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association connecting a CTDC Property concept to its dedicated value concept(s).",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A28",
+ "name": "Is_PCDC_EWS_Authorized_Value_For_Variable",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is_PCDC_EWS_Authorized_Value_For_Variable",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Is_PCDC_EWS_Authorized_Value_For_Variable",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that indicates a PCDC EWS concept is an Authorized Value for a specific PCDC EWS Variable concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A29",
+ "name": "Has_PCDC_EWS_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_PCDC_EWS_Authorized_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_PCDC_EWS_Authorized_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that shows which Authorized Values are possible for a specific PCDC EWS Variable concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A3",
+ "name": "Role_Has_Parent",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Role Has Parent",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Role_Has_Parent",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Role_Has_Parent",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that specifies that a role exists as part of a role hierarchy and specifies the role's parent, the role that this role specializes.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A30",
+ "name": "Has_ICDC_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_ICDC_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_ICDC_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association connecting an ICDC Property concept to its dedicated value concept(s).",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A31",
+ "name": "Has_GDC_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_GDC_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_GDC_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that connects a concept representing a GDC property to its dedicated value concept(s).",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A32",
+ "name": "Is_Value_For_GDC_Property",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is_Value_For_GDC_Property",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Is_Value_For_GDC_Property",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that that connects a concept representing a GDC value to any associated GDC property concept(s).",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A33",
+ "name": "Is_PCDC_GCT_Authorized_Value_For_Variable",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is_PCDC_GCT_Authorized_Value_For_Variable",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Is_PCDC_GCT_Authorized_Value_For_Variable",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that indicates a concept is a dedicated Authorized Value concept for a specific PCDC GCT Variable.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A34",
+ "name": "Has_PCDC_GCT_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_PCDC_GCT_Authorized_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_PCDC_GCT_Authorized_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that shows which Authorized Values are possible for a specific PCDC GCT Variable.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A35",
+ "name": "Is_PCDC_ALL_Authorized_Value_For_Variable",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is_PCDC_ALL_Authorized_Value_For_Variable",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Is_PCDC_ALL_Authorized_Value_For_Variable",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that indicates a PCDC ALL concept is a Authorized Value for an PCDC ALL Variable concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A36",
+ "name": "Has_PCDC_ALL_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_PCDC_ALL_Authorized_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_PCDC_ALL_Authorized_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that shows which PCDC ALL Authorized Values are possible for a specific Variable.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A37",
+ "name": "Has_SeroNet_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_SeroNet_Authorized_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_SeroNet_Authorized_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that shows which Authorized Values are possible for a specific SeroNet Variable.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A38",
+ "name": "Has_PCDC_OS_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_PCDC_OS_Authorized_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_PCDC_OS_Authorized_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that shows which Authorized Values are possible for a specific PCDC OS Variable.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A39",
+ "name": "Has_PCDC_HL_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_PCDC_HL_Authorized_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_PCDC_HL_Authorized_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that shows which Authorized Values are possible for a specific PCDC HL Variable.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A4",
+ "name": "Qualifier_Applies_To",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Qualifier Applies To",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Qualifier_Applies_To",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Qualifier_Applies_To",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that indicates the property or association that the qualifier is to be used with.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A40",
+ "name": "Has_DIPG_DMG_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_DIPG_DMG_Authorized_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_DIPG_DMG_Authorized_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that shows which Authorized Values are possible for a specific DIPG/DMG Variable.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A42",
+ "name": "Has_OORO_PC_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_OORO_PC_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_OORO_PC_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association specifying the Values for a specific OORO Prostate Cancer (PC) Attribute.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A48",
+ "name": "Has_ACC-AHA_SARS2_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_ACC-AHA_SARS2_Authorized_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_ACC-AHA_SARS2_Authorized_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that shows which Authorized Values are possible for a specific ACC/AHA SARS2 Variable.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A49",
+ "name": "Has_PRO-CTCAE_Attribute",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_PRO-CTCAE_Attribute",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_PRO-CTCAE_Attribute",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An indication that a PRO-CTCAE concept is associated with a PRO-CTCAE attribute.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A5",
+ "name": "Has_Salt_Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Salt Form",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Has_Salt_Form",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Salt_Form",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that connects the base form of a drug with its various salt forms.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "USAGE NOTE: A salt form of a drug consists of 2 parts, one acidic and one basic group that are readily disassociated in liquid phase. Salt forms are either salts of strong acids and basic drugs (e.g. Atropine Sulfate, Cetirizine Hydrochloride) or salts of strong bases and acidic drugs (Allopurinol Sodium). This association is usually used in conjunction with Has_Free_Acid_Or_Base_Form."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A50",
+ "name": "Has_Ped-PRO-CTCAE_Attribute",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_Ped-PRO-CTCAE_Attribute",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Ped-PRO-CTCAE_Attribute",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An indication that a Ped-PRO-CTCAE concept is associated with a Ped-PRO-CTCAE attribute.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A51",
+ "name": "Has_PRO-CTCAE_Attribute_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_PRO-CTCAE_Attribute_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_PRO-CTCAE_Attribute_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An indication that a PRO-CTCAE attribute is associated with a PRO-CTCAE value.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A52",
+ "name": "Has_Ped-PRO-CTCAE_Attribute_Value",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_Ped-PRO-CTCAE_Attribute_Value",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Ped-PRO-CTCAE_Attribute_Value",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An indication that a Ped-PRO-CTCAE attribute is associated with a Ped-PRO-CTCAE value.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A53",
+ "name": "Has_PRO-CTCAE_Parent",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_PRO-CTCAE_Parent",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_PRO-CTCAE_Parent",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association to assign a PRO-CTCAE parent to each concept with the intent of creating a hierarchy that includes only terms in which PRO-CTCAE is the contributing source.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A54",
+ "name": "Has_Ped-PRO-CTCAE_Parent",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has_Ped-PRO-CTCAE_Parent",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Ped-PRO-CTCAE_Parent",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association to assign a Ped-PRO-CTCAE parent to each concept with the intent of creating a hierarchy that includes only terms in which PRO-CTCAE is the contributing source.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A6",
+ "name": "Has_Free_Acid_Or_Base_Form",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Free Acid Or Base Form",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Has_Free_Acid_Or_Base_Form",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Free_Acid_Or_Base_Form",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that connects the salt form of a drug with its free acid or free base.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "The free acid or base is responsible for the drug's therapeutic effect. Hence, the salt form of a drug has the same mechanism of action as the free acid or base form."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A7",
+ "name": "Has_Target",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Target",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Has_Target",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Has_Target",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that connects a drug or other agent to a clinically intended, molecular-scale target. The target value may be a gene, gene product, anatomic structure, cell, biological process, or other concept, where the effect of the agent on the target is thought to be of therapeutic, diagnostic, or other clinical relevance to a disease process. The effect is most often direct, as defined at a molecular scale, but may also be indirect and/or defined at a larger scale.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A8",
+ "name": "Concept_In_Subset",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Concept Is In Subset",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Concept_In_Subset",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Concept_In_Subset",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that connects the concept defining a particular terminology subset with concepts that belong to this subset.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "A9",
+ "name": "Is_Related_To_Endogenous_Product",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is Related To Endogenous Product",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Is_Related_To_Endogenous_Product",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Is_Related_To_Endogenous_Product",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "An association that is asserted when there is a relationship or association between the therapeutic moiety and the endogenous gene product.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ }
+]
+
diff --git a/curl-examples/samples/get-associations.txt b/curl-examples/samples/get-associations.txt
index b77c7c34..133b1699 100644
--- a/curl-examples/samples/get-associations.txt
+++ b/curl-examples/samples/get-associations.txt
@@ -1,279 +1,279 @@
-[
- {
- "code": "A1",
- "name": "Role_Has_Domain",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A12",
- "name": "Has_Data_Element",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A13",
- "name": "Related_To_Genetic_Biomarker",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A14",
- "name": "Neoplasm_Has_Special_Category",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A15",
- "name": "Has_CTCAE_5_Parent",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A16",
- "name": "Has_INC_Parent",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A17",
- "name": "Has_Pharmaceutical_State_Of_Matter",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A18",
- "name": "Has_Pharmaceutical_Basic_Dose_Form",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A19",
- "name": "Has_Pharmaceutical_Administration_Method",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A2",
- "name": "Role_Has_Range",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A20",
- "name": "Has_Pharmaceutical_Intended_Site",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A21",
- "name": "Has_Pharmaceutical_Release_Characteristics",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A22",
- "name": "Has_Pharmaceutical_Transformation",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A23",
- "name": "Has_PCDC_Data_Type",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A24",
- "name": "Is_PCDC_AML_Authorized_Value_For_Variable",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A25",
- "name": "Value_Set_Is_Paired_With",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A26",
- "name": "Has_PCDC_AML_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A27",
- "name": "Has_CTDC_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A28",
- "name": "Is_PCDC_EWS_Authorized_Value_For_Variable",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A29",
- "name": "Has_PCDC_EWS_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A3",
- "name": "Role_Has_Parent",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A30",
- "name": "Has_ICDC_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A31",
- "name": "Has_GDC_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A32",
- "name": "Is_Value_For_GDC_Property",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A33",
- "name": "Is_PCDC_GCT_Authorized_Value_For_Variable",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A34",
- "name": "Has_PCDC_GCT_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A35",
- "name": "Is_PCDC_ALL_Authorized_Value_For_Variable",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A36",
- "name": "Has_PCDC_ALL_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A37",
- "name": "Has_SeroNet_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A38",
- "name": "Has_PCDC_OS_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A39",
- "name": "Has_PCDC_HL_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A4",
- "name": "Qualifier_Applies_To",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A40",
- "name": "Has_DIPG_DMG_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A5",
- "name": "Has_Salt_Form",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A6",
- "name": "Has_Free_Acid_Or_Base_Form",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A7",
- "name": "Has_Target",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A8",
- "name": "Concept_In_Subset",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A9",
- "name": "Is_Related_To_Endogenous_Product",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A42",
- "name": "Has_OORO_PC_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A48",
- "name": "Has_ACC-AHA_SARS2_Authorized_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A49",
- "name": "Has_PRO-CTCAE_Attribute",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A50",
- "name": "Has_Ped-PRO-CTCAE_Attribute",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A51",
- "name": "Has_PRO-CTCAE_Attribute_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A52",
- "name": "Has_Ped-PRO-CTCAE_Attribute_Value",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A53",
- "name": "Has_PRO-CTCAE_Parent",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "A54",
- "name": "Has_Ped-PRO-CTCAE_Parent",
- "terminology": "ncit",
- "version": "25.02d"
- }
-]
-
+[
+ {
+ "code": "A1",
+ "name": "Role_Has_Domain",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A12",
+ "name": "Has_Data_Element",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A13",
+ "name": "Related_To_Genetic_Biomarker",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A14",
+ "name": "Neoplasm_Has_Special_Category",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A15",
+ "name": "Has_CTCAE_5_Parent",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A16",
+ "name": "Has_INC_Parent",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A17",
+ "name": "Has_Pharmaceutical_State_Of_Matter",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A18",
+ "name": "Has_Pharmaceutical_Basic_Dose_Form",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A19",
+ "name": "Has_Pharmaceutical_Administration_Method",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A2",
+ "name": "Role_Has_Range",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A20",
+ "name": "Has_Pharmaceutical_Intended_Site",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A21",
+ "name": "Has_Pharmaceutical_Release_Characteristics",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A22",
+ "name": "Has_Pharmaceutical_Transformation",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A23",
+ "name": "Has_PCDC_Data_Type",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A24",
+ "name": "Is_PCDC_AML_Authorized_Value_For_Variable",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A25",
+ "name": "Value_Set_Is_Paired_With",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A26",
+ "name": "Has_PCDC_AML_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A27",
+ "name": "Has_CTDC_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A28",
+ "name": "Is_PCDC_EWS_Authorized_Value_For_Variable",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A29",
+ "name": "Has_PCDC_EWS_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A3",
+ "name": "Role_Has_Parent",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A30",
+ "name": "Has_ICDC_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A31",
+ "name": "Has_GDC_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A32",
+ "name": "Is_Value_For_GDC_Property",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A33",
+ "name": "Is_PCDC_GCT_Authorized_Value_For_Variable",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A34",
+ "name": "Has_PCDC_GCT_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A35",
+ "name": "Is_PCDC_ALL_Authorized_Value_For_Variable",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A36",
+ "name": "Has_PCDC_ALL_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A37",
+ "name": "Has_SeroNet_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A38",
+ "name": "Has_PCDC_OS_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A39",
+ "name": "Has_PCDC_HL_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A4",
+ "name": "Qualifier_Applies_To",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A40",
+ "name": "Has_DIPG_DMG_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A42",
+ "name": "Has_OORO_PC_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A48",
+ "name": "Has_ACC-AHA_SARS2_Authorized_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A49",
+ "name": "Has_PRO-CTCAE_Attribute",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A5",
+ "name": "Has_Salt_Form",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A50",
+ "name": "Has_Ped-PRO-CTCAE_Attribute",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A51",
+ "name": "Has_PRO-CTCAE_Attribute_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A52",
+ "name": "Has_Ped-PRO-CTCAE_Attribute_Value",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A53",
+ "name": "Has_PRO-CTCAE_Parent",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A54",
+ "name": "Has_Ped-PRO-CTCAE_Parent",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A6",
+ "name": "Has_Free_Acid_Or_Base_Form",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A7",
+ "name": "Has_Target",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A8",
+ "name": "Concept_In_Subset",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "A9",
+ "name": "Is_Related_To_Endogenous_Product",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+]
+
diff --git a/curl-examples/samples/get-concept-by-code-associations.txt b/curl-examples/samples/get-concept-by-code-associations.txt
index e84b2271..71515a35 100644
--- a/curl-examples/samples/get-concept-by-code-associations.txt
+++ b/curl-examples/samples/get-concept-by-code-associations.txt
@@ -1,168 +1,163 @@
-[
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C77526",
- "relatedName": "CDISC SEND Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C88025",
- "relatedName": "CDISC SEND Tumor Findings Results Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C165258",
- "relatedName": "Cellosaurus Disease Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C192842",
- "relatedName": "Cellosaurus Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C61410",
- "relatedName": "Clinical Data Interchange Standards Consortium Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C138188",
- "relatedName": "Clinical Trials Search-Application Programming Interface Disease Category Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C156953",
- "relatedName": "CPTAC Baseline Medical Forms Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C158520",
- "relatedName": "CPTAC Codelists Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C159415",
- "relatedName": "CPTAC Melanoma Baseline Form"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C156966",
- "relatedName": "CPTAC Neoplasms Codelist"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C156952",
- "relatedName": "CPTAC Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C157534",
- "relatedName": "CPTAC Uveal Melanoma Baseline Form"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C118168",
- "relatedName": "CTRP Disease Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C116977",
- "relatedName": "CTRP Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C138190",
- "relatedName": "CTS-API Disease Main Type Terminology"
- },
- {
- "type": "Is_Value_For_GDC_Property",
- "relatedCode": "C178243",
- "relatedName": "Family Cancer History Relative Primary Diagnosis Question"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C157711",
- "relatedName": "GDC Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C177537",
- "relatedName": "GDC Value Terminology"
- },
- {
- "type": "Is_Value_For_GDC_Property",
- "relatedCode": "C176985",
- "relatedName": "Histology ICD-O Morphology Code"
- },
- {
- "type": "Is_Value_For_GDC_Property",
- "relatedCode": "C177621",
- "relatedName": "ICD-O-3 Morphology Term Diagnosis Question"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C168658",
- "relatedName": "Mapped ICDO3.1 Morphology PT Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C168657",
- "relatedName": "Mapped ICDO3.1 Morphology Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C168655",
- "relatedName": "Mapped ICDO3.1 Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C168662",
- "relatedName": "Mapped ICDO3.2 Morphology PT Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C168661",
- "relatedName": "Mapped ICDO3.2 Morphology Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C168656",
- "relatedName": "Mapped ICDO3.2 Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C103113",
- "relatedName": "NCI CTEP SDC Melanoma Sub-Category Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C102905",
- "relatedName": "NCI CTEP Simplified Disease Classification Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C126659",
- "relatedName": "NCIt Neoplasm Core Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C90259",
- "relatedName": "NICHD Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C189762",
- "relatedName": "Pediatric Adverse Events Terminology Mapped to MedDRA"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C118464",
- "relatedName": "Pediatric Adverse Events Terminology"
- },
- {
- "type": "Neoplasm_Has_Special_Category",
- "relatedCode": "C9292",
- "relatedName": "Solid Neoplasm"
- }
-]
-
+[
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C77526",
+ "relatedName": "CDISC SEND Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C88025",
+ "relatedName": "CDISC SEND Tumor Findings Results Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C165258",
+ "relatedName": "Cellosaurus Disease Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C61410",
+ "relatedName": "Clinical Data Interchange Standards Consortium Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C138188",
+ "relatedName": "Clinical Trials Search-Application Programming Interface Disease Category Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C156953",
+ "relatedName": "CPTAC Baseline Medical Forms Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C158520",
+ "relatedName": "CPTAC Codelists Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C159415",
+ "relatedName": "CPTAC Melanoma Baseline Form"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C156966",
+ "relatedName": "CPTAC Neoplasms Codelist"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C156952",
+ "relatedName": "CPTAC Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C157534",
+ "relatedName": "CPTAC Uveal Melanoma Baseline Form"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C118168",
+ "relatedName": "CTRP Disease Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C116977",
+ "relatedName": "CTRP Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C138190",
+ "relatedName": "CTS-API Disease Main Type Terminology"
+ },
+ {
+ "type": "Is_Value_For_GDC_Property",
+ "relatedCode": "C178243",
+ "relatedName": "Family Cancer History Relative Primary Diagnosis Question"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C157711",
+ "relatedName": "GDC Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C177537",
+ "relatedName": "GDC Value Terminology"
+ },
+ {
+ "type": "Is_Value_For_GDC_Property",
+ "relatedCode": "C176985",
+ "relatedName": "Histology ICD-O Morphology Code"
+ },
+ {
+ "type": "Is_Value_For_GDC_Property",
+ "relatedCode": "C177621",
+ "relatedName": "ICD-O-3 Morphology Term Diagnosis Question"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C168658",
+ "relatedName": "Mapped ICDO3.1 Morphology PT Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C168657",
+ "relatedName": "Mapped ICDO3.1 Morphology Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C168655",
+ "relatedName": "Mapped ICDO3.1 Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C168662",
+ "relatedName": "Mapped ICDO3.2 Morphology PT Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C168661",
+ "relatedName": "Mapped ICDO3.2 Morphology Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C168656",
+ "relatedName": "Mapped ICDO3.2 Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C103113",
+ "relatedName": "NCI CTEP SDC Melanoma Sub-Category Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C102905",
+ "relatedName": "NCI CTEP Simplified Disease Classification Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C126659",
+ "relatedName": "NCIt Neoplasm Core Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C90259",
+ "relatedName": "NICHD Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C189762",
+ "relatedName": "Pediatric Adverse Events Terminology Mapped to MedDRA"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C118464",
+ "relatedName": "Pediatric Adverse Events Terminology"
+ },
+ {
+ "type": "Neoplasm_Has_Special_Category",
+ "relatedCode": "C9292",
+ "relatedName": "Solid Neoplasm"
+ }
+]
+
diff --git a/curl-examples/samples/get-concept-by-code-children.txt b/curl-examples/samples/get-concept-by-code-children.txt
index e506437d..0c5ad7a3 100644
--- a/curl-examples/samples/get-concept-by-code-children.txt
+++ b/curl-examples/samples/get-concept-by-code-children.txt
@@ -1,93 +1,98 @@
-[
- {
- "code": "C3802",
- "name": "Amelanotic Melanoma",
- "leaf": false
- },
- {
- "code": "C8410",
- "name": "Breast Melanoma",
- "leaf": true
- },
- {
- "code": "C131506",
- "name": "Childhood Melanoma",
- "leaf": false
- },
- {
- "code": "C3510",
- "name": "Cutaneous Melanoma",
- "leaf": false
- },
- {
- "code": "C4236",
- "name": "Epithelioid Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C8925",
- "name": "Metastatic Melanoma",
- "leaf": false
- },
- {
- "code": "C66756",
- "name": "Mixed Epithelioid and Spindle Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C205125",
- "name": "Nodular Melanoma",
- "leaf": false
- },
- {
- "code": "C8711",
- "name": "Non-Cutaneous Melanoma",
- "leaf": false
- },
- {
- "code": "C8562",
- "name": "Ocular Melanoma",
- "leaf": false
- },
- {
- "code": "C118828",
- "name": "Orbital Melanoma",
- "leaf": true
- },
- {
- "code": "C162547",
- "name": "Penile Melanoma",
- "leaf": false
- },
- {
- "code": "C7087",
- "name": "Recurrent Melanoma",
- "leaf": false
- },
- {
- "code": "C147983",
- "name": "Refractory Melanoma",
- "leaf": false
- },
- {
- "code": "C4228",
- "name": "Regressing Melanoma",
- "leaf": false
- },
- {
- "code": "C190239",
- "name": "Resectable Melanoma",
- "leaf": false
- },
- {
- "code": "C4237",
- "name": "Spindle Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C148517",
- "name": "Unresectable Melanoma",
- "leaf": false
- }
-]
-
+[
+ {
+ "code": "C3802",
+ "name": "Amelanotic Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C8410",
+ "name": "Breast Melanoma",
+ "leaf": true
+ },
+ {
+ "code": "C131506",
+ "name": "Childhood Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C3510",
+ "name": "Cutaneous Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4236",
+ "name": "Epithelioid Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C217198",
+ "name": "Localized Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C215044",
+ "name": "Melanoma In Situ",
+ "leaf": false
+ },
+ {
+ "code": "C8925",
+ "name": "Metastatic Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C66756",
+ "name": "Mixed Epithelioid and Spindle Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C205125",
+ "name": "Nodular Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C8711",
+ "name": "Non-Cutaneous Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C118828",
+ "name": "Orbital Melanoma",
+ "leaf": true
+ },
+ {
+ "code": "C162547",
+ "name": "Penile Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C7087",
+ "name": "Recurrent Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C147983",
+ "name": "Refractory Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4228",
+ "name": "Regressing Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C190239",
+ "name": "Resectable Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4237",
+ "name": "Spindle Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C148517",
+ "name": "Unresectable Melanoma",
+ "leaf": false
+ }
+]
+
diff --git a/curl-examples/samples/get-concept-by-code-custom.txt b/curl-examples/samples/get-concept-by-code-custom.txt
index 5f00fc98..8c81b66c 100644
--- a/curl-examples/samples/get-concept-by-code-custom.txt
+++ b/curl-examples/samples/get-concept-by-code-custom.txt
@@ -1,270 +1,275 @@
-{
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true,
- "synonyms": [
- {
- "name": "Melanoma",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "caDSR"
- },
- {
- "name": "Malignant Melanoma",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "CDISC"
- },
- {
- "name": "MELANOMA, MALIGNANT",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CDISC"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "Cellosaurus"
- },
- {
- "name": "Malignant Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CPTAC"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CTEP",
- "code": "10053571",
- "subSource": "SDC"
- },
- {
- "name": "Melanoma",
- "termType": "DN",
- "type": "FULL_SYN",
- "source": "CTRP"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CTRP"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "GDC"
- },
- {
- "name": "Melanoma, NOS",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "GDC"
- },
- {
- "name": "melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI-GLOSS",
- "code": "CDR0000045135"
- },
- {
- "name": "Malignant Melanoma",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NICHD"
- },
- {
- "name": "Melanoma",
- "type": "Display_Name"
- },
- {
- "name": "Melanoma",
- "type": "Preferred_Name"
- }
- ],
- "children": [
- {
- "code": "C3802",
- "name": "Amelanotic Melanoma",
- "leaf": false
- },
- {
- "code": "C8410",
- "name": "Breast Melanoma",
- "leaf": true
- },
- {
- "code": "C131506",
- "name": "Childhood Melanoma",
- "leaf": false
- },
- {
- "code": "C3510",
- "name": "Cutaneous Melanoma",
- "leaf": false
- },
- {
- "code": "C4236",
- "name": "Epithelioid Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C8925",
- "name": "Metastatic Melanoma",
- "leaf": false
- },
- {
- "code": "C66756",
- "name": "Mixed Epithelioid and Spindle Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C205125",
- "name": "Nodular Melanoma",
- "leaf": false
- },
- {
- "code": "C8711",
- "name": "Non-Cutaneous Melanoma",
- "leaf": false
- },
- {
- "code": "C8562",
- "name": "Ocular Melanoma",
- "leaf": false
- },
- {
- "code": "C118828",
- "name": "Orbital Melanoma",
- "leaf": true
- },
- {
- "code": "C162547",
- "name": "Penile Melanoma",
- "leaf": false
- },
- {
- "code": "C7087",
- "name": "Recurrent Melanoma",
- "leaf": false
- },
- {
- "code": "C147983",
- "name": "Refractory Melanoma",
- "leaf": false
- },
- {
- "code": "C4228",
- "name": "Regressing Melanoma",
- "leaf": false
- },
- {
- "code": "C190239",
- "name": "Resectable Melanoma",
- "leaf": false
- },
- {
- "code": "C4237",
- "name": "Spindle Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C148517",
- "name": "Unresectable Melanoma",
- "leaf": false
- }
- ],
- "inverseAssociations": [
- {
- "type": "Has_GDC_Value",
- "relatedCode": "C178243",
- "relatedName": "Family Cancer History Relative Primary Diagnosis Question"
- },
- {
- "type": "Has_GDC_Value",
- "relatedCode": "C176985",
- "relatedName": "Histology ICD-O Morphology Code"
- },
- {
- "type": "Has_GDC_Value",
- "relatedCode": "C177621",
- "relatedName": "ICD-O-3 Morphology Term Diagnosis Question"
- }
- ],
- "maps": [
- {
- "type": "Related To",
- "targetName": "8720/3",
- "targetTermType": "PT",
- "targetCode": "morphology",
- "targetTerminology": "GDC"
- },
- {
- "type": "Related To",
- "targetName": "Malignant melanoma, NOS",
- "targetTermType": "PT",
- "targetCode": "8720/3",
- "targetTerminology": "ICDO3",
- "targetTerminologyVersion": "3.2"
- },
- {
- "type": "Related To",
- "targetName": "Malignant melanoma, NOS",
- "targetTermType": "PT",
- "targetCode": "8720/3",
- "targetTerminology": "ICDO3",
- "targetTerminologyVersion": "3.1"
- },
- {
- "type": "Related To",
- "targetName": "Malignant melanoma, NOS",
- "targetTermType": "PT",
- "targetCode": "primary_diagnosis",
- "targetTerminology": "GDC"
- },
- {
- "type": "Has Synonym",
- "targetName": "Melanoma, NOS",
- "targetTermType": "PT",
- "targetCode": "primary_diagnosis",
- "targetTerminology": "GDC"
- },
- {
- "type": "Has Synonym",
- "targetName": "Melanoma",
- "targetTermType": "LLT",
- "targetCode": "10053571",
- "targetTerminology": "MedDRA",
- "targetTerminologyVersion": "18.1"
- },
- {
- "type": "Has Synonym",
- "targetName": "Melanoma",
- "targetTermType": "PT",
- "targetCode": "relationship_primary_diagnosis",
- "targetTerminology": "GDC"
- }
- ]
-}
-
+{
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "synonyms": [
+ {
+ "name": "Melanoma",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "caDSR"
+ },
+ {
+ "name": "Malignant Melanoma",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "CDISC"
+ },
+ {
+ "name": "MELANOMA, MALIGNANT",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CDISC"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "Cellosaurus"
+ },
+ {
+ "name": "Malignant Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CPTAC"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CTEP",
+ "code": "10053571",
+ "subSource": "SDC"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CTRP"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "DN",
+ "type": "FULL_SYN",
+ "source": "CTRP"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "GDC"
+ },
+ {
+ "name": "Melanoma, NOS",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "GDC"
+ },
+ {
+ "name": "melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NCI-GLOSS",
+ "code": "CDR0000045135"
+ },
+ {
+ "name": "Malignant Melanoma",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "NCI"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NCI"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NICHD"
+ },
+ {
+ "name": "Melanoma",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Melanoma",
+ "type": "Preferred_Name"
+ }
+ ],
+ "children": [
+ {
+ "code": "C3802",
+ "name": "Amelanotic Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C8410",
+ "name": "Breast Melanoma",
+ "leaf": true
+ },
+ {
+ "code": "C131506",
+ "name": "Childhood Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C3510",
+ "name": "Cutaneous Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4236",
+ "name": "Epithelioid Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C217198",
+ "name": "Localized Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C215044",
+ "name": "Melanoma In Situ",
+ "leaf": false
+ },
+ {
+ "code": "C8925",
+ "name": "Metastatic Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C66756",
+ "name": "Mixed Epithelioid and Spindle Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C205125",
+ "name": "Nodular Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C8711",
+ "name": "Non-Cutaneous Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C118828",
+ "name": "Orbital Melanoma",
+ "leaf": true
+ },
+ {
+ "code": "C162547",
+ "name": "Penile Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C7087",
+ "name": "Recurrent Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C147983",
+ "name": "Refractory Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4228",
+ "name": "Regressing Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C190239",
+ "name": "Resectable Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4237",
+ "name": "Spindle Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C148517",
+ "name": "Unresectable Melanoma",
+ "leaf": false
+ }
+ ],
+ "inverseAssociations": [
+ {
+ "type": "Has_GDC_Value",
+ "relatedCode": "C178243",
+ "relatedName": "Family Cancer History Relative Primary Diagnosis Question"
+ },
+ {
+ "type": "Has_GDC_Value",
+ "relatedCode": "C176985",
+ "relatedName": "Histology ICD-O Morphology Code"
+ },
+ {
+ "type": "Has_GDC_Value",
+ "relatedCode": "C177621",
+ "relatedName": "ICD-O-3 Morphology Term Diagnosis Question"
+ }
+ ],
+ "maps": [
+ {
+ "type": "Related To",
+ "targetName": "8720/3",
+ "targetTermType": "PT",
+ "targetCode": "morphology",
+ "targetTerminology": "GDC"
+ },
+ {
+ "type": "Related To",
+ "targetName": "Malignant melanoma, NOS",
+ "targetTermType": "PT",
+ "targetCode": "8720/3",
+ "targetTerminology": "ICDO3",
+ "targetTerminologyVersion": "3.2"
+ },
+ {
+ "type": "Related To",
+ "targetName": "Malignant melanoma, NOS",
+ "targetTermType": "PT",
+ "targetCode": "8720/3",
+ "targetTerminology": "ICDO3",
+ "targetTerminologyVersion": "3.1"
+ },
+ {
+ "type": "Related To",
+ "targetName": "Malignant melanoma, NOS",
+ "targetTermType": "PT",
+ "targetCode": "primary_diagnosis",
+ "targetTerminology": "GDC"
+ },
+ {
+ "type": "Has Synonym",
+ "targetName": "Melanoma, NOS",
+ "targetTermType": "PT",
+ "targetCode": "primary_diagnosis",
+ "targetTerminology": "GDC"
+ },
+ {
+ "type": "Has Synonym",
+ "targetName": "Melanoma",
+ "targetTermType": "LLT",
+ "targetCode": "10053571",
+ "targetTerminology": "MedDRA",
+ "targetTerminologyVersion": "18.1"
+ },
+ {
+ "type": "Has Synonym",
+ "targetName": "Melanoma",
+ "targetTermType": "PT",
+ "targetCode": "relationship_primary_diagnosis",
+ "targetTerminology": "GDC"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-concept-by-code-disjointWith.txt b/curl-examples/samples/get-concept-by-code-disjointWith.txt
index df58628c..dbb9ebbb 100644
--- a/curl-examples/samples/get-concept-by-code-disjointWith.txt
+++ b/curl-examples/samples/get-concept-by-code-disjointWith.txt
@@ -1,23 +1,23 @@
-[
- {
- "code": "C2950",
- "name": "Cytogenetic Abnormality",
- "leaf": false
- },
- {
- "code": "C36340",
- "name": "Molecular Pathway Deregulation",
- "leaf": false
- },
- {
- "code": "C97926",
- "name": "Molecular Sequence Variation",
- "leaf": false
- },
- {
- "code": "C45594",
- "name": "Protein Sequence Abnormality",
- "leaf": false
- }
-]
-
+[
+ {
+ "code": "C2950",
+ "name": "Cytogenetic Abnormality",
+ "leaf": false
+ },
+ {
+ "code": "C36340",
+ "name": "Molecular Pathway Deregulation",
+ "leaf": false
+ },
+ {
+ "code": "C97926",
+ "name": "Molecular Sequence Variation",
+ "leaf": false
+ },
+ {
+ "code": "C45594",
+ "name": "Protein Sequence Abnormality",
+ "leaf": false
+ }
+]
+
diff --git a/curl-examples/samples/get-concept-by-code-full.txt b/curl-examples/samples/get-concept-by-code-full.txt
index d7a346b3..3daffc28 100644
--- a/curl-examples/samples/get-concept-by-code-full.txt
+++ b/curl-examples/samples/get-concept-by-code-full.txt
@@ -1,2035 +1,870 @@
-{
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true,
- "synonyms": [
- {
- "name": "Melanoma",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "caDSR"
- },
- {
- "name": "Malignant Melanoma",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "CDISC"
- },
- {
- "name": "MELANOMA, MALIGNANT",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CDISC"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "Cellosaurus"
- },
- {
- "name": "Malignant Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CPTAC"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CTEP",
- "code": "10053571",
- "subSource": "SDC"
- },
- {
- "name": "Melanoma",
- "termType": "DN",
- "type": "FULL_SYN",
- "source": "CTRP"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CTRP"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "GDC"
- },
- {
- "name": "Melanoma, NOS",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "GDC"
- },
- {
- "name": "melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI-GLOSS",
- "code": "CDR0000045135"
- },
- {
- "name": "Malignant Melanoma",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NICHD"
- },
- {
- "name": "Melanoma",
- "type": "Display_Name"
- },
- {
- "name": "Melanoma",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A form of cancer that begins in melanocytes (cells that make the pigment melanin). It may begin in a mole (skin melanoma), but can also begin in other pigmented tissues, such as in the eye or in the intestines.",
- "type": "ALT_DEFINITION",
- "source": "NCI-GLOSS"
- },
- {
- "definition": "A malignant neoplasm composed of melanocytes.",
- "type": "ALT_DEFINITION",
- "source": "CDISC"
- },
- {
- "definition": "A malignant neoplasm comprised of melanocytes typically arising in the skin.",
- "type": "ALT_DEFINITION",
- "source": "NICHD"
- },
- {
- "definition": "A malignant, usually aggressive tumor composed of atypical, neoplastic melanocytes. Most often, melanomas arise in the skin (cutaneous melanomas) and include the following histologic subtypes: superficial spreading melanoma, nodular melanoma, acral lentiginous melanoma, and lentigo maligna melanoma. Cutaneous melanomas may arise from acquired or congenital melanocytic or dysplastic nevi. Melanomas may also arise in other anatomic sites including the gastrointestinal system, eye, urinary tract, and reproductive system. Melanomas frequently metastasize to lymph nodes, liver, lungs, and brain.",
- "type": "DEFINITION",
- "source": "NCI"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CDISC"
- },
- {
- "type": "Contributing_Source",
- "value": "Cellosaurus"
- },
- {
- "type": "Contributing_Source",
- "value": "CPTAC"
- },
- {
- "type": "Contributing_Source",
- "value": "CTEP"
- },
- {
- "type": "Contributing_Source",
- "value": "CTRP"
- },
- {
- "type": "Contributing_Source",
- "value": "GDC"
- },
- {
- "type": "Contributing_Source",
- "value": "MedDRA"
- },
- {
- "type": "Contributing_Source",
- "value": "NICHD"
- },
- {
- "type": "ICD-O-3_Code",
- "value": "8720/3"
- },
- {
- "type": "Legacy Concept Name",
- "value": "Melanoma"
- },
- {
- "type": "Maps_To",
- "value": "8720/3"
- },
- {
- "type": "Maps_To",
- "value": "Malignant melanoma, NOS"
- },
- {
- "type": "Maps_To",
- "value": "Melanoma"
- },
- {
- "type": "Maps_To",
- "value": "Melanoma, NOS"
- },
- {
- "type": "Neoplastic_Status",
- "value": "Malignant"
- },
- {
- "type": "Semantic_Type",
- "value": "Neoplastic Process"
- },
- {
- "type": "UMLS_CUI",
- "value": "C0025202"
- }
- ],
- "children": [
- {
- "code": "C3802",
- "name": "Amelanotic Melanoma",
- "leaf": false
- },
- {
- "code": "C8410",
- "name": "Breast Melanoma",
- "leaf": true
- },
- {
- "code": "C131506",
- "name": "Childhood Melanoma",
- "leaf": false
- },
- {
- "code": "C3510",
- "name": "Cutaneous Melanoma",
- "leaf": false
- },
- {
- "code": "C4236",
- "name": "Epithelioid Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C8925",
- "name": "Metastatic Melanoma",
- "leaf": false
- },
- {
- "code": "C66756",
- "name": "Mixed Epithelioid and Spindle Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C205125",
- "name": "Nodular Melanoma",
- "leaf": false
- },
- {
- "code": "C8711",
- "name": "Non-Cutaneous Melanoma",
- "leaf": false
- },
- {
- "code": "C8562",
- "name": "Ocular Melanoma",
- "leaf": false
- },
- {
- "code": "C118828",
- "name": "Orbital Melanoma",
- "leaf": true
- },
- {
- "code": "C162547",
- "name": "Penile Melanoma",
- "leaf": false
- },
- {
- "code": "C7087",
- "name": "Recurrent Melanoma",
- "leaf": false
- },
- {
- "code": "C147983",
- "name": "Refractory Melanoma",
- "leaf": false
- },
- {
- "code": "C4228",
- "name": "Regressing Melanoma",
- "leaf": false
- },
- {
- "code": "C190239",
- "name": "Resectable Melanoma",
- "leaf": false
- },
- {
- "code": "C4237",
- "name": "Spindle Cell Melanoma",
- "leaf": false
- },
- {
- "code": "C148517",
- "name": "Unresectable Melanoma",
- "leaf": false
- }
- ],
- "parents": [
- {
- "code": "C9305",
- "name": "Malignant Neoplasm"
- },
- {
- "code": "C7058",
- "name": "Melanocytic Neoplasm"
- }
- ],
- "associations": [
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C77526",
- "relatedName": "CDISC SEND Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C88025",
- "relatedName": "CDISC SEND Tumor Findings Results Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C165258",
- "relatedName": "Cellosaurus Disease Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C192842",
- "relatedName": "Cellosaurus Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C61410",
- "relatedName": "Clinical Data Interchange Standards Consortium Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C138188",
- "relatedName": "Clinical Trials Search-Application Programming Interface Disease Category Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C156953",
- "relatedName": "CPTAC Baseline Medical Forms Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C158520",
- "relatedName": "CPTAC Codelists Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C159415",
- "relatedName": "CPTAC Melanoma Baseline Form"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C156966",
- "relatedName": "CPTAC Neoplasms Codelist"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C156952",
- "relatedName": "CPTAC Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C157534",
- "relatedName": "CPTAC Uveal Melanoma Baseline Form"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C118168",
- "relatedName": "CTRP Disease Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C116977",
- "relatedName": "CTRP Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C138190",
- "relatedName": "CTS-API Disease Main Type Terminology"
- },
- {
- "type": "Is_Value_For_GDC_Property",
- "relatedCode": "C178243",
- "relatedName": "Family Cancer History Relative Primary Diagnosis Question"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C157711",
- "relatedName": "GDC Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C177537",
- "relatedName": "GDC Value Terminology"
- },
- {
- "type": "Is_Value_For_GDC_Property",
- "relatedCode": "C176985",
- "relatedName": "Histology ICD-O Morphology Code"
- },
- {
- "type": "Is_Value_For_GDC_Property",
- "relatedCode": "C177621",
- "relatedName": "ICD-O-3 Morphology Term Diagnosis Question"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C168658",
- "relatedName": "Mapped ICDO3.1 Morphology PT Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C168657",
- "relatedName": "Mapped ICDO3.1 Morphology Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C168655",
- "relatedName": "Mapped ICDO3.1 Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C168662",
- "relatedName": "Mapped ICDO3.2 Morphology PT Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C168661",
- "relatedName": "Mapped ICDO3.2 Morphology Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C168656",
- "relatedName": "Mapped ICDO3.2 Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C103113",
- "relatedName": "NCI CTEP SDC Melanoma Sub-Category Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C102905",
- "relatedName": "NCI CTEP Simplified Disease Classification Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C126659",
- "relatedName": "NCIt Neoplasm Core Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C90259",
- "relatedName": "NICHD Terminology"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C189762",
- "relatedName": "Pediatric Adverse Events Terminology Mapped to MedDRA"
- },
- {
- "type": "Concept_In_Subset",
- "relatedCode": "C118464",
- "relatedName": "Pediatric Adverse Events Terminology"
- },
- {
- "type": "Neoplasm_Has_Special_Category",
- "relatedCode": "C9292",
- "relatedName": "Solid Neoplasm"
- }
- ],
- "inverseAssociations": [
- {
- "type": "Has_GDC_Value",
- "relatedCode": "C178243",
- "relatedName": "Family Cancer History Relative Primary Diagnosis Question"
- },
- {
- "type": "Has_GDC_Value",
- "relatedCode": "C176985",
- "relatedName": "Histology ICD-O Morphology Code"
- },
- {
- "type": "Has_GDC_Value",
- "relatedCode": "C177621",
- "relatedName": "ICD-O-3 Morphology Term Diagnosis Question"
- }
- ],
- "roles": [
- {
- "type": "Disease_Excludes_Finding",
- "relatedCode": "C36122",
- "relatedName": "Benign Cellular Infiltrate"
- },
- {
- "type": "Disease_May_Have_Finding",
- "relatedCode": "C43268",
- "relatedName": "HMB-45-Positive Neoplastic Cells Present"
- },
- {
- "type": "Disease_Has_Abnormal_Cell",
- "relatedCode": "C12917",
- "relatedName": "Malignant Cell"
- },
- {
- "type": "Disease_Has_Finding",
- "relatedCode": "C36115",
- "relatedName": "Malignant Cellular Infiltrate"
- },
- {
- "type": "Disease_Has_Normal_Cell_Origin",
- "relatedCode": "C12591",
- "relatedName": "Melanocyte"
- },
- {
- "type": "Disease_Has_Abnormal_Cell",
- "relatedCode": "C36873",
- "relatedName": "Melanoma Cell"
- },
- {
- "type": "Disease_Has_Abnormal_Cell",
- "relatedCode": "C12922",
- "relatedName": "Neoplastic Cell"
- },
- {
- "type": "Disease_Has_Abnormal_Cell",
- "relatedCode": "C36862",
- "relatedName": "Neoplastic Melanocyte"
- },
- {
- "type": "Disease_May_Have_Finding",
- "relatedCode": "C40993",
- "relatedName": "S-100-Positive Neoplastic Cells Present"
- }
- ],
- "inverseRoles": [
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C21390",
- "relatedName": "Beta/Gamma Crystallin Domain-Containing Protein 1"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C36101",
- "relatedName": "BRCA2-Associated Hereditary Breast and Ovarian Cancer Syndrome"
- },
- {
- "type": "Regimen_Has_Accepted_Use_For_Disease",
- "relatedCode": "C10303",
- "relatedName": "CDB Regimen"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C26083",
- "relatedName": "Chondroitin Sulfate Proteoglycan 4"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C21389",
- "relatedName": "CRYBG1 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C54321",
- "relatedName": "CRYBG1 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C21470",
- "relatedName": "CSAG2 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C54542",
- "relatedName": "CSAG2 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C81903",
- "relatedName": "CSAG3 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C81904",
- "relatedName": "CSAG3 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C24316",
- "relatedName": "CSPG4 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C52436",
- "relatedName": "CSPG4 wt Allele"
- },
- {
- "type": "Regimen_Has_Accepted_Use_For_Disease",
- "relatedCode": "C63525",
- "relatedName": "CVD Regimen"
- },
- {
- "type": "Regimen_Has_Accepted_Use_For_Disease",
- "relatedCode": "C63785",
- "relatedName": "CVD-Aldesleukin-Interferon Alfa-2b Regimen"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C17680",
- "relatedName": "Cyclin-Dependent Kinase 4"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C17786",
- "relatedName": "Cyclin-Dependent Kinase Inhibitor 2A"
- },
- {
- "type": "Regimen_Has_Accepted_Use_For_Disease",
- "relatedCode": "C63782",
- "relatedName": "Dacarbazine/Interferon Alfa Regimen"
- },
- {
- "type": "Regimen_Has_Accepted_Use_For_Disease",
- "relatedCode": "C63781",
- "relatedName": "Dartmouth Regimen"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C82885",
- "relatedName": "DCT Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C82886",
- "relatedName": "DCT wt Allele"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C21569",
- "relatedName": "DNA Repair Protein XRCC3"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C27264",
- "relatedName": "Hereditary Atypical Mole Melanoma Syndrome"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C8495",
- "relatedName": "Hereditary Retinoblastoma"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C192671",
- "relatedName": "Hereditary Tumor Syndrome Associated with Homologous Recombination Pathway Mutations"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C20765",
- "relatedName": "KISS1 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C54288",
- "relatedName": "KISS1 wt Allele"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C2646",
- "relatedName": "L-Dopachrome Tautomerase"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C26331",
- "relatedName": "Latent-Transforming Growth Factor Beta-Binding Protein 2"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C24561",
- "relatedName": "LTBP2 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C51270",
- "relatedName": "LTBP2 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C21261",
- "relatedName": "MCAM Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C54308",
- "relatedName": "MCAM wt Allele"
- },
- {
- "type": "Gene_Product_Is_Biomarker_Of",
- "relatedCode": "C17513",
- "relatedName": "Melanoma-Associated Antigen 3"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C176905",
- "relatedName": "Melanoma-Astrocytoma Syndrome"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C176904",
- "relatedName": "Melanoma-Pancreatic Cancer Syndrome"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C21141",
- "relatedName": "Metastasis-Suppressor KiSS-1"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C81756",
- "relatedName": "MIR221 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C82171",
- "relatedName": "MIR221 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C80700",
- "relatedName": "MIRLET7A1 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C81825",
- "relatedName": "MIRLET7A1 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C80701",
- "relatedName": "MIRLET7A3 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C81826",
- "relatedName": "MIRLET7A3 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C80702",
- "relatedName": "MIRLET7B Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C81853",
- "relatedName": "MIRLET7B wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C28629",
- "relatedName": "MLANA Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C54313",
- "relatedName": "MLANA wt Allele"
- },
- {
- "type": "Disease_Has_Associated_Disease",
- "relatedCode": "C40001",
- "relatedName": "Ovarian Dermoid Cyst with Melanoma"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C18336",
- "relatedName": "RAB8A Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C52547",
- "relatedName": "RAB8A wt Allele"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C84349",
- "relatedName": "Tumor Suppressor ARF"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C3447",
- "relatedName": "Werner Syndrome"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C20335",
- "relatedName": "XRCC3 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C51014",
- "relatedName": "XRCC3 wt Allele"
- }
- ],
- "history": [
- {
- "code": "C3224",
- "action": "create",
- "date": "2003-08-12"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2003-09-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2003-10-31"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2003-12-30"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2004-03-30"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2004-09-10"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2005-03-30"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2006-01-03"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2006-01-27"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2006-09-01"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2007-03-30"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2007-04-30"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2009-10-27"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2009-11-23"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2010-06-01"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2010-06-07"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2011-02-07"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2011-04-11"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2011-11-14"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2011-11-21"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2011-11-28"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2011-12-05"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2011-12-12"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2011-12-19"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2011-12-27"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-01-09"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-01-17"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-01-23"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-01-30"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-02-06"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-02-13"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-02-21"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-02-27"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-03-05"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-03-12"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-03-19"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-03-26"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-04-02"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-04-09"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-04-16"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-04-23"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-04-30"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-05-07"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-05-14"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-05-21"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-05-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-06-04"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-06-11"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-06-18"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-06-18"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-06-25"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-07-03"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-07-16"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-07-23"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-07-30"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-08-06"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-08-13"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-08-20"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-08-27"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-09-04"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-09-10"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-09-17"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-09-24"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-10-01"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-10-09"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-10-15"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-10-22"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-10-31"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-11-05"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-11-13"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-11-19"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-11-26"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-12-03"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-12-10"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-12-17"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2012-12-28"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-01-07"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-01-14"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-01-23"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-02-04"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-02-11"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-02-19"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-02-25"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-03-04"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-03-11"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-03-18"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-03-25"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-04-01"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-04-08"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-04-15"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-04-22"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-04-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-05-06"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-05-13"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-05-20"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-05-28"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-06-03"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-06-10"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-06-17"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-06-24"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-07-01"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2013-07-08"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-02-03"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-03-05"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-08-25"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-09-22"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-10-27"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-11-03"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-11-10"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-11-17"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-11-24"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-12-01"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-12-08"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-12-15"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-12-22"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2014-12-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-01-05"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-01-12"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-01-20"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-01-26"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-02-02"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-02-09"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-02-17"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-02-23"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-03-02"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-03-09"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-03-16"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-03-23"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-03-30"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-04-06"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-04-13"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-04-20"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-04-27"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-05-04"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-05-11"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-05-18"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-05-26"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-06-01"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-06-08"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-06-15"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-06-22"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-06-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-07-06"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-07-13"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-08-12"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-08-24"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-08-31"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-09-08"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-09-14"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-09-21"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-09-28"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-10-05"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-10-13"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-10-19"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-10-26"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-11-02"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-11-09"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-11-16"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-11-23"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-11-30"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-12-07"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-12-14"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-12-21"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2015-12-28"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-01-04"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-01-11"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-01-19"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-01-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-04-18"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-04-25"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-05-09"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-05-16"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-05-23"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-05-31"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-06-06"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-06-13"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-06-17"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-06-27"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-07-05"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-07-11"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-07-18"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-07-25"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-08-01"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-08-08"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-08-15"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-08-22"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-08-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-09-06"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-09-12"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-09-20"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-09-26"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-10-03"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-10-11"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-10-17"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-10-24"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-10-31"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-11-07"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-11-14"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-11-21"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-11-28"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-12-05"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-12-12"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-12-19"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2016-12-27"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2017-01-03"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2017-01-09"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2017-01-17"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2017-01-23"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2017-07-31"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2017-09-26"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2017-12-26"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2018-02-26"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2018-07-30"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2018-10-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2018-10-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2018-11-26"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2018-12-31"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2019-03-25"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2019-04-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2019-05-28"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2019-06-24"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2019-07-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2019-09-30"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2019-10-28"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2019-11-25"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2020-02-24"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2020-03-30"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2020-04-27"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2020-08-31"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2020-09-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2021-02-22"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2021-03-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2021-11-29"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2022-09-26"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2023-02-27"
- },
- {
- "code": "C3224",
- "action": "modify",
- "date": "2023-12-26"
- }
- ],
- "maps": [
- {
- "type": "Related To",
- "targetName": "8720/3",
- "targetTermType": "PT",
- "targetCode": "morphology",
- "targetTerminology": "GDC"
- },
- {
- "type": "Related To",
- "targetName": "Malignant melanoma, NOS",
- "targetTermType": "PT",
- "targetCode": "8720/3",
- "targetTerminology": "ICDO3",
- "targetTerminologyVersion": "3.2"
- },
- {
- "type": "Related To",
- "targetName": "Malignant melanoma, NOS",
- "targetTermType": "PT",
- "targetCode": "8720/3",
- "targetTerminology": "ICDO3",
- "targetTerminologyVersion": "3.1"
- },
- {
- "type": "Related To",
- "targetName": "Malignant melanoma, NOS",
- "targetTermType": "PT",
- "targetCode": "primary_diagnosis",
- "targetTerminology": "GDC"
- },
- {
- "type": "Has Synonym",
- "targetName": "Melanoma, NOS",
- "targetTermType": "PT",
- "targetCode": "primary_diagnosis",
- "targetTerminology": "GDC"
- },
- {
- "type": "Has Synonym",
- "targetName": "Melanoma",
- "targetTermType": "LLT",
- "targetCode": "10053571",
- "targetTerminology": "MedDRA",
- "targetTerminologyVersion": "18.1"
- },
- {
- "type": "Has Synonym",
- "targetName": "Melanoma",
- "targetTermType": "PT",
- "targetCode": "relationship_primary_diagnosis",
- "targetTerminology": "GDC"
- }
- ]
-}
-
+{
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "synonyms": [
+ {
+ "name": "Melanoma",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "caDSR"
+ },
+ {
+ "name": "Malignant Melanoma",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "CDISC"
+ },
+ {
+ "name": "MELANOMA, MALIGNANT",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CDISC"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "Cellosaurus"
+ },
+ {
+ "name": "Malignant Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CPTAC"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CTEP",
+ "code": "10053571",
+ "subSource": "SDC"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CTRP"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "DN",
+ "type": "FULL_SYN",
+ "source": "CTRP"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "GDC"
+ },
+ {
+ "name": "Melanoma, NOS",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "GDC"
+ },
+ {
+ "name": "melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NCI-GLOSS",
+ "code": "CDR0000045135"
+ },
+ {
+ "name": "Malignant Melanoma",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "NCI"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NCI"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NICHD"
+ },
+ {
+ "name": "Melanoma",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Melanoma",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A form of cancer that begins in melanocytes (cells that make the pigment melanin). It may begin in a mole (skin melanoma), but can also begin in other pigmented tissues, such as in the eye or in the intestines.",
+ "type": "ALT_DEFINITION",
+ "source": "NCI-GLOSS"
+ },
+ {
+ "definition": "A malignant neoplasm composed of melanocytes.",
+ "type": "ALT_DEFINITION",
+ "source": "CDISC"
+ },
+ {
+ "definition": "A malignant neoplasm comprised of melanocytes typically arising in the skin.",
+ "type": "ALT_DEFINITION",
+ "source": "NICHD"
+ },
+ {
+ "definition": "A malignant, usually aggressive tumor composed of atypical, neoplastic melanocytes. Most often, melanomas arise in the skin (cutaneous melanomas) and include the following histologic subtypes: superficial spreading melanoma, nodular melanoma, acral lentiginous melanoma, and lentigo maligna melanoma. Cutaneous melanomas may arise from acquired or congenital melanocytic or dysplastic nevi. Melanomas may also arise in other anatomic sites including the gastrointestinal system, eye, urinary tract, and reproductive system. Melanomas frequently metastasize to lymph nodes, liver, lungs, and brain.",
+ "type": "DEFINITION",
+ "source": "NCI"
+ }
+ ],
+ "properties": [
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "CDISC"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "Cellosaurus"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "CPTAC"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "CTEP"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "CTRP"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "GDC"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "MedDRA"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "NICHD"
+ },
+ {
+ "code": "P334",
+ "type": "ICD-O-3_Code",
+ "value": "8720/3"
+ },
+ {
+ "code": "P366",
+ "type": "Legacy Concept Name",
+ "value": "Melanoma"
+ },
+ {
+ "code": "P375",
+ "type": "Maps_To",
+ "value": "8720/3"
+ },
+ {
+ "code": "P375",
+ "type": "Maps_To",
+ "value": "Malignant melanoma, NOS"
+ },
+ {
+ "code": "P375",
+ "type": "Maps_To",
+ "value": "Melanoma"
+ },
+ {
+ "code": "P375",
+ "type": "Maps_To",
+ "value": "Melanoma, NOS"
+ },
+ {
+ "code": "P363",
+ "type": "Neoplastic_Status",
+ "value": "Malignant"
+ },
+ {
+ "code": "P106",
+ "type": "Semantic_Type",
+ "value": "Neoplastic Process"
+ },
+ {
+ "code": "P207",
+ "type": "UMLS_CUI",
+ "value": "C0025202"
+ }
+ ],
+ "children": [
+ {
+ "code": "C3802",
+ "name": "Amelanotic Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C8410",
+ "name": "Breast Melanoma",
+ "leaf": true
+ },
+ {
+ "code": "C131506",
+ "name": "Childhood Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C3510",
+ "name": "Cutaneous Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4236",
+ "name": "Epithelioid Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C217198",
+ "name": "Localized Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C215044",
+ "name": "Melanoma In Situ",
+ "leaf": false
+ },
+ {
+ "code": "C8925",
+ "name": "Metastatic Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C66756",
+ "name": "Mixed Epithelioid and Spindle Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C205125",
+ "name": "Nodular Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C8711",
+ "name": "Non-Cutaneous Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C118828",
+ "name": "Orbital Melanoma",
+ "leaf": true
+ },
+ {
+ "code": "C162547",
+ "name": "Penile Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C7087",
+ "name": "Recurrent Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C147983",
+ "name": "Refractory Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4228",
+ "name": "Regressing Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C190239",
+ "name": "Resectable Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C4237",
+ "name": "Spindle Cell Melanoma",
+ "leaf": false
+ },
+ {
+ "code": "C148517",
+ "name": "Unresectable Melanoma",
+ "leaf": false
+ }
+ ],
+ "parents": [
+ {
+ "code": "C9305",
+ "name": "Malignant Neoplasm"
+ },
+ {
+ "code": "C7058",
+ "name": "Melanocytic Neoplasm"
+ }
+ ],
+ "associations": [
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C77526",
+ "relatedName": "CDISC SEND Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C88025",
+ "relatedName": "CDISC SEND Tumor Findings Results Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C165258",
+ "relatedName": "Cellosaurus Disease Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C61410",
+ "relatedName": "Clinical Data Interchange Standards Consortium Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C138188",
+ "relatedName": "Clinical Trials Search-Application Programming Interface Disease Category Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C156953",
+ "relatedName": "CPTAC Baseline Medical Forms Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C158520",
+ "relatedName": "CPTAC Codelists Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C159415",
+ "relatedName": "CPTAC Melanoma Baseline Form"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C156966",
+ "relatedName": "CPTAC Neoplasms Codelist"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C156952",
+ "relatedName": "CPTAC Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C157534",
+ "relatedName": "CPTAC Uveal Melanoma Baseline Form"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C118168",
+ "relatedName": "CTRP Disease Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C116977",
+ "relatedName": "CTRP Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C138190",
+ "relatedName": "CTS-API Disease Main Type Terminology"
+ },
+ {
+ "type": "Is_Value_For_GDC_Property",
+ "relatedCode": "C178243",
+ "relatedName": "Family Cancer History Relative Primary Diagnosis Question"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C157711",
+ "relatedName": "GDC Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C177537",
+ "relatedName": "GDC Value Terminology"
+ },
+ {
+ "type": "Is_Value_For_GDC_Property",
+ "relatedCode": "C176985",
+ "relatedName": "Histology ICD-O Morphology Code"
+ },
+ {
+ "type": "Is_Value_For_GDC_Property",
+ "relatedCode": "C177621",
+ "relatedName": "ICD-O-3 Morphology Term Diagnosis Question"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C168658",
+ "relatedName": "Mapped ICDO3.1 Morphology PT Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C168657",
+ "relatedName": "Mapped ICDO3.1 Morphology Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C168655",
+ "relatedName": "Mapped ICDO3.1 Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C168662",
+ "relatedName": "Mapped ICDO3.2 Morphology PT Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C168661",
+ "relatedName": "Mapped ICDO3.2 Morphology Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C168656",
+ "relatedName": "Mapped ICDO3.2 Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C103113",
+ "relatedName": "NCI CTEP SDC Melanoma Sub-Category Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C102905",
+ "relatedName": "NCI CTEP Simplified Disease Classification Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C126659",
+ "relatedName": "NCIt Neoplasm Core Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C90259",
+ "relatedName": "NICHD Terminology"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C189762",
+ "relatedName": "Pediatric Adverse Events Terminology Mapped to MedDRA"
+ },
+ {
+ "type": "Concept_In_Subset",
+ "relatedCode": "C118464",
+ "relatedName": "Pediatric Adverse Events Terminology"
+ },
+ {
+ "type": "Neoplasm_Has_Special_Category",
+ "relatedCode": "C9292",
+ "relatedName": "Solid Neoplasm"
+ }
+ ],
+ "inverseAssociations": [
+ {
+ "type": "Has_GDC_Value",
+ "relatedCode": "C178243",
+ "relatedName": "Family Cancer History Relative Primary Diagnosis Question"
+ },
+ {
+ "type": "Has_GDC_Value",
+ "relatedCode": "C176985",
+ "relatedName": "Histology ICD-O Morphology Code"
+ },
+ {
+ "type": "Has_GDC_Value",
+ "relatedCode": "C177621",
+ "relatedName": "ICD-O-3 Morphology Term Diagnosis Question"
+ }
+ ],
+ "roles": [
+ {
+ "type": "Disease_Excludes_Finding",
+ "relatedCode": "C36122",
+ "relatedName": "Benign Cellular Infiltrate"
+ },
+ {
+ "type": "Disease_May_Have_Finding",
+ "relatedCode": "C43268",
+ "relatedName": "HMB-45-Positive Neoplastic Cells Present"
+ },
+ {
+ "type": "Disease_Has_Abnormal_Cell",
+ "relatedCode": "C12917",
+ "relatedName": "Malignant Cell"
+ },
+ {
+ "type": "Disease_Has_Finding",
+ "relatedCode": "C36115",
+ "relatedName": "Malignant Cellular Infiltrate"
+ },
+ {
+ "type": "Disease_Has_Normal_Cell_Origin",
+ "relatedCode": "C12591",
+ "relatedName": "Melanocyte"
+ },
+ {
+ "type": "Disease_Has_Abnormal_Cell",
+ "relatedCode": "C36873",
+ "relatedName": "Melanoma Cell"
+ },
+ {
+ "type": "Disease_Has_Abnormal_Cell",
+ "relatedCode": "C12922",
+ "relatedName": "Neoplastic Cell"
+ },
+ {
+ "type": "Disease_Has_Abnormal_Cell",
+ "relatedCode": "C36862",
+ "relatedName": "Neoplastic Melanocyte"
+ },
+ {
+ "type": "Disease_May_Have_Finding",
+ "relatedCode": "C40993",
+ "relatedName": "S-100-Positive Neoplastic Cells Present"
+ }
+ ],
+ "inverseRoles": [
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C21390",
+ "relatedName": "Beta/Gamma Crystallin Domain-Containing Protein 1"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C36101",
+ "relatedName": "BRCA2-Associated Hereditary Breast and Ovarian Cancer Syndrome"
+ },
+ {
+ "type": "Regimen_Has_Accepted_Use_For_Disease",
+ "relatedCode": "C10303",
+ "relatedName": "CDB Regimen"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C26083",
+ "relatedName": "Chondroitin Sulfate Proteoglycan 4"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C21389",
+ "relatedName": "CRYBG1 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C54321",
+ "relatedName": "CRYBG1 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C21470",
+ "relatedName": "CSAG2 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C54542",
+ "relatedName": "CSAG2 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C81903",
+ "relatedName": "CSAG3 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C81904",
+ "relatedName": "CSAG3 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C24316",
+ "relatedName": "CSPG4 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C52436",
+ "relatedName": "CSPG4 wt Allele"
+ },
+ {
+ "type": "Regimen_Has_Accepted_Use_For_Disease",
+ "relatedCode": "C63525",
+ "relatedName": "CVD Regimen"
+ },
+ {
+ "type": "Regimen_Has_Accepted_Use_For_Disease",
+ "relatedCode": "C63785",
+ "relatedName": "CVD-Aldesleukin-Interferon Alfa-2b Regimen"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C17680",
+ "relatedName": "Cyclin-Dependent Kinase 4"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C17786",
+ "relatedName": "Cyclin-Dependent Kinase Inhibitor 2A"
+ },
+ {
+ "type": "Regimen_Has_Accepted_Use_For_Disease",
+ "relatedCode": "C63782",
+ "relatedName": "Dacarbazine/Interferon Alfa Regimen"
+ },
+ {
+ "type": "Regimen_Has_Accepted_Use_For_Disease",
+ "relatedCode": "C63781",
+ "relatedName": "Dartmouth Regimen"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C82885",
+ "relatedName": "DCT Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C82886",
+ "relatedName": "DCT wt Allele"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C21569",
+ "relatedName": "DNA Repair Protein XRCC3"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C27264",
+ "relatedName": "Hereditary Atypical Mole Melanoma Syndrome"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C8495",
+ "relatedName": "Hereditary Retinoblastoma"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C192671",
+ "relatedName": "Hereditary Tumor Syndrome Associated with Homologous Recombination Pathway Mutations"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C20765",
+ "relatedName": "KISS1 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C54288",
+ "relatedName": "KISS1 wt Allele"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C2646",
+ "relatedName": "L-Dopachrome Tautomerase"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C26331",
+ "relatedName": "Latent-Transforming Growth Factor Beta-Binding Protein 2"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C24561",
+ "relatedName": "LTBP2 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C51270",
+ "relatedName": "LTBP2 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C21261",
+ "relatedName": "MCAM Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C54308",
+ "relatedName": "MCAM wt Allele"
+ },
+ {
+ "type": "Gene_Product_Is_Biomarker_Of",
+ "relatedCode": "C17513",
+ "relatedName": "Melanoma-Associated Antigen 3"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C176905",
+ "relatedName": "Melanoma-Astrocytoma Syndrome"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C176904",
+ "relatedName": "Melanoma-Pancreatic Cancer Syndrome"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C21141",
+ "relatedName": "Metastasis-Suppressor KiSS-1"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C81756",
+ "relatedName": "MIR221 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C82171",
+ "relatedName": "MIR221 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C80700",
+ "relatedName": "MIRLET7A1 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C81825",
+ "relatedName": "MIRLET7A1 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C80701",
+ "relatedName": "MIRLET7A3 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C81826",
+ "relatedName": "MIRLET7A3 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C80702",
+ "relatedName": "MIRLET7B Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C81853",
+ "relatedName": "MIRLET7B wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C28629",
+ "relatedName": "MLANA Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C54313",
+ "relatedName": "MLANA wt Allele"
+ },
+ {
+ "type": "Disease_Has_Associated_Disease",
+ "relatedCode": "C40001",
+ "relatedName": "Ovarian Dermoid Cyst with Melanoma"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C18336",
+ "relatedName": "RAB8A Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C52547",
+ "relatedName": "RAB8A wt Allele"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C84349",
+ "relatedName": "Tumor Suppressor ARF"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C3447",
+ "relatedName": "Werner Syndrome"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C20335",
+ "relatedName": "XRCC3 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C51014",
+ "relatedName": "XRCC3 wt Allele"
+ }
+ ],
+ "maps": [
+ {
+ "type": "Related To",
+ "targetName": "8720/3",
+ "targetTermType": "PT",
+ "targetCode": "morphology",
+ "targetTerminology": "GDC"
+ },
+ {
+ "type": "Related To",
+ "targetName": "Malignant melanoma, NOS",
+ "targetTermType": "PT",
+ "targetCode": "8720/3",
+ "targetTerminology": "ICDO3",
+ "targetTerminologyVersion": "3.2"
+ },
+ {
+ "type": "Related To",
+ "targetName": "Malignant melanoma, NOS",
+ "targetTermType": "PT",
+ "targetCode": "8720/3",
+ "targetTerminology": "ICDO3",
+ "targetTerminologyVersion": "3.1"
+ },
+ {
+ "type": "Related To",
+ "targetName": "Malignant melanoma, NOS",
+ "targetTermType": "PT",
+ "targetCode": "primary_diagnosis",
+ "targetTerminology": "GDC"
+ },
+ {
+ "type": "Has Synonym",
+ "targetName": "Melanoma, NOS",
+ "targetTermType": "PT",
+ "targetCode": "primary_diagnosis",
+ "targetTerminology": "GDC"
+ },
+ {
+ "type": "Has Synonym",
+ "targetName": "Melanoma",
+ "targetTermType": "LLT",
+ "targetCode": "10053571",
+ "targetTerminology": "MedDRA",
+ "targetTerminologyVersion": "18.1"
+ },
+ {
+ "type": "Has Synonym",
+ "targetName": "Melanoma",
+ "targetTermType": "PT",
+ "targetCode": "relationship_primary_diagnosis",
+ "targetTerminology": "GDC"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-concept-by-code-inverseAssociations.txt b/curl-examples/samples/get-concept-by-code-inverseAssociations.txt
index 299fbe0d..cfc572ce 100644
--- a/curl-examples/samples/get-concept-by-code-inverseAssociations.txt
+++ b/curl-examples/samples/get-concept-by-code-inverseAssociations.txt
@@ -1,18 +1,18 @@
-[
- {
- "type": "Has_GDC_Value",
- "relatedCode": "C178243",
- "relatedName": "Family Cancer History Relative Primary Diagnosis Question"
- },
- {
- "type": "Has_GDC_Value",
- "relatedCode": "C176985",
- "relatedName": "Histology ICD-O Morphology Code"
- },
- {
- "type": "Has_GDC_Value",
- "relatedCode": "C177621",
- "relatedName": "ICD-O-3 Morphology Term Diagnosis Question"
- }
-]
-
+[
+ {
+ "type": "Has_GDC_Value",
+ "relatedCode": "C178243",
+ "relatedName": "Family Cancer History Relative Primary Diagnosis Question"
+ },
+ {
+ "type": "Has_GDC_Value",
+ "relatedCode": "C176985",
+ "relatedName": "Histology ICD-O Morphology Code"
+ },
+ {
+ "type": "Has_GDC_Value",
+ "relatedCode": "C177621",
+ "relatedName": "ICD-O-3 Morphology Term Diagnosis Question"
+ }
+]
+
diff --git a/curl-examples/samples/get-concept-by-code-inverseRoles.txt b/curl-examples/samples/get-concept-by-code-inverseRoles.txt
index dee4bd9b..5f5a9501 100644
--- a/curl-examples/samples/get-concept-by-code-inverseRoles.txt
+++ b/curl-examples/samples/get-concept-by-code-inverseRoles.txt
@@ -1,268 +1,268 @@
-[
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C21390",
- "relatedName": "Beta/Gamma Crystallin Domain-Containing Protein 1"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C36101",
- "relatedName": "BRCA2-Associated Hereditary Breast and Ovarian Cancer Syndrome"
- },
- {
- "type": "Regimen_Has_Accepted_Use_For_Disease",
- "relatedCode": "C10303",
- "relatedName": "CDB Regimen"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C26083",
- "relatedName": "Chondroitin Sulfate Proteoglycan 4"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C21389",
- "relatedName": "CRYBG1 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C54321",
- "relatedName": "CRYBG1 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C21470",
- "relatedName": "CSAG2 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C54542",
- "relatedName": "CSAG2 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C81903",
- "relatedName": "CSAG3 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C81904",
- "relatedName": "CSAG3 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C24316",
- "relatedName": "CSPG4 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C52436",
- "relatedName": "CSPG4 wt Allele"
- },
- {
- "type": "Regimen_Has_Accepted_Use_For_Disease",
- "relatedCode": "C63525",
- "relatedName": "CVD Regimen"
- },
- {
- "type": "Regimen_Has_Accepted_Use_For_Disease",
- "relatedCode": "C63785",
- "relatedName": "CVD-Aldesleukin-Interferon Alfa-2b Regimen"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C17680",
- "relatedName": "Cyclin-Dependent Kinase 4"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C17786",
- "relatedName": "Cyclin-Dependent Kinase Inhibitor 2A"
- },
- {
- "type": "Regimen_Has_Accepted_Use_For_Disease",
- "relatedCode": "C63782",
- "relatedName": "Dacarbazine/Interferon Alfa Regimen"
- },
- {
- "type": "Regimen_Has_Accepted_Use_For_Disease",
- "relatedCode": "C63781",
- "relatedName": "Dartmouth Regimen"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C82885",
- "relatedName": "DCT Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C82886",
- "relatedName": "DCT wt Allele"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C21569",
- "relatedName": "DNA Repair Protein XRCC3"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C27264",
- "relatedName": "Hereditary Atypical Mole Melanoma Syndrome"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C8495",
- "relatedName": "Hereditary Retinoblastoma"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C192671",
- "relatedName": "Hereditary Tumor Syndrome Associated with Homologous Recombination Pathway Mutations"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C20765",
- "relatedName": "KISS1 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C54288",
- "relatedName": "KISS1 wt Allele"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C2646",
- "relatedName": "L-Dopachrome Tautomerase"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C26331",
- "relatedName": "Latent-Transforming Growth Factor Beta-Binding Protein 2"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C24561",
- "relatedName": "LTBP2 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C51270",
- "relatedName": "LTBP2 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C21261",
- "relatedName": "MCAM Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C54308",
- "relatedName": "MCAM wt Allele"
- },
- {
- "type": "Gene_Product_Is_Biomarker_Of",
- "relatedCode": "C17513",
- "relatedName": "Melanoma-Associated Antigen 3"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C176905",
- "relatedName": "Melanoma-Astrocytoma Syndrome"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C176904",
- "relatedName": "Melanoma-Pancreatic Cancer Syndrome"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C21141",
- "relatedName": "Metastasis-Suppressor KiSS-1"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C81756",
- "relatedName": "MIR221 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C82171",
- "relatedName": "MIR221 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C80700",
- "relatedName": "MIRLET7A1 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C81825",
- "relatedName": "MIRLET7A1 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C80701",
- "relatedName": "MIRLET7A3 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C81826",
- "relatedName": "MIRLET7A3 wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C80702",
- "relatedName": "MIRLET7B Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C81853",
- "relatedName": "MIRLET7B wt Allele"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C28629",
- "relatedName": "MLANA Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C54313",
- "relatedName": "MLANA wt Allele"
- },
- {
- "type": "Disease_Has_Associated_Disease",
- "relatedCode": "C40001",
- "relatedName": "Ovarian Dermoid Cyst with Melanoma"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C18336",
- "relatedName": "RAB8A Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C52547",
- "relatedName": "RAB8A wt Allele"
- },
- {
- "type": "Gene_Product_Malfunction_Associated_With_Disease",
- "relatedCode": "C84349",
- "relatedName": "Tumor Suppressor ARF"
- },
- {
- "type": "Disease_May_Have_Associated_Disease",
- "relatedCode": "C3447",
- "relatedName": "Werner Syndrome"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C20335",
- "relatedName": "XRCC3 Gene"
- },
- {
- "type": "Gene_Associated_With_Disease",
- "relatedCode": "C51014",
- "relatedName": "XRCC3 wt Allele"
- }
-]
-
+[
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C21390",
+ "relatedName": "Beta/Gamma Crystallin Domain-Containing Protein 1"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C36101",
+ "relatedName": "BRCA2-Associated Hereditary Breast and Ovarian Cancer Syndrome"
+ },
+ {
+ "type": "Regimen_Has_Accepted_Use_For_Disease",
+ "relatedCode": "C10303",
+ "relatedName": "CDB Regimen"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C26083",
+ "relatedName": "Chondroitin Sulfate Proteoglycan 4"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C21389",
+ "relatedName": "CRYBG1 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C54321",
+ "relatedName": "CRYBG1 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C21470",
+ "relatedName": "CSAG2 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C54542",
+ "relatedName": "CSAG2 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C81903",
+ "relatedName": "CSAG3 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C81904",
+ "relatedName": "CSAG3 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C24316",
+ "relatedName": "CSPG4 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C52436",
+ "relatedName": "CSPG4 wt Allele"
+ },
+ {
+ "type": "Regimen_Has_Accepted_Use_For_Disease",
+ "relatedCode": "C63525",
+ "relatedName": "CVD Regimen"
+ },
+ {
+ "type": "Regimen_Has_Accepted_Use_For_Disease",
+ "relatedCode": "C63785",
+ "relatedName": "CVD-Aldesleukin-Interferon Alfa-2b Regimen"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C17680",
+ "relatedName": "Cyclin-Dependent Kinase 4"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C17786",
+ "relatedName": "Cyclin-Dependent Kinase Inhibitor 2A"
+ },
+ {
+ "type": "Regimen_Has_Accepted_Use_For_Disease",
+ "relatedCode": "C63782",
+ "relatedName": "Dacarbazine/Interferon Alfa Regimen"
+ },
+ {
+ "type": "Regimen_Has_Accepted_Use_For_Disease",
+ "relatedCode": "C63781",
+ "relatedName": "Dartmouth Regimen"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C82885",
+ "relatedName": "DCT Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C82886",
+ "relatedName": "DCT wt Allele"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C21569",
+ "relatedName": "DNA Repair Protein XRCC3"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C27264",
+ "relatedName": "Hereditary Atypical Mole Melanoma Syndrome"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C8495",
+ "relatedName": "Hereditary Retinoblastoma"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C192671",
+ "relatedName": "Hereditary Tumor Syndrome Associated with Homologous Recombination Pathway Mutations"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C20765",
+ "relatedName": "KISS1 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C54288",
+ "relatedName": "KISS1 wt Allele"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C2646",
+ "relatedName": "L-Dopachrome Tautomerase"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C26331",
+ "relatedName": "Latent-Transforming Growth Factor Beta-Binding Protein 2"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C24561",
+ "relatedName": "LTBP2 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C51270",
+ "relatedName": "LTBP2 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C21261",
+ "relatedName": "MCAM Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C54308",
+ "relatedName": "MCAM wt Allele"
+ },
+ {
+ "type": "Gene_Product_Is_Biomarker_Of",
+ "relatedCode": "C17513",
+ "relatedName": "Melanoma-Associated Antigen 3"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C176905",
+ "relatedName": "Melanoma-Astrocytoma Syndrome"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C176904",
+ "relatedName": "Melanoma-Pancreatic Cancer Syndrome"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C21141",
+ "relatedName": "Metastasis-Suppressor KiSS-1"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C81756",
+ "relatedName": "MIR221 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C82171",
+ "relatedName": "MIR221 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C80700",
+ "relatedName": "MIRLET7A1 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C81825",
+ "relatedName": "MIRLET7A1 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C80701",
+ "relatedName": "MIRLET7A3 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C81826",
+ "relatedName": "MIRLET7A3 wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C80702",
+ "relatedName": "MIRLET7B Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C81853",
+ "relatedName": "MIRLET7B wt Allele"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C28629",
+ "relatedName": "MLANA Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C54313",
+ "relatedName": "MLANA wt Allele"
+ },
+ {
+ "type": "Disease_Has_Associated_Disease",
+ "relatedCode": "C40001",
+ "relatedName": "Ovarian Dermoid Cyst with Melanoma"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C18336",
+ "relatedName": "RAB8A Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C52547",
+ "relatedName": "RAB8A wt Allele"
+ },
+ {
+ "type": "Gene_Product_Malfunction_Associated_With_Disease",
+ "relatedCode": "C84349",
+ "relatedName": "Tumor Suppressor ARF"
+ },
+ {
+ "type": "Disease_May_Have_Associated_Disease",
+ "relatedCode": "C3447",
+ "relatedName": "Werner Syndrome"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C20335",
+ "relatedName": "XRCC3 Gene"
+ },
+ {
+ "type": "Gene_Associated_With_Disease",
+ "relatedCode": "C51014",
+ "relatedName": "XRCC3 wt Allele"
+ }
+]
+
diff --git a/curl-examples/samples/get-concept-by-code-maps.txt b/curl-examples/samples/get-concept-by-code-maps.txt
index 189e22db..b2a41d2f 100644
--- a/curl-examples/samples/get-concept-by-code-maps.txt
+++ b/curl-examples/samples/get-concept-by-code-maps.txt
@@ -1,55 +1,55 @@
-[
- {
- "type": "Related To",
- "targetName": "8720/3",
- "targetTermType": "PT",
- "targetCode": "morphology",
- "targetTerminology": "GDC"
- },
- {
- "type": "Related To",
- "targetName": "Malignant melanoma, NOS",
- "targetTermType": "PT",
- "targetCode": "8720/3",
- "targetTerminology": "ICDO3",
- "targetTerminologyVersion": "3.2"
- },
- {
- "type": "Related To",
- "targetName": "Malignant melanoma, NOS",
- "targetTermType": "PT",
- "targetCode": "8720/3",
- "targetTerminology": "ICDO3",
- "targetTerminologyVersion": "3.1"
- },
- {
- "type": "Related To",
- "targetName": "Malignant melanoma, NOS",
- "targetTermType": "PT",
- "targetCode": "primary_diagnosis",
- "targetTerminology": "GDC"
- },
- {
- "type": "Has Synonym",
- "targetName": "Melanoma, NOS",
- "targetTermType": "PT",
- "targetCode": "primary_diagnosis",
- "targetTerminology": "GDC"
- },
- {
- "type": "Has Synonym",
- "targetName": "Melanoma",
- "targetTermType": "LLT",
- "targetCode": "10053571",
- "targetTerminology": "MedDRA",
- "targetTerminologyVersion": "18.1"
- },
- {
- "type": "Has Synonym",
- "targetName": "Melanoma",
- "targetTermType": "PT",
- "targetCode": "relationship_primary_diagnosis",
- "targetTerminology": "GDC"
- }
-]
-
+[
+ {
+ "type": "Related To",
+ "targetName": "8720/3",
+ "targetTermType": "PT",
+ "targetCode": "morphology",
+ "targetTerminology": "GDC"
+ },
+ {
+ "type": "Related To",
+ "targetName": "Malignant melanoma, NOS",
+ "targetTermType": "PT",
+ "targetCode": "8720/3",
+ "targetTerminology": "ICDO3",
+ "targetTerminologyVersion": "3.2"
+ },
+ {
+ "type": "Related To",
+ "targetName": "Malignant melanoma, NOS",
+ "targetTermType": "PT",
+ "targetCode": "8720/3",
+ "targetTerminology": "ICDO3",
+ "targetTerminologyVersion": "3.1"
+ },
+ {
+ "type": "Related To",
+ "targetName": "Malignant melanoma, NOS",
+ "targetTermType": "PT",
+ "targetCode": "primary_diagnosis",
+ "targetTerminology": "GDC"
+ },
+ {
+ "type": "Has Synonym",
+ "targetName": "Melanoma, NOS",
+ "targetTermType": "PT",
+ "targetCode": "primary_diagnosis",
+ "targetTerminology": "GDC"
+ },
+ {
+ "type": "Has Synonym",
+ "targetName": "Melanoma",
+ "targetTermType": "LLT",
+ "targetCode": "10053571",
+ "targetTerminology": "MedDRA",
+ "targetTerminologyVersion": "18.1"
+ },
+ {
+ "type": "Has Synonym",
+ "targetName": "Melanoma",
+ "targetTermType": "PT",
+ "targetCode": "relationship_primary_diagnosis",
+ "targetTerminology": "GDC"
+ }
+]
+
diff --git a/curl-examples/samples/get-concept-by-code-minimum.txt b/curl-examples/samples/get-concept-by-code-minimum.txt
index 5afd9302..d5767e22 100644
--- a/curl-examples/samples/get-concept-by-code-minimum.txt
+++ b/curl-examples/samples/get-concept-by-code-minimum.txt
@@ -1,10 +1,10 @@
-{
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
-}
-
+{
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+}
+
diff --git a/curl-examples/samples/get-concept-by-code-parents.txt b/curl-examples/samples/get-concept-by-code-parents.txt
index 66aa59ab..8b93a554 100644
--- a/curl-examples/samples/get-concept-by-code-parents.txt
+++ b/curl-examples/samples/get-concept-by-code-parents.txt
@@ -1,11 +1,11 @@
-[
- {
- "code": "C9305",
- "name": "Malignant Neoplasm"
- },
- {
- "code": "C7058",
- "name": "Melanocytic Neoplasm"
- }
-]
-
+[
+ {
+ "code": "C9305",
+ "name": "Malignant Neoplasm"
+ },
+ {
+ "code": "C7058",
+ "name": "Melanocytic Neoplasm"
+ }
+]
+
diff --git a/curl-examples/samples/get-concept-by-code-roles.txt b/curl-examples/samples/get-concept-by-code-roles.txt
index 159466e8..6976608a 100644
--- a/curl-examples/samples/get-concept-by-code-roles.txt
+++ b/curl-examples/samples/get-concept-by-code-roles.txt
@@ -1,48 +1,48 @@
-[
- {
- "type": "Disease_Excludes_Finding",
- "relatedCode": "C36122",
- "relatedName": "Benign Cellular Infiltrate"
- },
- {
- "type": "Disease_May_Have_Finding",
- "relatedCode": "C43268",
- "relatedName": "HMB-45-Positive Neoplastic Cells Present"
- },
- {
- "type": "Disease_Has_Abnormal_Cell",
- "relatedCode": "C12917",
- "relatedName": "Malignant Cell"
- },
- {
- "type": "Disease_Has_Finding",
- "relatedCode": "C36115",
- "relatedName": "Malignant Cellular Infiltrate"
- },
- {
- "type": "Disease_Has_Normal_Cell_Origin",
- "relatedCode": "C12591",
- "relatedName": "Melanocyte"
- },
- {
- "type": "Disease_Has_Abnormal_Cell",
- "relatedCode": "C36873",
- "relatedName": "Melanoma Cell"
- },
- {
- "type": "Disease_Has_Abnormal_Cell",
- "relatedCode": "C12922",
- "relatedName": "Neoplastic Cell"
- },
- {
- "type": "Disease_Has_Abnormal_Cell",
- "relatedCode": "C36862",
- "relatedName": "Neoplastic Melanocyte"
- },
- {
- "type": "Disease_May_Have_Finding",
- "relatedCode": "C40993",
- "relatedName": "S-100-Positive Neoplastic Cells Present"
- }
-]
-
+[
+ {
+ "type": "Disease_Excludes_Finding",
+ "relatedCode": "C36122",
+ "relatedName": "Benign Cellular Infiltrate"
+ },
+ {
+ "type": "Disease_May_Have_Finding",
+ "relatedCode": "C43268",
+ "relatedName": "HMB-45-Positive Neoplastic Cells Present"
+ },
+ {
+ "type": "Disease_Has_Abnormal_Cell",
+ "relatedCode": "C12917",
+ "relatedName": "Malignant Cell"
+ },
+ {
+ "type": "Disease_Has_Finding",
+ "relatedCode": "C36115",
+ "relatedName": "Malignant Cellular Infiltrate"
+ },
+ {
+ "type": "Disease_Has_Normal_Cell_Origin",
+ "relatedCode": "C12591",
+ "relatedName": "Melanocyte"
+ },
+ {
+ "type": "Disease_Has_Abnormal_Cell",
+ "relatedCode": "C36873",
+ "relatedName": "Melanoma Cell"
+ },
+ {
+ "type": "Disease_Has_Abnormal_Cell",
+ "relatedCode": "C12922",
+ "relatedName": "Neoplastic Cell"
+ },
+ {
+ "type": "Disease_Has_Abnormal_Cell",
+ "relatedCode": "C36862",
+ "relatedName": "Neoplastic Melanocyte"
+ },
+ {
+ "type": "Disease_May_Have_Finding",
+ "relatedCode": "C40993",
+ "relatedName": "S-100-Positive Neoplastic Cells Present"
+ }
+]
+
diff --git a/curl-examples/samples/get-concept-by-code-summary.txt b/curl-examples/samples/get-concept-by-code-summary.txt
index b50065c2..a1496988 100644
--- a/curl-examples/samples/get-concept-by-code-summary.txt
+++ b/curl-examples/samples/get-concept-by-code-summary.txt
@@ -1,199 +1,216 @@
-{
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true,
- "synonyms": [
- {
- "name": "Melanoma",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "caDSR"
- },
- {
- "name": "Malignant Melanoma",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "CDISC"
- },
- {
- "name": "MELANOMA, MALIGNANT",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CDISC"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "Cellosaurus"
- },
- {
- "name": "Malignant Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CPTAC"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CTEP",
- "code": "10053571",
- "subSource": "SDC"
- },
- {
- "name": "Melanoma",
- "termType": "DN",
- "type": "FULL_SYN",
- "source": "CTRP"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CTRP"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "GDC"
- },
- {
- "name": "Melanoma, NOS",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "GDC"
- },
- {
- "name": "melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI-GLOSS",
- "code": "CDR0000045135"
- },
- {
- "name": "Malignant Melanoma",
- "termType": "SY",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "Melanoma",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NICHD"
- },
- {
- "name": "Melanoma",
- "type": "Display_Name"
- },
- {
- "name": "Melanoma",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A form of cancer that begins in melanocytes (cells that make the pigment melanin). It may begin in a mole (skin melanoma), but can also begin in other pigmented tissues, such as in the eye or in the intestines.",
- "type": "ALT_DEFINITION",
- "source": "NCI-GLOSS"
- },
- {
- "definition": "A malignant neoplasm composed of melanocytes.",
- "type": "ALT_DEFINITION",
- "source": "CDISC"
- },
- {
- "definition": "A malignant neoplasm comprised of melanocytes typically arising in the skin.",
- "type": "ALT_DEFINITION",
- "source": "NICHD"
- },
- {
- "definition": "A malignant, usually aggressive tumor composed of atypical, neoplastic melanocytes. Most often, melanomas arise in the skin (cutaneous melanomas) and include the following histologic subtypes: superficial spreading melanoma, nodular melanoma, acral lentiginous melanoma, and lentigo maligna melanoma. Cutaneous melanomas may arise from acquired or congenital melanocytic or dysplastic nevi. Melanomas may also arise in other anatomic sites including the gastrointestinal system, eye, urinary tract, and reproductive system. Melanomas frequently metastasize to lymph nodes, liver, lungs, and brain.",
- "type": "DEFINITION",
- "source": "NCI"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CDISC"
- },
- {
- "type": "Contributing_Source",
- "value": "Cellosaurus"
- },
- {
- "type": "Contributing_Source",
- "value": "CPTAC"
- },
- {
- "type": "Contributing_Source",
- "value": "CTEP"
- },
- {
- "type": "Contributing_Source",
- "value": "CTRP"
- },
- {
- "type": "Contributing_Source",
- "value": "GDC"
- },
- {
- "type": "Contributing_Source",
- "value": "MedDRA"
- },
- {
- "type": "Contributing_Source",
- "value": "NICHD"
- },
- {
- "type": "ICD-O-3_Code",
- "value": "8720/3"
- },
- {
- "type": "Legacy Concept Name",
- "value": "Melanoma"
- },
- {
- "type": "Maps_To",
- "value": "8720/3"
- },
- {
- "type": "Maps_To",
- "value": "Malignant melanoma, NOS"
- },
- {
- "type": "Maps_To",
- "value": "Melanoma"
- },
- {
- "type": "Maps_To",
- "value": "Melanoma, NOS"
- },
- {
- "type": "Neoplastic_Status",
- "value": "Malignant"
- },
- {
- "type": "Semantic_Type",
- "value": "Neoplastic Process"
- },
- {
- "type": "UMLS_CUI",
- "value": "C0025202"
- }
- ]
-}
-
+{
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true,
+ "synonyms": [
+ {
+ "name": "Melanoma",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "caDSR"
+ },
+ {
+ "name": "Malignant Melanoma",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "CDISC"
+ },
+ {
+ "name": "MELANOMA, MALIGNANT",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CDISC"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "Cellosaurus"
+ },
+ {
+ "name": "Malignant Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CPTAC"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CTEP",
+ "code": "10053571",
+ "subSource": "SDC"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "CTRP"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "DN",
+ "type": "FULL_SYN",
+ "source": "CTRP"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "GDC"
+ },
+ {
+ "name": "Melanoma, NOS",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "GDC"
+ },
+ {
+ "name": "melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NCI-GLOSS",
+ "code": "CDR0000045135"
+ },
+ {
+ "name": "Malignant Melanoma",
+ "termType": "SY",
+ "type": "FULL_SYN",
+ "source": "NCI"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NCI"
+ },
+ {
+ "name": "Melanoma",
+ "termType": "PT",
+ "type": "FULL_SYN",
+ "source": "NICHD"
+ },
+ {
+ "name": "Melanoma",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Melanoma",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A form of cancer that begins in melanocytes (cells that make the pigment melanin). It may begin in a mole (skin melanoma), but can also begin in other pigmented tissues, such as in the eye or in the intestines.",
+ "type": "ALT_DEFINITION",
+ "source": "NCI-GLOSS"
+ },
+ {
+ "definition": "A malignant neoplasm composed of melanocytes.",
+ "type": "ALT_DEFINITION",
+ "source": "CDISC"
+ },
+ {
+ "definition": "A malignant neoplasm comprised of melanocytes typically arising in the skin.",
+ "type": "ALT_DEFINITION",
+ "source": "NICHD"
+ },
+ {
+ "definition": "A malignant, usually aggressive tumor composed of atypical, neoplastic melanocytes. Most often, melanomas arise in the skin (cutaneous melanomas) and include the following histologic subtypes: superficial spreading melanoma, nodular melanoma, acral lentiginous melanoma, and lentigo maligna melanoma. Cutaneous melanomas may arise from acquired or congenital melanocytic or dysplastic nevi. Melanomas may also arise in other anatomic sites including the gastrointestinal system, eye, urinary tract, and reproductive system. Melanomas frequently metastasize to lymph nodes, liver, lungs, and brain.",
+ "type": "DEFINITION",
+ "source": "NCI"
+ }
+ ],
+ "properties": [
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "CDISC"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "Cellosaurus"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "CPTAC"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "CTEP"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "CTRP"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "GDC"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "MedDRA"
+ },
+ {
+ "code": "P322",
+ "type": "Contributing_Source",
+ "value": "NICHD"
+ },
+ {
+ "code": "P334",
+ "type": "ICD-O-3_Code",
+ "value": "8720/3"
+ },
+ {
+ "code": "P366",
+ "type": "Legacy Concept Name",
+ "value": "Melanoma"
+ },
+ {
+ "code": "P375",
+ "type": "Maps_To",
+ "value": "8720/3"
+ },
+ {
+ "code": "P375",
+ "type": "Maps_To",
+ "value": "Malignant melanoma, NOS"
+ },
+ {
+ "code": "P375",
+ "type": "Maps_To",
+ "value": "Melanoma"
+ },
+ {
+ "code": "P375",
+ "type": "Maps_To",
+ "value": "Melanoma, NOS"
+ },
+ {
+ "code": "P363",
+ "type": "Neoplastic_Status",
+ "value": "Malignant"
+ },
+ {
+ "code": "P106",
+ "type": "Semantic_Type",
+ "value": "Neoplastic Process"
+ },
+ {
+ "code": "P207",
+ "type": "UMLS_CUI",
+ "value": "C0025202"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-concept-descendants.txt b/curl-examples/samples/get-concept-descendants.txt
index ae41ce34..1a877cd1 100644
--- a/curl-examples/samples/get-concept-descendants.txt
+++ b/curl-examples/samples/get-concept-descendants.txt
@@ -1,1695 +1,1845 @@
-[
- {
- "code": "C4022",
- "name": "Acral Lentiginous Melanoma",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C204883",
- "name": "Acral Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C188185",
- "name": "Adrenal Cortical Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C5319",
- "name": "Adult Meningeal Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C212033",
- "name": "Advanced Acral Melanoma",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C155311",
- "name": "Advanced Cutaneous Melanoma of the Extremity",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C171572",
- "name": "Advanced Cutaneous Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C153169",
- "name": "Advanced Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C180896",
- "name": "Advanced Mucosal Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C180895",
- "name": "Advanced Non-Cutaneous Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C190137",
- "name": "Advanced Ocular Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C148515",
- "name": "Advanced Uveal Melanoma",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C3802",
- "name": "Amelanotic Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C4639",
- "name": "Anal Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C4227",
- "name": "Balloon Cell Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C159663",
- "name": "Bladder Melanoma",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C8410",
- "name": "Breast Melanoma",
- "level": 1,
- "leaf": true
- },
- {
- "code": "C40239",
- "name": "Cervical Melanoma",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C190280",
- "name": "Childhood Cutaneous Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C131506",
- "name": "Childhood Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C5318",
- "name": "Childhood Meningeal Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C6102",
- "name": "Choroid Epithelioid Cell Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C6100",
- "name": "Choroid Intermediate Cell Type Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C4561",
- "name": "Choroid Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C35782",
- "name": "Choroid Mixed Epithelioid and Spindle Cell Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C6865",
- "name": "Choroid Necrotic Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C6099",
- "name": "Choroid Spindle Cell Melanoma",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C6861",
- "name": "Choroid Spindle Cell Type A Melanoma",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C6862",
- "name": "Choroid Spindle Cell Type B Melanoma",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C140659",
- "name": "Choroidal and Ciliary Body Melanoma by AJCC v8 Stage",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C6119",
- "name": "Ciliary Body Epithelioid Cell Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C6118",
- "name": "Ciliary Body Intermediate Cell Type Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C4558",
- "name": "Ciliary Body Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C35783",
- "name": "Ciliary Body Mixed Epithelioid and Spindle Cell Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C6117",
- "name": "Ciliary Body Spindle Cell Melanoma",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C6864",
- "name": "Ciliary Body Spindle Cell Type A Melanoma",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C6863",
- "name": "Ciliary Body Spindle Cell Type B Melanoma",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137647",
- "name": "Clinical Stage 0 Cutaneous Melanoma AJCC v8",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C137648",
- "name": "Clinical Stage I Cutaneous Melanoma AJCC v8",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C137649",
- "name": "Clinical Stage IA Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137650",
- "name": "Clinical Stage IB Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137651",
- "name": "Clinical Stage II Cutaneous Melanoma AJCC v8",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C137652",
- "name": "Clinical Stage IIA Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137653",
- "name": "Clinical Stage IIB Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137654",
- "name": "Clinical Stage IIC Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137655",
- "name": "Clinical Stage III Cutaneous Melanoma AJCC v8",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C137656",
- "name": "Clinical Stage IV Cutaneous Melanoma AJCC v8",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C213201",
- "name": "Conjunctival Amelanotic Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C204981",
- "name": "Conjunctival Melanoma In Situ",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C4550",
- "name": "Conjunctival Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C213202",
- "name": "Conjunctival Mixed Epithelioid and Spindle Cell Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C213200",
- "name": "Conjunctival Nodular Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C4553",
- "name": "Corneal Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C4633",
- "name": "Cutaneous Amelanotic Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C90514",
- "name": "Cutaneous Melanoma by AJCC v6 Stage",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C91231",
- "name": "Cutaneous Melanoma by AJCC v7 Stage",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C137646",
- "name": "Cutaneous Melanoma by AJCC v8 Clinical Stage",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C137657",
- "name": "Cutaneous Melanoma by AJCC v8 Pathologic Stage",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C137645",
- "name": "Cutaneous Melanoma by AJCC v8 Stage",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C155305",
- "name": "Cutaneous Melanoma of the Extremity",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C3510",
- "name": "Cutaneous Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C4225",
- "name": "Cutaneous Nodular Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C165497",
- "name": "Cutaneous Spitz Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C205127",
- "name": "De Novo Nodular Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C205129",
- "name": "Dermal Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C37257",
- "name": "Desmoplastic Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C48614",
- "name": "Desmoplastic Neurotropic Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C4236",
- "name": "Epithelioid Cell Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C5707",
- "name": "Esophageal Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C4358",
- "name": "Eyelid Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C5735",
- "name": "Gallbladder Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C178519",
- "name": "Gastric Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C133187",
- "name": "Head and Neck Mucosal Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C207624",
- "name": "Hereditary Melanoma with CDK4 Mutation",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C128801",
- "name": "Hereditary Melanoma with CDKN2A Mutation",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C8498",
- "name": "Hereditary Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C165659",
- "name": "High-CSD Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C5442",
- "name": "Intracranial Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C48607",
- "name": "Invasive Cutaneous Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C190746",
- "name": "Iridociliary Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C174498",
- "name": "Iris Epithelioid Cell Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C6101",
- "name": "Iris Intermediate Cell Type Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C9088",
- "name": "Iris Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C174506",
- "name": "Iris Mixed Epithelioid and Spindle Cell Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C6098",
- "name": "Iris Spindle Cell Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C188067",
- "name": "Jejunal Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C175345",
- "name": "Lacrimal Drainage System Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C9151",
- "name": "Lentigo Maligna Melanoma",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C43372",
- "name": "Lentigo Maligna",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C171285",
- "name": "Locally Advanced Cutaneous Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C148494",
- "name": "Locally Advanced Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C209346",
- "name": "Locally Advanced Mucosal Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C171297",
- "name": "Locally Advanced Non-Cutaneous Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C171296",
- "name": "Locally Advanced Ocular Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C190138",
- "name": "Locally Advanced Unresectable Uveal Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C204843",
- "name": "Low-CSD Melanoma, Superficial Spreading Melanoma Subtype",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C9152",
- "name": "Low-CSD Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C45652",
- "name": "Lung Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C213491",
- "name": "Mediastinal Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C9090",
- "name": "Medium/Large Size Posterior Uveal Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C4240",
- "name": "Melanoma Arising in Blue Nevus",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C48613",
- "name": "Melanoma Arising in Congenital Melanocytic Nevus",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C4235",
- "name": "Melanoma Arising in Giant Congenital Nevus",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C204864",
- "name": "Melanoma in Chronically Sun-Exposed Skin",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C204840",
- "name": "Melanoma in Intermittently Sun-Exposed Skin",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C4232",
- "name": "Melanoma in Junctional Nevus",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C66753",
- "name": "Melanoma in Precancerous Melanosis",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C154473",
- "name": "Melanoma of Unknown Primary",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C5317",
- "name": "Meningeal Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C179427",
- "name": "Metastatic Acral Lentiginous Melanoma",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C212032",
- "name": "Metastatic Acral Melanoma",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C169085",
- "name": "Metastatic Choroid Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C182127",
- "name": "Metastatic Conjunctival Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C212038",
- "name": "Metastatic Cutaneous Melanoma of the Extremity",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C156072",
- "name": "Metastatic Cutaneous Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C213510",
- "name": "Metastatic Melanoma in the Bone",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C179206",
- "name": "Metastatic Melanoma in the Brain",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C133504",
- "name": "Metastatic Melanoma in the Central Nervous System",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C205131",
- "name": "Metastatic Melanoma in the Lymph Nodes",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C205130",
- "name": "Metastatic Melanoma in the Skin",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C213511",
- "name": "Metastatic Melanoma in the Temporal Bone",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C205132",
- "name": "Metastatic Melanoma in the Viscera",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C8925",
- "name": "Metastatic Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C169086",
- "name": "Metastatic Mucosal Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C7092",
- "name": "Metastatic Non-Cutaneous Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C213776",
- "name": "Metastatic Non-Sun Exposed Skin Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C171295",
- "name": "Metastatic Ocular Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C148514",
- "name": "Metastatic Uveal Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C48612",
- "name": "Minimal Deviation Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C66756",
- "name": "Mixed Epithelioid and Spindle Cell Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C48622",
- "name": "Mucosal Lentiginous Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C7091",
- "name": "Mucosal Melanoma of the Digestive System",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C178437",
- "name": "Mucosal Melanoma of the Female Genital Tract",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C178443",
- "name": "Mucosal Melanoma of the Genitourinary System",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C133186",
- "name": "Mucosal Melanoma of the Head and Neck by AJCC v7 Stage",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C178453",
- "name": "Mucosal Melanoma of the Urinary System",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C114828",
- "name": "Mucosal Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C166405",
- "name": "Mucosal Nodular Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C204889",
- "name": "Nail Apparatus Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C178522",
- "name": "Nasopharyngeal Mucosal Melanoma",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C54662",
- "name": "Nevoid Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C205125",
- "name": "Nodular Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C8711",
- "name": "Non-Cutaneous Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C213774",
- "name": "Non-Sun Exposed Skin Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C7913",
- "name": "Ocular Melanoma with Extraocular Extension",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C8562",
- "name": "Ocular Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C27919",
- "name": "Old Burn Scar-Related Cutaneous Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C209348",
- "name": "Oligometastatic Cutaneous Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C5915",
- "name": "Oral Cavity Mucosal Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C118828",
- "name": "Orbital Melanoma",
- "level": 1,
- "leaf": true
- },
- {
- "code": "C178441",
- "name": "Ovarian Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C213517",
- "name": "Parotid Gland Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C137662",
- "name": "Pathologic Stage 0 Cutaneous Melanoma AJCC v8",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C137663",
- "name": "Pathologic Stage I Cutaneous Melanoma AJCC v8",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C137664",
- "name": "Pathologic Stage IA Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137665",
- "name": "Pathologic Stage IB Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137666",
- "name": "Pathologic Stage II Cutaneous Melanoma AJCC v8",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C137667",
- "name": "Pathologic Stage IIA Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137668",
- "name": "Pathologic Stage IIB Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137669",
- "name": "Pathologic Stage IIC Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137670",
- "name": "Pathologic Stage III Cutaneous Melanoma AJCC v8",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C137671",
- "name": "Pathologic Stage IIIA Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137672",
- "name": "Pathologic Stage IIIB Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137673",
- "name": "Pathologic Stage IIIC Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137675",
- "name": "Pathologic Stage IIID Cutaneous Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C137677",
- "name": "Pathologic Stage IV Cutaneous Melanoma AJCC v8",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C178518",
- "name": "Penile Cutaneous Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C162547",
- "name": "Penile Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C178517",
- "name": "Penile Mucosal Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C178521",
- "name": "Pharyngeal Mucosal Melanoma",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C161611",
- "name": "Prostate Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C188079",
- "name": "Rectal Epithelioid Cell Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C4640",
- "name": "Rectal Melanoma",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C175435",
- "name": "Recurrent Acral Lentiginous Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C155306",
- "name": "Recurrent Cutaneous Melanoma of the Extremity",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C9097",
- "name": "Recurrent Cutaneous Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C8785",
- "name": "Recurrent Lentigo Maligna Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C7087",
- "name": "Recurrent Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C182020",
- "name": "Recurrent Metastatic Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C170954",
- "name": "Recurrent Mucosal Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C7088",
- "name": "Recurrent Non-Cutaneous Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C171294",
- "name": "Recurrent Ocular Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C7914",
- "name": "Recurrent Uveal Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C150544",
- "name": "Refractory Cutaneous Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C147983",
- "name": "Refractory Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C182024",
- "name": "Refractory Metastatic Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C180894",
- "name": "Refractory Mucosal Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C173328",
- "name": "Refractory Non-Cutaneous Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C173329",
- "name": "Refractory Ocular Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C173335",
- "name": "Refractory Uveal Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C7089",
- "name": "Regressing Cutaneous Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C4228",
- "name": "Regressing Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C7090",
- "name": "Regressing Non-Cutaneous Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C190240",
- "name": "Resectable Cutaneous Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C190239",
- "name": "Resectable Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C8601",
- "name": "Retinal Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C7361",
- "name": "Scrotal Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C54663",
- "name": "Signet Ring Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C166399",
- "name": "Sinonasal Mucosal Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C9089",
- "name": "Small Size Posterior Uveal Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C27920",
- "name": "Solar Radiation-Related Cutaneous Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C5158",
- "name": "Spinal Cord Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C4237",
- "name": "Spindle Cell Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C8423",
- "name": "Stage 0 Cutaneous Melanoma AJCC v6 and v7",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C8781",
- "name": "Stage I Acral Lentiginous Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C140660",
- "name": "Stage I Choroidal and Ciliary Body Melanoma AJCC v8",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C7916",
- "name": "Stage I Cutaneous Melanoma AJCC v6",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C88414",
- "name": "Stage I Cutaneous Melanoma AJCC v7",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C8786",
- "name": "Stage I Lentigo Maligna Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C8790",
- "name": "Stage I Low-CSD Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C5577",
- "name": "Stage I Uveal Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C86026",
- "name": "Stage IA Cutaneous Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C86030",
- "name": "Stage IB Cutaneous Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C8782",
- "name": "Stage II Acral Lentiginous Melanoma AJCC v6 and v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C140661",
- "name": "Stage II Choroidal and Ciliary Body Melanoma AJCC v8",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C7917",
- "name": "Stage II Cutaneous Melanoma AJCC v6 and v7",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C8787",
- "name": "Stage II Lentigo Maligna Melanoma AJCC v6 and v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C8791",
- "name": "Stage II Low-CSD Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C5578",
- "name": "Stage II Uveal Melanoma AJCC v7",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C140662",
- "name": "Stage IIA Choroidal and Ciliary Body Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C86033",
- "name": "Stage IIA Cutaneous Melanoma AJCC v6 and v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C88135",
- "name": "Stage IIA Uveal Melanoma AJCC v7",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C140663",
- "name": "Stage IIB Choroidal and Ciliary Body Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C27742",
- "name": "Stage IIB Cutaneous Melanoma AJCC v6 and v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C88136",
- "name": "Stage IIB Uveal Melanoma AJCC v7",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C86034",
- "name": "Stage IIC Cutaneous Melanoma AJCC v6 and v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C8783",
- "name": "Stage III Acral Lentiginous Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C140664",
- "name": "Stage III Choroidal and Ciliary Body Melanoma AJCC v8",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C7918",
- "name": "Stage III Cutaneous Melanoma AJCC v6",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C88415",
- "name": "Stage III Cutaneous Melanoma AJCC v7",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C8788",
- "name": "Stage III Lentigo Maligna Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C8792",
- "name": "Stage III Low-CSD Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C87532",
- "name": "Stage III Mucosal Melanoma of the Head and Neck AJCC v7",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C5579",
- "name": "Stage III Uveal Melanoma AJCC v7",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C140665",
- "name": "Stage IIIA Choroidal and Ciliary Body Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C86049",
- "name": "Stage IIIA Cutaneous Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C88137",
- "name": "Stage IIIA Uveal Melanoma AJCC v7",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C140666",
- "name": "Stage IIIB Choroidal and Ciliary Body Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C86051",
- "name": "Stage IIIB Cutaneous Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C88138",
- "name": "Stage IIIB Uveal Melanoma AJCC v7",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C140667",
- "name": "Stage IIIC Choroidal and Ciliary Body Melanoma AJCC v8",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C86053",
- "name": "Stage IIIC Cutaneous Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C88139",
- "name": "Stage IIIC Uveal Melanoma AJCC v7",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C8784",
- "name": "Stage IV Acral Lentiginous Melanoma AJCC v6 and v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C140668",
- "name": "Stage IV Choroidal and Ciliary Body Melanoma AJCC v8",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C9096",
- "name": "Stage IV Cutaneous Melanoma AJCC v6 and v7",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C8789",
- "name": "Stage IV Lentigo Maligna Melanoma AJCC v6 and v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C8793",
- "name": "Stage IV Low-CSD Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C5580",
- "name": "Stage IV Uveal Melanoma AJCC v7",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C87533",
- "name": "Stage IVA Mucosal Melanoma of the Head and Neck AJCC v7",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C87534",
- "name": "Stage IVB Mucosal Melanoma of the Head and Neck AJCC v7",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C87535",
- "name": "Stage IVC Mucosal Melanoma of the Head and Neck AJCC v7",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C204887",
- "name": "Subungual Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C213513",
- "name": "Temporal Bone Mucosal Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C4238",
- "name": "Type A Spindle Cell Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C4239",
- "name": "Type B Spindle Cell Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C165535",
- "name": "Unresectable Acral Lentiginous Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C213771",
- "name": "Unresectable Acral Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C148245",
- "name": "Unresectable Cutaneous Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C148517",
- "name": "Unresectable Melanoma",
- "level": 1,
- "leaf": false
- },
- {
- "code": "C165536",
- "name": "Unresectable Mucosal Melanoma",
- "level": 2,
- "leaf": true
- },
- {
- "code": "C213775",
- "name": "Unresectable Non-Sun Exposed Skin Melanoma",
- "level": 3,
- "leaf": true
- },
- {
- "code": "C172247",
- "name": "Unresectable Uveal Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C159665",
- "name": "Urethral Melanoma",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C111020",
- "name": "Uveal Class 1 Melanoma",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C111022",
- "name": "Uveal Class 1a Melanoma",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C111023",
- "name": "Uveal Class 1b Melanoma",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C111021",
- "name": "Uveal Class 2 Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C35780",
- "name": "Uveal Epithelioid Cell Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C7989",
- "name": "Uveal Intermediate Cell Type Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C140672",
- "name": "Uveal Melanoma by AJCC v7 Stage",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C111030",
- "name": "Uveal Melanoma by Gene Expression Profile",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C150130",
- "name": "Uveal Melanoma Metastatic in the Liver",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C7712",
- "name": "Uveal Melanoma",
- "level": 2,
- "leaf": false
- },
- {
- "code": "C35781",
- "name": "Uveal Mixed Epithelioid and Spindle Cell Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C7990",
- "name": "Uveal Necrotic Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C7986",
- "name": "Uveal Spindle Cell Melanoma",
- "level": 3,
- "leaf": false
- },
- {
- "code": "C7987",
- "name": "Uveal Spindle Cell Type A Melanoma",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C7988",
- "name": "Uveal Spindle Cell Type B Melanoma",
- "level": 4,
- "leaf": false
- },
- {
- "code": "C27394",
- "name": "Vaginal Melanoma",
- "level": 5,
- "leaf": true
- },
- {
- "code": "C204888",
- "name": "Volar Melanoma",
- "level": 4,
- "leaf": true
- },
- {
- "code": "C40329",
- "name": "Vulvar Melanoma",
- "level": 5,
- "leaf": true
- }
-]
-
+[
+ {
+ "code": "C4022",
+ "name": "Acral Lentiginous Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C204883",
+ "name": "Acral Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C188185",
+ "name": "Adrenal Cortical Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C5319",
+ "name": "Adult Meningeal Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C212033",
+ "name": "Advanced Acral Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C155311",
+ "name": "Advanced Cutaneous Melanoma of the Extremity",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C171572",
+ "name": "Advanced Cutaneous Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C153169",
+ "name": "Advanced Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C180896",
+ "name": "Advanced Mucosal Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C180895",
+ "name": "Advanced Non-Cutaneous Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C190137",
+ "name": "Advanced Ocular Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C148515",
+ "name": "Advanced Uveal Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C3802",
+ "name": "Amelanotic Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C4639",
+ "name": "Anal Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C215226",
+ "name": "Anorectal Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C4227",
+ "name": "Balloon Cell Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C159663",
+ "name": "Bladder Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C8410",
+ "name": "Breast Melanoma",
+ "level": 1,
+ "leaf": true
+ },
+ {
+ "code": "C40239",
+ "name": "Cervical Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C190280",
+ "name": "Childhood Cutaneous Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C131506",
+ "name": "Childhood Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C5318",
+ "name": "Childhood Meningeal Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C6102",
+ "name": "Choroid Epithelioid Cell Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C6100",
+ "name": "Choroid Intermediate Cell Type Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C4561",
+ "name": "Choroid Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C35782",
+ "name": "Choroid Mixed Epithelioid and Spindle Cell Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C6865",
+ "name": "Choroid Necrotic Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C6099",
+ "name": "Choroid Spindle Cell Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C6861",
+ "name": "Choroid Spindle Cell Type A Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C6862",
+ "name": "Choroid Spindle Cell Type B Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C140659",
+ "name": "Choroidal and Ciliary Body Melanoma by AJCC v8 Stage",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C6119",
+ "name": "Ciliary Body Epithelioid Cell Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C6118",
+ "name": "Ciliary Body Intermediate Cell Type Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C4558",
+ "name": "Ciliary Body Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C35783",
+ "name": "Ciliary Body Mixed Epithelioid and Spindle Cell Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C6117",
+ "name": "Ciliary Body Spindle Cell Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C6864",
+ "name": "Ciliary Body Spindle Cell Type A Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C6863",
+ "name": "Ciliary Body Spindle Cell Type B Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137647",
+ "name": "Clinical Stage 0 Cutaneous Melanoma AJCC v8",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C137648",
+ "name": "Clinical Stage I Cutaneous Melanoma AJCC v8",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C137649",
+ "name": "Clinical Stage IA Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137650",
+ "name": "Clinical Stage IB Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137651",
+ "name": "Clinical Stage II Cutaneous Melanoma AJCC v8",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C137652",
+ "name": "Clinical Stage IIA Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137653",
+ "name": "Clinical Stage IIB Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137654",
+ "name": "Clinical Stage IIC Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137655",
+ "name": "Clinical Stage III Cutaneous Melanoma AJCC v8",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C137656",
+ "name": "Clinical Stage IV Cutaneous Melanoma AJCC v8",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C213201",
+ "name": "Conjunctival Amelanotic Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C204981",
+ "name": "Conjunctival Melanoma In Situ",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C4550",
+ "name": "Conjunctival Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C213202",
+ "name": "Conjunctival Mixed Epithelioid and Spindle Cell Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C213200",
+ "name": "Conjunctival Nodular Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C4553",
+ "name": "Corneal Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C4633",
+ "name": "Cutaneous Amelanotic Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C90514",
+ "name": "Cutaneous Melanoma by AJCC v6 Stage",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C91231",
+ "name": "Cutaneous Melanoma by AJCC v7 Stage",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C137646",
+ "name": "Cutaneous Melanoma by AJCC v8 Clinical Stage",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C137657",
+ "name": "Cutaneous Melanoma by AJCC v8 Pathologic Stage",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C137645",
+ "name": "Cutaneous Melanoma by AJCC v8 Stage",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C155305",
+ "name": "Cutaneous Melanoma of the Extremity",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C3510",
+ "name": "Cutaneous Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C4225",
+ "name": "Cutaneous Nodular Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C165497",
+ "name": "Cutaneous Spitz Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C205127",
+ "name": "De Novo Nodular Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C205129",
+ "name": "Dermal Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C37257",
+ "name": "Desmoplastic Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C48614",
+ "name": "Desmoplastic Neurotropic Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C7091",
+ "name": "Digestive System Mucosal Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C4236",
+ "name": "Epithelioid Cell Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C5707",
+ "name": "Esophageal Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C4358",
+ "name": "Eyelid Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C178437",
+ "name": "Female Genital Tract Mucosal Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C5735",
+ "name": "Gallbladder Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C178519",
+ "name": "Gastric Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C178443",
+ "name": "Genitourinary System Mucosal Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C133186",
+ "name": "Head and Neck Mucosal Melanoma by AJCC v7 Stage",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C133187",
+ "name": "Head and Neck Mucosal Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C207624",
+ "name": "Hereditary Melanoma with CDK4 Mutation",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C128801",
+ "name": "Hereditary Melanoma with CDKN2A Mutation",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C8498",
+ "name": "Hereditary Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C165659",
+ "name": "High-CSD Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C5442",
+ "name": "Intracranial Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C48607",
+ "name": "Invasive Cutaneous Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C190746",
+ "name": "Iridociliary Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C174498",
+ "name": "Iris Epithelioid Cell Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C6101",
+ "name": "Iris Intermediate Cell Type Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C9088",
+ "name": "Iris Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C174506",
+ "name": "Iris Mixed Epithelioid and Spindle Cell Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C6098",
+ "name": "Iris Spindle Cell Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C188067",
+ "name": "Jejunal Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C175345",
+ "name": "Lacrimal Drainage System Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C9151",
+ "name": "Lentigo Maligna Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C43372",
+ "name": "Lentigo Maligna",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C217198",
+ "name": "Localized Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C217197",
+ "name": "Localized Uveal Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C214940",
+ "name": "Locally Advanced Acral Melanoma",
+ "level": 5,
+ "leaf": false
+ },
+ {
+ "code": "C214941",
+ "name": "Locally Advanced Conjunctival Melanoma",
+ "level": 5,
+ "leaf": false
+ },
+ {
+ "code": "C171285",
+ "name": "Locally Advanced Cutaneous Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C148494",
+ "name": "Locally Advanced Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C209346",
+ "name": "Locally Advanced Mucosal Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C171297",
+ "name": "Locally Advanced Non-Cutaneous Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C171296",
+ "name": "Locally Advanced Ocular Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C214939",
+ "name": "Locally Advanced Unresectable Acral Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C214943",
+ "name": "Locally Advanced Unresectable Conjunctival Melanoma",
+ "level": 6,
+ "leaf": true
+ },
+ {
+ "code": "C214936",
+ "name": "Locally Advanced Unresectable Cutaneous Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C214937",
+ "name": "Locally Advanced Unresectable Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C214938",
+ "name": "Locally Advanced Unresectable Mucosal Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C214950",
+ "name": "Locally Advanced Unresectable Non-Cutaneous Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C214949",
+ "name": "Locally Advanced Unresectable Ocular Melanoma",
+ "level": 5,
+ "leaf": false
+ },
+ {
+ "code": "C190138",
+ "name": "Locally Advanced Unresectable Uveal Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C213952",
+ "name": "Locally Advanced Uveal Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C204843",
+ "name": "Low-CSD Melanoma, Superficial Spreading Melanoma Subtype",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C9152",
+ "name": "Low-CSD Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C45652",
+ "name": "Lung Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C213491",
+ "name": "Mediastinal Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C9090",
+ "name": "Medium/Large Size Posterior Uveal Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C4240",
+ "name": "Melanoma Arising in Blue Nevus",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C48613",
+ "name": "Melanoma Arising in Congenital Melanocytic Nevus",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C4235",
+ "name": "Melanoma Arising in Giant Congenital Nevus",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C204864",
+ "name": "Melanoma in Chronically Sun-Exposed Skin",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C204840",
+ "name": "Melanoma in Intermittently Sun-Exposed Skin",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C4232",
+ "name": "Melanoma in Junctional Nevus",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C66753",
+ "name": "Melanoma in Precancerous Melanosis",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C215044",
+ "name": "Melanoma In Situ",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C154473",
+ "name": "Melanoma of Unknown Primary",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C5317",
+ "name": "Meningeal Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C179427",
+ "name": "Metastatic Acral Lentiginous Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C212032",
+ "name": "Metastatic Acral Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C169085",
+ "name": "Metastatic Choroid Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C182127",
+ "name": "Metastatic Conjunctival Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C212038",
+ "name": "Metastatic Cutaneous Melanoma of the Extremity",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C156072",
+ "name": "Metastatic Cutaneous Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C213510",
+ "name": "Metastatic Melanoma in the Bone",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C179206",
+ "name": "Metastatic Melanoma in the Brain",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C133504",
+ "name": "Metastatic Melanoma in the Central Nervous System",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C215392",
+ "name": "Metastatic Melanoma in the Heart",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C205131",
+ "name": "Metastatic Melanoma in the Lymph Nodes",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C215389",
+ "name": "Metastatic Melanoma in the Myocardium",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C205130",
+ "name": "Metastatic Melanoma in the Skin",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C213511",
+ "name": "Metastatic Melanoma in the Temporal Bone",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C205132",
+ "name": "Metastatic Melanoma in the Viscera",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C8925",
+ "name": "Metastatic Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C169086",
+ "name": "Metastatic Mucosal Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C7092",
+ "name": "Metastatic Non-Cutaneous Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C213776",
+ "name": "Metastatic Non-Sun Exposed Skin Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C171295",
+ "name": "Metastatic Ocular Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C148514",
+ "name": "Metastatic Uveal Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C48612",
+ "name": "Minimal Deviation Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C66756",
+ "name": "Mixed Epithelioid and Spindle Cell Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C48622",
+ "name": "Mucosal Lentiginous Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C114828",
+ "name": "Mucosal Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C166405",
+ "name": "Mucosal Nodular Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C204889",
+ "name": "Nail Apparatus Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C178522",
+ "name": "Nasopharyngeal Mucosal Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C54662",
+ "name": "Nevoid Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C205125",
+ "name": "Nodular Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C8711",
+ "name": "Non-Cutaneous Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C213774",
+ "name": "Non-Sun Exposed Skin Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C7913",
+ "name": "Ocular Melanoma with Extraocular Extension",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C8562",
+ "name": "Ocular Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C27919",
+ "name": "Old Burn Scar-Related Cutaneous Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C209348",
+ "name": "Oligometastatic Cutaneous Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C5915",
+ "name": "Oral Cavity Mucosal Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C118828",
+ "name": "Orbital Melanoma",
+ "level": 1,
+ "leaf": true
+ },
+ {
+ "code": "C178441",
+ "name": "Ovarian Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C213517",
+ "name": "Parotid Gland Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C137662",
+ "name": "Pathologic Stage 0 Cutaneous Melanoma AJCC v8",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C137663",
+ "name": "Pathologic Stage I Cutaneous Melanoma AJCC v8",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C137664",
+ "name": "Pathologic Stage IA Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137665",
+ "name": "Pathologic Stage IB Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137666",
+ "name": "Pathologic Stage II Cutaneous Melanoma AJCC v8",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C137667",
+ "name": "Pathologic Stage IIA Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137668",
+ "name": "Pathologic Stage IIB Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137669",
+ "name": "Pathologic Stage IIC Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137670",
+ "name": "Pathologic Stage III Cutaneous Melanoma AJCC v8",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C137671",
+ "name": "Pathologic Stage IIIA Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137672",
+ "name": "Pathologic Stage IIIB Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137673",
+ "name": "Pathologic Stage IIIC Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137675",
+ "name": "Pathologic Stage IIID Cutaneous Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C137677",
+ "name": "Pathologic Stage IV Cutaneous Melanoma AJCC v8",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C178518",
+ "name": "Penile Cutaneous Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C162547",
+ "name": "Penile Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C178517",
+ "name": "Penile Mucosal Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C178521",
+ "name": "Pharyngeal Mucosal Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C161611",
+ "name": "Prostate Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C188079",
+ "name": "Rectal Epithelioid Cell Melanoma",
+ "level": 6,
+ "leaf": true
+ },
+ {
+ "code": "C4640",
+ "name": "Rectal Melanoma",
+ "level": 5,
+ "leaf": false
+ },
+ {
+ "code": "C175435",
+ "name": "Recurrent Acral Lentiginous Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C214951",
+ "name": "Recurrent Acral Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C214944",
+ "name": "Recurrent Conjunctival Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C155306",
+ "name": "Recurrent Cutaneous Melanoma of the Extremity",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C9097",
+ "name": "Recurrent Cutaneous Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C8785",
+ "name": "Recurrent Lentigo Maligna Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C7087",
+ "name": "Recurrent Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C182020",
+ "name": "Recurrent Metastatic Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C170954",
+ "name": "Recurrent Mucosal Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C7088",
+ "name": "Recurrent Non-Cutaneous Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C171294",
+ "name": "Recurrent Ocular Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C7914",
+ "name": "Recurrent Uveal Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C150544",
+ "name": "Refractory Cutaneous Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C147983",
+ "name": "Refractory Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C182024",
+ "name": "Refractory Metastatic Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C180894",
+ "name": "Refractory Mucosal Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C173328",
+ "name": "Refractory Non-Cutaneous Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C173329",
+ "name": "Refractory Ocular Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C173335",
+ "name": "Refractory Uveal Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C7089",
+ "name": "Regressing Cutaneous Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C4228",
+ "name": "Regressing Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C7090",
+ "name": "Regressing Non-Cutaneous Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C215228",
+ "name": "Resectable Anorectal Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C190240",
+ "name": "Resectable Cutaneous Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C190239",
+ "name": "Resectable Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C215234",
+ "name": "Resectable Sinonasal Mucosal Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C8601",
+ "name": "Retinal Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C7361",
+ "name": "Scrotal Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C54663",
+ "name": "Signet Ring Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C166399",
+ "name": "Sinonasal Mucosal Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C9089",
+ "name": "Small Size Posterior Uveal Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C27920",
+ "name": "Solar Radiation-Related Cutaneous Melanoma",
+ "level": 2,
+ "leaf": true
+ },
+ {
+ "code": "C5158",
+ "name": "Spinal Cord Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C4237",
+ "name": "Spindle Cell Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C8423",
+ "name": "Stage 0 Cutaneous Melanoma AJCC v6 and v7",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C8781",
+ "name": "Stage I Acral Lentiginous Melanoma AJCC v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C140660",
+ "name": "Stage I Choroidal and Ciliary Body Melanoma AJCC v8",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C7916",
+ "name": "Stage I Cutaneous Melanoma AJCC v6",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C88414",
+ "name": "Stage I Cutaneous Melanoma AJCC v7",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C8786",
+ "name": "Stage I Lentigo Maligna Melanoma AJCC v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C8790",
+ "name": "Stage I Low-CSD Melanoma AJCC v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C5577",
+ "name": "Stage I Uveal Melanoma AJCC v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C86026",
+ "name": "Stage IA Cutaneous Melanoma AJCC v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C86030",
+ "name": "Stage IB Cutaneous Melanoma AJCC v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C8782",
+ "name": "Stage II Acral Lentiginous Melanoma AJCC v6 and v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C140661",
+ "name": "Stage II Choroidal and Ciliary Body Melanoma AJCC v8",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C7917",
+ "name": "Stage II Cutaneous Melanoma AJCC v6 and v7",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C8787",
+ "name": "Stage II Lentigo Maligna Melanoma AJCC v6 and v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C8791",
+ "name": "Stage II Low-CSD Melanoma AJCC v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C5578",
+ "name": "Stage II Uveal Melanoma AJCC v7",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C140662",
+ "name": "Stage IIA Choroidal and Ciliary Body Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C86033",
+ "name": "Stage IIA Cutaneous Melanoma AJCC v6 and v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C88135",
+ "name": "Stage IIA Uveal Melanoma AJCC v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C140663",
+ "name": "Stage IIB Choroidal and Ciliary Body Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C27742",
+ "name": "Stage IIB Cutaneous Melanoma AJCC v6 and v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C88136",
+ "name": "Stage IIB Uveal Melanoma AJCC v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C86034",
+ "name": "Stage IIC Cutaneous Melanoma AJCC v6 and v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C8783",
+ "name": "Stage III Acral Lentiginous Melanoma AJCC v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C140664",
+ "name": "Stage III Choroidal and Ciliary Body Melanoma AJCC v8",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C7918",
+ "name": "Stage III Cutaneous Melanoma AJCC v6",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C88415",
+ "name": "Stage III Cutaneous Melanoma AJCC v7",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C87532",
+ "name": "Stage III Head and Neck Mucosal Melanoma AJCC v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C8788",
+ "name": "Stage III Lentigo Maligna Melanoma AJCC v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C8792",
+ "name": "Stage III Low-CSD Melanoma AJCC v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C5579",
+ "name": "Stage III Uveal Melanoma AJCC v7",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C140665",
+ "name": "Stage IIIA Choroidal and Ciliary Body Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C86049",
+ "name": "Stage IIIA Cutaneous Melanoma AJCC v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C88137",
+ "name": "Stage IIIA Uveal Melanoma AJCC v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C140666",
+ "name": "Stage IIIB Choroidal and Ciliary Body Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C86051",
+ "name": "Stage IIIB Cutaneous Melanoma AJCC v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C88138",
+ "name": "Stage IIIB Uveal Melanoma AJCC v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C140667",
+ "name": "Stage IIIC Choroidal and Ciliary Body Melanoma AJCC v8",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C86053",
+ "name": "Stage IIIC Cutaneous Melanoma AJCC v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C88139",
+ "name": "Stage IIIC Uveal Melanoma AJCC v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C8784",
+ "name": "Stage IV Acral Lentiginous Melanoma AJCC v6 and v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C140668",
+ "name": "Stage IV Choroidal and Ciliary Body Melanoma AJCC v8",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C9096",
+ "name": "Stage IV Cutaneous Melanoma AJCC v6 and v7",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C8789",
+ "name": "Stage IV Lentigo Maligna Melanoma AJCC v6 and v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C8793",
+ "name": "Stage IV Low-CSD Melanoma AJCC v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C5580",
+ "name": "Stage IV Uveal Melanoma AJCC v7",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C87533",
+ "name": "Stage IVA Head and Neck Mucosal Melanoma AJCC v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C87534",
+ "name": "Stage IVB Head and Neck Mucosal Melanoma AJCC v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C87535",
+ "name": "Stage IVC Head and Neck Mucosal Melanoma AJCC v7",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C204887",
+ "name": "Subungual Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C213513",
+ "name": "Temporal Bone Mucosal Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C4238",
+ "name": "Type A Spindle Cell Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C4239",
+ "name": "Type B Spindle Cell Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C165535",
+ "name": "Unresectable Acral Lentiginous Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C213771",
+ "name": "Unresectable Acral Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C215227",
+ "name": "Unresectable Anorectal Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C214942",
+ "name": "Unresectable Conjunctival Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C148245",
+ "name": "Unresectable Cutaneous Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C148517",
+ "name": "Unresectable Melanoma",
+ "level": 1,
+ "leaf": false
+ },
+ {
+ "code": "C165536",
+ "name": "Unresectable Mucosal Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C214948",
+ "name": "Unresectable Non-Cutaneous Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C213775",
+ "name": "Unresectable Non-Sun Exposed Skin Melanoma",
+ "level": 3,
+ "leaf": true
+ },
+ {
+ "code": "C214947",
+ "name": "Unresectable Ocular Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C215231",
+ "name": "Unresectable Sinonasal Mucosal Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C172247",
+ "name": "Unresectable Uveal Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C159665",
+ "name": "Urethral Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C178453",
+ "name": "Urinary System Mucosal Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C111020",
+ "name": "Uveal Class 1 Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C111022",
+ "name": "Uveal Class 1a Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C111023",
+ "name": "Uveal Class 1b Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C111021",
+ "name": "Uveal Class 2 Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C35780",
+ "name": "Uveal Epithelioid Cell Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C7989",
+ "name": "Uveal Intermediate Cell Type Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C140672",
+ "name": "Uveal Melanoma by AJCC v7 Stage",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C111030",
+ "name": "Uveal Melanoma by Gene Expression Profile",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C150130",
+ "name": "Uveal Melanoma Metastatic in the Liver",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C7712",
+ "name": "Uveal Melanoma",
+ "level": 2,
+ "leaf": false
+ },
+ {
+ "code": "C35781",
+ "name": "Uveal Mixed Epithelioid and Spindle Cell Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C7990",
+ "name": "Uveal Necrotic Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C7986",
+ "name": "Uveal Spindle Cell Melanoma",
+ "level": 3,
+ "leaf": false
+ },
+ {
+ "code": "C7987",
+ "name": "Uveal Spindle Cell Type A Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C7988",
+ "name": "Uveal Spindle Cell Type B Melanoma",
+ "level": 4,
+ "leaf": false
+ },
+ {
+ "code": "C27394",
+ "name": "Vaginal Melanoma",
+ "level": 5,
+ "leaf": true
+ },
+ {
+ "code": "C204888",
+ "name": "Volar Melanoma",
+ "level": 4,
+ "leaf": true
+ },
+ {
+ "code": "C40329",
+ "name": "Vulvar Melanoma",
+ "level": 5,
+ "leaf": true
+ }
+]
+
diff --git a/curl-examples/samples/get-concepts-by-list-of-codes-minimum.txt b/curl-examples/samples/get-concepts-by-list-of-codes-minimum.txt
index 628e6d75..2bcd95e4 100644
--- a/curl-examples/samples/get-concepts-by-list-of-codes-minimum.txt
+++ b/curl-examples/samples/get-concepts-by-list-of-codes-minimum.txt
@@ -1,21 +1,21 @@
-[
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3910",
- "name": "Molecular Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
-]
-
+[
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3910",
+ "name": "Molecular Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+]
+
diff --git a/curl-examples/samples/get-definition-type-by-code.txt b/curl-examples/samples/get-definition-type-by-code.txt
index 5a442ec0..ab0daa3d 100644
--- a/curl-examples/samples/get-definition-type-by-code.txt
+++ b/curl-examples/samples/get-definition-type-by-code.txt
@@ -1,33 +1,33 @@
-{
- "code": "P325",
- "name": "ALT_DEFINITION",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "[source] Definition",
- "type": "Display_Name"
- },
- {
- "name": "ALT_DEFINITION",
- "type": "FULL_SYN"
- },
- {
- "name": "ALT_DEFINITION",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the English language definition of a concept from a source other than NCI.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
-}
-
+{
+ "code": "P325",
+ "name": "ALT_DEFINITION",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "[source] Definition",
+ "type": "Display_Name"
+ },
+ {
+ "name": "ALT_DEFINITION",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "ALT_DEFINITION",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the English language definition of a concept from a source other than NCI.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-definition-types.txt b/curl-examples/samples/get-definition-types.txt
index d5356043..d7d2a5f2 100644
--- a/curl-examples/samples/get-definition-types.txt
+++ b/curl-examples/samples/get-definition-types.txt
@@ -1,67 +1,67 @@
-[
- {
- "code": "P325",
- "name": "ALT_DEFINITION",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "[source] Definition",
- "type": "Display_Name"
- },
- {
- "name": "ALT_DEFINITION",
- "type": "FULL_SYN"
- },
- {
- "name": "ALT_DEFINITION",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the English language definition of a concept from a source other than NCI.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P97",
- "name": "DEFINITION",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Definition",
- "type": "Display_Name"
- },
- {
- "name": "DEFINITION",
- "type": "FULL_SYN"
- },
- {
- "name": "DEFINITION",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the English language definitions of what NCI means by the concept. They may also include information about the definition's source and attribution in a form that can easily be interpreted by software.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- }
-]
-
+[
+ {
+ "code": "P325",
+ "name": "ALT_DEFINITION",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "[source] Definition",
+ "type": "Display_Name"
+ },
+ {
+ "name": "ALT_DEFINITION",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "ALT_DEFINITION",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the English language definition of a concept from a source other than NCI.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P97",
+ "name": "DEFINITION",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Definition",
+ "type": "Display_Name"
+ },
+ {
+ "name": "DEFINITION",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "DEFINITION",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the English language definitions of what NCI means by the concept. They may also include information about the definition's source and attribution in a form that can easily be interpreted by software.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ }
+]
+
diff --git a/curl-examples/samples/get-maps-by-mapset-code.txt b/curl-examples/samples/get-maps-by-mapset-code.txt
index 8a236511..d0a1a9a5 100644
--- a/curl-examples/samples/get-maps-by-mapset-code.txt
+++ b/curl-examples/samples/get-maps-by-mapset-code.txt
@@ -1,87 +1,87 @@
-{
- "total": 305,
- "parameters": {
- "type": "contains",
- "include": "minimal",
- "fromRecord": 0,
- "pageSize": 5
- },
- "maps": [
- {
- "mapsetCode": "GO_to_NCIt_Mapping",
- "source": "go",
- "sourceName": "DNA integration",
- "sourceCode": "GO:0015074",
- "sourceTerminology": "GO",
- "type": "mapsTo",
- "rank": "1",
- "target": "ncit",
- "targetName": "DNA Integration",
- "targetCode": "C18855",
- "targetTerminology": "NCI_Thesaurus",
- "targetTerminologyVersion": "23.02d",
- "sortKey": "1000006"
- },
- {
- "mapsetCode": "GO_to_NCIt_Mapping",
- "source": "go",
- "sourceName": "DNA modification",
- "sourceCode": "GO:0006304",
- "sourceTerminology": "GO",
- "type": "mapsTo",
- "rank": "1",
- "target": "ncit",
- "targetName": "DNA Modification Process",
- "targetCode": "C19449",
- "targetTerminology": "NCI_Thesaurus",
- "targetTerminologyVersion": "23.02d",
- "sortKey": "1000008"
- },
- {
- "mapsetCode": "GO_to_NCIt_Mapping",
- "source": "go",
- "sourceName": "DNA recombination",
- "sourceCode": "GO:0006310",
- "sourceTerminology": "GO",
- "type": "mapsTo",
- "rank": "1",
- "target": "ncit",
- "targetName": "DNA Recombination Process",
- "targetCode": "C17082",
- "targetTerminology": "NCI_Thesaurus",
- "targetTerminologyVersion": "23.02d",
- "sortKey": "1000009"
- },
- {
- "mapsetCode": "GO_to_NCIt_Mapping",
- "source": "go",
- "sourceName": "RNA binding",
- "sourceCode": "GO:0003723",
- "sourceTerminology": "GO",
- "type": "mapsTo",
- "rank": "1",
- "target": "ncit",
- "targetName": "RNA Binding",
- "targetCode": "C20737",
- "targetTerminology": "NCI_Thesaurus",
- "targetTerminologyVersion": "23.02d",
- "sortKey": "1000022"
- },
- {
- "mapsetCode": "GO_to_NCIt_Mapping",
- "source": "go",
- "sourceName": "RNA polyadenylation",
- "sourceCode": "GO:0043631",
- "sourceTerminology": "GO",
- "type": "mapsTo",
- "rank": "1",
- "target": "ncit",
- "targetName": "RNA Polyadenylation",
- "targetCode": "C18947",
- "targetTerminology": "NCI_Thesaurus",
- "targetTerminologyVersion": "23.02d",
- "sortKey": "1000026"
- }
- ]
-}
-
+{
+ "total": 305,
+ "parameters": {
+ "type": "contains",
+ "include": "minimal",
+ "fromRecord": 0,
+ "pageSize": 5
+ },
+ "maps": [
+ {
+ "mapsetCode": "GO_to_NCIt_Mapping",
+ "source": "go",
+ "sourceName": "DNA integration",
+ "sourceCode": "GO:0015074",
+ "sourceTerminology": "GO",
+ "type": "mapsTo",
+ "rank": "1",
+ "target": "ncit",
+ "targetName": "DNA Integration",
+ "targetCode": "C18855",
+ "targetTerminology": "NCI_Thesaurus",
+ "targetTerminologyVersion": "23.02d",
+ "sortKey": "1000006"
+ },
+ {
+ "mapsetCode": "GO_to_NCIt_Mapping",
+ "source": "go",
+ "sourceName": "DNA modification",
+ "sourceCode": "GO:0006304",
+ "sourceTerminology": "GO",
+ "type": "mapsTo",
+ "rank": "1",
+ "target": "ncit",
+ "targetName": "DNA Modification Process",
+ "targetCode": "C19449",
+ "targetTerminology": "NCI_Thesaurus",
+ "targetTerminologyVersion": "23.02d",
+ "sortKey": "1000008"
+ },
+ {
+ "mapsetCode": "GO_to_NCIt_Mapping",
+ "source": "go",
+ "sourceName": "DNA recombination",
+ "sourceCode": "GO:0006310",
+ "sourceTerminology": "GO",
+ "type": "mapsTo",
+ "rank": "1",
+ "target": "ncit",
+ "targetName": "DNA Recombination Process",
+ "targetCode": "C17082",
+ "targetTerminology": "NCI_Thesaurus",
+ "targetTerminologyVersion": "23.02d",
+ "sortKey": "1000009"
+ },
+ {
+ "mapsetCode": "GO_to_NCIt_Mapping",
+ "source": "go",
+ "sourceName": "RNA binding",
+ "sourceCode": "GO:0003723",
+ "sourceTerminology": "GO",
+ "type": "mapsTo",
+ "rank": "1",
+ "target": "ncit",
+ "targetName": "RNA Binding",
+ "targetCode": "C20737",
+ "targetTerminology": "NCI_Thesaurus",
+ "targetTerminologyVersion": "23.02d",
+ "sortKey": "1000022"
+ },
+ {
+ "mapsetCode": "GO_to_NCIt_Mapping",
+ "source": "go",
+ "sourceName": "RNA polyadenylation",
+ "sourceCode": "GO:0043631",
+ "sourceTerminology": "GO",
+ "type": "mapsTo",
+ "rank": "1",
+ "target": "ncit",
+ "targetName": "RNA Polyadenylation",
+ "targetCode": "C18947",
+ "targetTerminology": "NCI_Thesaurus",
+ "targetTerminologyVersion": "23.02d",
+ "sortKey": "1000026"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-mapset-by-code.txt b/curl-examples/samples/get-mapset-by-code.txt
index 04b9f7f4..523fe7ed 100644
--- a/curl-examples/samples/get-mapset-by-code.txt
+++ b/curl-examples/samples/get-mapset-by-code.txt
@@ -1,44 +1,44 @@
-{
- "code": "GO_to_NCIt_Mapping",
- "name": "GO_to_NCIt_Mapping",
- "version": "February2020",
- "properties": [
- {
- "type": "loader",
- "value": "MappingLoadServiceImpl"
- },
- {
- "type": "welcomeText",
- "value": "This is a manual EVS mapping of concepts with equivalent meaning in the source and target terminology versions shown\r\nbelow:\r\n
\r\n Source: GO (Gene Ontology) February2020\r\n
\r\n Target: NCIt (NCI Thesaurus) 20.02d\r\n
\r\nThe browser links each mapped concept to that concept's page in the current production version of its terminology.\r\n
\r\nThe first GO to NCIt mapping was manually curated by editors working at NCI in 2009. Automated term matching was\r\nperformed to create a preliminary map of the content in the Biological Process branch of NCIt and the GO\r\nbiological_process branch. The preliminary map was reviewed and validated by editors working at NCI to ensure that terms\r\nwith the same definitions were mapped. The map is updated when changes to the GO content invalidate current mapped\r\nentries.\r\n
\r\nThe Version shows the month and year that the mapping data were extracted. The Release Date shows the day that this\r\nmapping was approved for publication."
- },
- {
- "type": "sourceTerminology",
- "value": "go"
- },
- {
- "type": "sourceTerminologyVersion",
- "value": "February2020"
- },
- {
- "type": "targetTerminology",
- "value": "ncit"
- },
- {
- "type": "targetTerminologyVersion",
- "value": "20.02d"
- },
- {
- "type": "sourceLoaded",
- "value": "true"
- },
- {
- "type": "targetLoaded",
- "value": "true"
- },
- {
- "type": "downloadOnly",
- "value": "false"
- }
- ]
-}
-
+{
+ "code": "GO_to_NCIt_Mapping",
+ "name": "GO_to_NCIt_Mapping",
+ "version": "February2020",
+ "properties": [
+ {
+ "type": "loader",
+ "value": "MappingLoadServiceImpl"
+ },
+ {
+ "type": "welcomeText",
+ "value": "This is a manual EVS mapping of concepts with equivalent meaning in the source and target terminology versions shown\r\nbelow:\r\n
\r\n Source: GO (Gene Ontology) February2020\r\n
\r\n Target: NCIt (NCI Thesaurus) 20.02d\r\n
\r\nThe browser links each mapped concept to that concept's page in the current production version of its terminology.\r\n
\r\nThe first GO to NCIt mapping was manually curated by editors working at NCI in 2009. Automated term matching was\r\nperformed to create a preliminary map of the content in the Biological Process branch of NCIt and the GO\r\nbiological_process branch. The preliminary map was reviewed and validated by editors working at NCI to ensure that terms\r\nwith the same definitions were mapped. The map is updated when changes to the GO content invalidate current mapped\r\nentries.\r\n
\r\nThe Version shows the month and year that the mapping data were extracted. The Release Date shows the day that this\r\nmapping was approved for publication."
+ },
+ {
+ "type": "sourceTerminology",
+ "value": "go"
+ },
+ {
+ "type": "sourceTerminologyVersion",
+ "value": "February2020"
+ },
+ {
+ "type": "targetTerminology",
+ "value": "ncit"
+ },
+ {
+ "type": "targetTerminologyVersion",
+ "value": "20.02d"
+ },
+ {
+ "type": "sourceLoaded",
+ "value": "true"
+ },
+ {
+ "type": "targetLoaded",
+ "value": "true"
+ },
+ {
+ "type": "downloadOnly",
+ "value": "false"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-mapsets.txt b/curl-examples/samples/get-mapsets.txt
index 0a4407c3..f33ad81f 100644
--- a/curl-examples/samples/get-mapsets.txt
+++ b/curl-examples/samples/get-mapsets.txt
@@ -1,102 +1,102 @@
-[
- {
- "code": "GO_to_NCIt_Mapping",
- "name": "GO_to_NCIt_Mapping",
- "version": "February2020"
- },
- {
- "code": "ICD10_to_MedDRA_Mapping",
- "name": "ICD10_to_MedDRA_Mapping",
- "version": "July2023"
- },
- {
- "code": "SNOMEDCT_US_2024_03_01_to_ICD10CM_2024_Mappings",
- "name": "SNOMEDCT_US_2024_03_01 to ICD10CM_2024 Mappings",
- "terminology": "snomedct_us",
- "version": "2024_03_01"
- },
- {
- "code": "NCIT_TO_SWISSPROT",
- "name": "NCIT_TO_SWISSPROT",
- "version": "Feb2025"
- },
- {
- "code": "NCIt_Maps_To_GDC",
- "name": "NCIt_Maps_To_GDC",
- "version": "25.02d",
- "active": true
- },
- {
- "code": "NCIt_Maps_To_ICD9CM",
- "name": "NCIt_Maps_To_ICD9CM",
- "version": "25.02d",
- "active": true
- },
- {
- "code": "ICDO_TO_NCI_MORPHOLOGY",
- "name": "ICDO_TO_NCI_MORPHOLOGY",
- "version": "2017-12-21"
- },
- {
- "code": "NCIt_Maps_To_MedDRA",
- "name": "NCIt_Maps_To_MedDRA",
- "version": "25.02d",
- "active": true
- },
- {
- "code": "NCIt_Maps_To_ICDO3",
- "name": "NCIt_Maps_To_ICDO3",
- "version": "25.02d",
- "active": true
- },
- {
- "code": "NCIt_to_ChEBI_Mapping",
- "name": "NCIt_to_ChEBI_Mapping",
- "version": "Aug2024"
- },
- {
- "code": "MA_to_NCIt_Mapping",
- "name": "MA_to_NCIt_Mapping",
- "version": "November2011"
- },
- {
- "code": "SNOMEDCT_US_2024_03_01_to_ICD10_2016_Mappings",
- "name": "SNOMEDCT_US_2024_03_01 to ICD10_2016 Mappings",
- "terminology": "snomedct_us",
- "version": "2024_03_01"
- },
- {
- "code": "PDQ_2016_07_31_to_NCI_2024_06D_Mappings",
- "name": "PDQ_2016_07_31 to NCI_2024_06D Mappings",
- "terminology": "pdq",
- "version": "2016_07_31"
- },
- {
- "code": "NCIt_to_HGNC_Mapping",
- "name": "NCIt_to_HGNC_Mapping",
- "version": "Feb2025"
- },
- {
- "code": "NCIt_Maps_To_ICD10CM",
- "name": "NCIt_Maps_To_ICD10CM",
- "version": "25.02d",
- "active": true
- },
- {
- "code": "NCIt_Maps_To_ICD10",
- "name": "NCIt_Maps_To_ICD10",
- "version": "25.02d",
- "active": true
- },
- {
- "code": "ICDO_TO_NCI_TOPOGRAPHY",
- "name": "ICDO_TO_NCI_TOPOGRAPHY",
- "version": "2017-12-21"
- },
- {
- "code": "ICDO_TO_NCI_AXIS",
- "name": "ICDO_TO_NCI_AXIS",
- "version": "2017-12-21"
- }
-]
-
+[
+ {
+ "code": "GO_to_NCIt_Mapping",
+ "name": "GO_to_NCIt_Mapping",
+ "version": "February2020"
+ },
+ {
+ "code": "ICD10_to_MedDRA_Mapping",
+ "name": "ICD10_to_MedDRA_Mapping",
+ "version": "July2023"
+ },
+ {
+ "code": "NCIt_Maps_To_GDC",
+ "name": "NCIt_Maps_To_GDC",
+ "version": "25.07d",
+ "active": true
+ },
+ {
+ "code": "NCIt_Maps_To_ICD9CM",
+ "name": "NCIt_Maps_To_ICD9CM",
+ "version": "25.07d",
+ "active": true
+ },
+ {
+ "code": "NCIT_TO_SWISSPROT",
+ "name": "NCIT_TO_SWISSPROT",
+ "version": "Jul2025"
+ },
+ {
+ "code": "SNOMEDCT_US_2025_03_01_to_ICD10CM_2025_Mappings",
+ "name": "SNOMEDCT_US_2025_03_01 to ICD10CM_2025 Mappings",
+ "terminology": "snomedct_us",
+ "version": "2025_03_01"
+ },
+ {
+ "code": "ICDO_TO_NCI_MORPHOLOGY",
+ "name": "ICDO_TO_NCI_MORPHOLOGY",
+ "version": "2017-12-21"
+ },
+ {
+ "code": "NCIt_Maps_To_MedDRA",
+ "name": "NCIt_Maps_To_MedDRA",
+ "version": "25.07d",
+ "active": true
+ },
+ {
+ "code": "NCIt_Maps_To_ICDO3",
+ "name": "NCIt_Maps_To_ICDO3",
+ "version": "25.07d",
+ "active": true
+ },
+ {
+ "code": "SNOMEDCT_US_2025_03_01_to_ICD10_2016_Mappings",
+ "name": "SNOMEDCT_US_2025_03_01 to ICD10_2016 Mappings",
+ "terminology": "snomedct_us",
+ "version": "2025_03_01"
+ },
+ {
+ "code": "NCIt_to_ChEBI_Mapping",
+ "name": "NCIt_to_ChEBI_Mapping",
+ "version": "Aug2024"
+ },
+ {
+ "code": "MA_to_NCIt_Mapping",
+ "name": "MA_to_NCIt_Mapping",
+ "version": "November2011"
+ },
+ {
+ "code": "NCIt_Maps_To_ICD10CM",
+ "name": "NCIt_Maps_To_ICD10CM",
+ "version": "25.07d",
+ "active": true
+ },
+ {
+ "code": "NCIt_Maps_To_ICD10",
+ "name": "NCIt_Maps_To_ICD10",
+ "version": "25.07d",
+ "active": true
+ },
+ {
+ "code": "NCIt_to_HGNC_Mapping",
+ "name": "NCIt_to_HGNC_Mapping",
+ "version": "Jul2025"
+ },
+ {
+ "code": "ICDO_TO_NCI_TOPOGRAPHY",
+ "name": "ICDO_TO_NCI_TOPOGRAPHY",
+ "version": "2017-12-21"
+ },
+ {
+ "code": "ICDO_TO_NCI_AXIS",
+ "name": "ICDO_TO_NCI_AXIS",
+ "version": "2017-12-21"
+ },
+ {
+ "code": "PDQ_2016_07_31_to_NCI_2025_06E_Mappings",
+ "name": "PDQ_2016_07_31 to NCI_2025_06E Mappings",
+ "terminology": "pdq",
+ "version": "2016_07_31"
+ }
+]
+
diff --git a/curl-examples/samples/get-paths-from-root.txt b/curl-examples/samples/get-paths-from-root.txt
index 350a7639..4c329e64 100644
--- a/curl-examples/samples/get-paths-from-root.txt
+++ b/curl-examples/samples/get-paths-from-root.txt
@@ -1,127 +1,127 @@
-[
- [
- {
- "code": "C7057",
- "name": "Disease, Disorder or Finding",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 0,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C2991",
- "name": "Disease or Disorder",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 1,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3262",
- "name": "Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 2,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C4741",
- "name": "Neoplasm by Morphology",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 3,
- "conceptStatus": "Header_Concept",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7058",
- "name": "Melanocytic Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 4,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 5,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ],
- [
- {
- "code": "C7057",
- "name": "Disease, Disorder or Finding",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 0,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C2991",
- "name": "Disease or Disorder",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 1,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3262",
- "name": "Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 2,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7062",
- "name": "Neoplasm by Special Category",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 3,
- "conceptStatus": "Header_Concept",
- "leaf": false,
- "active": true
- },
- {
- "code": "C9305",
- "name": "Malignant Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 4,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 5,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
-]
-
+[
+ [
+ {
+ "code": "C7057",
+ "name": "Disease, Disorder or Finding",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 0,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C2991",
+ "name": "Disease or Disorder",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 1,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 2,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C4741",
+ "name": "Neoplasm by Morphology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 3,
+ "conceptStatus": "Header_Concept",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7058",
+ "name": "Melanocytic Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 4,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 5,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ],
+ [
+ {
+ "code": "C7057",
+ "name": "Disease, Disorder or Finding",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 0,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C2991",
+ "name": "Disease or Disorder",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 1,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 2,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7062",
+ "name": "Neoplasm by Special Category",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 3,
+ "conceptStatus": "Header_Concept",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C9305",
+ "name": "Malignant Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 4,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 5,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+]
+
diff --git a/curl-examples/samples/get-paths-to-ancestor.txt b/curl-examples/samples/get-paths-to-ancestor.txt
index aa9ff38b..95c95c6c 100644
--- a/curl-examples/samples/get-paths-to-ancestor.txt
+++ b/curl-examples/samples/get-paths-to-ancestor.txt
@@ -1,107 +1,107 @@
-[
- [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 0,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7058",
- "name": "Melanocytic Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 1,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C4741",
- "name": "Neoplasm by Morphology",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 2,
- "conceptStatus": "Header_Concept",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3262",
- "name": "Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 3,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C2991",
- "name": "Disease or Disorder",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 4,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ],
- [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 0,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C9305",
- "name": "Malignant Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 1,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7062",
- "name": "Neoplasm by Special Category",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 2,
- "conceptStatus": "Header_Concept",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3262",
- "name": "Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 3,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C2991",
- "name": "Disease or Disorder",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 4,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
-]
-
+[
+ [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 0,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7058",
+ "name": "Melanocytic Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 1,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C4741",
+ "name": "Neoplasm by Morphology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 2,
+ "conceptStatus": "Header_Concept",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 3,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C2991",
+ "name": "Disease or Disorder",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 4,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ],
+ [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 0,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C9305",
+ "name": "Malignant Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 1,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7062",
+ "name": "Neoplasm by Special Category",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 2,
+ "conceptStatus": "Header_Concept",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 3,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C2991",
+ "name": "Disease or Disorder",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 4,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+]
+
diff --git a/curl-examples/samples/get-paths-to-root.txt b/curl-examples/samples/get-paths-to-root.txt
index e25b204d..261950f9 100644
--- a/curl-examples/samples/get-paths-to-root.txt
+++ b/curl-examples/samples/get-paths-to-root.txt
@@ -1,127 +1,127 @@
-[
- [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 0,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7058",
- "name": "Melanocytic Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 1,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C4741",
- "name": "Neoplasm by Morphology",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 2,
- "conceptStatus": "Header_Concept",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3262",
- "name": "Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 3,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C2991",
- "name": "Disease or Disorder",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 4,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7057",
- "name": "Disease, Disorder or Finding",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 5,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ],
- [
- {
- "code": "C3224",
- "name": "Melanoma",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 0,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C9305",
- "name": "Malignant Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 1,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7062",
- "name": "Neoplasm by Special Category",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 2,
- "conceptStatus": "Header_Concept",
- "leaf": false,
- "active": true
- },
- {
- "code": "C3262",
- "name": "Neoplasm",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 3,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C2991",
- "name": "Disease or Disorder",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 4,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- },
- {
- "code": "C7057",
- "name": "Disease, Disorder or Finding",
- "terminology": "ncit",
- "version": "25.02d",
- "level": 5,
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true
- }
- ]
-]
-
+[
+ [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 0,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7058",
+ "name": "Melanocytic Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 1,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C4741",
+ "name": "Neoplasm by Morphology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 2,
+ "conceptStatus": "Header_Concept",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 3,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C2991",
+ "name": "Disease or Disorder",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 4,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7057",
+ "name": "Disease, Disorder or Finding",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 5,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ],
+ [
+ {
+ "code": "C3224",
+ "name": "Melanoma",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 0,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C9305",
+ "name": "Malignant Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 1,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7062",
+ "name": "Neoplasm by Special Category",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 2,
+ "conceptStatus": "Header_Concept",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C3262",
+ "name": "Neoplasm",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 3,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C2991",
+ "name": "Disease or Disorder",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 4,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ },
+ {
+ "code": "C7057",
+ "name": "Disease, Disorder or Finding",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "level": 5,
+ "conceptStatus": "DEFAULT",
+ "leaf": false,
+ "active": true
+ }
+ ]
+]
+
diff --git a/curl-examples/samples/get-properties-with-code-list.txt b/curl-examples/samples/get-properties-with-code-list.txt
index 22908b4e..71dbfa75 100644
--- a/curl-examples/samples/get-properties-with-code-list.txt
+++ b/curl-examples/samples/get-properties-with-code-list.txt
@@ -1,67 +1,67 @@
-[
- {
- "code": "P201",
- "name": "OLD_CHILD",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "OLD CHILD",
- "type": "Display_Name"
- },
- {
- "name": "OLD_CHILD",
- "type": "FULL_SYN"
- },
- {
- "name": "OLD_CHILD",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property used to store the name of children concepts present at the time a concept was retired.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P203",
- "name": "OLD_KIND",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "OLD KIND",
- "type": "Display_Name"
- },
- {
- "name": "OLD_KIND",
- "type": "FULL_SYN"
- },
- {
- "name": "OLD_KIND",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "Used to store the name of the concept's kind at the time a concept was retired.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- }
-]
-
+[
+ {
+ "code": "P201",
+ "name": "OLD_CHILD",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "OLD CHILD",
+ "type": "Display_Name"
+ },
+ {
+ "name": "OLD_CHILD",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "OLD_CHILD",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property used to store the name of children concepts present at the time a concept was retired.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P203",
+ "name": "OLD_KIND",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "OLD KIND",
+ "type": "Display_Name"
+ },
+ {
+ "name": "OLD_KIND",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "OLD_KIND",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "Used to store the name of the concept's kind at the time a concept was retired.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ }
+]
+
diff --git a/curl-examples/samples/get-properties-with-label-list.txt b/curl-examples/samples/get-properties-with-label-list.txt
index 22908b4e..71dbfa75 100644
--- a/curl-examples/samples/get-properties-with-label-list.txt
+++ b/curl-examples/samples/get-properties-with-label-list.txt
@@ -1,67 +1,67 @@
-[
- {
- "code": "P201",
- "name": "OLD_CHILD",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "OLD CHILD",
- "type": "Display_Name"
- },
- {
- "name": "OLD_CHILD",
- "type": "FULL_SYN"
- },
- {
- "name": "OLD_CHILD",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property used to store the name of children concepts present at the time a concept was retired.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P203",
- "name": "OLD_KIND",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "OLD KIND",
- "type": "Display_Name"
- },
- {
- "name": "OLD_KIND",
- "type": "FULL_SYN"
- },
- {
- "name": "OLD_KIND",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "Used to store the name of the concept's kind at the time a concept was retired.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- }
-]
-
+[
+ {
+ "code": "P201",
+ "name": "OLD_CHILD",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "OLD CHILD",
+ "type": "Display_Name"
+ },
+ {
+ "name": "OLD_CHILD",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "OLD_CHILD",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property used to store the name of children concepts present at the time a concept was retired.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P203",
+ "name": "OLD_KIND",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "OLD KIND",
+ "type": "Display_Name"
+ },
+ {
+ "name": "OLD_KIND",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "OLD_KIND",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "Used to store the name of the concept's kind at the time a concept was retired.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ }
+]
+
diff --git a/curl-examples/samples/get-properties-with-summary.txt b/curl-examples/samples/get-properties-with-summary.txt
index 0628b7d1..663c3d12 100644
--- a/curl-examples/samples/get-properties-with-summary.txt
+++ b/curl-examples/samples/get-properties-with-summary.txt
@@ -1,2379 +1,2379 @@
-[
- {
- "code": "oboInOwl:hasDbXref",
- "name": "xRef",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "xRef",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a reference to an identical or very similar object in another database.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "NHC0",
- "name": "code",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "code",
- "type": "FULL_SYN"
- },
- {
- "name": "code",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a concept unique identifier within the NCI Enterprise Vocabulary Service's NCI Thesaurus.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "readOnly",
- "value": "true"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a concept code"
- }
- ]
- },
- {
- "code": "P100",
- "name": "OMIM_Number",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "OMIM Number",
- "type": "Display_Name"
- },
- {
- "name": "OMIM_Number",
- "type": "FULL_SYN"
- },
- {
- "name": "OMIM_Number",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the accession number for a Protein or Gene within the OMIM database.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P101",
- "name": "Homologous_Gene",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Homologous Gene",
- "type": "Display_Name"
- },
- {
- "name": "Homologous_Gene",
- "type": "FULL_SYN"
- },
- {
- "name": "Homologous_Gene",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing genes from other organisms that are similar in sequence and provide insight to the gene's function.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P102",
- "name": "GenBank_Accession_Number",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "GenBank Accession Number",
- "type": "Display_Name"
- },
- {
- "name": "GenBank_Accession_Number",
- "type": "FULL_SYN"
- },
- {
- "name": "GenBank_Accession_Number",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the accession number for a Gene within the GenBank database.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P106",
- "name": "Semantic_Type",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Semantic Type",
- "type": "Display_Name"
- },
- {
- "name": "Semantic_Type",
- "type": "FULL_SYN"
- },
- {
- "name": "Semantic_Type",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property that represents a description of the sort of thing or category to which a concept belongs in the context of the UMLS semantic network.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "In general, applying semantic types aids in allowing users (or computer programs) to draw conclusions about concepts by virtue of the categories to which they have been assigned. We use a set of semantic types developed for the UMLS Metathesaurus. There are currently 134 semantic types in the UMLS."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P107",
- "name": "Display_Name",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Display Name",
- "type": "Display_Name"
- },
- {
- "name": "Display Name",
- "type": "FULL_SYN"
- },
- {
- "name": "Display_Name",
- "type": "FULL_SYN"
- },
- {
- "name": "Display_Name",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing an alternative Preferred Name for use in some NCI systems.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a synonym"
- }
- ]
- },
- {
- "code": "P108",
- "name": "Preferred_Name",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Preferred Name",
- "type": "Display_Name"
- },
- {
- "name": "Preferred Name",
- "type": "FULL_SYN"
- },
- {
- "name": "Preferred Term",
- "type": "FULL_SYN"
- },
- {
- "name": "Preferred_Name",
- "type": "FULL_SYN"
- },
- {
- "name": "Preferred_Name",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the word or phrase that NCI uses by preference to refer to the concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a preferred name"
- }
- ]
- },
- {
- "code": "P167",
- "name": "Image_Link",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Image Link",
- "type": "Display_Name"
- },
- {
- "name": "Image_Link",
- "type": "FULL_SYN"
- },
- {
- "name": "Image_Link",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a link to an image in an external database.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P171",
- "name": "PubMedID_Primary_Reference",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "PubMedID Primary Reference",
- "type": "Display_Name"
- },
- {
- "name": "PubMedID_Primary_Reference",
- "type": "FULL_SYN"
- },
- {
- "name": "PubMedID_Primary_Reference",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property used to provide a primary reference for descriptions of an NCI Thesaurus concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P175",
- "name": "NSC Number",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "NSC Number",
- "type": "Display_Name"
- },
- {
- "name": "NSC Number",
- "type": "FULL_SYN"
- },
- {
- "name": "NSC_Code",
- "type": "FULL_SYN"
- },
- {
- "name": "NSC_Number",
- "type": "FULL_SYN"
- },
- {
- "name": "NSC_Number_Property",
- "type": "FULL_SYN"
- },
- {
- "name": "NSC Number",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a numeric identifier for substances submitted to the National Cancer Institute (NCI) for testing and evaluation. It is named after the Cancer Chemotherapy National Service Center (CCNSC), created in 1955, which originally ran the testing program and assigned these numbers. The testing program and repository is now run by the NCI Developmental Therapeutics Program (DTP). Assignment of NSC numbers was never done in a way that would guarantee one and only one NSC number would be assigned to a particular substance.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P200",
- "name": "OLD_PARENT",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "OLD PARENT",
- "type": "Display_Name"
- },
- {
- "name": "OLD_PARENT",
- "type": "FULL_SYN"
- },
- {
- "name": "OLD_PARENT",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property used to store the name of parent concepts present at the time a concept was retired.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P201",
- "name": "OLD_CHILD",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "OLD CHILD",
- "type": "Display_Name"
- },
- {
- "name": "OLD_CHILD",
- "type": "FULL_SYN"
- },
- {
- "name": "OLD_CHILD",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property used to store the name of children concepts present at the time a concept was retired.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P203",
- "name": "OLD_KIND",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "OLD KIND",
- "type": "Display_Name"
- },
- {
- "name": "OLD_KIND",
- "type": "FULL_SYN"
- },
- {
- "name": "OLD_KIND",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "Used to store the name of the concept's kind at the time a concept was retired.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P204",
- "name": "OLD_ROLE",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "OLD ROLE",
- "type": "Display_Name"
- },
- {
- "name": "OLD_ROLE",
- "type": "FULL_SYN"
- },
- {
- "name": "OLD_ROLE",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property used to store the name and value of asserted roles present at the time a concept was retired.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P207",
- "name": "UMLS_CUI",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "UMLS CUI",
- "type": "Display_Name"
- },
- {
- "name": "UMLS_CUI",
- "type": "FULL_SYN"
- },
- {
- "name": "UMLS_CUI",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the concept unique identifier (CUI) assigned by the National Library of Medicine (NLM). If a concept in any NCI-maintained knowledgebase exists in the NLM Unified Medical Language System (UMLS), NCI includes the NLM CUI among the information we provide about the concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P208",
- "name": "NCI_META_CUI",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "NCI Metathesaurus CUI",
- "type": "Display_Name"
- },
- {
- "name": "NCI_META_CUI",
- "type": "FULL_SYN"
- },
- {
- "name": "NCI_META_CUI",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the concept unique identifier (CUI) for those concepts that appear in NCI Metathesaurus but not in the National Library of Medicine Unified Medical Language System (NLM UMLS).",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P210",
- "name": "CAS_Registry",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "CAS Registry Number",
- "type": "Display_Name"
- },
- {
- "name": "CAS_Registry",
- "type": "FULL_SYN"
- },
- {
- "name": "CAS_Registry",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the Chemical Abstracts Service number for a Chemical or Drug.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P211",
- "name": "GO_Annotation",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "GO Annotation",
- "type": "Display_Name"
- },
- {
- "name": "GO_Annotation",
- "type": "FULL_SYN"
- },
- {
- "name": "GO_Annotation",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property that contains information that can be used for cross-referencing to relevant entries in the Gene Ontology (GO) database including term name, code, and evidence code.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P215",
- "name": "KEGG_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "KEGG ID",
- "type": "Display_Name"
- },
- {
- "name": "KEGG_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "KEGG_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the KEGG ID code for a pathway. It can be used to link a KEGG pathway reference to the primary pathway information.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P216",
- "name": "BioCarta_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "BioCarta ID",
- "type": "Display_Name"
- },
- {
- "name": "BioCarta_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "BioCarta_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the BioCarta ID code for a pathway. It can be used to link a BioCarta pathway reference to the primary pathway information.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P302",
- "name": "Accepted_Therapeutic_Use_For",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Accepted Therapeutic Use For",
- "type": "Display_Name"
- },
- {
- "name": "Accepted_Therapeutic_Use_For",
- "type": "FULL_SYN"
- },
- {
- "name": "Accepted_Therapeutic_Use_For",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a disease or condition for which this drug is an accepted treatment. Used in the Drug, Food, Chemical or Biomedical Material branch.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P310",
- "name": "Concept_Status",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Concept Status",
- "type": "Display_Name"
- },
- {
- "name": "Concept_Status",
- "type": "FULL_SYN"
- },
- {
- "name": "Concept_Status",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property used to indicate the standing of a concept in relation to currently accepted classifications and concepts. In NCI Thesaurus concept status subtype indicates concepts with unusual and problematic characteristics that should be evaluated by people and/or programs before those concept are used.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P315",
- "name": "SNP_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "SNP ID",
- "type": "Display_Name"
- },
- {
- "name": "SNP_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "SNP_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the dbSNP id number for the genetic polymorphism due to base substitutions.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P316",
- "name": "Relative_Enzyme_Activity",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Relative Enzyme Activity",
- "type": "Display_Name"
- },
- {
- "name": "Relative_Enzyme_Activity",
- "type": "FULL_SYN"
- },
- {
- "name": "Relative_Enzyme_Activity",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing drug efficacy of the allelic product.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P317",
- "name": "FDA_Table",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "FDA Table",
- "type": "Display_Name"
- },
- {
- "name": "FDA_Table",
- "type": "FULL_SYN"
- },
- {
- "name": "FDA_Table",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property used to flag terms that are part of an FDA data standard manual, including Route of Administration, Dosage Form, Package Type and Potency.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P319",
- "name": "FDA_UNII_Code",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "FDA UNII Code",
- "type": "Display_Name"
- },
- {
- "name": "FDA_UNII_Code",
- "type": "FULL_SYN"
- },
- {
- "name": "FDA_UNII_Code",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the FDA Unique Ingredient Identifier, a key component of the federal drug information model.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P320",
- "name": "OID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "OID",
- "type": "Display_Name"
- },
- {
- "name": "OID",
- "type": "FULL_SYN"
- },
- {
- "name": "OID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a globally unique identifier standardized by the International Organization for Standardization (ISO) for naming computational objects consistently and unambiguously. Object identifiers (OID) are assigned by a regulatory association. The NCI Thesaurus OID was asssigned by and is registered with the HL7 OID Registry and is the following string: 2.16.840.1.113883.3.26.1.1.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P321",
- "name": "EntrezGene_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "EntrezGene ID",
- "type": "Display_Name"
- },
- {
- "name": "EntrezGene_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "GeneID",
- "type": "FULL_SYN"
- },
- {
- "name": "Locus_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "EntrezGene_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the accession number for a Gene within the Entrez Gene database.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "This property has replaced Locus_ID."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P322",
- "name": "Contributing_Source",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Contributing Source",
- "type": "Display_Name"
- },
- {
- "name": "Contributing_Source",
- "type": "FULL_SYN"
- },
- {
- "name": "Contributing_Source",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property is used to indicate when a non-EVS entity has contributed to, and has a stake in, a concept. This is used where such entities, within or outside NCI, have indicated the need to be able to track their own concepts. A single concept can have multiple instances of this property if multiple entities have such a defined stake.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P325",
- "name": "ALT_DEFINITION",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "[source] Definition",
- "type": "Display_Name"
- },
- {
- "name": "ALT_DEFINITION",
- "type": "FULL_SYN"
- },
- {
- "name": "ALT_DEFINITION",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the English language definition of a concept from a source other than NCI.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a definition"
- }
- ]
- },
- {
- "code": "P329",
- "name": "PDQ_Open_Trial_Search_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "PDQ Open Trial Search ID",
- "type": "Display_Name"
- },
- {
- "name": "PDQ_Open_Trial_Search_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "PDQ_Open_Trial_Search_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the identifier used by NCI's Cancer.gov Web site to retrieve PDQ Clinical Trials data for open trials involving specific clinical trials agents. While the identifier is the same for both open and closed trials two properties are used to support requirements of the current browser interface, as well as the possibility of providing values where only open trials will be retrieved.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P330",
- "name": "PDQ_Closed_Trial_Search_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "PDQ Closed Trial Search ID",
- "type": "Display_Name"
- },
- {
- "name": "PDQ_Closed_Trial_Search_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "PDQ_Closed_Trial_Search_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the identifier used by NCI's Cancer.gov web site to retrieve PDQ Clinical Trials data for closed trials that involved specific clinical trials agents. While the identifier is the same for both open and closed trials two properties are used to support requirements of the current browser interface, as well as the possibility of providing values where only closed trials will be retrieved.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P331",
- "name": "NCBI_Taxon_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "NCBI Taxon ID",
- "type": "Display_Name"
- },
- {
- "name": "NCBI_Taxon_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "NCBI_Taxon_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property that is used to establish correspondence between the NCI Thesaurus concept representing a taxon (species) and the NCBI/NLM Species Taxonomy ID assigned by the NCBI to that taxon.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P332",
- "name": "MGI_Accession_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "MGI Accession ID",
- "type": "Display_Name"
- },
- {
- "name": "MGI_Accession_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "MGI_Accession_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the identifier used by Jackson Laboratories Mouse Genome Informatics group to label inbred mouse strains maintained by Jackson Laboratory and other things such as mouse genes and alleles.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P333",
- "name": "Use_For",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Use For",
- "type": "Display_Name"
- },
- {
- "name": "Use_For",
- "type": "FULL_SYN"
- },
- {
- "name": "Use_For",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a term that had been used in a coding system and then subsumed by the given NCIt concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P334",
- "name": "ICD-O-3_Code",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "ICD-O-3 Code",
- "type": "Display_Name"
- },
- {
- "name": "ICD-O-3_Code",
- "type": "FULL_SYN"
- },
- {
- "name": "ICD-O-3_Code",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the matching ICD-O-3 code for the NCI Thesaurus concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P350",
- "name": "Chemical_Formula",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Chemical Formula",
- "type": "Display_Name"
- },
- {
- "name": "Chemical Formula",
- "type": "FULL_SYN"
- },
- {
- "name": "Chemical_Formula",
- "type": "FULL_SYN"
- },
- {
- "name": "Chemical_Formula",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a concise expression about the atoms that constitute a particular chemical compound.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CRCH"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P351",
- "name": "US_Recommended_Intake",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "US FNB Recommends Intake",
- "type": "Display_Name"
- },
- {
- "name": "Recommended Intake",
- "type": "FULL_SYN"
- },
- {
- "name": "Required_Intake",
- "type": "FULL_SYN"
- },
- {
- "name": "US_Recommended_Intake",
- "type": "FULL_SYN"
- },
- {
- "name": "US_Recommended_Intake",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property indicating that the Food and Nutrition Board of the National Academy of Science has established an average daily intake for this nutrient that is sufficient to meet the nutritional requirements of most individuals in the general U.S. population.",
- "type": "ALT_DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CRCH"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P352",
- "name": "Tolerable_Level",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Tolerable Level",
- "type": "Display_Name"
- },
- {
- "name": "Tolerable Level",
- "type": "FULL_SYN"
- },
- {
- "name": "Tolerable_Level",
- "type": "FULL_SYN"
- },
- {
- "name": "Tolerable_Level",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property indicating that the Food and Nutrition Board of the National Academy of Science has established a highest level of daily intake for this food component that is likely to pose no risk of adverse health effects for almost all individuals in the general U.S. population.",
- "type": "ALT_DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CRCH"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P353",
- "name": "INFOODS",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "INFOODS Tag Name",
- "type": "Display_Name"
- },
- {
- "name": "INFOODS",
- "type": "FULL_SYN"
- },
- {
- "name": "INFOODS",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing uppercase abbreviations assigned by the International Network of Food Data Systems.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CRCH"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P354",
- "name": "USDA_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "USDA ID",
- "type": "Display_Name"
- },
- {
- "name": "USDA ID",
- "type": "FULL_SYN"
- },
- {
- "name": "USDA_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "USDA_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a numeric ID assignment by United States Department of Agriculture.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CRCH"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P355",
- "name": "Unit",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Unit Used",
- "type": "Display_Name"
- },
- {
- "name": "Unit",
- "type": "FULL_SYN"
- },
- {
- "name": "Unit",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the unit of measure in which a nutrient or food component is typically expressed, ex., gram (g), minigram (mg), microgram (mcg), joule, or kilojoule.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CRCH"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P356",
- "name": "Essential_Amino_Acid",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is An Essential Amino Acid",
- "type": "Display_Name"
- },
- {
- "name": "Essential_Amino_Acid",
- "type": "FULL_SYN"
- },
- {
- "name": "Essential_Amino_Acid",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property used to indicate that an amino acid is essential and must be included in the diet.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P357",
- "name": "Essential_Fatty_Acid",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is An Essential Fatty Acid",
- "type": "Display_Name"
- },
- {
- "name": "Essential Fatty Acid",
- "type": "FULL_SYN"
- },
- {
- "name": "Essential_Fatty_Acid",
- "type": "FULL_SYN"
- },
- {
- "name": "Essential_Fatty_Acid",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property used to indicate a fatty acid that is not efficiently synthesized by humans and must be included in the diet.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CRCH"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P358",
- "name": "Nutrient",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is A Nutrient",
- "type": "Display_Name"
- },
- {
- "name": "Nutrient",
- "type": "FULL_SYN"
- },
- {
- "name": "Nutrient",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property indicating that a food component must be taken into the body preformed and in sufficient quantity to meet the body's needs for growth, reproduction and/or maintenance of health.",
- "type": "ALT_DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CRCH"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P359",
- "name": "Micronutrient",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is A Micronutrient",
- "type": "Display_Name"
- },
- {
- "name": "Micronutrient",
- "type": "FULL_SYN"
- },
- {
- "name": "Micronutrient",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property indicating a class of food components required for proper health and that are typically consumed in microgram or milligram amounts.",
- "type": "ALT_DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CRCH"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "Unit",
- "value": "mg"
- }
- ]
- },
- {
- "code": "P360",
- "name": "Macronutrient",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Macronutrient",
- "type": "Display_Name"
- },
- {
- "name": "Macronutrient",
- "type": "FULL_SYN"
- },
- {
- "name": "Macronutrient",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property indicating a class of food components that contribute energy to the diet and that are typically consumed in multi-gram amounts.",
- "type": "ALT_DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CRCH"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "Unit",
- "value": "g"
- }
- ]
- },
- {
- "code": "P361",
- "name": "Extensible_List",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Extensible_List",
- "type": "FULL_SYN"
- },
- {
- "name": "List Extensible",
- "type": "FULL_SYN"
- },
- {
- "name": "Extensible_List",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the ability to extend the set of values in a particular list.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P362",
- "name": "miRBase_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "miRBase_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "miRBase_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the accession number for an miRNA within the Sanger miRBase database.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P363",
- "name": "Neoplastic_Status",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Neoplastic Status",
- "type": "Display_Name"
- },
- {
- "name": "Neoplastic_Status",
- "type": "FULL_SYN"
- },
- {
- "name": "Neoplastic_Status",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the morphologic, clinical, and genetic profile of a neoplastic growth that defines it as benign, malignant, or of uncertain cancerous potential.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "FDA"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P364",
- "name": "OLD_ASSOCIATION",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "OLD_ASSOCIATION",
- "type": "FULL_SYN"
- },
- {
- "name": "OLD_ASSOCIATION",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property used to store the name and value of associations present at the time a concept was retired.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P366",
- "name": "Legacy Concept Name",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Legacy Concept Name",
- "type": "FULL_SYN"
- },
- {
- "name": "Legacy_Concept_Name",
- "type": "FULL_SYN"
- },
- {
- "name": "Legacy Concept Name",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a retired unique concept identifier created and stored as Concept Name by legacy EVS software. Use of these values was long discouraged, but continued as late as 2009 when creation of new values ceased and Concept Name was retired. Legacy values are intended solely to help resolve and update earlier coding.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "readOnly",
- "value": "true"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P367",
- "name": "PID_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "PID_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "PID_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the NCI/Nature Pathway Interaction Database (PID) code for a pathway. It can be used by the NCIt Browser to link a pathway concept to the source pathway information.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P368",
- "name": "CHEBI_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "CHEBI_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "CHEBI_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing that a concept in the 'Drug, Food, Chemical or Biomedical Material' branch of the NCI thesaurus maps to a specific concept in the EBI Chemical Entities of Biological Interest (CHEBI) database.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P369",
- "name": "HGNC_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "HGNC_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "HUGO_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "HGNC_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing that a concept in the 'Gene' branch of the NCI thesaurus maps to a HUGO Gene Nomenclature Committee (HGNC) certified gene.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P371",
- "name": "NICHD_Hierarchy_Term",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "NICHD_Hierarchy_Term",
- "type": "FULL_SYN"
- },
- {
- "name": "NICHD_Hierarchy_Term",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a term chosen by NICHD to be used in the representation of the NICHD hierarchy.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "NICHD"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P372",
- "name": "Publish_Value_Set",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Publish_Value_Set",
- "type": "FULL_SYN"
- },
- {
- "name": "Publish_Value_Set",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing whether a value set is ready for publication in the browser.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P374",
- "name": "Value_Set_Location",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Value_Set_Location",
- "type": "FULL_SYN"
- },
- {
- "name": "Value_Set_Location",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the location of the subset report on the ftp site, along with its rules for display.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as Value_Set_Location"
- }
- ]
- },
- {
- "code": "P375",
- "name": "Maps_To",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Maps_To",
- "type": "FULL_SYN"
- },
- {
- "name": "Maps_To",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing that a term in another terminology has been mapped to a term in NCIt and describes the relationship between the mapped terms.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P376",
- "name": "Term_Browser_Value_Set_Description",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Term_Browser_Value_Set_Description",
- "type": "FULL_SYN"
- },
- {
- "name": "Term_Browser_Value_Set_Description",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property used to house the text on the introductory page on the NCI Term Browser for the Value Set named by a concept when that text differs from the DEFINITION for that concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P398",
- "name": "Value_Set_Pair",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Value_Set_Pair",
- "type": "FULL_SYN"
- },
- {
- "name": "Value_Set_Pair",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property that indicates whether or not a value set is part of a paired set of codelists for publication processing purposes.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CDISC"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P399",
- "name": "NCI_Drug_Dictionary_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "NCI_Drug_Dictionary_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "NCI_Drug_Dictionary_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the numerical CDR ID, which is the NCI Drug Dictionary identifier for a chemical or pharmaceutical agent.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P400",
- "name": "ClinVar_Variation_ID",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "ClinVar_Variation_ID",
- "type": "FULL_SYN"
- },
- {
- "name": "ClinVar_Variation_ID",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the numerical Variation ID assigned to a molecular abnormality entry by ClinVar.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P90",
- "name": "FULL_SYN",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Term & Source Data",
- "type": "Display_Name"
- },
- {
- "name": "FULL_SYN",
- "type": "FULL_SYN"
- },
- {
- "name": "Synonym with Source Data",
- "type": "FULL_SYN"
- },
- {
- "name": "FULL_SYN",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a fully qualified synonym, contains the string, term type, source, and an optional source code if appropriate. Each subfield is deliniated to facilitate interpretation by software.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a synonym"
- }
- ]
- },
- {
- "code": "P92",
- "name": "Subsource",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Subsource",
- "type": "Display_Name"
- },
- {
- "name": "Subsource",
- "type": "FULL_SYN"
- },
- {
- "name": "Subsource",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property used by MMHCC to identify the source of various mouse disease concepts.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P93",
- "name": "Swiss_Prot",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Swiss Prot",
- "type": "Display_Name"
- },
- {
- "name": "Swiss_Prot",
- "type": "FULL_SYN"
- },
- {
- "name": "Swiss_Prot",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the accession number for a protein within the Swiss-Prot database.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P96",
- "name": "Gene_Encodes_Product",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Gene Encodes Product",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Encodes_Product",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Encodes_Product",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the protein or RNA product expressed by a gene.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "This represents the reciprocal relationship of the role Gene_Product_Encoded_by_Gene"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P97",
- "name": "DEFINITION",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Definition",
- "type": "Display_Name"
- },
- {
- "name": "DEFINITION",
- "type": "FULL_SYN"
- },
- {
- "name": "DEFINITION",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the English language definitions of what NCI means by the concept. They may also include information about the definition's source and attribution in a form that can easily be interpreted by software.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a definition"
- }
- ]
- },
- {
- "code": "P98",
- "name": "DesignNote",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "DesignNote",
- "type": "Display_Name"
- },
- {
- "name": "DesignNote",
- "type": "FULL_SYN"
- },
- {
- "name": "DesignNote",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing notations made by NCI vocabulary curators. They are intended to provide supplemental, unstructured information to the user or additional insight about the concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- }
-]
-
+[
+ {
+ "code": "oboInOwl:hasDbXref",
+ "name": "xRef",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "xRef",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a reference to an identical or very similar object in another database.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "NHC0",
+ "name": "code",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "code",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "code",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a concept unique identifier within the NCI Enterprise Vocabulary Service's NCI Thesaurus.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "readOnly",
+ "value": "true"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a concept code"
+ }
+ ]
+ },
+ {
+ "code": "P100",
+ "name": "OMIM_Number",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "OMIM Number",
+ "type": "Display_Name"
+ },
+ {
+ "name": "OMIM_Number",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "OMIM_Number",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the accession number for a Protein or Gene within the OMIM database.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P101",
+ "name": "Homologous_Gene",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Homologous Gene",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Homologous_Gene",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Homologous_Gene",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing genes from other organisms that are similar in sequence and provide insight to the gene's function.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P102",
+ "name": "GenBank_Accession_Number",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "GenBank Accession Number",
+ "type": "Display_Name"
+ },
+ {
+ "name": "GenBank_Accession_Number",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "GenBank_Accession_Number",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the accession number for a Gene within the GenBank database.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P106",
+ "name": "Semantic_Type",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Semantic Type",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Semantic_Type",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Semantic_Type",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property that represents a description of the sort of thing or category to which a concept belongs in the context of the UMLS semantic network.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "In general, applying semantic types aids in allowing users (or computer programs) to draw conclusions about concepts by virtue of the categories to which they have been assigned. We use a set of semantic types developed for the UMLS Metathesaurus. There are currently 134 semantic types in the UMLS."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P107",
+ "name": "Display_Name",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Display Name",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Display Name",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Display_Name",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Display_Name",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing an alternative Preferred Name for use in some NCI systems.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a synonym"
+ }
+ ]
+ },
+ {
+ "code": "P108",
+ "name": "Preferred_Name",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Preferred Name",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Preferred Name",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Preferred Term",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Preferred_Name",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Preferred_Name",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the word or phrase that NCI uses by preference to refer to the concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a preferred name"
+ }
+ ]
+ },
+ {
+ "code": "P167",
+ "name": "Image_Link",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Image Link",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Image_Link",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Image_Link",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a link to an image in an external database.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P171",
+ "name": "PubMedID_Primary_Reference",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "PubMedID Primary Reference",
+ "type": "Display_Name"
+ },
+ {
+ "name": "PubMedID_Primary_Reference",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "PubMedID_Primary_Reference",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property used to provide a primary reference for descriptions of an NCI Thesaurus concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P175",
+ "name": "NSC Number",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "NSC Number",
+ "type": "Display_Name"
+ },
+ {
+ "name": "NSC Number",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "NSC_Code",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "NSC_Number",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "NSC_Number_Property",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "NSC Number",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a numeric identifier for substances submitted to the National Cancer Institute (NCI) for testing and evaluation. It is named after the Cancer Chemotherapy National Service Center (CCNSC), created in 1955, which originally ran the testing program and assigned these numbers. The testing program and repository is now run by the NCI Developmental Therapeutics Program (DTP). Assignment of NSC numbers was never done in a way that would guarantee one and only one NSC number would be assigned to a particular substance.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P200",
+ "name": "OLD_PARENT",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "OLD PARENT",
+ "type": "Display_Name"
+ },
+ {
+ "name": "OLD_PARENT",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "OLD_PARENT",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property used to store the name of parent concepts present at the time a concept was retired.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P201",
+ "name": "OLD_CHILD",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "OLD CHILD",
+ "type": "Display_Name"
+ },
+ {
+ "name": "OLD_CHILD",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "OLD_CHILD",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property used to store the name of children concepts present at the time a concept was retired.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P203",
+ "name": "OLD_KIND",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "OLD KIND",
+ "type": "Display_Name"
+ },
+ {
+ "name": "OLD_KIND",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "OLD_KIND",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "Used to store the name of the concept's kind at the time a concept was retired.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P204",
+ "name": "OLD_ROLE",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "OLD ROLE",
+ "type": "Display_Name"
+ },
+ {
+ "name": "OLD_ROLE",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "OLD_ROLE",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property used to store the name and value of asserted roles present at the time a concept was retired.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P207",
+ "name": "UMLS_CUI",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "UMLS CUI",
+ "type": "Display_Name"
+ },
+ {
+ "name": "UMLS_CUI",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "UMLS_CUI",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the concept unique identifier (CUI) assigned by the National Library of Medicine (NLM). If a concept in any NCI-maintained knowledgebase exists in the NLM Unified Medical Language System (UMLS), NCI includes the NLM CUI among the information we provide about the concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P208",
+ "name": "NCI_META_CUI",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "NCI Metathesaurus CUI",
+ "type": "Display_Name"
+ },
+ {
+ "name": "NCI_META_CUI",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "NCI_META_CUI",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the concept unique identifier (CUI) for those concepts that appear in NCI Metathesaurus but not in the National Library of Medicine Unified Medical Language System (NLM UMLS).",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P210",
+ "name": "CAS_Registry",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "CAS Registry Number",
+ "type": "Display_Name"
+ },
+ {
+ "name": "CAS_Registry",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "CAS_Registry",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the Chemical Abstracts Service number for a Chemical or Drug.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P211",
+ "name": "GO_Annotation",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "GO Annotation",
+ "type": "Display_Name"
+ },
+ {
+ "name": "GO_Annotation",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "GO_Annotation",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property that contains information that can be used for cross-referencing to relevant entries in the Gene Ontology (GO) database including term name, code, and evidence code.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P215",
+ "name": "KEGG_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "KEGG ID",
+ "type": "Display_Name"
+ },
+ {
+ "name": "KEGG_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "KEGG_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the KEGG ID code for a pathway. It can be used to link a KEGG pathway reference to the primary pathway information.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P216",
+ "name": "BioCarta_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "BioCarta ID",
+ "type": "Display_Name"
+ },
+ {
+ "name": "BioCarta_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "BioCarta_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the BioCarta ID code for a pathway. It can be used to link a BioCarta pathway reference to the primary pathway information.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P302",
+ "name": "Accepted_Therapeutic_Use_For",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Accepted Therapeutic Use For",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Accepted_Therapeutic_Use_For",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Accepted_Therapeutic_Use_For",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a disease or condition for which this drug is an accepted treatment. Used in the Drug, Food, Chemical or Biomedical Material branch.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P310",
+ "name": "Concept_Status",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Concept Status",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Concept_Status",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Concept_Status",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property used to indicate the standing of a concept in relation to currently accepted classifications and concepts. In NCI Thesaurus concept status subtype indicates concepts with unusual and problematic characteristics that should be evaluated by people and/or programs before those concept are used.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P315",
+ "name": "SNP_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "SNP ID",
+ "type": "Display_Name"
+ },
+ {
+ "name": "SNP_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "SNP_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the dbSNP id number for the genetic polymorphism due to base substitutions.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P316",
+ "name": "Relative_Enzyme_Activity",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Relative Enzyme Activity",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Relative_Enzyme_Activity",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Relative_Enzyme_Activity",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing drug efficacy of the allelic product.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P317",
+ "name": "FDA_Table",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "FDA Table",
+ "type": "Display_Name"
+ },
+ {
+ "name": "FDA_Table",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "FDA_Table",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property used to flag terms that are part of an FDA data standard manual, including Route of Administration, Dosage Form, Package Type and Potency.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P319",
+ "name": "FDA_UNII_Code",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "FDA UNII Code",
+ "type": "Display_Name"
+ },
+ {
+ "name": "FDA_UNII_Code",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "FDA_UNII_Code",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the FDA Unique Ingredient Identifier, a key component of the federal drug information model.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P320",
+ "name": "OID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "OID",
+ "type": "Display_Name"
+ },
+ {
+ "name": "OID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "OID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a globally unique identifier standardized by the International Organization for Standardization (ISO) for naming computational objects consistently and unambiguously. Object identifiers (OID) are assigned by a regulatory association. The NCI Thesaurus OID was asssigned by and is registered with the HL7 OID Registry and is the following string: 2.16.840.1.113883.3.26.1.1.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P321",
+ "name": "EntrezGene_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "EntrezGene ID",
+ "type": "Display_Name"
+ },
+ {
+ "name": "EntrezGene_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "GeneID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Locus_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "EntrezGene_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the accession number for a Gene within the Entrez Gene database.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "This property has replaced Locus_ID."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P322",
+ "name": "Contributing_Source",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Contributing Source",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Contributing_Source",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Contributing_Source",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property is used to indicate when a non-EVS entity has contributed to, and has a stake in, a concept. This is used where such entities, within or outside NCI, have indicated the need to be able to track their own concepts. A single concept can have multiple instances of this property if multiple entities have such a defined stake.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P325",
+ "name": "ALT_DEFINITION",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "[source] Definition",
+ "type": "Display_Name"
+ },
+ {
+ "name": "ALT_DEFINITION",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "ALT_DEFINITION",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the English language definition of a concept from a source other than NCI.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a definition"
+ }
+ ]
+ },
+ {
+ "code": "P329",
+ "name": "PDQ_Open_Trial_Search_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "PDQ Open Trial Search ID",
+ "type": "Display_Name"
+ },
+ {
+ "name": "PDQ_Open_Trial_Search_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "PDQ_Open_Trial_Search_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the identifier used by NCI's Cancer.gov Web site to retrieve PDQ Clinical Trials data for open trials involving specific clinical trials agents. While the identifier is the same for both open and closed trials two properties are used to support requirements of the current browser interface, as well as the possibility of providing values where only open trials will be retrieved.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P330",
+ "name": "PDQ_Closed_Trial_Search_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "PDQ Closed Trial Search ID",
+ "type": "Display_Name"
+ },
+ {
+ "name": "PDQ_Closed_Trial_Search_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "PDQ_Closed_Trial_Search_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the identifier used by NCI's Cancer.gov web site to retrieve PDQ Clinical Trials data for closed trials that involved specific clinical trials agents. While the identifier is the same for both open and closed trials two properties are used to support requirements of the current browser interface, as well as the possibility of providing values where only closed trials will be retrieved.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P331",
+ "name": "NCBI_Taxon_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "NCBI Taxon ID",
+ "type": "Display_Name"
+ },
+ {
+ "name": "NCBI_Taxon_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "NCBI_Taxon_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property that is used to establish correspondence between the NCI Thesaurus concept representing a taxon (species) and the NCBI/NLM Species Taxonomy ID assigned by the NCBI to that taxon.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P332",
+ "name": "MGI_Accession_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "MGI Accession ID",
+ "type": "Display_Name"
+ },
+ {
+ "name": "MGI_Accession_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "MGI_Accession_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the identifier used by Jackson Laboratories Mouse Genome Informatics group to label inbred mouse strains maintained by Jackson Laboratory and other things such as mouse genes and alleles.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P333",
+ "name": "Use_For",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Use For",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Use_For",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Use_For",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a term that had been used in a coding system and then subsumed by the given NCIt concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P334",
+ "name": "ICD-O-3_Code",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "ICD-O-3 Code",
+ "type": "Display_Name"
+ },
+ {
+ "name": "ICD-O-3_Code",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "ICD-O-3_Code",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the matching ICD-O-3 code for the NCI Thesaurus concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P350",
+ "name": "Chemical_Formula",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Chemical Formula",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Chemical Formula",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Chemical_Formula",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Chemical_Formula",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a concise expression about the atoms that constitute a particular chemical compound.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Contributing_Source",
+ "value": "CRCH"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P351",
+ "name": "US_Recommended_Intake",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "US FNB Recommends Intake",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Recommended Intake",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Required_Intake",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "US_Recommended_Intake",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "US_Recommended_Intake",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property indicating that the Food and Nutrition Board of the National Academy of Science has established an average daily intake for this nutrient that is sufficient to meet the nutritional requirements of most individuals in the general U.S. population.",
+ "type": "ALT_DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Contributing_Source",
+ "value": "CRCH"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P352",
+ "name": "Tolerable_Level",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Tolerable Level",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Tolerable Level",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Tolerable_Level",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Tolerable_Level",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property indicating that the Food and Nutrition Board of the National Academy of Science has established a highest level of daily intake for this food component that is likely to pose no risk of adverse health effects for almost all individuals in the general U.S. population.",
+ "type": "ALT_DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Contributing_Source",
+ "value": "CRCH"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P353",
+ "name": "INFOODS",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "INFOODS Tag Name",
+ "type": "Display_Name"
+ },
+ {
+ "name": "INFOODS",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "INFOODS",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing uppercase abbreviations assigned by the International Network of Food Data Systems.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Contributing_Source",
+ "value": "CRCH"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P354",
+ "name": "USDA_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "USDA ID",
+ "type": "Display_Name"
+ },
+ {
+ "name": "USDA ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "USDA_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "USDA_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a numeric ID assignment by United States Department of Agriculture.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Contributing_Source",
+ "value": "CRCH"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P355",
+ "name": "Unit",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Unit Used",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Unit",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Unit",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the unit of measure in which a nutrient or food component is typically expressed, ex., gram (g), minigram (mg), microgram (mcg), joule, or kilojoule.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Contributing_Source",
+ "value": "CRCH"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P356",
+ "name": "Essential_Amino_Acid",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is An Essential Amino Acid",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Essential_Amino_Acid",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Essential_Amino_Acid",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property used to indicate that an amino acid is essential and must be included in the diet.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P357",
+ "name": "Essential_Fatty_Acid",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is An Essential Fatty Acid",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Essential Fatty Acid",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Essential_Fatty_Acid",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Essential_Fatty_Acid",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property used to indicate a fatty acid that is not efficiently synthesized by humans and must be included in the diet.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Contributing_Source",
+ "value": "CRCH"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P358",
+ "name": "Nutrient",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is A Nutrient",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Nutrient",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Nutrient",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property indicating that a food component must be taken into the body preformed and in sufficient quantity to meet the body's needs for growth, reproduction and/or maintenance of health.",
+ "type": "ALT_DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Contributing_Source",
+ "value": "CRCH"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P359",
+ "name": "Micronutrient",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is A Micronutrient",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Micronutrient",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Micronutrient",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property indicating a class of food components required for proper health and that are typically consumed in microgram or milligram amounts.",
+ "type": "ALT_DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Contributing_Source",
+ "value": "CRCH"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "Unit",
+ "value": "mg"
+ }
+ ]
+ },
+ {
+ "code": "P360",
+ "name": "Macronutrient",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Macronutrient",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Macronutrient",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Macronutrient",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property indicating a class of food components that contribute energy to the diet and that are typically consumed in multi-gram amounts.",
+ "type": "ALT_DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Contributing_Source",
+ "value": "CRCH"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "Unit",
+ "value": "g"
+ }
+ ]
+ },
+ {
+ "code": "P361",
+ "name": "Extensible_List",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Extensible_List",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "List Extensible",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Extensible_List",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the ability to extend the set of values in a particular list.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P362",
+ "name": "miRBase_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "miRBase_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "miRBase_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the accession number for an miRNA within the Sanger miRBase database.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P363",
+ "name": "Neoplastic_Status",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Neoplastic Status",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Neoplastic_Status",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Neoplastic_Status",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the morphologic, clinical, and genetic profile of a neoplastic growth that defines it as benign, malignant, or of uncertain cancerous potential.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Contributing_Source",
+ "value": "FDA"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P364",
+ "name": "OLD_ASSOCIATION",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "OLD_ASSOCIATION",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "OLD_ASSOCIATION",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property used to store the name and value of associations present at the time a concept was retired.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P366",
+ "name": "Legacy Concept Name",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Legacy Concept Name",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Legacy_Concept_Name",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Legacy Concept Name",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a retired unique concept identifier created and stored as Concept Name by legacy EVS software. Use of these values was long discouraged, but continued as late as 2009 when creation of new values ceased and Concept Name was retired. Legacy values are intended solely to help resolve and update earlier coding.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "readOnly",
+ "value": "true"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P367",
+ "name": "PID_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "PID_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "PID_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the NCI/Nature Pathway Interaction Database (PID) code for a pathway. It can be used by the NCIt Browser to link a pathway concept to the source pathway information.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P368",
+ "name": "CHEBI_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "CHEBI_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "CHEBI_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing that a concept in the 'Drug, Food, Chemical or Biomedical Material' branch of the NCI thesaurus maps to a specific concept in the EBI Chemical Entities of Biological Interest (CHEBI) database.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P369",
+ "name": "HGNC_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "HGNC_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "HUGO_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "HGNC_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing that a concept in the 'Gene' branch of the NCI thesaurus maps to a HUGO Gene Nomenclature Committee (HGNC) certified gene.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P371",
+ "name": "NICHD_Hierarchy_Term",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "NICHD_Hierarchy_Term",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "NICHD_Hierarchy_Term",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a term chosen by NICHD to be used in the representation of the NICHD hierarchy.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Contributing_Source",
+ "value": "NICHD"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P372",
+ "name": "Publish_Value_Set",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Publish_Value_Set",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Publish_Value_Set",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing whether a value set is ready for publication in the browser.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P374",
+ "name": "Value_Set_Location",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Value_Set_Location",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Value_Set_Location",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the location of the subset report on the ftp site, along with its rules for display.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as Value_Set_Location"
+ }
+ ]
+ },
+ {
+ "code": "P375",
+ "name": "Maps_To",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Maps_To",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Maps_To",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing that a term in another terminology has been mapped to a term in NCIt and describes the relationship between the mapped terms.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P376",
+ "name": "Term_Browser_Value_Set_Description",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Term_Browser_Value_Set_Description",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Term_Browser_Value_Set_Description",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property used to house the text on the introductory page on the NCI Term Browser for the Value Set named by a concept when that text differs from the DEFINITION for that concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P398",
+ "name": "Value_Set_Pair",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Value_Set_Pair",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Value_Set_Pair",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property that indicates whether or not a value set is part of a paired set of codelists for publication processing purposes.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Contributing_Source",
+ "value": "CDISC"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P399",
+ "name": "NCI_Drug_Dictionary_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "NCI_Drug_Dictionary_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "NCI_Drug_Dictionary_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the numerical CDR ID, which is the NCI Drug Dictionary identifier for a chemical or pharmaceutical agent.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P400",
+ "name": "ClinVar_Variation_ID",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "ClinVar_Variation_ID",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "ClinVar_Variation_ID",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the numerical Variation ID assigned to a molecular abnormality entry by ClinVar.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P90",
+ "name": "FULL_SYN",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Term & Source Data",
+ "type": "Display_Name"
+ },
+ {
+ "name": "FULL_SYN",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Synonym with Source Data",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "FULL_SYN",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a fully qualified synonym, contains the string, term type, source, and an optional source code if appropriate. Each subfield is deliniated to facilitate interpretation by software.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a synonym"
+ }
+ ]
+ },
+ {
+ "code": "P92",
+ "name": "Subsource",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Subsource",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Subsource",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Subsource",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property used by MMHCC to identify the source of various mouse disease concepts.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P93",
+ "name": "Swiss_Prot",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Swiss Prot",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Swiss_Prot",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Swiss_Prot",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the accession number for a protein within the Swiss-Prot database.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P96",
+ "name": "Gene_Encodes_Product",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Gene Encodes Product",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Encodes_Product",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Encodes_Product",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the protein or RNA product expressed by a gene.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "This represents the reciprocal relationship of the role Gene_Product_Encoded_by_Gene"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P97",
+ "name": "DEFINITION",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Definition",
+ "type": "Display_Name"
+ },
+ {
+ "name": "DEFINITION",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "DEFINITION",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the English language definitions of what NCI means by the concept. They may also include information about the definition's source and attribution in a form that can easily be interpreted by software.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a definition"
+ }
+ ]
+ },
+ {
+ "code": "P98",
+ "name": "DesignNote",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "DesignNote",
+ "type": "Display_Name"
+ },
+ {
+ "name": "DesignNote",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "DesignNote",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing notations made by NCI vocabulary curators. They are intended to provide supplemental, unstructured information to the user or additional insight about the concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ }
+]
+
diff --git a/curl-examples/samples/get-properties.txt b/curl-examples/samples/get-properties.txt
index ab182fa0..d1bd388d 100644
--- a/curl-examples/samples/get-properties.txt
+++ b/curl-examples/samples/get-properties.txt
@@ -1,423 +1,423 @@
-[
- {
- "code": "oboInOwl:hasDbXref",
- "name": "xRef",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "NHC0",
- "name": "code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P100",
- "name": "OMIM_Number",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P101",
- "name": "Homologous_Gene",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P102",
- "name": "GenBank_Accession_Number",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P106",
- "name": "Semantic_Type",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P107",
- "name": "Display_Name",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P108",
- "name": "Preferred_Name",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P167",
- "name": "Image_Link",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P171",
- "name": "PubMedID_Primary_Reference",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P175",
- "name": "NSC Number",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P200",
- "name": "OLD_PARENT",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P201",
- "name": "OLD_CHILD",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P203",
- "name": "OLD_KIND",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P204",
- "name": "OLD_ROLE",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P207",
- "name": "UMLS_CUI",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P208",
- "name": "NCI_META_CUI",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P210",
- "name": "CAS_Registry",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P211",
- "name": "GO_Annotation",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P215",
- "name": "KEGG_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P216",
- "name": "BioCarta_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P302",
- "name": "Accepted_Therapeutic_Use_For",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P310",
- "name": "Concept_Status",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P315",
- "name": "SNP_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P316",
- "name": "Relative_Enzyme_Activity",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P317",
- "name": "FDA_Table",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P319",
- "name": "FDA_UNII_Code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P320",
- "name": "OID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P321",
- "name": "EntrezGene_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P322",
- "name": "Contributing_Source",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P325",
- "name": "ALT_DEFINITION",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P329",
- "name": "PDQ_Open_Trial_Search_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P330",
- "name": "PDQ_Closed_Trial_Search_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P331",
- "name": "NCBI_Taxon_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P332",
- "name": "MGI_Accession_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P333",
- "name": "Use_For",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P334",
- "name": "ICD-O-3_Code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P350",
- "name": "Chemical_Formula",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P351",
- "name": "US_Recommended_Intake",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P352",
- "name": "Tolerable_Level",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P353",
- "name": "INFOODS",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P354",
- "name": "USDA_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P355",
- "name": "Unit",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P356",
- "name": "Essential_Amino_Acid",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P357",
- "name": "Essential_Fatty_Acid",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P358",
- "name": "Nutrient",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P359",
- "name": "Micronutrient",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P360",
- "name": "Macronutrient",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P361",
- "name": "Extensible_List",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P362",
- "name": "miRBase_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P363",
- "name": "Neoplastic_Status",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P364",
- "name": "OLD_ASSOCIATION",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P366",
- "name": "Legacy Concept Name",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P367",
- "name": "PID_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P368",
- "name": "CHEBI_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P369",
- "name": "HGNC_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P371",
- "name": "NICHD_Hierarchy_Term",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P372",
- "name": "Publish_Value_Set",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P374",
- "name": "Value_Set_Location",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P375",
- "name": "Maps_To",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P376",
- "name": "Term_Browser_Value_Set_Description",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P398",
- "name": "Value_Set_Pair",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P399",
- "name": "NCI_Drug_Dictionary_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P400",
- "name": "ClinVar_Variation_ID",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P90",
- "name": "FULL_SYN",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P92",
- "name": "Subsource",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P93",
- "name": "Swiss_Prot",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P96",
- "name": "Gene_Encodes_Product",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P97",
- "name": "DEFINITION",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P98",
- "name": "DesignNote",
- "terminology": "ncit",
- "version": "25.02d"
- }
-]
-
+[
+ {
+ "code": "oboInOwl:hasDbXref",
+ "name": "xRef",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "NHC0",
+ "name": "code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P100",
+ "name": "OMIM_Number",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P101",
+ "name": "Homologous_Gene",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P102",
+ "name": "GenBank_Accession_Number",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P106",
+ "name": "Semantic_Type",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P107",
+ "name": "Display_Name",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P108",
+ "name": "Preferred_Name",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P167",
+ "name": "Image_Link",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P171",
+ "name": "PubMedID_Primary_Reference",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P175",
+ "name": "NSC Number",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P200",
+ "name": "OLD_PARENT",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P201",
+ "name": "OLD_CHILD",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P203",
+ "name": "OLD_KIND",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P204",
+ "name": "OLD_ROLE",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P207",
+ "name": "UMLS_CUI",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P208",
+ "name": "NCI_META_CUI",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P210",
+ "name": "CAS_Registry",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P211",
+ "name": "GO_Annotation",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P215",
+ "name": "KEGG_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P216",
+ "name": "BioCarta_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P302",
+ "name": "Accepted_Therapeutic_Use_For",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P310",
+ "name": "Concept_Status",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P315",
+ "name": "SNP_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P316",
+ "name": "Relative_Enzyme_Activity",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P317",
+ "name": "FDA_Table",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P319",
+ "name": "FDA_UNII_Code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P320",
+ "name": "OID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P321",
+ "name": "EntrezGene_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P322",
+ "name": "Contributing_Source",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P325",
+ "name": "ALT_DEFINITION",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P329",
+ "name": "PDQ_Open_Trial_Search_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P330",
+ "name": "PDQ_Closed_Trial_Search_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P331",
+ "name": "NCBI_Taxon_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P332",
+ "name": "MGI_Accession_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P333",
+ "name": "Use_For",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P334",
+ "name": "ICD-O-3_Code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P350",
+ "name": "Chemical_Formula",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P351",
+ "name": "US_Recommended_Intake",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P352",
+ "name": "Tolerable_Level",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P353",
+ "name": "INFOODS",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P354",
+ "name": "USDA_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P355",
+ "name": "Unit",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P356",
+ "name": "Essential_Amino_Acid",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P357",
+ "name": "Essential_Fatty_Acid",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P358",
+ "name": "Nutrient",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P359",
+ "name": "Micronutrient",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P360",
+ "name": "Macronutrient",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P361",
+ "name": "Extensible_List",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P362",
+ "name": "miRBase_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P363",
+ "name": "Neoplastic_Status",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P364",
+ "name": "OLD_ASSOCIATION",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P366",
+ "name": "Legacy Concept Name",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P367",
+ "name": "PID_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P368",
+ "name": "CHEBI_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P369",
+ "name": "HGNC_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P371",
+ "name": "NICHD_Hierarchy_Term",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P372",
+ "name": "Publish_Value_Set",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P374",
+ "name": "Value_Set_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P375",
+ "name": "Maps_To",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P376",
+ "name": "Term_Browser_Value_Set_Description",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P398",
+ "name": "Value_Set_Pair",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P399",
+ "name": "NCI_Drug_Dictionary_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P400",
+ "name": "ClinVar_Variation_ID",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P90",
+ "name": "FULL_SYN",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P92",
+ "name": "Subsource",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P93",
+ "name": "Swiss_Prot",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P96",
+ "name": "Gene_Encodes_Product",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P97",
+ "name": "DEFINITION",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P98",
+ "name": "DesignNote",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+]
+
diff --git a/curl-examples/samples/get-property-with-code.txt b/curl-examples/samples/get-property-with-code.txt
index 10c33b51..2ed2b935 100644
--- a/curl-examples/samples/get-property-with-code.txt
+++ b/curl-examples/samples/get-property-with-code.txt
@@ -1,33 +1,33 @@
-{
- "code": "P302",
- "name": "Accepted_Therapeutic_Use_For",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Accepted Therapeutic Use For",
- "type": "Display_Name"
- },
- {
- "name": "Accepted_Therapeutic_Use_For",
- "type": "FULL_SYN"
- },
- {
- "name": "Accepted_Therapeutic_Use_For",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a disease or condition for which this drug is an accepted treatment. Used in the Drug, Food, Chemical or Biomedical Material branch.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
-}
-
+{
+ "code": "P302",
+ "name": "Accepted_Therapeutic_Use_For",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Accepted Therapeutic Use For",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Accepted_Therapeutic_Use_For",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Accepted_Therapeutic_Use_For",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a disease or condition for which this drug is an accepted treatment. Used in the Drug, Food, Chemical or Biomedical Material branch.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-property-with-name.txt b/curl-examples/samples/get-property-with-name.txt
index 10c33b51..2ed2b935 100644
--- a/curl-examples/samples/get-property-with-name.txt
+++ b/curl-examples/samples/get-property-with-name.txt
@@ -1,33 +1,33 @@
-{
- "code": "P302",
- "name": "Accepted_Therapeutic_Use_For",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Accepted Therapeutic Use For",
- "type": "Display_Name"
- },
- {
- "name": "Accepted_Therapeutic_Use_For",
- "type": "FULL_SYN"
- },
- {
- "name": "Accepted_Therapeutic_Use_For",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a disease or condition for which this drug is an accepted treatment. Used in the Drug, Food, Chemical or Biomedical Material branch.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
-}
-
+{
+ "code": "P302",
+ "name": "Accepted_Therapeutic_Use_For",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Accepted Therapeutic Use For",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Accepted_Therapeutic_Use_For",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Accepted_Therapeutic_Use_For",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a disease or condition for which this drug is an accepted treatment. Used in the Drug, Food, Chemical or Biomedical Material branch.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-qualifier-values-with-code.txt b/curl-examples/samples/get-qualifier-values-with-code.txt
index a85414eb..781dc699 100644
--- a/curl-examples/samples/get-qualifier-values-with-code.txt
+++ b/curl-examples/samples/get-qualifier-values-with-code.txt
@@ -1,4 +1,4 @@
-[
- "CGAP"
-]
-
+[
+ "CGAP"
+]
+
diff --git a/curl-examples/samples/get-qualifier-values-with-label.txt b/curl-examples/samples/get-qualifier-values-with-label.txt
index a85414eb..781dc699 100644
--- a/curl-examples/samples/get-qualifier-values-with-label.txt
+++ b/curl-examples/samples/get-qualifier-values-with-label.txt
@@ -1,4 +1,4 @@
-[
- "CGAP"
-]
-
+[
+ "CGAP"
+]
+
diff --git a/curl-examples/samples/get-qualifier-with-code.txt b/curl-examples/samples/get-qualifier-with-code.txt
index 6f5dd5e3..8f36c7d3 100644
--- a/curl-examples/samples/get-qualifier-with-code.txt
+++ b/curl-examples/samples/get-qualifier-with-code.txt
@@ -1,25 +1,25 @@
-{
- "code": "P387",
- "name": "go-id",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "go-id",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a unique zero-padded seven digit identifier supplied by the Gene Ontology (GO) that has no inherent meaning or relation to the position of the term in GO and is prefixed by \"GO:\".",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "required",
- "value": "true"
- }
- ]
-}
-
+{
+ "code": "P387",
+ "name": "go-id",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "go-id",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a unique zero-padded seven digit identifier supplied by the Gene Ontology (GO) that has no inherent meaning or relation to the position of the term in GO and is prefixed by \"GO:\".",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "required",
+ "value": "true"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-qualifier-with-label.txt b/curl-examples/samples/get-qualifier-with-label.txt
index 6f5dd5e3..8f36c7d3 100644
--- a/curl-examples/samples/get-qualifier-with-label.txt
+++ b/curl-examples/samples/get-qualifier-with-label.txt
@@ -1,25 +1,25 @@
-{
- "code": "P387",
- "name": "go-id",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "go-id",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a unique zero-padded seven digit identifier supplied by the Gene Ontology (GO) that has no inherent meaning or relation to the position of the term in GO and is prefixed by \"GO:\".",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "required",
- "value": "true"
- }
- ]
-}
-
+{
+ "code": "P387",
+ "name": "go-id",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "go-id",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a unique zero-padded seven digit identifier supplied by the Gene Ontology (GO) that has no inherent meaning or relation to the position of the term in GO and is prefixed by \"GO:\".",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "required",
+ "value": "true"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-qualifiers-with-code-list.txt b/curl-examples/samples/get-qualifiers-with-code-list.txt
index 11e0511c..7481158a 100644
--- a/curl-examples/samples/get-qualifiers-with-code-list.txt
+++ b/curl-examples/samples/get-qualifiers-with-code-list.txt
@@ -1,55 +1,55 @@
-[
- {
- "code": "P381",
- "name": "attribution",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "attribution",
- "type": "FULL_SYN"
- },
- {
- "name": "attribution",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property indicating that some of the information in a DEFINITION or ALT_DEFINITION was derived from a source other than the def-source.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P387",
- "name": "go-id",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "go-id",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a unique zero-padded seven digit identifier supplied by the Gene Ontology (GO) that has no inherent meaning or relation to the position of the term in GO and is prefixed by \"GO:\".",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "required",
- "value": "true"
- }
- ]
- }
-]
-
+[
+ {
+ "code": "P381",
+ "name": "attribution",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "attribution",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "attribution",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property indicating that some of the information in a DEFINITION or ALT_DEFINITION was derived from a source other than the def-source.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P387",
+ "name": "go-id",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "go-id",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a unique zero-padded seven digit identifier supplied by the Gene Ontology (GO) that has no inherent meaning or relation to the position of the term in GO and is prefixed by \"GO:\".",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "required",
+ "value": "true"
+ }
+ ]
+ }
+]
+
diff --git a/curl-examples/samples/get-qualifiers-with-label-list.txt b/curl-examples/samples/get-qualifiers-with-label-list.txt
index 5e2f44d6..7dd43875 100644
--- a/curl-examples/samples/get-qualifiers-with-label-list.txt
+++ b/curl-examples/samples/get-qualifiers-with-label-list.txt
@@ -1,2 +1,2 @@
-[]
-
+[]
+
diff --git a/curl-examples/samples/get-qualifiers-with-summary.txt b/curl-examples/samples/get-qualifiers-with-summary.txt
index c05f7edf..44b6c8b6 100644
--- a/curl-examples/samples/get-qualifiers-with-summary.txt
+++ b/curl-examples/samples/get-qualifiers-with-summary.txt
@@ -1,523 +1,523 @@
-[
- {
- "code": "P383",
- "name": "term-group",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "term-group",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a two or three character abbreviation that indicates the nature of each FULL_SYN term associated with a concept. (e.g., PT=Preferred Term; SY=Synonym)",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "required",
- "value": "true"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a synonym term type"
- }
- ]
- },
- {
- "code": "P384",
- "name": "term-source",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "term-source",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the organization that is the supplier or owner of each FULL_SYN term.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Definition Source",
- "value": "NCI"
- },
- {
- "type": "required",
- "value": "true"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a synonym source"
- }
- ]
- },
- {
- "code": "P378",
- "name": "Definition Source",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Definition Source",
- "type": "FULL_SYN"
- },
- {
- "name": "Definition Source",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the organization that is the supplier or owner of each DEFINITION or ALT_DEFINITION associated with a concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "required",
- "value": "true"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a definition source"
- }
- ]
- },
- {
- "code": "P381",
- "name": "attribution",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "attribution",
- "type": "FULL_SYN"
- },
- {
- "name": "attribution",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property indicating that some of the information in a DEFINITION or ALT_DEFINITION was derived from a source other than the def-source.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "P385",
- "name": "Source Code",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Source Code",
- "type": "FULL_SYN"
- },
- {
- "name": "source-code",
- "type": "FULL_SYN"
- },
- {
- "name": "Source Code",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing an identifier associated with a FULL_SYN term that is supplied by the term-source.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a synonym code"
- }
- ]
- },
- {
- "code": "P386",
- "name": "Subsource Name",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Subsource Name",
- "type": "FULL_SYN"
- },
- {
- "name": "subsource-name",
- "type": "FULL_SYN"
- },
- {
- "name": "Subsource Name",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property indicating that a subgroup within the term-source is the supplier or owner of a FULL_SYN term.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a synonym subsource"
- }
- ]
- },
- {
- "code": "P393",
- "name": "Relationship_to_Target",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Relationship_to_Target",
- "type": "FULL_SYN"
- },
- {
- "name": "Relationship_to_Target",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the relationship of the NCI Thesaurus (NCIt) concept to the term from the outside source. There are four possibilities: 1) Has Synonym: the two terms are synonymous; 2) Broader Than: the NCIt concept is broader than the mapped (target) term; 3) Narrower Than: the NCIt concept is narrower than the mapped (target) term; 4) Related To: the NCIt concept is somehow related to the mapped (target) term.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "required",
- "value": "true"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a relationship to target"
- }
- ]
- },
- {
- "code": "P394",
- "name": "Target_Term_Type",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Target_Term_Type",
- "type": "FULL_SYN"
- },
- {
- "name": "Target_Term_Type",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the term type designation in the mapped (target) database.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "required",
- "value": "true"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a map target term type"
- }
- ]
- },
- {
- "code": "P395",
- "name": "Target_Code",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Target_Code",
- "type": "FULL_SYN"
- },
- {
- "name": "Target_Code",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the code assigned to the target term in the mapped (target) database. Some databases may not have codes.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Definition Source",
- "value": "NCI"
- },
- {
- "type": "required",
- "value": "true"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a map target"
- }
- ]
- },
- {
- "code": "P396",
- "name": "Target_Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Target_Terminology",
- "type": "FULL_SYN"
- },
- {
- "name": "Target_Terminology",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the name of the terminology to which the NCI Thesaurus term is being mapped.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "required",
- "value": "true"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a map target terminology"
- }
- ]
- },
- {
- "code": "P397",
- "name": "Target_Terminology_Version",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Target_Terminology_Version",
- "type": "FULL_SYN"
- },
- {
- "name": "Target_Terminology_Version",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the version of the terminology to which the NCI Thesaurus term is being mapped.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- },
- {
- "type": "remodeled",
- "value": "true"
- },
- {
- "type": "remodeledDescription",
- "value": "Remodeled as a map target terminology version"
- }
- ]
- },
- {
- "code": "P387",
- "name": "go-id",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "go-id",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a unique zero-padded seven digit identifier supplied by the Gene Ontology (GO) that has no inherent meaning or relation to the position of the term in GO and is prefixed by \"GO:\".",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "required",
- "value": "true"
- }
- ]
- },
- {
- "code": "P389",
- "name": "go-evi",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "go-evi",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing a three letter code that indicates the type of supporting evidence for each GO_Annotation associated with a concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "required",
- "value": "true"
- }
- ]
- },
- {
- "code": "P390",
- "name": "go-source",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "go-source",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the organization that is the supplier or owner of each GO_Annotation associated with a concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "required",
- "value": "true"
- }
- ]
- },
- {
- "code": "P391",
- "name": "source-date",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "source-date",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A property representing the date each GO_Annotation was added to a concept.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "required",
- "value": "true"
- }
- ]
- }
-]
-
+[
+ {
+ "code": "P383",
+ "name": "term-group",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "term-group",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a two or three character abbreviation that indicates the nature of each FULL_SYN term associated with a concept. (e.g., PT=Preferred Term; SY=Synonym)",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "required",
+ "value": "true"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a synonym term type"
+ }
+ ]
+ },
+ {
+ "code": "P384",
+ "name": "term-source",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "term-source",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the organization that is the supplier or owner of each FULL_SYN term.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Definition Source",
+ "value": "NCI"
+ },
+ {
+ "type": "required",
+ "value": "true"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a synonym source"
+ }
+ ]
+ },
+ {
+ "code": "P385",
+ "name": "Source Code",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Source Code",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "source-code",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Source Code",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing an identifier associated with a FULL_SYN term that is supplied by the term-source.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a synonym code"
+ }
+ ]
+ },
+ {
+ "code": "P386",
+ "name": "Subsource Name",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Subsource Name",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "subsource-name",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Subsource Name",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property indicating that a subgroup within the term-source is the supplier or owner of a FULL_SYN term.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a synonym subsource"
+ }
+ ]
+ },
+ {
+ "code": "P378",
+ "name": "Definition Source",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Definition Source",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Definition Source",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the organization that is the supplier or owner of each DEFINITION or ALT_DEFINITION associated with a concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "required",
+ "value": "true"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a definition source"
+ }
+ ]
+ },
+ {
+ "code": "P381",
+ "name": "attribution",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "attribution",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "attribution",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property indicating that some of the information in a DEFINITION or ALT_DEFINITION was derived from a source other than the def-source.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "P387",
+ "name": "go-id",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "go-id",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a unique zero-padded seven digit identifier supplied by the Gene Ontology (GO) that has no inherent meaning or relation to the position of the term in GO and is prefixed by \"GO:\".",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "required",
+ "value": "true"
+ }
+ ]
+ },
+ {
+ "code": "P389",
+ "name": "go-evi",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "go-evi",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing a three letter code that indicates the type of supporting evidence for each GO_Annotation associated with a concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "required",
+ "value": "true"
+ }
+ ]
+ },
+ {
+ "code": "P390",
+ "name": "go-source",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "go-source",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the organization that is the supplier or owner of each GO_Annotation associated with a concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "required",
+ "value": "true"
+ }
+ ]
+ },
+ {
+ "code": "P391",
+ "name": "source-date",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "source-date",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the date each GO_Annotation was added to a concept.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "required",
+ "value": "true"
+ }
+ ]
+ },
+ {
+ "code": "P393",
+ "name": "Relationship_to_Target",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Relationship_to_Target",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Relationship_to_Target",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the relationship of the NCI Thesaurus (NCIt) concept to the term from the outside source. There are four possibilities: 1) Has Synonym: the two terms are synonymous; 2) Broader Than: the NCIt concept is broader than the mapped (target) term; 3) Narrower Than: the NCIt concept is narrower than the mapped (target) term; 4) Related To: the NCIt concept is somehow related to the mapped (target) term.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "required",
+ "value": "true"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a relationship to target"
+ }
+ ]
+ },
+ {
+ "code": "P394",
+ "name": "Target_Term_Type",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Target_Term_Type",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Target_Term_Type",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the term type designation in the mapped (target) database.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "required",
+ "value": "true"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a map target term type"
+ }
+ ]
+ },
+ {
+ "code": "P395",
+ "name": "Target_Code",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Target_Code",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Target_Code",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the code assigned to the target term in the mapped (target) database. Some databases may not have codes.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Definition Source",
+ "value": "NCI"
+ },
+ {
+ "type": "required",
+ "value": "true"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a map target"
+ }
+ ]
+ },
+ {
+ "code": "P396",
+ "name": "Target_Terminology",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Target_Terminology",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Target_Terminology",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the name of the terminology to which the NCI Thesaurus term is being mapped.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "required",
+ "value": "true"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a map target terminology"
+ }
+ ]
+ },
+ {
+ "code": "P397",
+ "name": "Target_Terminology_Version",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Target_Terminology_Version",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Target_Terminology_Version",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A property representing the version of the terminology to which the NCI Thesaurus term is being mapped.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ },
+ {
+ "type": "remodeled",
+ "value": "true"
+ },
+ {
+ "type": "remodeledDescription",
+ "value": "Remodeled as a map target terminology version"
+ }
+ ]
+ }
+]
+
diff --git a/curl-examples/samples/get-qualifiers.txt b/curl-examples/samples/get-qualifiers.txt
index d5632f8d..fb0a08eb 100644
--- a/curl-examples/samples/get-qualifiers.txt
+++ b/curl-examples/samples/get-qualifiers.txt
@@ -1,93 +1,93 @@
-[
- {
- "code": "P383",
- "name": "term-group",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P384",
- "name": "term-source",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P378",
- "name": "Definition Source",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P381",
- "name": "attribution",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P385",
- "name": "Source Code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P386",
- "name": "Subsource Name",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P393",
- "name": "Relationship_to_Target",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P394",
- "name": "Target_Term_Type",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P395",
- "name": "Target_Code",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P396",
- "name": "Target_Terminology",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P397",
- "name": "Target_Terminology_Version",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P387",
- "name": "go-id",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P389",
- "name": "go-evi",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P390",
- "name": "go-source",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "P391",
- "name": "source-date",
- "terminology": "ncit",
- "version": "25.02d"
- }
-]
-
+[
+ {
+ "code": "P383",
+ "name": "term-group",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P384",
+ "name": "term-source",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P385",
+ "name": "Source Code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P386",
+ "name": "Subsource Name",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P378",
+ "name": "Definition Source",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P381",
+ "name": "attribution",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P387",
+ "name": "go-id",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P389",
+ "name": "go-evi",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P390",
+ "name": "go-source",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P391",
+ "name": "source-date",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P393",
+ "name": "Relationship_to_Target",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P394",
+ "name": "Target_Term_Type",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P395",
+ "name": "Target_Code",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P396",
+ "name": "Target_Terminology",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "P397",
+ "name": "Target_Terminology_Version",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+]
+
diff --git a/curl-examples/samples/get-replacements-for-concept-code-list.txt b/curl-examples/samples/get-replacements-for-concept-code-list.txt
index 48bb2745..26766195 100644
--- a/curl-examples/samples/get-replacements-for-concept-code-list.txt
+++ b/curl-examples/samples/get-replacements-for-concept-code-list.txt
@@ -1,19 +1,13 @@
-[
- {
- "code": "C12658",
- "name": "Prokaryotic Cell",
- "action": "retire",
- "date": "2003-08-22",
- "replacementCode": "C19157",
- "replacementName": "Specimen"
- },
- {
- "code": "C13320",
- "name": "Nose, Nasal Passages",
- "action": "merge",
- "date": "2003-08-22",
- "replacementCode": "C12756",
- "replacementName": "Nose"
- }
-]
-
+[
+ {
+ "code": "C12658",
+ "name": "Prokaryotic Cell",
+ "action": "active"
+ },
+ {
+ "code": "C13320",
+ "name": "Nose, Nasal Passages",
+ "action": "active"
+ }
+]
+
diff --git a/curl-examples/samples/get-replacements-for-concept-code.txt b/curl-examples/samples/get-replacements-for-concept-code.txt
index df163a37..25fea6bb 100644
--- a/curl-examples/samples/get-replacements-for-concept-code.txt
+++ b/curl-examples/samples/get-replacements-for-concept-code.txt
@@ -1,11 +1,8 @@
-[
- {
- "code": "C12658",
- "name": "Prokaryotic Cell",
- "action": "retire",
- "date": "2003-08-22",
- "replacementCode": "C19157",
- "replacementName": "Specimen"
- }
-]
-
+[
+ {
+ "code": "C12658",
+ "name": "Prokaryotic Cell",
+ "action": "active"
+ }
+]
+
diff --git a/curl-examples/samples/get-role-with-code.txt b/curl-examples/samples/get-role-with-code.txt
index 901b48e7..61feaa3e 100644
--- a/curl-examples/samples/get-role-with-code.txt
+++ b/curl-examples/samples/get-role-with-code.txt
@@ -1,33 +1,33 @@
-{
- "code": "R123",
- "name": "Chemotherapy_Regimen_Has_Component",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Component",
- "type": "Display_Name"
- },
- {
- "name": "Chemotherapy_Regimen_Has_Component",
- "type": "FULL_SYN"
- },
- {
- "name": "Chemotherapy_Regimen_Has_Component",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to specify the component agents which are used in a particular chemotherapy regimen or agent combination. The domain and the range for this role are 'Chemotherapy Regimen or Agent Combination' and 'Drug, Food, Chemical or Biomedical Material', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
-}
-
+{
+ "code": "R123",
+ "name": "Chemotherapy_Regimen_Has_Component",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Component",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Chemotherapy_Regimen_Has_Component",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Chemotherapy_Regimen_Has_Component",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to specify the component agents which are used in a particular chemotherapy regimen or agent combination. The domain and the range for this role are 'Chemotherapy Regimen or Agent Combination' and 'Drug, Food, Chemical or Biomedical Material', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-role-with-label.txt b/curl-examples/samples/get-role-with-label.txt
index 901b48e7..61feaa3e 100644
--- a/curl-examples/samples/get-role-with-label.txt
+++ b/curl-examples/samples/get-role-with-label.txt
@@ -1,33 +1,33 @@
-{
- "code": "R123",
- "name": "Chemotherapy_Regimen_Has_Component",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Component",
- "type": "Display_Name"
- },
- {
- "name": "Chemotherapy_Regimen_Has_Component",
- "type": "FULL_SYN"
- },
- {
- "name": "Chemotherapy_Regimen_Has_Component",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to specify the component agents which are used in a particular chemotherapy regimen or agent combination. The domain and the range for this role are 'Chemotherapy Regimen or Agent Combination' and 'Drug, Food, Chemical or Biomedical Material', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
-}
-
+{
+ "code": "R123",
+ "name": "Chemotherapy_Regimen_Has_Component",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Component",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Chemotherapy_Regimen_Has_Component",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Chemotherapy_Regimen_Has_Component",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to specify the component agents which are used in a particular chemotherapy regimen or agent combination. The domain and the range for this role are 'Chemotherapy Regimen or Agent Combination' and 'Drug, Food, Chemical or Biomedical Material', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+}
+
diff --git a/curl-examples/samples/get-roles-with-code-list.txt b/curl-examples/samples/get-roles-with-code-list.txt
index a6a2a84c..38080e48 100644
--- a/curl-examples/samples/get-roles-with-code-list.txt
+++ b/curl-examples/samples/get-roles-with-code-list.txt
@@ -1,99 +1,99 @@
-[
- {
- "code": "R115",
- "name": "Disease_May_Have_Finding",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Finding",
- "type": "Display_Name"
- },
- {
- "name": "Disease_May_Have_Finding",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_May_Have_Finding",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent that a clinical observation, sign or symptom will only be observed in some cases of the disease. Both the domain and range for this role are 'Disease, Disorder or Finding'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R114",
- "name": "Disease_May_Have_Cytogenetic_Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Cytogenetic Abnormality",
- "type": "Display_Name"
- },
- {
- "name": "Disease_May_Have_Cytogenetic_Abnormality",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_May_Have_Cytogenetic_Abnormality",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent that a particular cytogenetic abnormality will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R113",
- "name": "Disease_May_Have_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Abnormal Cell",
- "type": "Display_Name"
- },
- {
- "name": "Disease_May_Have_Abnormal_Cell",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_May_Have_Abnormal_Cell",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent that particular neoplastic cell types will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Abnormal Cell', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- }
-]
-
+[
+ {
+ "code": "R113",
+ "name": "Disease_May_Have_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Abnormal Cell",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_May_Have_Abnormal_Cell",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_May_Have_Abnormal_Cell",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent that particular neoplastic cell types will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Abnormal Cell', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R114",
+ "name": "Disease_May_Have_Cytogenetic_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Cytogenetic Abnormality",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_May_Have_Cytogenetic_Abnormality",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_May_Have_Cytogenetic_Abnormality",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent that a particular cytogenetic abnormality will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R115",
+ "name": "Disease_May_Have_Finding",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Finding",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_May_Have_Finding",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_May_Have_Finding",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent that a clinical observation, sign or symptom will only be observed in some cases of the disease. Both the domain and range for this role are 'Disease, Disorder or Finding'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ }
+]
+
diff --git a/curl-examples/samples/get-roles-with-label-list.txt b/curl-examples/samples/get-roles-with-label-list.txt
index a6a2a84c..38080e48 100644
--- a/curl-examples/samples/get-roles-with-label-list.txt
+++ b/curl-examples/samples/get-roles-with-label-list.txt
@@ -1,99 +1,99 @@
-[
- {
- "code": "R115",
- "name": "Disease_May_Have_Finding",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Finding",
- "type": "Display_Name"
- },
- {
- "name": "Disease_May_Have_Finding",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_May_Have_Finding",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent that a clinical observation, sign or symptom will only be observed in some cases of the disease. Both the domain and range for this role are 'Disease, Disorder or Finding'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R114",
- "name": "Disease_May_Have_Cytogenetic_Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Cytogenetic Abnormality",
- "type": "Display_Name"
- },
- {
- "name": "Disease_May_Have_Cytogenetic_Abnormality",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_May_Have_Cytogenetic_Abnormality",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent that a particular cytogenetic abnormality will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R113",
- "name": "Disease_May_Have_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Abnormal Cell",
- "type": "Display_Name"
- },
- {
- "name": "Disease_May_Have_Abnormal_Cell",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_May_Have_Abnormal_Cell",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent that particular neoplastic cell types will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Abnormal Cell', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- }
-]
-
+[
+ {
+ "code": "R113",
+ "name": "Disease_May_Have_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Abnormal Cell",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_May_Have_Abnormal_Cell",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_May_Have_Abnormal_Cell",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent that particular neoplastic cell types will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Abnormal Cell', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R114",
+ "name": "Disease_May_Have_Cytogenetic_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Cytogenetic Abnormality",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_May_Have_Cytogenetic_Abnormality",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_May_Have_Cytogenetic_Abnormality",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent that a particular cytogenetic abnormality will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R115",
+ "name": "Disease_May_Have_Finding",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Finding",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_May_Have_Finding",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_May_Have_Finding",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent that a clinical observation, sign or symptom will only be observed in some cases of the disease. Both the domain and range for this role are 'Disease, Disorder or Finding'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ }
+]
+
diff --git a/curl-examples/samples/get-roles-with-summary.txt b/curl-examples/samples/get-roles-with-summary.txt
index f76bacbf..5dce21bc 100644
--- a/curl-examples/samples/get-roles-with-summary.txt
+++ b/curl-examples/samples/get-roles-with-summary.txt
@@ -1,3067 +1,3067 @@
-[
- {
- "code": "R123",
- "name": "Chemotherapy_Regimen_Has_Component",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Component",
- "type": "Display_Name"
- },
- {
- "name": "Chemotherapy_Regimen_Has_Component",
- "type": "FULL_SYN"
- },
- {
- "name": "Chemotherapy_Regimen_Has_Component",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to specify the component agents which are used in a particular chemotherapy regimen or agent combination. The domain and the range for this role are 'Chemotherapy Regimen or Agent Combination' and 'Drug, Food, Chemical or Biomedical Material', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R163",
- "name": "Procedure_Has_Target_Anatomy",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Target Anatomy",
- "type": "Display_Name"
- },
- {
- "name": "Procedure_Has_Target_Anatomy",
- "type": "FULL_SYN"
- },
- {
- "name": "Procedure_Has_Target_Anatomy",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a procedure and its target anatomy, specifically that a particular procedure always has an association with the target anatomy. This role should be used when a more specific role cannot be asserted, including procedures targeting blood and other fluids. The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R100",
- "name": "Disease_Has_Associated_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Associated Anatomic Site",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Has_Associated_Anatomic_Site",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Has_Associated_Anatomic_Site",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to relate a disease to the general site, structure or system where the specific pathological process is located. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "The role, Disease_Has_Associated_Anatomic_Site, is more general than the role, Disease_Has_Primary_Anatomic_Site. Furthermore, when viewed with the role, Disease_Has_Metastatic_Anatomic_Site, there emerges a role hierarchy, where one role specializes the meaning of another, more general role. Roles relating disease to anatomy start with a general assertion of association, often at very high level (e.g. Skin Disorder and Skin), and then add more specific primary/metastatic associations where appropriate for more specific concepts."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R126",
- "name": "Disease_Has_Associated_Disease",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Associated Disease",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Has_Associated_Disease",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Has_Associated_Disease",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to relate a disease to another disease or disorder, but without specification or limitation of the relationship (causality or timing for example). Both the domain and the range for this role are 'Disease, Disorder or Finding'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R101",
- "name": "Disease_Has_Primary_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Primary Anatomic Site",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Has_Primary_Anatomic_Site",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Has_Primary_Anatomic_Site",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to relate a disease to the anatomical site where the originating pathological process is located. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "This role can be viewed as a specialization of Disease_Has_Associated_Anatomic_Site."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R103",
- "name": "Disease_Has_Normal_Tissue_Origin",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Normal Tissue Origin",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Has_Normal_Tissue_Origin",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Has_Normal_Tissue_Origin",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to relate a disease to the type of normal tissue in which the disease process began. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "This non-defining role represents non-essential characteristics which are true in some, but not all, cases, yet have an association frequent enough to be of interest."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R104",
- "name": "Disease_Has_Normal_Cell_Origin",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Normal Cell Origin",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Has_Normal_Cell_Origin",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Has_Normal_Cell_Origin",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to relate a disease to the type of normal cell in which the disease process begins. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R105",
- "name": "Disease_Has_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Abnormal Cell",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Has_Abnormal_Cell",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Has_Abnormal_Cell",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to relate a disease to the type of neoplastic cell present in and characteristic of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Abnormal Cell', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R108",
- "name": "Disease_Has_Finding",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Finding",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Has_Finding",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Has_Finding",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to relate a disease to a clinical observation, sign or symptom present in and characteristic of the disease. Both the domain and range for this role are 'Disease, Disorder or Finding'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R115",
- "name": "Disease_May_Have_Finding",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Finding",
- "type": "Display_Name"
- },
- {
- "name": "Disease_May_Have_Finding",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_May_Have_Finding",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent that a clinical observation, sign or symptom will only be observed in some cases of the disease. Both the domain and range for this role are 'Disease, Disorder or Finding'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R139",
- "name": "Disease_Excludes_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Excludes Abnormal Cell",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Excludes_Abnormal_Cell",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Excludes_Abnormal_Cell",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A specializing role which may be used to override Disease_Has_Abnormal_Cell. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Abnormal Cell', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R142",
- "name": "Disease_Excludes_Finding",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Excludes Finding",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Excludes_Finding",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Excludes_Finding",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A specializing role which may be used to override Disease_Has_Finding. Both the domain and range for this role are 'Disease, Disorder or Finding'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R124",
- "name": "Chemical_Or_Drug_Has_Mechanism_Of_Action",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Mechanism Of Action",
- "type": "Display_Name"
- },
- {
- "name": "Chemical_Or_Drug_Has_Mechanism_Of_Action",
- "type": "FULL_SYN"
- },
- {
- "name": "Chemical_Or_Drug_Has_Mechanism_Of_Action",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to imply the interaction or binding of an active ingredient of a drug/chemical agent at the molecular level with its target. When possible, the role value should reflect the direct alteration of function of a target molecule or complex. The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Biological Process', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R125",
- "name": "Chemical_Or_Drug_Has_Physiologic_Effect",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Physiologic Effect",
- "type": "Display_Name"
- },
- {
- "name": "Chemical_Or_Drug_Has_Physiologic_Effect",
- "type": "FULL_SYN"
- },
- {
- "name": "Chemical_Or_Drug_Has_Physiologic_Effect",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to describe the primary detectable alterations of subcellular, cellular, tissue, or organ functions that directly result from alteration of function of a target biological molecule or complex caused by interaction of a therapeutic agent with a target molecule or complex. The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Biological Process', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R146",
- "name": "Chemical_Or_Drug_Affects_Gene_Product",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Affects Gene Product",
- "type": "Display_Name"
- },
- {
- "name": "Chemical_Or_Drug_Affects_Gene_Product",
- "type": "FULL_SYN"
- },
- {
- "name": "Chemical_Or_Drug_Affects_Gene_Product",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert that a gene product is the target of a therapeutic agent. The role implies a direct interaction between the product and the therapeutic agent but it does not specify the type of association (e.g., involvement, interference, inhibition or cleavage). The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Gene Product', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R50",
- "name": "Gene_Product_Has_Structural_Domain_Or_Motif",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Structural Domain Or Motif",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Has_Structural_Domain_Or_Motif",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Has_Structural_Domain_Or_Motif",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used specify information about protein domains or motifs present in a protein that can give insight into protein function. The domain and range for this role are 'Gene Product' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "We no longer curate this information and now favor linking out to externally curated databases. The source database for the link has yet to be decided."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R52",
- "name": "Gene_Product_Has_Biochemical_Function",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Biochemical Function",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Has_Biochemical_Function",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Has_Biochemical_Function",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to denote the biochemical activity of a gene product. Both the domain and range for this role are 'Gene Product'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R53",
- "name": "Gene_Product_Plays_Role_In_Biological_Process",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Plays Role In Biological Process",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Plays_Role_In_Biological_Process",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Plays_Role_In_Biological_Process",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert that a gene product participates in a specific biological process. The domain and range for this role are 'Gene Product' and 'Biological Process', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "Considered by most researchers to be essential, definitional information about a gene product."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R54",
- "name": "Gene_Product_Encoded_By_Gene",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Encoded By Gene",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Encoded_By_Gene",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Encoded_By_Gene",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a gene product and the gene that encodes it. The domain and range for this role are 'Gene Product' and 'Gene', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "The reciprocal relationship is represented in the property Gene_Encodes_Product"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R135",
- "name": "Disease_Excludes_Primary_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Excludes Primary Anatomic Site",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Excludes_Primary_Anatomic_Site",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Excludes_Primary_Anatomic_Site",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A specializing role which may be used to override Disease_Has_Associated_Anatomic_Site. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R72",
- "name": "Chemical_Or_Drug_Affects_Cell_Type_Or_Tissue",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Affects Cell Type Or Tissue",
- "type": "Display_Name"
- },
- {
- "name": "Chemical_Or_Drug_Affects_Cell_Type_Or_Tissue",
- "type": "FULL_SYN"
- },
- {
- "name": "Chemical_Or_Drug_Affects_Cell_Type_Or_Tissue",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent the intended target cells for a chemical or drug. This does not include unintended target cells or tissues that are associated with side effects or toxicity of the chemical or drug. The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R116",
- "name": "Disease_May_Have_Associated_Disease",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Associated Disease",
- "type": "Display_Name"
- },
- {
- "name": "Disease_May_Have_Associated_Disease",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_May_Have_Associated_Disease",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent that another disease or disorder will only be observed in some cases of the specified disease. Both the domain and the range for this role are 'Disease, Disorder or Finding'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R175",
- "name": "Gene_Involved_In_Pathogenesis_Of_Disease",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Gene_Involved_In_Pathogenesis_Of_Disease",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Involved_In_Pathogenesis_Of_Disease",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a direct relationship between a gene and a disease. This restriction should only be used when an abnormality in a gene a causative event for a disease. The domain and range for this role are 'Gene' and 'Disease or Disorder', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R37",
- "name": "Gene_Plays_Role_In_Process",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Plays Role In Process",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Plays_Role_In_Process",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Plays_Role_In_Process",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a gene and a biological process in which its encoded gene product(s) participate. The domain and range for this role are 'Gene' and 'Biological Process', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R132",
- "name": "Gene_Has_Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Abnormality",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Has_Abnormality",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Has_Abnormality",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to establish a link between a gene and the genetic or molecular abnormalities that have been observed in human cells and tissues associated with cancers (e.g., over- or under-expressed, amplified, translocated). The domain and range for this role are 'Gene' and 'Molecular Abnormality', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R133",
- "name": "Gene_Product_Has_Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Abnormality",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Has_Abnormality",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Has_Abnormality",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to establish a link between a gene product and the molecular abnormalities that are observed in human cells and tissues in association with diseases such as cancers (e.g., over or under-expression of gene product). The domain and range for this role are 'Gene Product' and 'Molecular Abnormality', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R41",
- "name": "Gene_Found_In_Organism",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Found In Organism",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Found_In_Organism",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Found_In_Organism",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to specify the organism of origin for a gene. It may be used to differentiate genes with the same name and functions that originate from different organisms. The domain and range for this role are 'Gene' and 'Organism', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "Currently, we only model human genes, but this role has obvious utility in future, if other organisms are modeled as well."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R40",
- "name": "Gene_In_Chromosomal_Location",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "In Chromosomal Location",
- "type": "Display_Name"
- },
- {
- "name": "Gene_In_Chromosomal_Location",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_In_Chromosomal_Location",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a gene and its general location, specified by chromosomal band position (infrequently by chromosome number or chromosome arm). The domain and range for this role are 'Gene' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R46",
- "name": "Gene_Product_Has_Associated_Anatomy",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Associated Anatomy",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Has_Associated_Anatomy",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Has_Associated_Anatomy",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to specify physical structures or typical subcellular locations of a gene product. The domain and range for this role are 'Gene Product' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R49",
- "name": "Gene_Product_Expressed_In_Tissue",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Expressed In Tissue",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Expressed_In_Tissue",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Expressed_In_Tissue",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to specify that a normal tissue is the normal location for the expression of a gene product. The domain and range for this role are 'Gene Product' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "This information is often useful to researchers. However, we no longer curate this information and now favor linking out to externally curated databases. Source database for the link has yet to be decided."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R51",
- "name": "Gene_Product_Is_Physical_Part_Of",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is Physical Part Of",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Is_Physical_Part_Of",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Is_Physical_Part_Of",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to indicate that a gene product normally functions as a component of a \"functional complex\". Both the domain and range for this role are 'Gene Product'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R130",
- "name": "Gene_Is_Element_In_Pathway",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is Element In Pathway",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Is_Element_In_Pathway",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Is_Element_In_Pathway",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a gene and a biochemical pathway in which its encoded gene product(s) participate. This relationship is used only when gene has been implicated in a pathway by the curated source (Biocarta, KEGG or PID). The domain and range for this role are 'Gene' and 'Biochemical Pathway', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "In NCI Thesaurus, pathways are derived from BioCarta and KEGG and are associated with genes and proteins that comprise these pathways."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R131",
- "name": "Gene_Product_Is_Element_In_Pathway",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is Element In Pathway",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Is_Element_In_Pathway",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Is_Element_In_Pathway",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a gene product and a biochemical pathway in which it participates. This relationship is used only when a gene product has been implicated in a pathway by the curated source (Biocarta, KEGG or PID). The domain and range for this role are 'Gene Product' and 'Biochemical Pathway', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "In NCI Thesaurus, pathways are derived from BioCarta and KEGG and are associated with genes and proteins that comprise these pathways."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R44",
- "name": "Gene_Product_Has_Chemical_Classification",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Chemical Classification",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Has_Chemical_Classification",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Has_Chemical_Classification",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to specify the physical structure type of a protein molecule (e.g. metalloprotein, transmembrane protein). Both the domain and range for this role are 'Gene Product'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "The role was originally intended for protein structure tagging (e.g., Phosphoprotein, Lipoprotein). Was extended to also tag for Membrane Protein, Protein Complex Subunit, etc."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R177",
- "name": "Molecular_Abnormality_Involves_Gene",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Molecular_Abnormality_Involves_Gene",
- "type": "FULL_SYN"
- },
- {
- "name": "Molecular_Abnormality_Involves_Gene",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a direct relationship between a molecular abnormality and a gene. The domain and range for this role are 'Molecular Abnormality' and 'Gene', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R178",
- "name": "Gene_Mutant_Encodes_Gene_Product_Sequence_Variation",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Gene_Mutant_Encodes_Gene_Product_Sequence_Variation",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Mutant_Encodes_Gene_Product_Sequence_Variation",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to indicate that a specific molecular variation or mutation in a gene encodes a gene product sequence variant. The domain and range for this role are 'Gene Mutant' and 'Gene Product Sequence Variation', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R179",
- "name": "Gene_Product_Sequence_Variation_Encoded_By_Gene_Mutant",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Gene_Product_Sequence_Variation_Encoded_By_Gene_Mutant",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Sequence_Variation_Encoded_By_Gene_Mutant",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to indicate that a gene product sequence variation is encoded by a specific gene mutant. The domain and range for this role are 'Gene Product Sequence Variation' and 'Gene Mutant', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R182",
- "name": "Gene_Product_Variant_Of_Gene_Product",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Gene_Product_Variant_Of_Gene_Product",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Variant_Of_Gene_Product",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to indicate that a gene product sequence variation is related to a wild-type gene product. The domain and range for this role are 'Gene Product Sequence Variation' and 'Gene Product', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R42",
- "name": "Gene_Product_Is_Biomarker_Type",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is Biomarker Type",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Is_Biomarker_Type",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Is_Biomarker_Type",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to designate the type of biomarker a gene product is; it points to a small tree of biomarker types (e.g., Disease Marker, Metabolic Marker, Prognostic Marker). The domain and range for this role are 'Gene Product' and 'Diagnostic or Prognostic Factor', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R45",
- "name": "Gene_Product_Has_Organism_Source",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Organism Source",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Has_Organism_Source",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Has_Organism_Source",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to differentiate homologous proteins from different organisms. The domain and range for this role are 'Gene Product' and 'Organism', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R176",
- "name": "Disease_Mapped_To_Gene",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Disease_Mapped_To_Gene",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Mapped_To_Gene",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a direct relationship between a disease, disorder or finding and a gene. This restriction can be used when a polymorphism or an abnormality in a gene is either a clinical marker for, a causative event for, or predisposes a subject to a disease. The domain and range for this role are 'Disease, Disorder or Finding' and 'Gene', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R106",
- "name": "Disease_Has_Molecular_Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Molecular Abnormality",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Has_Molecular_Abnormality",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Has_Molecular_Abnormality",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to relate a disease to a molecular abnormality that is present in the specified disease state. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R174",
- "name": "Disease_Mapped_To_Chromosome",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Disease_Mapped_To_Chromosome",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Mapped_To_Chromosome",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a disease, disorder or finding and a chromosome. This restriction should be used when a disease or disorder maps to a chromosome. It is not meant to be used when a specific cytogenetic abnormality is known (e.g. translocation, inversion). The domain and range for this role are 'Disease, Disorder or Finding' and 'Chromosome', respectively. The range for this role excludes chromosomal bands and physical locations.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R27",
- "name": "Conceptual_Part_Of",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Part Of",
- "type": "Display_Name"
- },
- {
- "name": "Conceptual_Part_Of",
- "type": "FULL_SYN"
- },
- {
- "name": "Conceptual_Part_Of",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to indicate that a conceptual entity is a sub-entity of another conceptual entity. Both the domain and the range for this role are 'Conceptual Entity'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R167",
- "name": "Procedure_Has_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Excised Anatomy",
- "type": "Display_Name"
- },
- {
- "name": "Procedure_Has_Excised_Anatomy",
- "type": "FULL_SYN"
- },
- {
- "name": "Procedure_Has_Excised_Anatomy",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a surgical procedure and its target anatomy, specifically that a particular procedure always involves excision of some or all of the specified anatomy. This role is applicable to procedures or techniques that involve excision of solid tissues or organs. It should be used when a more specific role cannot be asserted. The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R169",
- "name": "Procedure_Has_Partially_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Partially Excised Anatomy",
- "type": "Display_Name"
- },
- {
- "name": "Procedure_Has_Partially_Excised_Anatomy",
- "type": "FULL_SYN"
- },
- {
- "name": "Procedure_Has_Partially_Excised_Anatomy",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a surgical procedure and its target anatomy, specifically that a particular procedure always involves partial excision of the specified anatomy. This role is applicable to procedures or techniques that involve excision of solid tissues or organs, and where partial excision is explicit or can be inferred (e.g. biopsy). The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R82",
- "name": "Anatomic_Structure_Is_Physical_Part_Of",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is Physical Part Of",
- "type": "Display_Name"
- },
- {
- "name": "Anatomic_Structure_Is_Physical_Part_Of",
- "type": "FULL_SYN"
- },
- {
- "name": "Anatomic_Structure_Is_Physical_Part_Of",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to indicate that an anatomic structure has a physical association with a broader system or organ. Both the domain and range for this role are 'Anatomic Structure, System, or Substance'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R122",
- "name": "Chemical_Or_Drug_Is_Metabolized_By_Enzyme",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is Metabolized By Enzyme",
- "type": "Display_Name"
- },
- {
- "name": "Chemical_Or_Drug_Is_Metabolized_By_Enzyme",
- "type": "FULL_SYN"
- },
- {
- "name": "Chemical_Or_Drug_Is_Metabolized_By_Enzyme",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to specify that an enzyme is directly responsible for metabolizing a chemical or drug into an active form, inactive form, or both. The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Gene Product', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R88",
- "name": "Disease_Is_Stage",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is Stage",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Is_Stage",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Is_Stage",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to specify the disease stage of a disease, the extent to which a cancer has spread from the original site to other parts of the body. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Property or_Attribute', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R47",
- "name": "Gene_Product_Is_Biomarker_Of",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is Biomarker Of",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Is_Biomarker_Of",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Is_Biomarker_Of",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to indicate that presence of a gene product may contribute to clinical diagnosis, treatment selection, or prediction of clinical outcome. The domain and range for this role are 'Gene Product' and 'Disease, Disorder or Finding', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "This role does not imply a cause and effect."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R38",
- "name": "Gene_Associated_With_Disease",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Associated With Disease",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Associated_With_Disease",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Associated_With_Disease",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to indicate that molecular abnormalities in a gene may be associated with the manifestation of a disease. The role is used to assert a link between a gene and a disease when the association is considered to have clinical relevance. The domain and range for this role are 'Gene' and 'Disease, Disorder or Finding', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R155",
- "name": "Allele_In_Chromosomal_Location",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "In Chromosomal Location",
- "type": "Display_Name"
- },
- {
- "name": "Allele_In_Chromosomal_Location",
- "type": "FULL_SYN"
- },
- {
- "name": "Allele_In_Chromosomal_Location",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used for an allele whose location has changed from the wild-type gene chromosomal location. This role is used to assert a new location that differs from the wild-type gene chromosomal location. The domain and range for this role are 'Gene' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R137",
- "name": "Disease_Excludes_Normal_Tissue_Origin",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Excludes Normal Tissue Origin",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Excludes_Normal_Tissue_Origin",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Excludes_Normal_Tissue_Origin",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A specializing role which may be used to override Disease_Has_Normal_Tissue_Origin. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R138",
- "name": "Disease_Excludes_Normal_Cell_Origin",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Excludes Normal Cell Origin",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Excludes_Normal_Cell_Origin",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Excludes_Normal_Cell_Origin",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A specializing role which may be used to override Disease_Has_Normal_Cell_Origin. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R32",
- "name": "Biological_Process_Has_Initiator_Chemical_Or_Drug",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Initiator Chemical Or Drug",
- "type": "Display_Name"
- },
- {
- "name": "Biological_Process_Has_Initiator_Chemical_Or_Drug",
- "type": "FULL_SYN"
- },
- {
- "name": "Biological_Process_Has_Initiator_Chemical_Or_Drug",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert the relationship between a biological process and a drug or chemical that stimulates the process. The role implies the direct physical interaction of a chemical or drug with a target molecule or complex that results in the initiation of the process. The domain and range for this role are 'Biological Process' and 'Drug, Food, Chemical or Biomedical Material', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R114",
- "name": "Disease_May_Have_Cytogenetic_Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Cytogenetic Abnormality",
- "type": "Display_Name"
- },
- {
- "name": "Disease_May_Have_Cytogenetic_Abnormality",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_May_Have_Cytogenetic_Abnormality",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent that a particular cytogenetic abnormality will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R89",
- "name": "Disease_May_Have_Molecular_Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Molecular Abnormality",
- "type": "Display_Name"
- },
- {
- "name": "Disease_May_Have_Molecular_Abnormality",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_May_Have_Molecular_Abnormality",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent that a molecular abnormality will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R110",
- "name": "Disease_Is_Grade",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is Grade",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Is_Grade",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Is_Grade",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to relate a disease to a grading system which classifies the cancer cells in terms of how abnormal they appear when examined under a microscope. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Property or_Attribute', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R172",
- "name": "Regimen_Has_Accepted_Use_For_Disease",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Accepted Use For Disease",
- "type": "Display_Name"
- },
- {
- "name": "Regimen_Has_Accepted_Use_For_Disease",
- "type": "FULL_SYN"
- },
- {
- "name": "Regimen_Has_Accepted_Use_For_Disease",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to link established therapeutic regimens to their corresponding cancers or other diseases. Only established regimens published in NCI's Physician Data Query (PDQ), National Comprehensive Cancer Network (NCCN) Guidelines (http://www.nccn.org), or a limited number of other authoritative sources such as the Physician's Cancer Chemotherapy Manual are included. The domain and range for this role are 'Chemotherapy Regimen or Agent Combination' and 'Disease, Disorder or Finding', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R171",
- "name": "Procedure_Has_Completely_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Completely Excised Anatomy",
- "type": "Display_Name"
- },
- {
- "name": "Procedure_Has_Completely_Excised_Anatomy",
- "type": "FULL_SYN"
- },
- {
- "name": "Procedure_Has_Completely_Excised_Anatomy",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a surgical procedure and its target anatomy, specifically that a particular procedure always is intended for the complete excision of the target anatomy. This role is applicable to procedures or techniques that involve excision of solid tissues or organs, and where complete excision is explicit or can be inferred. The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R30",
- "name": "Biological_Process_Has_Associated_Location",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Associated Location",
- "type": "Display_Name"
- },
- {
- "name": "Biological_Process_Has_Associated_Location",
- "type": "FULL_SYN"
- },
- {
- "name": "Biological_Process_Has_Associated_Location",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to indicate the organ, organ system, cellular or subcellular location where a process occurs in a living system. The domain and range for this role are 'Biological Process' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R81",
- "name": "Anatomic_Structure_Has_Location",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Location",
- "type": "Display_Name"
- },
- {
- "name": "Anatomic_Structure_Has_Location",
- "type": "FULL_SYN"
- },
- {
- "name": "Anatomic_Structure_Has_Location",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to indicate the physical location of an anatomic structure in the body. Both the domain and range for this role are 'Anatomic Structure, System, or Substance'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R48",
- "name": "Gene_Product_Malfunction_Associated_With_Disease",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Malfunction Associated With Disease",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Product_Malfunction_Associated_With_Disease",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Product_Malfunction_Associated_With_Disease",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to indicate that molecular abnormalities in a gene product may be associated with the manifestation of a disease. The role is used to assert a link between a gene product and a disease when the association is considered to have clinical relevance. The domain and range for this role are 'Gene Product' and 'Disease, Disorder or Finding', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R140",
- "name": "Disease_Excludes_Molecular_Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Excludes Molecular Abnormality",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Excludes_Molecular_Abnormality",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Excludes_Molecular_Abnormality",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A specializing role which may be used to override Disease_Has_ Molecular_Abnormality. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R25",
- "name": "EO_Disease_Has_Associated_EO_Anatomy",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Associated EO Anatomy",
- "type": "Display_Name"
- },
- {
- "name": "EO_Disease_Has_Associated_EO_Anatomy",
- "type": "FULL_SYN"
- },
- {
- "name": "EO_Disease_Has_Associated_EO_Anatomy",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to specify the general site, structure or system where a pathological process is located in an experimental organism. The domain and range for this role are 'Experimental Organism Diagnosis' and 'Experimental Organism Anatomical Concept', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R24",
- "name": "EO_Disease_Maps_To_Human_Disease",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Maps To Human Disease",
- "type": "Display_Name"
- },
- {
- "name": "EO_Disease_Maps_To_Human_Disease",
- "type": "FULL_SYN"
- },
- {
- "name": "EO_Disease_Maps_To_Human_Disease",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role is used to establish a relationship between a disease in an experimental organism and a corresponding human disease. The domain and the range for this role are 'Experimental Organism Diagnosis' and 'Disease, Disorder or Finding', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R26",
- "name": "EO_Disease_Has_Property_Or_Attribute",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Property Or Attribute",
- "type": "Display_Name"
- },
- {
- "name": "EO_Disease_Has_Property_Or_Attribute",
- "type": "FULL_SYN"
- },
- {
- "name": "EO_Disease_Has_Property_Or_Attribute",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to specify the clinical behavior, or other characteristic, of a disease in an experimental organism. The domain and range for this role are 'Experimental Organism Diagnosis' and 'Property or Attribute', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R141",
- "name": "Disease_Excludes_Cytogenetic_Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Excludes Cytogenetic Abnormality",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Excludes_Cytogenetic_Abnormality",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Excludes_Cytogenetic_Abnormality",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A specializing role which may be used to override Disease_Has_Cytogenetic_Abnormality. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R107",
- "name": "Disease_Has_Cytogenetic_Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Cytogenetic Abnormality",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Has_Cytogenetic_Abnormality",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Has_Cytogenetic_Abnormality",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to relate a disease to the type of chromosomal abnormality present in the specified disease state. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R66",
- "name": "Chemical_Or_Drug_Plays_Role_In_Biological_Process",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Plays Role In Biological Process",
- "type": "Display_Name"
- },
- {
- "name": "Chemical_Or_Drug_Plays_Role_In_Biological_Process",
- "type": "FULL_SYN"
- },
- {
- "name": "Chemical_Or_Drug_Plays_Role_In_Biological_Process",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert that an active ingredient of a drug or chemical agent influences a biological process. The role implies a direct association with a target biological molecule or complex involved in the process. The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Biological Process', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "to be deleted"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R173",
- "name": "Cytogenetic_Abnormality_Involves_Chromosome",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Cytogenetic_Abnormality_Involves_Chromosome",
- "type": "FULL_SYN"
- },
- {
- "name": "Cytogenetic_Abnormality_Involves_Chromosome",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a direct relationship between a cytogenetic abnormality and a chromosome. The domain and range for this role are 'Cytogenetic Abnormality' and 'Chromosome', respectively. The range for this role excludes chromosomal bands and physical locations.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R28",
- "name": "Biological_Process_Has_Initiator_Process",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Initiator Process",
- "type": "Display_Name"
- },
- {
- "name": "Biological_Process_Has_Initiator_Process",
- "type": "FULL_SYN"
- },
- {
- "name": "Biological_Process_Has_Initiator_Process",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert that the initiation of the stated biological process is dependent on the progression or completion of another process. The role implies a direct physical and functional interaction of an element from the preceding biological process with a target molecule or complex involved in the initial stages of the stated process. Both the domain and the range for this role are 'Biological Process'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R35",
- "name": "Biological_Process_Is_Part_Of_Process",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is Part Of Process",
- "type": "Display_Name"
- },
- {
- "name": "Biological_Process_Is_Part_Of_Process",
- "type": "FULL_SYN"
- },
- {
- "name": "Biological_Process_Is_Part_Of_Process",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert that a biological process operates as a component of another biological process. Both the domain and the range for this role is 'Biological Process'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R113",
- "name": "Disease_May_Have_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Abnormal Cell",
- "type": "Display_Name"
- },
- {
- "name": "Disease_May_Have_Abnormal_Cell",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_May_Have_Abnormal_Cell",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent that particular neoplastic cell types will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Abnormal Cell', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R102",
- "name": "Disease_Has_Metastatic_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Metastatic Anatomic Site",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Has_Metastatic_Anatomic_Site",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Has_Metastatic_Anatomic_Site",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to relate a disease to the site of a metastatic lesion associated with the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "The role can be viewed as a specialization of Disease_Has_Associated_Anatomic_Site."
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R112",
- "name": "Disease_May_Have_Normal_Cell_Origin",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Normal Cell Origin",
- "type": "Display_Name"
- },
- {
- "name": "Disease_May_Have_Normal_Cell_Origin",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_May_Have_Normal_Cell_Origin",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent that a normal cell type will only be the type of origin in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R34",
- "name": "Biological_Process_Has_Result_Biological_Process",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Result Biological Process",
- "type": "Display_Name"
- },
- {
- "name": "Biological_Process_Has_Result_Biological_Process",
- "type": "FULL_SYN"
- },
- {
- "name": "Biological_Process_Has_Result_Biological_Process",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert that the end result of a biological process initiates a subsequent biological process. Both the domain and the range for this role is 'Biological Process'.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R153",
- "name": "Allele_Has_Abnormality",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Abnormality",
- "type": "Display_Name"
- },
- {
- "name": "Allele_Has_Abnormality",
- "type": "FULL_SYN"
- },
- {
- "name": "Allele_Has_Abnormality",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A specializing role which may be used to override Gene_Has_Abnormality that has been asserted for the gene class. This role is used to establish a link between a specific allele and genetic or molecular abnormalities that have been observed in human cells and tissues associated with cancer or another disease of interest. The domain and range for this role are 'Gene' and 'Molecular Abnormality', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R136",
- "name": "Disease_Excludes_Metastatic_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Excludes Metastatic Anatomic Site",
- "type": "Display_Name"
- },
- {
- "name": "Disease_Excludes_Metastatic_Anatomic_Site",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_Excludes_Metastatic_Anatomic_Site",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A specializing role which may be used to override Disease_Has_ Metastatic_Anatomic_Site. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R166",
- "name": "Procedure_May_Have_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Excised Anatomy",
- "type": "Display_Name"
- },
- {
- "name": "Procedure_May_Have_Excised_Anatomy",
- "type": "FULL_SYN"
- },
- {
- "name": "Procedure_May_Have_Excised_Anatomy",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a surgical procedure and its target anatomy, specifically that a particular procedure sometimes results in excision of some or all of the specified anatomy. This role is applicable to procedures or techniques that involve excision of solid tissues or organs. It should be used when a more specific role cannot be asserted. The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R168",
- "name": "Procedure_May_Have_Partially_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Partially Excised Anatomy",
- "type": "Display_Name"
- },
- {
- "name": "Procedure_May_Have_Partially_Excised_Anatomy",
- "type": "FULL_SYN"
- },
- {
- "name": "Procedure_May_Have_Partially_Excised_Anatomy",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a surgical procedure and its target anatomy, specifically that a particular procedure sometimes results in partial excision of the specified anatomy. This role is applicable to procedures or techniques that involve excision of solid tissues or organs, and where partial excision is explicit or can be inferred (e.g. biopsy). The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R170",
- "name": "Procedure_May_Have_Completely_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Completely Excised Anatomy",
- "type": "Display_Name"
- },
- {
- "name": "Procedure_May_Have_Completely_Excised_Anatomy",
- "type": "FULL_SYN"
- },
- {
- "name": "Procedure_May_Have_Completely_Excised_Anatomy",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a surgical procedure and its target anatomy, specifically that a particular procedure sometimes results in complete excision of the target anatomy. This role is applicable to procedures or techniques that involve excision of solid tissues or organs, and where complete excision is explicit or can be inferred. The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R36",
- "name": "Gene_Is_Biomarker_Type",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Is Biomarker Type",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Is_Biomarker_Type",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Is_Biomarker_Type",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to designate the type of biomarker a gene is; it points to a small tree of biomarker types (e.g., Disease Marker, Metabolic Marker, Prognostic Marker). The domain and range for this role are 'Gene' and 'Diagnostic or Prognostic Factor', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R31",
- "name": "Biological_Process_Has_Result_Anatomy",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Result Anatomy",
- "type": "Display_Name"
- },
- {
- "name": "Biological_Process_Has_Result_Anatomy",
- "type": "FULL_SYN"
- },
- {
- "name": "Biological_Process_Has_Result_Anatomy",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert that some biological event results in the formation of a subcellular complex, structure, cell, tissue or organ. This role is used to establish this relationship between the biological process and the anatomical factor formed. The domain and range for this role are 'Biological Process' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R29",
- "name": "Biological_Process_Has_Result_Chemical_Or_Drug",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Result Chemical Or Drug",
- "type": "Display_Name"
- },
- {
- "name": "Biological_Process_Has_Result_Chemical_Or_Drug",
- "type": "FULL_SYN"
- },
- {
- "name": "Biological_Process_Has_Result_Chemical_Or_Drug",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert that the endpoint of a biological process is the creation of a drug, chemical or biomedical material. The domain and range for this role are 'Biological Process' and 'Drug, Food, Chemical or Biomedical Material', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R150",
- "name": "Chemical_Or_Drug_Affects_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Affects Abnormal Cell",
- "type": "Display_Name"
- },
- {
- "name": "Chemical_Or_Drug_Affects_Abnormal_Cell",
- "type": "FULL_SYN"
- },
- {
- "name": "Chemical_Or_Drug_Affects_Abnormal_Cell",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to establish the relationship between a therapeutic agent and an abnormal cell type associated with a disease condition. By pointing to abnormal cells, the therapeutic target of a drug can be more clearly conveyed. The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Abnormal Cell', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R111",
- "name": "Disease_May_Have_Normal_Tissue_Origin",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "May Have Normal Tissue Origin",
- "type": "Display_Name"
- },
- {
- "name": "Disease_May_Have_Normal_Tissue_Origin",
- "type": "FULL_SYN"
- },
- {
- "name": "Disease_May_Have_Normal_Tissue_Origin",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to represent that a normal tissue type will only be the type of origin in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R39",
- "name": "Gene_Is_Biomarker_Of",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Gene_Is_Biomarker_Of",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Is_Biomarker_Of",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert that expression or alteration of a gene is correlated with a particular disease or disease state or is predictive of the disease or disease state. The domain and range for this role are 'Gene' and Findings_and_Disorder_Kind, respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R23",
- "name": "EO_Disease_Has_Associated_Cell_Type",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Associated Cell Type",
- "type": "Display_Name"
- },
- {
- "name": "EO_Disease_Has_Associated_Cell_Type",
- "type": "FULL_SYN"
- },
- {
- "name": "EO_Disease_Has_Associated_Cell_Type",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to specify the associated cell type of a disease in an experimental organism. The domain and range for this role are 'Experimental Organism Diagnosis' and 'Experimental Organism Anatomical Concept', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R145",
- "name": "Gene_Has_Physical_Location",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Physical Location",
- "type": "Display_Name"
- },
- {
- "name": "Gene_Has_Physical_Location",
- "type": "FULL_SYN"
- },
- {
- "name": "Gene_Has_Physical_Location",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to link a gene with its physical extent on a chromosome, denoted by the chromosome number and start and end base positions (with numbering beginning at the telomere of the short p arm). The domain and range for this role are 'Gene' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "DesignNote",
- "value": "The standard for the numbering system is that assigned by the Human Genome Consortium and found at Entrez Gene. The role is considered as supplementary to the role Gene_In Chromosomal_Location"
- },
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R165",
- "name": "Procedure_Has_Imaged_Anatomy",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Imaged Anatomy",
- "type": "Display_Name"
- },
- {
- "name": "Procedure_Has_Imaged_Anatomy",
- "type": "FULL_SYN"
- },
- {
- "name": "Procedure_Has_Imaged_Anatomy",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between an imaging procedure and its target anatomy, specifically that a particular procedure always involves imaging the specified anatomy. The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R159",
- "name": "Allele_Has_Activity",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Has Activity",
- "type": "Display_Name"
- },
- {
- "name": "Allele_Has_Activity",
- "type": "FULL_SYN"
- },
- {
- "name": "Allele_Has_Activity",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert the observed level of activity associated with an allele in a given biological process, compared to the wild-type gene. The domain and range for this role are 'Gene' and 'Property or Attribute', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R158",
- "name": "Allele_Plays_Altered_Role_In_Process",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Plays Altered Role In Process",
- "type": "Display_Name"
- },
- {
- "name": "Allele_Plays_Altered_Role_In_Process",
- "type": "FULL_SYN"
- },
- {
- "name": "Allele_Plays_Altered_Role_In_Process",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A specializing role which may be used for an allele whose encoded product functions differently (qualitatively or quantitatively) from the function asserted on its parent. It specializes the function of the wild type gene/gene product. The domain and range for this role are 'Gene' and 'Biological Process', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R160",
- "name": "Allele_Plays_Role_In_Metabolism_Of_Chemical_Or_Drug",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Plays Role In Metabolism Of Chemical Or Drug",
- "type": "Display_Name"
- },
- {
- "name": "Allele_Plays_Role_In_Metabolism_Of_Chemical_Or_Drug",
- "type": "FULL_SYN"
- },
- {
- "name": "Allele_Plays_Role_In_Metabolism_Of_Chemical_Or_Drug",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used to assert a relationship between a specific allele (product; enzyme) and drug-metabolizing efficacy. The domain and range for this role are 'Gene' and 'Drug, Food, Chemical or Biomedical Material', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- },
- {
- "code": "R156",
- "name": "Allele_Absent_From_Wild-type_Chromosomal_Location",
- "terminology": "ncit",
- "version": "25.02d",
- "synonyms": [
- {
- "name": "Absent From Wild-type Chromosomal Location",
- "type": "Display_Name"
- },
- {
- "name": "Allele_Absent_From_Wild-type_Chromosomal_Location",
- "type": "FULL_SYN"
- },
- {
- "name": "Allele_Absent_From_Wild-type_Chromosomal_Location",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "A role used for an allele whose location has changed from the wild-type gene chromosomal location. This role is used to negate an inherited role relationship that is asserted between the parent gene class and a chromosomal location when an allele has moved (e.g., translocation, inversion, etc.). The domain and range for this role are 'Gene' and 'Anatomic Structure, System, or Substance', respectively.",
- "type": "DEFINITION"
- }
- ],
- "properties": [
- {
- "type": "Semantic_Type",
- "value": "Conceptual Entity"
- }
- ]
- }
-]
-
+[
+ {
+ "code": "R100",
+ "name": "Disease_Has_Associated_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Associated Anatomic Site",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Has_Associated_Anatomic_Site",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Has_Associated_Anatomic_Site",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to relate a disease to the general site, structure or system where the specific pathological process is located. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "The role, Disease_Has_Associated_Anatomic_Site, is more general than the role, Disease_Has_Primary_Anatomic_Site. Furthermore, when viewed with the role, Disease_Has_Metastatic_Anatomic_Site, there emerges a role hierarchy, where one role specializes the meaning of another, more general role. Roles relating disease to anatomy start with a general assertion of association, often at very high level (e.g. Skin Disorder and Skin), and then add more specific primary/metastatic associations where appropriate for more specific concepts."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R101",
+ "name": "Disease_Has_Primary_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Primary Anatomic Site",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Has_Primary_Anatomic_Site",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Has_Primary_Anatomic_Site",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to relate a disease to the anatomical site where the originating pathological process is located. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "This role can be viewed as a specialization of Disease_Has_Associated_Anatomic_Site."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R102",
+ "name": "Disease_Has_Metastatic_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Metastatic Anatomic Site",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Has_Metastatic_Anatomic_Site",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Has_Metastatic_Anatomic_Site",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to relate a disease to the site of a metastatic lesion associated with the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "The role can be viewed as a specialization of Disease_Has_Associated_Anatomic_Site."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R103",
+ "name": "Disease_Has_Normal_Tissue_Origin",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Normal Tissue Origin",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Has_Normal_Tissue_Origin",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Has_Normal_Tissue_Origin",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to relate a disease to the type of normal tissue in which the disease process began. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "This non-defining role represents non-essential characteristics which are true in some, but not all, cases, yet have an association frequent enough to be of interest."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R104",
+ "name": "Disease_Has_Normal_Cell_Origin",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Normal Cell Origin",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Has_Normal_Cell_Origin",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Has_Normal_Cell_Origin",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to relate a disease to the type of normal cell in which the disease process begins. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R105",
+ "name": "Disease_Has_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Abnormal Cell",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Has_Abnormal_Cell",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Has_Abnormal_Cell",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to relate a disease to the type of neoplastic cell present in and characteristic of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Abnormal Cell', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R106",
+ "name": "Disease_Has_Molecular_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Molecular Abnormality",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Has_Molecular_Abnormality",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Has_Molecular_Abnormality",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to relate a disease to a molecular abnormality that is present in the specified disease state. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R107",
+ "name": "Disease_Has_Cytogenetic_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Cytogenetic Abnormality",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Has_Cytogenetic_Abnormality",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Has_Cytogenetic_Abnormality",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to relate a disease to the type of chromosomal abnormality present in the specified disease state. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R108",
+ "name": "Disease_Has_Finding",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Finding",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Has_Finding",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Has_Finding",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to relate a disease to a clinical observation, sign or symptom present in and characteristic of the disease. Both the domain and range for this role are 'Disease, Disorder or Finding'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R110",
+ "name": "Disease_Is_Grade",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is Grade",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Is_Grade",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Is_Grade",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to relate a disease to a grading system which classifies the cancer cells in terms of how abnormal they appear when examined under a microscope. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Property or_Attribute', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R111",
+ "name": "Disease_May_Have_Normal_Tissue_Origin",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Normal Tissue Origin",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_May_Have_Normal_Tissue_Origin",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_May_Have_Normal_Tissue_Origin",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent that a normal tissue type will only be the type of origin in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R112",
+ "name": "Disease_May_Have_Normal_Cell_Origin",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Normal Cell Origin",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_May_Have_Normal_Cell_Origin",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_May_Have_Normal_Cell_Origin",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent that a normal cell type will only be the type of origin in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R113",
+ "name": "Disease_May_Have_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Abnormal Cell",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_May_Have_Abnormal_Cell",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_May_Have_Abnormal_Cell",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent that particular neoplastic cell types will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Abnormal Cell', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R114",
+ "name": "Disease_May_Have_Cytogenetic_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Cytogenetic Abnormality",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_May_Have_Cytogenetic_Abnormality",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_May_Have_Cytogenetic_Abnormality",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent that a particular cytogenetic abnormality will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R115",
+ "name": "Disease_May_Have_Finding",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Finding",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_May_Have_Finding",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_May_Have_Finding",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent that a clinical observation, sign or symptom will only be observed in some cases of the disease. Both the domain and range for this role are 'Disease, Disorder or Finding'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R116",
+ "name": "Disease_May_Have_Associated_Disease",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Associated Disease",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_May_Have_Associated_Disease",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_May_Have_Associated_Disease",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent that another disease or disorder will only be observed in some cases of the specified disease. Both the domain and the range for this role are 'Disease, Disorder or Finding'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R122",
+ "name": "Chemical_Or_Drug_Is_Metabolized_By_Enzyme",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is Metabolized By Enzyme",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Chemical_Or_Drug_Is_Metabolized_By_Enzyme",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Chemical_Or_Drug_Is_Metabolized_By_Enzyme",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to specify that an enzyme is directly responsible for metabolizing a chemical or drug into an active form, inactive form, or both. The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Gene Product', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R123",
+ "name": "Chemotherapy_Regimen_Has_Component",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Component",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Chemotherapy_Regimen_Has_Component",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Chemotherapy_Regimen_Has_Component",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to specify the component agents which are used in a particular chemotherapy regimen or agent combination. The domain and the range for this role are 'Chemotherapy Regimen or Agent Combination' and 'Drug, Food, Chemical or Biomedical Material', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R124",
+ "name": "Chemical_Or_Drug_Has_Mechanism_Of_Action",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Mechanism Of Action",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Chemical_Or_Drug_Has_Mechanism_Of_Action",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Chemical_Or_Drug_Has_Mechanism_Of_Action",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to imply the interaction or binding of an active ingredient of a drug/chemical agent at the molecular level with its target. When possible, the role value should reflect the direct alteration of function of a target molecule or complex. The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Biological Process', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R125",
+ "name": "Chemical_Or_Drug_Has_Physiologic_Effect",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Physiologic Effect",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Chemical_Or_Drug_Has_Physiologic_Effect",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Chemical_Or_Drug_Has_Physiologic_Effect",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to describe the primary detectable alterations of subcellular, cellular, tissue, or organ functions that directly result from alteration of function of a target biological molecule or complex caused by interaction of a therapeutic agent with a target molecule or complex. The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Biological Process', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R126",
+ "name": "Disease_Has_Associated_Disease",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Associated Disease",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Has_Associated_Disease",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Has_Associated_Disease",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to relate a disease to another disease or disorder, but without specification or limitation of the relationship (causality or timing for example). Both the domain and the range for this role are 'Disease, Disorder or Finding'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R130",
+ "name": "Gene_Is_Element_In_Pathway",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is Element In Pathway",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Is_Element_In_Pathway",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Is_Element_In_Pathway",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a gene and a biochemical pathway in which its encoded gene product(s) participate. This relationship is used only when gene has been implicated in a pathway by the curated source (Biocarta, KEGG or PID). The domain and range for this role are 'Gene' and 'Biochemical Pathway', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "In NCI Thesaurus, pathways are derived from BioCarta and KEGG and are associated with genes and proteins that comprise these pathways."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R131",
+ "name": "Gene_Product_Is_Element_In_Pathway",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is Element In Pathway",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Is_Element_In_Pathway",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Is_Element_In_Pathway",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a gene product and a biochemical pathway in which it participates. This relationship is used only when a gene product has been implicated in a pathway by the curated source (Biocarta, KEGG or PID). The domain and range for this role are 'Gene Product' and 'Biochemical Pathway', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "In NCI Thesaurus, pathways are derived from BioCarta and KEGG and are associated with genes and proteins that comprise these pathways."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R132",
+ "name": "Gene_Has_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Abnormality",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Has_Abnormality",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Has_Abnormality",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to establish a link between a gene and the genetic or molecular abnormalities that have been observed in human cells and tissues associated with cancers (e.g., over- or under-expressed, amplified, translocated). The domain and range for this role are 'Gene' and 'Molecular Abnormality', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R133",
+ "name": "Gene_Product_Has_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Abnormality",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Has_Abnormality",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Has_Abnormality",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to establish a link between a gene product and the molecular abnormalities that are observed in human cells and tissues in association with diseases such as cancers (e.g., over or under-expression of gene product). The domain and range for this role are 'Gene Product' and 'Molecular Abnormality', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R135",
+ "name": "Disease_Excludes_Primary_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Excludes Primary Anatomic Site",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Excludes_Primary_Anatomic_Site",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Excludes_Primary_Anatomic_Site",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A specializing role which may be used to override Disease_Has_Associated_Anatomic_Site. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R136",
+ "name": "Disease_Excludes_Metastatic_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Excludes Metastatic Anatomic Site",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Excludes_Metastatic_Anatomic_Site",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Excludes_Metastatic_Anatomic_Site",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A specializing role which may be used to override Disease_Has_ Metastatic_Anatomic_Site. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R137",
+ "name": "Disease_Excludes_Normal_Tissue_Origin",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Excludes Normal Tissue Origin",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Excludes_Normal_Tissue_Origin",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Excludes_Normal_Tissue_Origin",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A specializing role which may be used to override Disease_Has_Normal_Tissue_Origin. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R138",
+ "name": "Disease_Excludes_Normal_Cell_Origin",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Excludes Normal Cell Origin",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Excludes_Normal_Cell_Origin",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Excludes_Normal_Cell_Origin",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A specializing role which may be used to override Disease_Has_Normal_Cell_Origin. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R139",
+ "name": "Disease_Excludes_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Excludes Abnormal Cell",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Excludes_Abnormal_Cell",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Excludes_Abnormal_Cell",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A specializing role which may be used to override Disease_Has_Abnormal_Cell. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Abnormal Cell', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R140",
+ "name": "Disease_Excludes_Molecular_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Excludes Molecular Abnormality",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Excludes_Molecular_Abnormality",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Excludes_Molecular_Abnormality",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A specializing role which may be used to override Disease_Has_ Molecular_Abnormality. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R141",
+ "name": "Disease_Excludes_Cytogenetic_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Excludes Cytogenetic Abnormality",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Excludes_Cytogenetic_Abnormality",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Excludes_Cytogenetic_Abnormality",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A specializing role which may be used to override Disease_Has_Cytogenetic_Abnormality. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R142",
+ "name": "Disease_Excludes_Finding",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Excludes Finding",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Excludes_Finding",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Excludes_Finding",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A specializing role which may be used to override Disease_Has_Finding. Both the domain and range for this role are 'Disease, Disorder or Finding'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R145",
+ "name": "Gene_Has_Physical_Location",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Physical Location",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Has_Physical_Location",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Has_Physical_Location",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to link a gene with its physical extent on a chromosome, denoted by the chromosome number and start and end base positions (with numbering beginning at the telomere of the short p arm). The domain and range for this role are 'Gene' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "The standard for the numbering system is that assigned by the Human Genome Consortium and found at Entrez Gene. The role is considered as supplementary to the role Gene_In Chromosomal_Location"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R146",
+ "name": "Chemical_Or_Drug_Affects_Gene_Product",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Affects Gene Product",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Chemical_Or_Drug_Affects_Gene_Product",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Chemical_Or_Drug_Affects_Gene_Product",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert that a gene product is the target of a therapeutic agent. The role implies a direct interaction between the product and the therapeutic agent but it does not specify the type of association (e.g., involvement, interference, inhibition or cleavage). The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Gene Product', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R150",
+ "name": "Chemical_Or_Drug_Affects_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Affects Abnormal Cell",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Chemical_Or_Drug_Affects_Abnormal_Cell",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Chemical_Or_Drug_Affects_Abnormal_Cell",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to establish the relationship between a therapeutic agent and an abnormal cell type associated with a disease condition. By pointing to abnormal cells, the therapeutic target of a drug can be more clearly conveyed. The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Abnormal Cell', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R153",
+ "name": "Allele_Has_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Abnormality",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Allele_Has_Abnormality",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Allele_Has_Abnormality",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A specializing role which may be used to override Gene_Has_Abnormality that has been asserted for the gene class. This role is used to establish a link between a specific allele and genetic or molecular abnormalities that have been observed in human cells and tissues associated with cancer or another disease of interest. The domain and range for this role are 'Gene' and 'Molecular Abnormality', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R155",
+ "name": "Allele_In_Chromosomal_Location",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "In Chromosomal Location",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Allele_In_Chromosomal_Location",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Allele_In_Chromosomal_Location",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used for an allele whose location has changed from the wild-type gene chromosomal location. This role is used to assert a new location that differs from the wild-type gene chromosomal location. The domain and range for this role are 'Gene' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R40",
+ "name": "Gene_In_Chromosomal_Location",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "In Chromosomal Location",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_In_Chromosomal_Location",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_In_Chromosomal_Location",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a gene and its general location, specified by chromosomal band position (infrequently by chromosome number or chromosome arm). The domain and range for this role are 'Gene' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R156",
+ "name": "Allele_Absent_From_Wild-type_Chromosomal_Location",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Absent From Wild-type Chromosomal Location",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Allele_Absent_From_Wild-type_Chromosomal_Location",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Allele_Absent_From_Wild-type_Chromosomal_Location",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used for an allele whose location has changed from the wild-type gene chromosomal location. This role is used to negate an inherited role relationship that is asserted between the parent gene class and a chromosomal location when an allele has moved (e.g., translocation, inversion, etc.). The domain and range for this role are 'Gene' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R158",
+ "name": "Allele_Plays_Altered_Role_In_Process",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Plays Altered Role In Process",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Allele_Plays_Altered_Role_In_Process",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Allele_Plays_Altered_Role_In_Process",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A specializing role which may be used for an allele whose encoded product functions differently (qualitatively or quantitatively) from the function asserted on its parent. It specializes the function of the wild type gene/gene product. The domain and range for this role are 'Gene' and 'Biological Process', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R37",
+ "name": "Gene_Plays_Role_In_Process",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Plays Role In Process",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Plays_Role_In_Process",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Plays_Role_In_Process",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a gene and a biological process in which its encoded gene product(s) participate. The domain and range for this role are 'Gene' and 'Biological Process', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R159",
+ "name": "Allele_Has_Activity",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Activity",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Allele_Has_Activity",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Allele_Has_Activity",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert the observed level of activity associated with an allele in a given biological process, compared to the wild-type gene. The domain and range for this role are 'Gene' and 'Property or Attribute', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R160",
+ "name": "Allele_Plays_Role_In_Metabolism_Of_Chemical_Or_Drug",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Plays Role In Metabolism Of Chemical Or Drug",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Allele_Plays_Role_In_Metabolism_Of_Chemical_Or_Drug",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Allele_Plays_Role_In_Metabolism_Of_Chemical_Or_Drug",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a specific allele (product; enzyme) and drug-metabolizing efficacy. The domain and range for this role are 'Gene' and 'Drug, Food, Chemical or Biomedical Material', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R163",
+ "name": "Procedure_Has_Target_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Target Anatomy",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Procedure_Has_Target_Anatomy",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Procedure_Has_Target_Anatomy",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a procedure and its target anatomy, specifically that a particular procedure always has an association with the target anatomy. This role should be used when a more specific role cannot be asserted, including procedures targeting blood and other fluids. The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R165",
+ "name": "Procedure_Has_Imaged_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Imaged Anatomy",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Procedure_Has_Imaged_Anatomy",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Procedure_Has_Imaged_Anatomy",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between an imaging procedure and its target anatomy, specifically that a particular procedure always involves imaging the specified anatomy. The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R166",
+ "name": "Procedure_May_Have_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Excised Anatomy",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Procedure_May_Have_Excised_Anatomy",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Procedure_May_Have_Excised_Anatomy",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a surgical procedure and its target anatomy, specifically that a particular procedure sometimes results in excision of some or all of the specified anatomy. This role is applicable to procedures or techniques that involve excision of solid tissues or organs. It should be used when a more specific role cannot be asserted. The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R167",
+ "name": "Procedure_Has_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Excised Anatomy",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Procedure_Has_Excised_Anatomy",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Procedure_Has_Excised_Anatomy",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a surgical procedure and its target anatomy, specifically that a particular procedure always involves excision of some or all of the specified anatomy. This role is applicable to procedures or techniques that involve excision of solid tissues or organs. It should be used when a more specific role cannot be asserted. The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R168",
+ "name": "Procedure_May_Have_Partially_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Partially Excised Anatomy",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Procedure_May_Have_Partially_Excised_Anatomy",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Procedure_May_Have_Partially_Excised_Anatomy",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a surgical procedure and its target anatomy, specifically that a particular procedure sometimes results in partial excision of the specified anatomy. This role is applicable to procedures or techniques that involve excision of solid tissues or organs, and where partial excision is explicit or can be inferred (e.g. biopsy). The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R169",
+ "name": "Procedure_Has_Partially_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Partially Excised Anatomy",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Procedure_Has_Partially_Excised_Anatomy",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Procedure_Has_Partially_Excised_Anatomy",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a surgical procedure and its target anatomy, specifically that a particular procedure always involves partial excision of the specified anatomy. This role is applicable to procedures or techniques that involve excision of solid tissues or organs, and where partial excision is explicit or can be inferred (e.g. biopsy). The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R170",
+ "name": "Procedure_May_Have_Completely_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Completely Excised Anatomy",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Procedure_May_Have_Completely_Excised_Anatomy",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Procedure_May_Have_Completely_Excised_Anatomy",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a surgical procedure and its target anatomy, specifically that a particular procedure sometimes results in complete excision of the target anatomy. This role is applicable to procedures or techniques that involve excision of solid tissues or organs, and where complete excision is explicit or can be inferred. The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R171",
+ "name": "Procedure_Has_Completely_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Completely Excised Anatomy",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Procedure_Has_Completely_Excised_Anatomy",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Procedure_Has_Completely_Excised_Anatomy",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a surgical procedure and its target anatomy, specifically that a particular procedure always is intended for the complete excision of the target anatomy. This role is applicable to procedures or techniques that involve excision of solid tissues or organs, and where complete excision is explicit or can be inferred. The domain and range for this role are 'Clinical or Research Activity' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R172",
+ "name": "Regimen_Has_Accepted_Use_For_Disease",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Accepted Use For Disease",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Regimen_Has_Accepted_Use_For_Disease",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Regimen_Has_Accepted_Use_For_Disease",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to link established therapeutic regimens to their corresponding cancers or other diseases. Only established regimens published in NCI's Physician Data Query (PDQ), National Comprehensive Cancer Network (NCCN) Guidelines (http://www.nccn.org), or a limited number of other authoritative sources such as the Physician's Cancer Chemotherapy Manual are included. The domain and range for this role are 'Chemotherapy Regimen or Agent Combination' and 'Disease, Disorder or Finding', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R173",
+ "name": "Cytogenetic_Abnormality_Involves_Chromosome",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Cytogenetic_Abnormality_Involves_Chromosome",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Cytogenetic_Abnormality_Involves_Chromosome",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a direct relationship between a cytogenetic abnormality and a chromosome. The domain and range for this role are 'Cytogenetic Abnormality' and 'Chromosome', respectively. The range for this role excludes chromosomal bands and physical locations.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R174",
+ "name": "Disease_Mapped_To_Chromosome",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Disease_Mapped_To_Chromosome",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Mapped_To_Chromosome",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a disease, disorder or finding and a chromosome. This restriction should be used when a disease or disorder maps to a chromosome. It is not meant to be used when a specific cytogenetic abnormality is known (e.g. translocation, inversion). The domain and range for this role are 'Disease, Disorder or Finding' and 'Chromosome', respectively. The range for this role excludes chromosomal bands and physical locations.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R175",
+ "name": "Gene_Involved_In_Pathogenesis_Of_Disease",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Gene_Involved_In_Pathogenesis_Of_Disease",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Involved_In_Pathogenesis_Of_Disease",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a direct relationship between a gene and a disease. This restriction should only be used when an abnormality in a gene a causative event for a disease. The domain and range for this role are 'Gene' and 'Disease or Disorder', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R176",
+ "name": "Disease_Mapped_To_Gene",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Disease_Mapped_To_Gene",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Mapped_To_Gene",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a direct relationship between a disease, disorder or finding and a gene. This restriction can be used when a polymorphism or an abnormality in a gene is either a clinical marker for, a causative event for, or predisposes a subject to a disease. The domain and range for this role are 'Disease, Disorder or Finding' and 'Gene', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R177",
+ "name": "Molecular_Abnormality_Involves_Gene",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Molecular_Abnormality_Involves_Gene",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Molecular_Abnormality_Involves_Gene",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a direct relationship between a molecular abnormality and a gene. The domain and range for this role are 'Molecular Abnormality' and 'Gene', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R178",
+ "name": "Gene_Mutant_Encodes_Gene_Product_Sequence_Variation",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Gene_Mutant_Encodes_Gene_Product_Sequence_Variation",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Mutant_Encodes_Gene_Product_Sequence_Variation",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to indicate that a specific molecular variation or mutation in a gene encodes a gene product sequence variant. The domain and range for this role are 'Gene Mutant' and 'Gene Product Sequence Variation', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R179",
+ "name": "Gene_Product_Sequence_Variation_Encoded_By_Gene_Mutant",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Gene_Product_Sequence_Variation_Encoded_By_Gene_Mutant",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Sequence_Variation_Encoded_By_Gene_Mutant",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to indicate that a gene product sequence variation is encoded by a specific gene mutant. The domain and range for this role are 'Gene Product Sequence Variation' and 'Gene Mutant', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R182",
+ "name": "Gene_Product_Variant_Of_Gene_Product",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Gene_Product_Variant_Of_Gene_Product",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Variant_Of_Gene_Product",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to indicate that a gene product sequence variation is related to a wild-type gene product. The domain and range for this role are 'Gene Product Sequence Variation' and 'Gene Product', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R23",
+ "name": "EO_Disease_Has_Associated_Cell_Type",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Associated Cell Type",
+ "type": "Display_Name"
+ },
+ {
+ "name": "EO_Disease_Has_Associated_Cell_Type",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "EO_Disease_Has_Associated_Cell_Type",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to specify the associated cell type of a disease in an experimental organism. The domain and range for this role are 'Experimental Organism Diagnosis' and 'Experimental Organism Anatomical Concept', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R24",
+ "name": "EO_Disease_Maps_To_Human_Disease",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Maps To Human Disease",
+ "type": "Display_Name"
+ },
+ {
+ "name": "EO_Disease_Maps_To_Human_Disease",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "EO_Disease_Maps_To_Human_Disease",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role is used to establish a relationship between a disease in an experimental organism and a corresponding human disease. The domain and the range for this role are 'Experimental Organism Diagnosis' and 'Disease, Disorder or Finding', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R25",
+ "name": "EO_Disease_Has_Associated_EO_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Associated EO Anatomy",
+ "type": "Display_Name"
+ },
+ {
+ "name": "EO_Disease_Has_Associated_EO_Anatomy",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "EO_Disease_Has_Associated_EO_Anatomy",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to specify the general site, structure or system where a pathological process is located in an experimental organism. The domain and range for this role are 'Experimental Organism Diagnosis' and 'Experimental Organism Anatomical Concept', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R26",
+ "name": "EO_Disease_Has_Property_Or_Attribute",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Property Or Attribute",
+ "type": "Display_Name"
+ },
+ {
+ "name": "EO_Disease_Has_Property_Or_Attribute",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "EO_Disease_Has_Property_Or_Attribute",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to specify the clinical behavior, or other characteristic, of a disease in an experimental organism. The domain and range for this role are 'Experimental Organism Diagnosis' and 'Property or Attribute', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R27",
+ "name": "Conceptual_Part_Of",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Part Of",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Conceptual_Part_Of",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Conceptual_Part_Of",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to indicate that a conceptual entity is a sub-entity of another conceptual entity. Both the domain and the range for this role are 'Conceptual Entity'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R28",
+ "name": "Biological_Process_Has_Initiator_Process",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Initiator Process",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Biological_Process_Has_Initiator_Process",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Biological_Process_Has_Initiator_Process",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert that the initiation of the stated biological process is dependent on the progression or completion of another process. The role implies a direct physical and functional interaction of an element from the preceding biological process with a target molecule or complex involved in the initial stages of the stated process. Both the domain and the range for this role are 'Biological Process'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R29",
+ "name": "Biological_Process_Has_Result_Chemical_Or_Drug",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Result Chemical Or Drug",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Biological_Process_Has_Result_Chemical_Or_Drug",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Biological_Process_Has_Result_Chemical_Or_Drug",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert that the endpoint of a biological process is the creation of a drug, chemical or biomedical material. The domain and range for this role are 'Biological Process' and 'Drug, Food, Chemical or Biomedical Material', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R30",
+ "name": "Biological_Process_Has_Associated_Location",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Associated Location",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Biological_Process_Has_Associated_Location",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Biological_Process_Has_Associated_Location",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to indicate the organ, organ system, cellular or subcellular location where a process occurs in a living system. The domain and range for this role are 'Biological Process' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R31",
+ "name": "Biological_Process_Has_Result_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Result Anatomy",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Biological_Process_Has_Result_Anatomy",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Biological_Process_Has_Result_Anatomy",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert that some biological event results in the formation of a subcellular complex, structure, cell, tissue or organ. This role is used to establish this relationship between the biological process and the anatomical factor formed. The domain and range for this role are 'Biological Process' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R32",
+ "name": "Biological_Process_Has_Initiator_Chemical_Or_Drug",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Initiator Chemical Or Drug",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Biological_Process_Has_Initiator_Chemical_Or_Drug",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Biological_Process_Has_Initiator_Chemical_Or_Drug",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert the relationship between a biological process and a drug or chemical that stimulates the process. The role implies the direct physical interaction of a chemical or drug with a target molecule or complex that results in the initiation of the process. The domain and range for this role are 'Biological Process' and 'Drug, Food, Chemical or Biomedical Material', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R34",
+ "name": "Biological_Process_Has_Result_Biological_Process",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Result Biological Process",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Biological_Process_Has_Result_Biological_Process",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Biological_Process_Has_Result_Biological_Process",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert that the end result of a biological process initiates a subsequent biological process. Both the domain and the range for this role is 'Biological Process'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R35",
+ "name": "Biological_Process_Is_Part_Of_Process",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is Part Of Process",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Biological_Process_Is_Part_Of_Process",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Biological_Process_Is_Part_Of_Process",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert that a biological process operates as a component of another biological process. Both the domain and the range for this role is 'Biological Process'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R36",
+ "name": "Gene_Is_Biomarker_Type",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is Biomarker Type",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Is_Biomarker_Type",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Is_Biomarker_Type",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to designate the type of biomarker a gene is; it points to a small tree of biomarker types (e.g., Disease Marker, Metabolic Marker, Prognostic Marker). The domain and range for this role are 'Gene' and 'Diagnostic or Prognostic Factor', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R38",
+ "name": "Gene_Associated_With_Disease",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Associated With Disease",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Associated_With_Disease",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Associated_With_Disease",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to indicate that molecular abnormalities in a gene may be associated with the manifestation of a disease. The role is used to assert a link between a gene and a disease when the association is considered to have clinical relevance. The domain and range for this role are 'Gene' and 'Disease, Disorder or Finding', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R39",
+ "name": "Gene_Is_Biomarker_Of",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Gene_Is_Biomarker_Of",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Is_Biomarker_Of",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert that expression or alteration of a gene is correlated with a particular disease or disease state or is predictive of the disease or disease state. The domain and range for this role are 'Gene' and Findings_and_Disorder_Kind, respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R41",
+ "name": "Gene_Found_In_Organism",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Found In Organism",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Found_In_Organism",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Found_In_Organism",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to specify the organism of origin for a gene. It may be used to differentiate genes with the same name and functions that originate from different organisms. The domain and range for this role are 'Gene' and 'Organism', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "Currently, we only model human genes, but this role has obvious utility in future, if other organisms are modeled as well."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R42",
+ "name": "Gene_Product_Is_Biomarker_Type",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is Biomarker Type",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Is_Biomarker_Type",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Is_Biomarker_Type",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to designate the type of biomarker a gene product is; it points to a small tree of biomarker types (e.g., Disease Marker, Metabolic Marker, Prognostic Marker). The domain and range for this role are 'Gene Product' and 'Diagnostic or Prognostic Factor', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R44",
+ "name": "Gene_Product_Has_Chemical_Classification",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Chemical Classification",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Has_Chemical_Classification",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Has_Chemical_Classification",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to specify the physical structure type of a protein molecule (e.g. metalloprotein, transmembrane protein). Both the domain and range for this role are 'Gene Product'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "The role was originally intended for protein structure tagging (e.g., Phosphoprotein, Lipoprotein). Was extended to also tag for Membrane Protein, Protein Complex Subunit, etc."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R45",
+ "name": "Gene_Product_Has_Organism_Source",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Organism Source",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Has_Organism_Source",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Has_Organism_Source",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to differentiate homologous proteins from different organisms. The domain and range for this role are 'Gene Product' and 'Organism', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R46",
+ "name": "Gene_Product_Has_Associated_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Associated Anatomy",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Has_Associated_Anatomy",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Has_Associated_Anatomy",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to specify physical structures or typical subcellular locations of a gene product. The domain and range for this role are 'Gene Product' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R47",
+ "name": "Gene_Product_Is_Biomarker_Of",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is Biomarker Of",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Is_Biomarker_Of",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Is_Biomarker_Of",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to indicate that presence of a gene product may contribute to clinical diagnosis, treatment selection, or prediction of clinical outcome. The domain and range for this role are 'Gene Product' and 'Disease, Disorder or Finding', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "This role does not imply a cause and effect."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R48",
+ "name": "Gene_Product_Malfunction_Associated_With_Disease",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Malfunction Associated With Disease",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Malfunction_Associated_With_Disease",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Malfunction_Associated_With_Disease",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to indicate that molecular abnormalities in a gene product may be associated with the manifestation of a disease. The role is used to assert a link between a gene product and a disease when the association is considered to have clinical relevance. The domain and range for this role are 'Gene Product' and 'Disease, Disorder or Finding', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R49",
+ "name": "Gene_Product_Expressed_In_Tissue",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Expressed In Tissue",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Expressed_In_Tissue",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Expressed_In_Tissue",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to specify that a normal tissue is the normal location for the expression of a gene product. The domain and range for this role are 'Gene Product' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "This information is often useful to researchers. However, we no longer curate this information and now favor linking out to externally curated databases. Source database for the link has yet to be decided."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R50",
+ "name": "Gene_Product_Has_Structural_Domain_Or_Motif",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Structural Domain Or Motif",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Has_Structural_Domain_Or_Motif",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Has_Structural_Domain_Or_Motif",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used specify information about protein domains or motifs present in a protein that can give insight into protein function. The domain and range for this role are 'Gene Product' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "We no longer curate this information and now favor linking out to externally curated databases. The source database for the link has yet to be decided."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R51",
+ "name": "Gene_Product_Is_Physical_Part_Of",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is Physical Part Of",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Is_Physical_Part_Of",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Is_Physical_Part_Of",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to indicate that a gene product normally functions as a component of a \"functional complex\". Both the domain and range for this role are 'Gene Product'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R52",
+ "name": "Gene_Product_Has_Biochemical_Function",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Biochemical Function",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Has_Biochemical_Function",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Has_Biochemical_Function",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to denote the biochemical activity of a gene product. Both the domain and range for this role are 'Gene Product'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R53",
+ "name": "Gene_Product_Plays_Role_In_Biological_Process",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Plays Role In Biological Process",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Plays_Role_In_Biological_Process",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Plays_Role_In_Biological_Process",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert that a gene product participates in a specific biological process. The domain and range for this role are 'Gene Product' and 'Biological Process', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "Considered by most researchers to be essential, definitional information about a gene product."
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R54",
+ "name": "Gene_Product_Encoded_By_Gene",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Encoded By Gene",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Gene_Product_Encoded_By_Gene",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Gene_Product_Encoded_By_Gene",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert a relationship between a gene product and the gene that encodes it. The domain and range for this role are 'Gene Product' and 'Gene', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "The reciprocal relationship is represented in the property Gene_Encodes_Product"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R66",
+ "name": "Chemical_Or_Drug_Plays_Role_In_Biological_Process",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Plays Role In Biological Process",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Chemical_Or_Drug_Plays_Role_In_Biological_Process",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Chemical_Or_Drug_Plays_Role_In_Biological_Process",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to assert that an active ingredient of a drug or chemical agent influences a biological process. The role implies a direct association with a target biological molecule or complex involved in the process. The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Biological Process', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "DesignNote",
+ "value": "to be deleted"
+ },
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R72",
+ "name": "Chemical_Or_Drug_Affects_Cell_Type_Or_Tissue",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Affects Cell Type Or Tissue",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Chemical_Or_Drug_Affects_Cell_Type_Or_Tissue",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Chemical_Or_Drug_Affects_Cell_Type_Or_Tissue",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent the intended target cells for a chemical or drug. This does not include unintended target cells or tissues that are associated with side effects or toxicity of the chemical or drug. The domain and range for this role are 'Drug, Food, Chemical or Biomedical Material' and 'Anatomic Structure, System, or Substance', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R81",
+ "name": "Anatomic_Structure_Has_Location",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Has Location",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Anatomic_Structure_Has_Location",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Anatomic_Structure_Has_Location",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to indicate the physical location of an anatomic structure in the body. Both the domain and range for this role are 'Anatomic Structure, System, or Substance'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R82",
+ "name": "Anatomic_Structure_Is_Physical_Part_Of",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is Physical Part Of",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Anatomic_Structure_Is_Physical_Part_Of",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Anatomic_Structure_Is_Physical_Part_Of",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to indicate that an anatomic structure has a physical association with a broader system or organ. Both the domain and range for this role are 'Anatomic Structure, System, or Substance'.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R88",
+ "name": "Disease_Is_Stage",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "Is Stage",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_Is_Stage",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_Is_Stage",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to specify the disease stage of a disease, the extent to which a cancer has spread from the original site to other parts of the body. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Property or_Attribute', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ },
+ {
+ "code": "R89",
+ "name": "Disease_May_Have_Molecular_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d",
+ "synonyms": [
+ {
+ "name": "May Have Molecular Abnormality",
+ "type": "Display_Name"
+ },
+ {
+ "name": "Disease_May_Have_Molecular_Abnormality",
+ "type": "FULL_SYN"
+ },
+ {
+ "name": "Disease_May_Have_Molecular_Abnormality",
+ "type": "Preferred_Name"
+ }
+ ],
+ "definitions": [
+ {
+ "definition": "A role used to represent that a molecular abnormality will only be present in some cases of the disease. The domain and the range for this role are 'Disease, Disorder or Finding' and 'Molecular Abnormality', respectively.",
+ "type": "DEFINITION"
+ }
+ ],
+ "properties": [
+ {
+ "type": "Semantic_Type",
+ "value": "Conceptual Entity"
+ }
+ ]
+ }
+]
+
diff --git a/curl-examples/samples/get-roles.txt b/curl-examples/samples/get-roles.txt
index 8e5c6623..bcd20983 100644
--- a/curl-examples/samples/get-roles.txt
+++ b/curl-examples/samples/get-roles.txt
@@ -1,573 +1,573 @@
-[
- {
- "code": "R123",
- "name": "Chemotherapy_Regimen_Has_Component",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R163",
- "name": "Procedure_Has_Target_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R100",
- "name": "Disease_Has_Associated_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R126",
- "name": "Disease_Has_Associated_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R101",
- "name": "Disease_Has_Primary_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R103",
- "name": "Disease_Has_Normal_Tissue_Origin",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R104",
- "name": "Disease_Has_Normal_Cell_Origin",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R105",
- "name": "Disease_Has_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R108",
- "name": "Disease_Has_Finding",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R115",
- "name": "Disease_May_Have_Finding",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R139",
- "name": "Disease_Excludes_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R142",
- "name": "Disease_Excludes_Finding",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R124",
- "name": "Chemical_Or_Drug_Has_Mechanism_Of_Action",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R125",
- "name": "Chemical_Or_Drug_Has_Physiologic_Effect",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R146",
- "name": "Chemical_Or_Drug_Affects_Gene_Product",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R50",
- "name": "Gene_Product_Has_Structural_Domain_Or_Motif",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R52",
- "name": "Gene_Product_Has_Biochemical_Function",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R53",
- "name": "Gene_Product_Plays_Role_In_Biological_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R54",
- "name": "Gene_Product_Encoded_By_Gene",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R135",
- "name": "Disease_Excludes_Primary_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R72",
- "name": "Chemical_Or_Drug_Affects_Cell_Type_Or_Tissue",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R116",
- "name": "Disease_May_Have_Associated_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R175",
- "name": "Gene_Involved_In_Pathogenesis_Of_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R37",
- "name": "Gene_Plays_Role_In_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R132",
- "name": "Gene_Has_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R133",
- "name": "Gene_Product_Has_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R41",
- "name": "Gene_Found_In_Organism",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R40",
- "name": "Gene_In_Chromosomal_Location",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R46",
- "name": "Gene_Product_Has_Associated_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R49",
- "name": "Gene_Product_Expressed_In_Tissue",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R51",
- "name": "Gene_Product_Is_Physical_Part_Of",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R130",
- "name": "Gene_Is_Element_In_Pathway",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R131",
- "name": "Gene_Product_Is_Element_In_Pathway",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R44",
- "name": "Gene_Product_Has_Chemical_Classification",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R177",
- "name": "Molecular_Abnormality_Involves_Gene",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R178",
- "name": "Gene_Mutant_Encodes_Gene_Product_Sequence_Variation",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R179",
- "name": "Gene_Product_Sequence_Variation_Encoded_By_Gene_Mutant",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R182",
- "name": "Gene_Product_Variant_Of_Gene_Product",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R42",
- "name": "Gene_Product_Is_Biomarker_Type",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R45",
- "name": "Gene_Product_Has_Organism_Source",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R176",
- "name": "Disease_Mapped_To_Gene",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R106",
- "name": "Disease_Has_Molecular_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R174",
- "name": "Disease_Mapped_To_Chromosome",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R27",
- "name": "Conceptual_Part_Of",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R167",
- "name": "Procedure_Has_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R169",
- "name": "Procedure_Has_Partially_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R82",
- "name": "Anatomic_Structure_Is_Physical_Part_Of",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R122",
- "name": "Chemical_Or_Drug_Is_Metabolized_By_Enzyme",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R88",
- "name": "Disease_Is_Stage",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R47",
- "name": "Gene_Product_Is_Biomarker_Of",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R38",
- "name": "Gene_Associated_With_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R155",
- "name": "Allele_In_Chromosomal_Location",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R137",
- "name": "Disease_Excludes_Normal_Tissue_Origin",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R138",
- "name": "Disease_Excludes_Normal_Cell_Origin",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R32",
- "name": "Biological_Process_Has_Initiator_Chemical_Or_Drug",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R114",
- "name": "Disease_May_Have_Cytogenetic_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R89",
- "name": "Disease_May_Have_Molecular_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R110",
- "name": "Disease_Is_Grade",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R172",
- "name": "Regimen_Has_Accepted_Use_For_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R171",
- "name": "Procedure_Has_Completely_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R30",
- "name": "Biological_Process_Has_Associated_Location",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R81",
- "name": "Anatomic_Structure_Has_Location",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R48",
- "name": "Gene_Product_Malfunction_Associated_With_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R140",
- "name": "Disease_Excludes_Molecular_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R25",
- "name": "EO_Disease_Has_Associated_EO_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R24",
- "name": "EO_Disease_Maps_To_Human_Disease",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R26",
- "name": "EO_Disease_Has_Property_Or_Attribute",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R141",
- "name": "Disease_Excludes_Cytogenetic_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R107",
- "name": "Disease_Has_Cytogenetic_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R66",
- "name": "Chemical_Or_Drug_Plays_Role_In_Biological_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R173",
- "name": "Cytogenetic_Abnormality_Involves_Chromosome",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R28",
- "name": "Biological_Process_Has_Initiator_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R35",
- "name": "Biological_Process_Is_Part_Of_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R113",
- "name": "Disease_May_Have_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R102",
- "name": "Disease_Has_Metastatic_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R112",
- "name": "Disease_May_Have_Normal_Cell_Origin",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R34",
- "name": "Biological_Process_Has_Result_Biological_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R153",
- "name": "Allele_Has_Abnormality",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R136",
- "name": "Disease_Excludes_Metastatic_Anatomic_Site",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R166",
- "name": "Procedure_May_Have_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R168",
- "name": "Procedure_May_Have_Partially_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R170",
- "name": "Procedure_May_Have_Completely_Excised_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R36",
- "name": "Gene_Is_Biomarker_Type",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R31",
- "name": "Biological_Process_Has_Result_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R29",
- "name": "Biological_Process_Has_Result_Chemical_Or_Drug",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R150",
- "name": "Chemical_Or_Drug_Affects_Abnormal_Cell",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R111",
- "name": "Disease_May_Have_Normal_Tissue_Origin",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R39",
- "name": "Gene_Is_Biomarker_Of",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R23",
- "name": "EO_Disease_Has_Associated_Cell_Type",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R145",
- "name": "Gene_Has_Physical_Location",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R165",
- "name": "Procedure_Has_Imaged_Anatomy",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R159",
- "name": "Allele_Has_Activity",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R158",
- "name": "Allele_Plays_Altered_Role_In_Process",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R160",
- "name": "Allele_Plays_Role_In_Metabolism_Of_Chemical_Or_Drug",
- "terminology": "ncit",
- "version": "25.02d"
- },
- {
- "code": "R156",
- "name": "Allele_Absent_From_Wild-type_Chromosomal_Location",
- "terminology": "ncit",
- "version": "25.02d"
- }
-]
-
+[
+ {
+ "code": "R100",
+ "name": "Disease_Has_Associated_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R101",
+ "name": "Disease_Has_Primary_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R102",
+ "name": "Disease_Has_Metastatic_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R103",
+ "name": "Disease_Has_Normal_Tissue_Origin",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R104",
+ "name": "Disease_Has_Normal_Cell_Origin",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R105",
+ "name": "Disease_Has_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R106",
+ "name": "Disease_Has_Molecular_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R107",
+ "name": "Disease_Has_Cytogenetic_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R108",
+ "name": "Disease_Has_Finding",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R110",
+ "name": "Disease_Is_Grade",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R111",
+ "name": "Disease_May_Have_Normal_Tissue_Origin",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R112",
+ "name": "Disease_May_Have_Normal_Cell_Origin",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R113",
+ "name": "Disease_May_Have_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R114",
+ "name": "Disease_May_Have_Cytogenetic_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R115",
+ "name": "Disease_May_Have_Finding",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R116",
+ "name": "Disease_May_Have_Associated_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R122",
+ "name": "Chemical_Or_Drug_Is_Metabolized_By_Enzyme",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R123",
+ "name": "Chemotherapy_Regimen_Has_Component",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R124",
+ "name": "Chemical_Or_Drug_Has_Mechanism_Of_Action",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R125",
+ "name": "Chemical_Or_Drug_Has_Physiologic_Effect",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R126",
+ "name": "Disease_Has_Associated_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R130",
+ "name": "Gene_Is_Element_In_Pathway",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R131",
+ "name": "Gene_Product_Is_Element_In_Pathway",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R132",
+ "name": "Gene_Has_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R133",
+ "name": "Gene_Product_Has_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R135",
+ "name": "Disease_Excludes_Primary_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R136",
+ "name": "Disease_Excludes_Metastatic_Anatomic_Site",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R137",
+ "name": "Disease_Excludes_Normal_Tissue_Origin",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R138",
+ "name": "Disease_Excludes_Normal_Cell_Origin",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R139",
+ "name": "Disease_Excludes_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R140",
+ "name": "Disease_Excludes_Molecular_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R141",
+ "name": "Disease_Excludes_Cytogenetic_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R142",
+ "name": "Disease_Excludes_Finding",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R145",
+ "name": "Gene_Has_Physical_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R146",
+ "name": "Chemical_Or_Drug_Affects_Gene_Product",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R150",
+ "name": "Chemical_Or_Drug_Affects_Abnormal_Cell",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R153",
+ "name": "Allele_Has_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R155",
+ "name": "Allele_In_Chromosomal_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R40",
+ "name": "Gene_In_Chromosomal_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R156",
+ "name": "Allele_Absent_From_Wild-type_Chromosomal_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R158",
+ "name": "Allele_Plays_Altered_Role_In_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R37",
+ "name": "Gene_Plays_Role_In_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R159",
+ "name": "Allele_Has_Activity",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R160",
+ "name": "Allele_Plays_Role_In_Metabolism_Of_Chemical_Or_Drug",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R163",
+ "name": "Procedure_Has_Target_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R165",
+ "name": "Procedure_Has_Imaged_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R166",
+ "name": "Procedure_May_Have_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R167",
+ "name": "Procedure_Has_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R168",
+ "name": "Procedure_May_Have_Partially_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R169",
+ "name": "Procedure_Has_Partially_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R170",
+ "name": "Procedure_May_Have_Completely_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R171",
+ "name": "Procedure_Has_Completely_Excised_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R172",
+ "name": "Regimen_Has_Accepted_Use_For_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R173",
+ "name": "Cytogenetic_Abnormality_Involves_Chromosome",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R174",
+ "name": "Disease_Mapped_To_Chromosome",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R175",
+ "name": "Gene_Involved_In_Pathogenesis_Of_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R176",
+ "name": "Disease_Mapped_To_Gene",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R177",
+ "name": "Molecular_Abnormality_Involves_Gene",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R178",
+ "name": "Gene_Mutant_Encodes_Gene_Product_Sequence_Variation",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R179",
+ "name": "Gene_Product_Sequence_Variation_Encoded_By_Gene_Mutant",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R182",
+ "name": "Gene_Product_Variant_Of_Gene_Product",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R23",
+ "name": "EO_Disease_Has_Associated_Cell_Type",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R24",
+ "name": "EO_Disease_Maps_To_Human_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R25",
+ "name": "EO_Disease_Has_Associated_EO_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R26",
+ "name": "EO_Disease_Has_Property_Or_Attribute",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R27",
+ "name": "Conceptual_Part_Of",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R28",
+ "name": "Biological_Process_Has_Initiator_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R29",
+ "name": "Biological_Process_Has_Result_Chemical_Or_Drug",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R30",
+ "name": "Biological_Process_Has_Associated_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R31",
+ "name": "Biological_Process_Has_Result_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R32",
+ "name": "Biological_Process_Has_Initiator_Chemical_Or_Drug",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R34",
+ "name": "Biological_Process_Has_Result_Biological_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R35",
+ "name": "Biological_Process_Is_Part_Of_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R36",
+ "name": "Gene_Is_Biomarker_Type",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R38",
+ "name": "Gene_Associated_With_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R39",
+ "name": "Gene_Is_Biomarker_Of",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R41",
+ "name": "Gene_Found_In_Organism",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R42",
+ "name": "Gene_Product_Is_Biomarker_Type",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R44",
+ "name": "Gene_Product_Has_Chemical_Classification",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R45",
+ "name": "Gene_Product_Has_Organism_Source",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R46",
+ "name": "Gene_Product_Has_Associated_Anatomy",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R47",
+ "name": "Gene_Product_Is_Biomarker_Of",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R48",
+ "name": "Gene_Product_Malfunction_Associated_With_Disease",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R49",
+ "name": "Gene_Product_Expressed_In_Tissue",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R50",
+ "name": "Gene_Product_Has_Structural_Domain_Or_Motif",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R51",
+ "name": "Gene_Product_Is_Physical_Part_Of",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R52",
+ "name": "Gene_Product_Has_Biochemical_Function",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R53",
+ "name": "Gene_Product_Plays_Role_In_Biological_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R54",
+ "name": "Gene_Product_Encoded_By_Gene",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R66",
+ "name": "Chemical_Or_Drug_Plays_Role_In_Biological_Process",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R72",
+ "name": "Chemical_Or_Drug_Affects_Cell_Type_Or_Tissue",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R81",
+ "name": "Anatomic_Structure_Has_Location",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R82",
+ "name": "Anatomic_Structure_Is_Physical_Part_Of",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R88",
+ "name": "Disease_Is_Stage",
+ "terminology": "ncit",
+ "version": "25.07d"
+ },
+ {
+ "code": "R89",
+ "name": "Disease_May_Have_Molecular_Abnormality",
+ "terminology": "ncit",
+ "version": "25.07d"
+ }
+]
+
diff --git a/curl-examples/samples/get-subset-by-code.txt b/curl-examples/samples/get-subset-by-code.txt
index efc9105c..aa7ed7cd 100644
--- a/curl-examples/samples/get-subset-by-code.txt
+++ b/curl-examples/samples/get-subset-by-code.txt
@@ -1,280 +1,287 @@
-{
- "code": "C81222",
- "name": "CDISC ADaM Terminology",
- "terminology": "ncit",
- "version": "25.02d",
- "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM",
- "conceptStatus": "DEFAULT",
- "leaf": false,
- "active": true,
- "synonyms": [
- {
- "name": "ADaM",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "CDISC"
- },
- {
- "name": "CDISC ADaM Terminology",
- "termType": "PT",
- "type": "FULL_SYN",
- "source": "NCI"
- },
- {
- "name": "CDISC ADaM Terminology",
- "type": "Preferred_Name"
- }
- ],
- "definitions": [
- {
- "definition": "The terminology subset that includes terms pertaining to the Clinical Data Interchange Standards Consortium (CDISC) Analysis Data Model (ADaM).",
- "type": "ALT_DEFINITION",
- "source": "CDISC"
- },
- {
- "definition": "The terminology subset that includes terms pertaining to the Clinical Data Interchange Standards Consortium (CDISC) Analysis Data Model (ADaM).",
- "type": "DEFINITION",
- "source": "NCI"
- }
- ],
- "properties": [
- {
- "type": "Contributing_Source",
- "value": "CDISC"
- },
- {
- "type": "Legacy Concept Name",
- "value": "CDISC_ADaM_Terminology"
- },
- {
- "type": "Publish_Value_Set",
- "value": "Yes"
- },
- {
- "type": "Semantic_Type",
- "value": "Intellectual Product"
- },
- {
- "type": "Term_Browser_Value_Set_Description",
- "value": "
The terminology subset that includes terms pertaining to the Clinical Data Interchange Standards Consortium (CDISC) Analysis Data Model (ADaM).
The terminology can be downloaded at this location: CDISC ADaM Terminology.
" - }, - { - "type": "UMLS_CUI", - "value": "C2825525" - }, - { - "type": "Value_Set_Pair", - "value": "No" - } - ], - "children": [ - { - "code": "C208382", - "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Code Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C208381", - "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Name Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/SDTM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C204411", - "name": "CDISC ADaM Analysis Stratum Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C187458", - "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Code Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C187457", - "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Name Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C81223", - "name": "CDISC ADaM Date Imputation Flag Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C81224", - "name": "CDISC ADaM Derivation Type Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C172334", - "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Code Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C172335", - "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Name Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C158114", - "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Code Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C158115", - "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Name Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C187456", - "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Code Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C187455", - "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Name Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C204410", - "name": "CDISC ADaM Input Parameter Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C193278", - "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Code Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C193277", - "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Name Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C81225", - "name": "CDISC ADaM Parameter Type Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C165644", - "name": "CDISC ADaM Pool for Integration Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C124296", - "name": "CDISC ADaM Subject Trial Status Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C81226", - "name": "CDISC ADaM Time Imputation Flag Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C204414", - "name": "CDISC ADaM Tobacco Product Category Response Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C204413", - "name": "CDISC ADaM Tobacco Product Use Status Response Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - }, - { - "code": "C204412", - "name": "CDISC ADaM Tobacco Use Transition Response Terminology", - "terminology": "ncit", - "version": "25.02d", - "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", - "conceptStatus": "DEFAULT", - "active": true - } - ] -} - +{ + "code": "C81222", + "name": "CDISC ADaM Terminology", + "terminology": "ncit", + "version": "25.07d", + "subsetLink": "https://evs.nci.nih.gov/ftp1/CDISC/ADaM", + "conceptStatus": "DEFAULT", + "leaf": false, + "active": true, + "synonyms": [ + { + "name": "ADaM", + "termType": "PT", + "type": "FULL_SYN", + "source": "CDISC" + }, + { + "name": "CDISC ADaM Terminology", + "termType": "PT", + "type": "FULL_SYN", + "source": "NCI" + }, + { + "name": "CDISC ADaM Terminology", + "type": "Preferred_Name" + } + ], + "definitions": [ + { + "definition": "The terminology subset that includes terms pertaining to the Clinical Data Interchange Standards Consortium (CDISC) Analysis Data Model (ADaM).", + "type": "ALT_DEFINITION", + "source": "CDISC" + }, + { + "definition": "The terminology subset that includes terms pertaining to the Clinical Data Interchange Standards Consortium (CDISC) Analysis Data Model (ADaM).", + "type": "DEFINITION", + "source": "NCI" + } + ], + "properties": [ + { + "code": "P322", + "type": "Contributing_Source", + "value": "CDISC" + }, + { + "code": "P366", + "type": "Legacy Concept Name", + "value": "CDISC_ADaM_Terminology" + }, + { + "code": "P372", + "type": "Publish_Value_Set", + "value": "Yes" + }, + { + "code": "P106", + "type": "Semantic_Type", + "value": "Intellectual Product" + }, + { + "code": "P376", + "type": "Term_Browser_Value_Set_Description", + "value": "The terminology subset that includes terms pertaining to the Clinical Data Interchange Standards Consortium (CDISC) Analysis Data Model (ADaM).
The terminology can be downloaded at this location: CDISC ADaM Terminology.
" + }, + { + "code": "P207", + "type": "UMLS_CUI", + "value": "C2825525" + }, + { + "code": "P398", + "type": "Value_Set_Pair", + "value": "No" + } + ], + "children": [ + { + "code": "C208382", + "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Code Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C208381", + "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Name Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C204411", + "name": "CDISC ADaM Analysis Stratum Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C187458", + "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Code Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C187457", + "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Name Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C81223", + "name": "CDISC ADaM Date Imputation Flag Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C81224", + "name": "CDISC ADaM Derivation Type Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C172334", + "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Code Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C172335", + "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Name Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C158114", + "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Code Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C158115", + "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Name Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C187456", + "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Code Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C187455", + "name": "CDISC ADaM Hamilton Depression Rating Scale - 17 Item Clinical Classification Parameter Name Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C204410", + "name": "CDISC ADaM Input Parameter Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C193278", + "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Code Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C193277", + "name": "CDISC ADaM National Early Warning Score 2 Clinical Classification Parameter Name Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C81225", + "name": "CDISC ADaM Parameter Type Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C165644", + "name": "CDISC ADaM Pool for Integration Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C124296", + "name": "CDISC ADaM Subject Trial Status Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C81226", + "name": "CDISC ADaM Time Imputation Flag Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C204414", + "name": "CDISC ADaM Tobacco Product Category Response Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C204413", + "name": "CDISC ADaM Tobacco Product Use Status Response Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C204412", + "name": "CDISC ADaM Tobacco Use Transition Response Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + } + ] +} + diff --git a/curl-examples/samples/get-subset-members-by-code.txt b/curl-examples/samples/get-subset-members-by-code.txt index a89dc094..5b9ae180 100644 --- a/curl-examples/samples/get-subset-members-by-code.txt +++ b/curl-examples/samples/get-subset-members-by-code.txt @@ -1,93 +1,93 @@ -[ - { - "code": "C208382", - "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Code Terminology", - "terminology": "ncit", - "version": "25.02d", - "conceptStatus": "DEFAULT", - "leaf": true, - "active": true - }, - { - "code": "C208381", - "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Name Terminology", - "terminology": "ncit", - "version": "25.02d", - "conceptStatus": "DEFAULT", - "leaf": true, - "active": true - }, - { - "code": "C204411", - "name": "CDISC ADaM Analysis Stratum Terminology", - "terminology": "ncit", - "version": "25.02d", - "conceptStatus": "DEFAULT", - "leaf": true, - "active": true - }, - { - "code": "C187458", - "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Code Terminology", - "terminology": "ncit", - "version": "25.02d", - "conceptStatus": "DEFAULT", - "leaf": true, - "active": true - }, - { - "code": "C187457", - "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Name Terminology", - "terminology": "ncit", - "version": "25.02d", - "conceptStatus": "DEFAULT", - "leaf": true, - "active": true - }, - { - "code": "C81223", - "name": "CDISC ADaM Date Imputation Flag Terminology", - "terminology": "ncit", - "version": "25.02d", - "conceptStatus": "DEFAULT", - "leaf": true, - "active": true - }, - { - "code": "C81224", - "name": "CDISC ADaM Derivation Type Terminology", - "terminology": "ncit", - "version": "25.02d", - "conceptStatus": "DEFAULT", - "leaf": true, - "active": true - }, - { - "code": "C172334", - "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Code Terminology", - "terminology": "ncit", - "version": "25.02d", - "conceptStatus": "DEFAULT", - "leaf": true, - "active": true - }, - { - "code": "C172335", - "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Name Terminology", - "terminology": "ncit", - "version": "25.02d", - "conceptStatus": "DEFAULT", - "leaf": true, - "active": true - }, - { - "code": "C158114", - "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Code Terminology", - "terminology": "ncit", - "version": "25.02d", - "conceptStatus": "DEFAULT", - "leaf": true, - "active": true - } -] - +[ + { + "code": "C208382", + "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Code Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C208381", + "name": "CDISC ADaM Acute Physiology and Chronic Health Evaluation II Clinical Classification Parameter Name Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C204411", + "name": "CDISC ADaM Analysis Stratum Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C187458", + "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Code Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C187457", + "name": "CDISC ADaM Craig Handicap Assessment and Reporting Technique-Short Form Questionnaires Parameter Name Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C81223", + "name": "CDISC ADaM Date Imputation Flag Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C81224", + "name": "CDISC ADaM Derivation Type Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C172334", + "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Code Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C172335", + "name": "CDISC ADaM Generalized Anxiety Disorder-7 Version 2 Questionnaire Parameter Name Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + }, + { + "code": "C158114", + "name": "CDISC ADaM Geriatric Depression Scale Short Form Questionnaire Parameter Code Terminology", + "terminology": "ncit", + "version": "25.07d", + "conceptStatus": "DEFAULT", + "leaf": true, + "active": true + } +] + diff --git a/curl-examples/samples/get-subtree-children.txt b/curl-examples/samples/get-subtree-children.txt index 728896d6..b10061ad 100644 --- a/curl-examples/samples/get-subtree-children.txt +++ b/curl-examples/samples/get-subtree-children.txt @@ -1,93 +1,98 @@ -[ - { - "code": "C3802", - "label": "Amelanotic Melanoma", - "leaf": false - }, - { - "code": "C8410", - "label": "Breast Melanoma", - "leaf": true - }, - { - "code": "C131506", - "label": "Childhood Melanoma", - "leaf": false - }, - { - "code": "C3510", - "label": "Cutaneous Melanoma", - "leaf": false - }, - { - "code": "C4236", - "label": "Epithelioid Cell Melanoma", - "leaf": false - }, - { - "code": "C8925", - "label": "Metastatic Melanoma", - "leaf": false - }, - { - "code": "C66756", - "label": "Mixed Epithelioid and Spindle Cell Melanoma", - "leaf": false - }, - { - "code": "C205125", - "label": "Nodular Melanoma", - "leaf": false - }, - { - "code": "C8711", - "label": "Non-Cutaneous Melanoma", - "leaf": false - }, - { - "code": "C8562", - "label": "Ocular Melanoma", - "leaf": false - }, - { - "code": "C118828", - "label": "Orbital Melanoma", - "leaf": true - }, - { - "code": "C162547", - "label": "Penile Melanoma", - "leaf": false - }, - { - "code": "C7087", - "label": "Recurrent Melanoma", - "leaf": false - }, - { - "code": "C147983", - "label": "Refractory Melanoma", - "leaf": false - }, - { - "code": "C4228", - "label": "Regressing Melanoma", - "leaf": false - }, - { - "code": "C190239", - "label": "Resectable Melanoma", - "leaf": false - }, - { - "code": "C4237", - "label": "Spindle Cell Melanoma", - "leaf": false - }, - { - "code": "C148517", - "label": "Unresectable Melanoma", - "leaf": false - } -] - +[ + { + "code": "C3802", + "label": "Amelanotic Melanoma", + "leaf": false + }, + { + "code": "C8410", + "label": "Breast Melanoma", + "leaf": true + }, + { + "code": "C131506", + "label": "Childhood Melanoma", + "leaf": false + }, + { + "code": "C3510", + "label": "Cutaneous Melanoma", + "leaf": false + }, + { + "code": "C4236", + "label": "Epithelioid Cell Melanoma", + "leaf": false + }, + { + "code": "C217198", + "label": "Localized Melanoma", + "leaf": false + }, + { + "code": "C215044", + "label": "Melanoma In Situ", + "leaf": false + }, + { + "code": "C8925", + "label": "Metastatic Melanoma", + "leaf": false + }, + { + "code": "C66756", + "label": "Mixed Epithelioid and Spindle Cell Melanoma", + "leaf": false + }, + { + "code": "C205125", + "label": "Nodular Melanoma", + "leaf": false + }, + { + "code": "C8711", + "label": "Non-Cutaneous Melanoma", + "leaf": false + }, + { + "code": "C118828", + "label": "Orbital Melanoma", + "leaf": true + }, + { + "code": "C162547", + "label": "Penile Melanoma", + "leaf": false + }, + { + "code": "C7087", + "label": "Recurrent Melanoma", + "leaf": false + }, + { + "code": "C147983", + "label": "Refractory Melanoma", + "leaf": false + }, + { + "code": "C4228", + "label": "Regressing Melanoma", + "leaf": false + }, + { + "code": "C190239", + "label": "Resectable Melanoma", + "leaf": false + }, + { + "code": "C4237", + "label": "Spindle Cell Melanoma", + "leaf": false + }, + { + "code": "C148517", + "label": "Unresectable Melanoma", + "leaf": false + } +] + diff --git a/curl-examples/samples/get-subtree.txt b/curl-examples/samples/get-subtree.txt index 65082ccc..9dd191f7 100644 --- a/curl-examples/samples/get-subtree.txt +++ b/curl-examples/samples/get-subtree.txt @@ -1,814 +1,819 @@ -[ - { - "code": "C12913", - "label": "Abnormal Cell", - "leaf": false - }, - { - "code": "C43431", - "label": "Activity", - "leaf": false - }, - { - "code": "C12219", - "label": "Anatomic Structure, System, or Substance", - "leaf": false - }, - { - "code": "C20633", - "label": "Biochemical Pathway", - "leaf": false - }, - { - "code": "C17828", - "label": "Biological Process", - "leaf": false - }, - { - "code": "C12218", - "label": "Chemotherapy Regimen or Agent Combination", - "leaf": false - }, - { - "code": "C20181", - "label": "Conceptual Entity", - "leaf": false - }, - { - "code": "C20047", - "label": "Diagnostic or Prognostic Factor", - "leaf": false - }, - { - "code": "C7057", - "label": "Disease, Disorder or Finding", - "leaf": false, - "expanded": true, - "children": [ - { - "code": "C2991", - "label": "Disease or Disorder", - "leaf": false, - "expanded": true, - "children": [ - { - "code": "C35470", - "label": "Behavioral Disorder", - "leaf": false - }, - { - "code": "C8278", - "label": "Cancer-Related Condition", - "leaf": false - }, - { - "code": "C27551", - "label": "Disorder by Site", - "leaf": false - }, - { - "code": "C3101", - "label": "Genetic Disorder", - "leaf": false - }, - { - "code": "C3262", - "label": "Neoplasm", - "leaf": false, - "expanded": true, - "children": [ - { - "code": "C4741", - "label": "Neoplasm by Morphology", - "leaf": false, - "expanded": true, - "children": [ - { - "code": "C3709", - "label": "Epithelial Neoplasm", - "leaf": false - }, - { - "code": "C3708", - "label": "Germ Cell Tumor", - "leaf": false - }, - { - "code": "C27134", - "label": "Hematopoietic and Lymphoid Cell Neoplasm", - "leaf": false - }, - { - "code": "C7058", - "label": "Melanocytic Neoplasm", - "leaf": false, - "expanded": true, - "children": [ - { - "code": "C4661", - "label": "Central Nervous System Melanocytic Neoplasm", - "leaf": false - }, - { - "code": "C208332", - "label": "Childhood Melanocytic Neoplasm", - "leaf": false - }, - { - "code": "C204977", - "label": "Conjunctival Melanocytic Neoplasm", - "leaf": false - }, - { - "code": "C7161", - "label": "Cutaneous Melanocytic Neoplasm", - "leaf": false - }, - { - "code": "C173488", - "label": "Head and Neck Melanocytic Neoplasm", - "leaf": false - }, - { - "code": "C9498", - "label": "Melanocytoma", - "leaf": false - }, - { - "code": "C3224", - "label": "Melanoma", - "leaf": false - }, - { - "code": "C7570", - "label": "Nevus", - "leaf": false - }, - { - "code": "C205057", - "label": "Uveal Melanocytic Neoplasm", - "leaf": false - }, - { - "code": "C40335", - "label": "Vulvar Melanocytic Neoplasm", - "leaf": false - } - ] - }, - { - "code": "C7059", - "label": "Mesenchymal Cell Neoplasm", - "leaf": false - }, - { - "code": "C3786", - "label": "Mesothelial Neoplasm", - "leaf": false - }, - { - "code": "C35562", - "label": "Neuroepithelial, Perineurial, and Schwann Cell Neoplasm", - "leaf": false - } - ] - }, - { - "code": "C3263", - "label": "Neoplasm by Site", - "leaf": false - }, - { - "code": "C7062", - "label": "Neoplasm by Special Category", - "leaf": false, - "expanded": true, - "children": [ - { - "code": "C3677", - "label": "Benign Neoplasm", - "leaf": false - }, - { - "code": "C6283", - "label": "Childhood Neoplasm", - "leaf": false - }, - { - "code": "C6784", - "label": "Cystic Neoplasm", - "leaf": false - }, - { - "code": "C3264", - "label": "Embryonal Neoplasm", - "leaf": false - }, - { - "code": "C36035", - "label": "Encapsulated Neoplasm", - "leaf": false - }, - { - "code": "C7069", - "label": "Giant Cell Neoplasm", - "leaf": false - }, - { - "code": "C116915", - "label": "Liquid Tumor", - "leaf": true - }, - { - "code": "C36037", - "label": "Localized Neoplasm", - "leaf": false - }, - { - "code": "C9305", - "label": "Malignant Neoplasm", - "leaf": false, - "expanded": true, - "children": [ - { - "code": "C3851", - "label": "Aggravated Malignant Neoplasm", - "leaf": true - }, - { - "code": "C36025", - "label": "Anaplastic Malignant Neoplasm", - "leaf": false - }, - { - "code": "C188021", - "label": "B-Cell Malignant Neoplasm", - "leaf": false - }, - { - "code": "C7627", - "label": "Bilateral Malignant Neoplasm", - "leaf": false - }, - { - "code": "C2916", - "label": "Carcinoma", - "leaf": false - }, - { - "code": "C4005", - "label": "Childhood Malignant Neoplasm", - "leaf": false - }, - { - "code": "C4992", - "label": "Environment-Related Malignant Neoplasm", - "leaf": false - }, - { - "code": "C9479", - "label": "Hereditary Malignant Neoplasm", - "leaf": false - }, - { - "code": "C27770", - "label": "Immunodeficiency-Related Malignant Neoplasm", - "leaf": false - }, - { - "code": "C27223", - "label": "Infection-Related Malignant Neoplasm", - "leaf": false - }, - { - "code": "C8505", - "label": "Invasive Malignant Neoplasm", - "leaf": false - }, - { - "code": "C3161", - "label": "Leukemia", - "leaf": false - }, - { - "code": "C8576", - "label": "Localized Malignant Neoplasm", - "leaf": false - }, - { - "code": "C3208", - "label": "Lymphoma", - "leaf": false - }, - { - "code": "C156714", - "label": "Malignant Abdominal Neoplasm", - "leaf": false - }, - { - "code": "C35501", - "label": "Malignant Bone Marrow Neoplasm", - "leaf": false - }, - { - "code": "C9335", - "label": "Malignant Breast Neoplasm", - "leaf": false - }, - { - "code": "C114940", - "label": "Malignant Cardiovascular Neoplasm", - "leaf": false - }, - { - "code": "C4890", - "label": "Malignant Digestive System Neoplasm", - "leaf": false - }, - { - "code": "C3575", - "label": "Malignant Endocrine Neoplasm", - "leaf": false - }, - { - "code": "C4767", - "label": "Malignant Eye Neoplasm", - "leaf": false - }, - { - "code": "C121500", - "label": "Malignant Fibrohistiocytic Neoplasm", - "leaf": false - }, - { - "code": "C156484", - "label": "Malignant Genitourinary System Neoplasm", - "leaf": false - }, - { - "code": "C4925", - "label": "Malignant Germ Cell Tumor", - "leaf": false - }, - { - "code": "C4090", - "label": "Malignant Giant Cell Neoplasm", - "leaf": false - }, - { - "code": "C4013", - "label": "Malignant Head and Neck Neoplasm", - "leaf": false - }, - { - "code": "C212210", - "label": "Malignant Histiocytic and Dendritic Cell Neoplasm", - "leaf": false - }, - { - "code": "C35812", - "label": "Malignant Lymph Node Neoplasm", - "leaf": false - }, - { - "code": "C8991", - "label": "Malignant Mastocytosis", - "leaf": false - }, - { - "code": "C4456", - "label": "Malignant Mesothelioma", - "leaf": false - }, - { - "code": "C3729", - "label": "Malignant Mixed Neoplasm", - "leaf": false - }, - { - "code": "C166357", - "label": "Malignant Musculoskeletal Neoplasm", - "leaf": false - }, - { - "code": "C36041", - "label": "Malignant Neoplasm by Grade", - "leaf": false - }, - { - "code": "C35427", - "label": "Malignant Neoplasm of Multiple Primary Sites", - "leaf": false - }, - { - "code": "C65153", - "label": "Malignant Neoplasm, Uncertain Whether Primary or Metastatic", - "leaf": true - }, - { - "code": "C4788", - "label": "Malignant Nervous System Neoplasm", - "leaf": false - }, - { - "code": "C156715", - "label": "Malignant Pelvic Neoplasm", - "leaf": false - }, - { - "code": "C156711", - "label": "Malignant Peritoneal and Retroperitoneal Neoplasm", - "leaf": false - }, - { - "code": "C4571", - "label": "Malignant Respiratory System Neoplasm", - "leaf": false - }, - { - "code": "C2920", - "label": "Malignant Skin Neoplasm", - "leaf": false - }, - { - "code": "C4867", - "label": "Malignant Soft Tissue Neoplasm", - "leaf": false - }, - { - "code": "C132146", - "label": "Malignant Solid Neoplasm", - "leaf": false - }, - { - "code": "C6894", - "label": "Malignant Solitary Fibrous Tumor", - "leaf": false - }, - { - "code": "C3539", - "label": "Malignant Splenic Neoplasm", - "leaf": false - }, - { - "code": "C3576", - "label": "Malignant Thoracic Neoplasm", - "leaf": false - }, - { - "code": "C3224", - "label": "Melanoma", - "leaf": false - }, - { - "code": "C38156", - "label": "Metachronous Malignant Neoplasm", - "leaf": false - }, - { - "code": "C36049", - "label": "Moderately Differentiated Malignant Neoplasm", - "leaf": false - }, - { - "code": "C3520", - "label": "Myeloid Sarcoma", - "leaf": false - }, - { - "code": "C84270", - "label": "Myeloid/Lymphoid Neoplasms with Eosinophilia and Tyrosine Kinase Gene Fusions", - "leaf": false - }, - { - "code": "C9226", - "label": "Non-Hematologic Malignancy", - "leaf": true - }, - { - "code": "C46080", - "label": "Nonestrogen-Dependent Malignant Neoplasm", - "leaf": true - }, - { - "code": "C167168", - "label": "Obesity-Related Malignant Neoplasm", - "leaf": true - }, - { - "code": "C4993", - "label": "Occupational Malignant Neoplasm", - "leaf": false - }, - { - "code": "C36050", - "label": "Poorly Differentiated Malignant Neoplasm", - "leaf": false - }, - { - "code": "C7055", - "label": "Precursor Lymphoid Neoplasm", - "leaf": false - }, - { - "code": "C84509", - "label": "Primary Malignant Neoplasm", - "leaf": false - }, - { - "code": "C3716", - "label": "Primitive Neuroectodermal Tumor", - "leaf": false - }, - { - "code": "C172183", - "label": "Progesterone Receptor-Positive Malignant Neoplasm", - "leaf": false - }, - { - "code": "C27209", - "label": "Radiation-Related Malignant Neoplasm", - "leaf": false - }, - { - "code": "C4813", - "label": "Recurrent Malignant Neoplasm", - "leaf": false - }, - { - "code": "C120186", - "label": "Refractory Malignant Neoplasm", - "leaf": false - }, - { - "code": "C150602", - "label": "Resectable Malignant Neoplasm", - "leaf": false - }, - { - "code": "C9118", - "label": "Sarcoma", - "leaf": false - }, - { - "code": "C4968", - "label": "Secondary Malignant Neoplasm", - "leaf": false - }, - { - "code": "C201136", - "label": "Solid Pseudopapillary Neoplasm", - "leaf": false - }, - { - "code": "C177364", - "label": "Somatic-Type Malignancy", - "leaf": true - }, - { - "code": "C4969", - "label": "Therapy-Related Malignant Neoplasm", - "leaf": false - }, - { - "code": "C36051", - "label": "Undifferentiated Malignant Neoplasm", - "leaf": true - }, - { - "code": "C27359", - "label": "Unresectable Malignant Neoplasm", - "leaf": false - }, - { - "code": "C36052", - "label": "Well Differentiated Malignant Neoplasm", - "leaf": false - } - ] - }, - { - "code": "C3261", - "label": "Metastatic Neoplasm", - "leaf": false - }, - { - "code": "C102883", - "label": "Miscellaneous Neoplasm", - "leaf": true - }, - { - "code": "C6930", - "label": "Mixed Neoplasm", - "leaf": false - }, - { - "code": "C36029", - "label": "Necrotic Neoplasm", - "leaf": true - }, - { - "code": "C27933", - "label": "Neoplasm by Cause", - "leaf": false - }, - { - "code": "C45230", - "label": "Neoplasm by Obsolete Classification", - "leaf": false - }, - { - "code": "C6974", - "label": "Neoplasm of Uncertain Histogenesis", - "leaf": true - }, - { - "code": "C3646", - "label": "Neoplasm of Uncertain Malignant Potential", - "leaf": false - }, - { - "code": "C65157", - "label": "Neoplasm, Uncertain Whether Benign or Malignant", - "leaf": true - }, - { - "code": "C7068", - "label": "Neoplastic Polyp", - "leaf": false - }, - { - "code": "C36012", - "label": "Nodular Neoplasm", - "leaf": true - }, - { - "code": "C36036", - "label": "Non-Encapsulated Neoplasm", - "leaf": true - }, - { - "code": "C163003", - "label": "Non-Malignant Neoplasm", - "leaf": true - }, - { - "code": "C36030", - "label": "Osteolytic Neoplasm", - "leaf": false - }, - { - "code": "C36031", - "label": "Papillary Neoplasm", - "leaf": false - }, - { - "code": "C36032", - "label": "Premalignant Neoplasm", - "leaf": true - }, - { - "code": "C8509", - "label": "Primary Neoplasm", - "leaf": false - }, - { - "code": "C7201", - "label": "Rare Neoplasm", - "leaf": false - }, - { - "code": "C4798", - "label": "Recurrent Neoplasm", - "leaf": false - }, - { - "code": "C7628", - "label": "Refractory Neoplasm", - "leaf": false - }, - { - "code": "C211531", - "label": "Resectable Neoplasm", - "leaf": false - }, - { - "code": "C36255", - "label": "Secondary Neoplasm", - "leaf": false - }, - { - "code": "C9292", - "label": "Solid Neoplasm", - "leaf": false - }, - { - "code": "C27263", - "label": "Spindle Cell Neoplasm", - "leaf": false - }, - { - "code": "C36033", - "label": "Tubular Neoplasm", - "leaf": true - } - ] - } - ] - }, - { - "code": "C53529", - "label": "Non-Neoplastic Disorder", - "leaf": false - }, - { - "code": "C89328", - "label": "Pediatric Disorder", - "leaf": false - }, - { - "code": "C3340", - "label": "Polyp", - "leaf": false - }, - { - "code": "C2893", - "label": "Psychiatric Disorder", - "leaf": false - }, - { - "code": "C26684", - "label": "Radiation-Induced Disorder", - "leaf": false - }, - { - "code": "C4873", - "label": "Rare Disorder", - "leaf": false - }, - { - "code": "C28193", - "label": "Syndrome", - "leaf": false - } - ] - }, - { - "code": "C3367", - "label": "Finding", - "leaf": false - } - ] - }, - { - "code": "C1908", - "label": "Drug, Food, Chemical or Biomedical Material", - "leaf": false - }, - { - "code": "C22188", - "label": "Experimental Organism Anatomical Concept", - "leaf": false - }, - { - "code": "C22187", - "label": "Experimental Organism Diagnosis", - "leaf": false - }, - { - "code": "C16612", - "label": "Gene", - "leaf": false - }, - { - "code": "C26548", - "label": "Gene Product", - "leaf": false - }, - { - "code": "C97325", - "label": "Manufactured Object", - "leaf": false - }, - { - "code": "C3910", - "label": "Molecular Abnormality", - "leaf": false - }, - { - "code": "C14250", - "label": "Organism", - "leaf": false - }, - { - "code": "C20189", - "label": "Property or Attribute", - "leaf": false - }, - { - "code": "C28428", - "label": "Retired Concept", - "leaf": false - } -] - +[ + { + "code": "C12913", + "label": "Abnormal Cell", + "leaf": false + }, + { + "code": "C43431", + "label": "Activity", + "leaf": false + }, + { + "code": "C12219", + "label": "Anatomic Structure, System, or Substance", + "leaf": false + }, + { + "code": "C20633", + "label": "Biochemical Pathway", + "leaf": false + }, + { + "code": "C17828", + "label": "Biological Process", + "leaf": false + }, + { + "code": "C12218", + "label": "Chemotherapy Regimen or Agent Combination", + "leaf": false + }, + { + "code": "C20181", + "label": "Conceptual Entity", + "leaf": false + }, + { + "code": "C20047", + "label": "Diagnostic or Prognostic Factor", + "leaf": false + }, + { + "code": "C7057", + "label": "Disease, Disorder or Finding", + "leaf": false, + "expanded": true, + "children": [ + { + "code": "C2991", + "label": "Disease or Disorder", + "leaf": false, + "expanded": true, + "children": [ + { + "code": "C35470", + "label": "Behavioral Disorder", + "leaf": false + }, + { + "code": "C8278", + "label": "Cancer-Related Condition", + "leaf": false + }, + { + "code": "C27551", + "label": "Disorder by Site", + "leaf": false + }, + { + "code": "C3101", + "label": "Genetic Disorder", + "leaf": false + }, + { + "code": "C3262", + "label": "Neoplasm", + "leaf": false, + "expanded": true, + "children": [ + { + "code": "C4741", + "label": "Neoplasm by Morphology", + "leaf": false, + "expanded": true, + "children": [ + { + "code": "C3709", + "label": "Epithelial Neoplasm", + "leaf": false + }, + { + "code": "C3708", + "label": "Germ Cell Tumor", + "leaf": false + }, + { + "code": "C27134", + "label": "Hematopoietic and Lymphoid Cell Neoplasm", + "leaf": false + }, + { + "code": "C7058", + "label": "Melanocytic Neoplasm", + "leaf": false, + "expanded": true, + "children": [ + { + "code": "C4661", + "label": "Central Nervous System Melanocytic Neoplasm", + "leaf": false + }, + { + "code": "C208332", + "label": "Childhood Melanocytic Neoplasm", + "leaf": false + }, + { + "code": "C204977", + "label": "Conjunctival Melanocytic Neoplasm", + "leaf": false + }, + { + "code": "C7161", + "label": "Cutaneous Melanocytic Neoplasm", + "leaf": false + }, + { + "code": "C173488", + "label": "Head and Neck Melanocytic Neoplasm", + "leaf": false + }, + { + "code": "C9498", + "label": "Melanocytoma", + "leaf": false + }, + { + "code": "C3224", + "label": "Melanoma", + "leaf": false + }, + { + "code": "C7570", + "label": "Nevus", + "leaf": false + }, + { + "code": "C205057", + "label": "Uveal Melanocytic Neoplasm", + "leaf": false + }, + { + "code": "C40335", + "label": "Vulvar Melanocytic Neoplasm", + "leaf": false + } + ] + }, + { + "code": "C7059", + "label": "Mesenchymal Cell Neoplasm", + "leaf": false + }, + { + "code": "C3786", + "label": "Mesothelial Neoplasm", + "leaf": false + }, + { + "code": "C35562", + "label": "Neuroepithelial, Perineurial, and Schwann Cell Neoplasm", + "leaf": false + } + ] + }, + { + "code": "C3263", + "label": "Neoplasm by Site", + "leaf": false + }, + { + "code": "C7062", + "label": "Neoplasm by Special Category", + "leaf": false, + "expanded": true, + "children": [ + { + "code": "C3677", + "label": "Benign Neoplasm", + "leaf": false + }, + { + "code": "C6283", + "label": "Childhood Neoplasm", + "leaf": false + }, + { + "code": "C6784", + "label": "Cystic Neoplasm", + "leaf": false + }, + { + "code": "C3264", + "label": "Embryonal Neoplasm", + "leaf": false + }, + { + "code": "C36035", + "label": "Encapsulated Neoplasm", + "leaf": false + }, + { + "code": "C7069", + "label": "Giant Cell Neoplasm", + "leaf": false + }, + { + "code": "C116915", + "label": "Liquid Tumor", + "leaf": true + }, + { + "code": "C36037", + "label": "Localized Neoplasm", + "leaf": false + }, + { + "code": "C9305", + "label": "Malignant Neoplasm", + "leaf": false, + "expanded": true, + "children": [ + { + "code": "C3851", + "label": "Aggravated Malignant Neoplasm", + "leaf": true + }, + { + "code": "C36025", + "label": "Anaplastic Malignant Neoplasm", + "leaf": false + }, + { + "code": "C188021", + "label": "B-Cell Malignant Neoplasm", + "leaf": false + }, + { + "code": "C7627", + "label": "Bilateral Malignant Neoplasm", + "leaf": false + }, + { + "code": "C2916", + "label": "Carcinoma", + "leaf": false + }, + { + "code": "C4005", + "label": "Childhood Malignant Neoplasm", + "leaf": false + }, + { + "code": "C2947", + "label": "Chordoma", + "leaf": false + }, + { + "code": "C4992", + "label": "Environment-Related Malignant Neoplasm", + "leaf": false + }, + { + "code": "C9479", + "label": "Hereditary Malignant Neoplasm", + "leaf": false + }, + { + "code": "C27770", + "label": "Immunodeficiency-Related Malignant Neoplasm", + "leaf": false + }, + { + "code": "C27223", + "label": "Infection-Related Malignant Neoplasm", + "leaf": false + }, + { + "code": "C8505", + "label": "Invasive Malignant Neoplasm", + "leaf": false + }, + { + "code": "C3161", + "label": "Leukemia", + "leaf": false + }, + { + "code": "C8576", + "label": "Localized Malignant Neoplasm", + "leaf": false + }, + { + "code": "C3208", + "label": "Lymphoma", + "leaf": false + }, + { + "code": "C156714", + "label": "Malignant Abdominal Neoplasm", + "leaf": false + }, + { + "code": "C35501", + "label": "Malignant Bone Marrow Neoplasm", + "leaf": false + }, + { + "code": "C9335", + "label": "Malignant Breast Neoplasm", + "leaf": false + }, + { + "code": "C114940", + "label": "Malignant Cardiovascular Neoplasm", + "leaf": false + }, + { + "code": "C4890", + "label": "Malignant Digestive System Neoplasm", + "leaf": false + }, + { + "code": "C3575", + "label": "Malignant Endocrine Neoplasm", + "leaf": false + }, + { + "code": "C4767", + "label": "Malignant Eye Neoplasm", + "leaf": false + }, + { + "code": "C121500", + "label": "Malignant Fibrohistiocytic Neoplasm", + "leaf": false + }, + { + "code": "C156484", + "label": "Malignant Genitourinary System Neoplasm", + "leaf": false + }, + { + "code": "C4925", + "label": "Malignant Germ Cell Tumor", + "leaf": false + }, + { + "code": "C4090", + "label": "Malignant Giant Cell Neoplasm", + "leaf": false + }, + { + "code": "C4013", + "label": "Malignant Head and Neck Neoplasm", + "leaf": false + }, + { + "code": "C212210", + "label": "Malignant Histiocytic and Dendritic Cell Neoplasm", + "leaf": false + }, + { + "code": "C35812", + "label": "Malignant Lymph Node Neoplasm", + "leaf": false + }, + { + "code": "C8991", + "label": "Malignant Mastocytosis", + "leaf": false + }, + { + "code": "C4456", + "label": "Malignant Mesothelioma", + "leaf": false + }, + { + "code": "C3729", + "label": "Malignant Mixed Neoplasm", + "leaf": false + }, + { + "code": "C166357", + "label": "Malignant Musculoskeletal Neoplasm", + "leaf": false + }, + { + "code": "C36041", + "label": "Malignant Neoplasm by Grade", + "leaf": false + }, + { + "code": "C35427", + "label": "Malignant Neoplasm of Multiple Primary Sites", + "leaf": false + }, + { + "code": "C65153", + "label": "Malignant Neoplasm, Uncertain Whether Primary or Metastatic", + "leaf": true + }, + { + "code": "C4788", + "label": "Malignant Nervous System Neoplasm", + "leaf": false + }, + { + "code": "C156715", + "label": "Malignant Pelvic Neoplasm", + "leaf": false + }, + { + "code": "C156711", + "label": "Malignant Peritoneal and Retroperitoneal Neoplasm", + "leaf": false + }, + { + "code": "C4571", + "label": "Malignant Respiratory System Neoplasm", + "leaf": false + }, + { + "code": "C2920", + "label": "Malignant Skin Neoplasm", + "leaf": false + }, + { + "code": "C4867", + "label": "Malignant Soft Tissue Neoplasm", + "leaf": false + }, + { + "code": "C132146", + "label": "Malignant Solid Neoplasm", + "leaf": false + }, + { + "code": "C6894", + "label": "Malignant Solitary Fibrous Tumor", + "leaf": false + }, + { + "code": "C3539", + "label": "Malignant Splenic Neoplasm", + "leaf": false + }, + { + "code": "C3576", + "label": "Malignant Thoracic Neoplasm", + "leaf": false + }, + { + "code": "C3224", + "label": "Melanoma", + "leaf": false + }, + { + "code": "C38156", + "label": "Metachronous Malignant Neoplasm", + "leaf": false + }, + { + "code": "C36049", + "label": "Moderately Differentiated Malignant Neoplasm", + "leaf": false + }, + { + "code": "C3520", + "label": "Myeloid Sarcoma", + "leaf": false + }, + { + "code": "C84270", + "label": "Myeloid/Lymphoid Neoplasms with Eosinophilia and Tyrosine Kinase Gene Fusions", + "leaf": false + }, + { + "code": "C9226", + "label": "Non-Hematologic Malignancy", + "leaf": true + }, + { + "code": "C46080", + "label": "Nonestrogen-Dependent Malignant Neoplasm", + "leaf": true + }, + { + "code": "C167168", + "label": "Obesity-Related Malignant Neoplasm", + "leaf": true + }, + { + "code": "C4993", + "label": "Occupational Malignant Neoplasm", + "leaf": false + }, + { + "code": "C36050", + "label": "Poorly Differentiated Malignant Neoplasm", + "leaf": false + }, + { + "code": "C7055", + "label": "Precursor Lymphoid Neoplasm", + "leaf": false + }, + { + "code": "C84509", + "label": "Primary Malignant Neoplasm", + "leaf": false + }, + { + "code": "C3716", + "label": "Primitive Neuroectodermal Tumor", + "leaf": false + }, + { + "code": "C172183", + "label": "Progesterone Receptor-Positive Malignant Neoplasm", + "leaf": false + }, + { + "code": "C27209", + "label": "Radiation-Related Malignant Neoplasm", + "leaf": false + }, + { + "code": "C4813", + "label": "Recurrent Malignant Neoplasm", + "leaf": false + }, + { + "code": "C120186", + "label": "Refractory Malignant Neoplasm", + "leaf": false + }, + { + "code": "C150602", + "label": "Resectable Malignant Neoplasm", + "leaf": false + }, + { + "code": "C9118", + "label": "Sarcoma", + "leaf": false + }, + { + "code": "C4968", + "label": "Secondary Malignant Neoplasm", + "leaf": false + }, + { + "code": "C201136", + "label": "Solid Pseudopapillary Neoplasm", + "leaf": false + }, + { + "code": "C177364", + "label": "Somatic-Type Malignancy", + "leaf": true + }, + { + "code": "C4969", + "label": "Therapy-Related Malignant Neoplasm", + "leaf": false + }, + { + "code": "C36051", + "label": "Undifferentiated Malignant Neoplasm", + "leaf": true + }, + { + "code": "C27359", + "label": "Unresectable Malignant Neoplasm", + "leaf": false + }, + { + "code": "C36052", + "label": "Well Differentiated Malignant Neoplasm", + "leaf": false + } + ] + }, + { + "code": "C3261", + "label": "Metastatic Neoplasm", + "leaf": false + }, + { + "code": "C102883", + "label": "Miscellaneous Neoplasm", + "leaf": true + }, + { + "code": "C6930", + "label": "Mixed Neoplasm", + "leaf": false + }, + { + "code": "C36029", + "label": "Necrotic Neoplasm", + "leaf": true + }, + { + "code": "C27933", + "label": "Neoplasm by Cause", + "leaf": false + }, + { + "code": "C45230", + "label": "Neoplasm by Obsolete Classification", + "leaf": false + }, + { + "code": "C6974", + "label": "Neoplasm of Uncertain Histogenesis", + "leaf": true + }, + { + "code": "C3646", + "label": "Neoplasm of Uncertain Malignant Potential", + "leaf": false + }, + { + "code": "C65157", + "label": "Neoplasm, Uncertain Whether Benign or Malignant", + "leaf": true + }, + { + "code": "C7068", + "label": "Neoplastic Polyp", + "leaf": false + }, + { + "code": "C36012", + "label": "Nodular Neoplasm", + "leaf": true + }, + { + "code": "C36036", + "label": "Non-Encapsulated Neoplasm", + "leaf": true + }, + { + "code": "C163003", + "label": "Non-Malignant Neoplasm", + "leaf": true + }, + { + "code": "C36030", + "label": "Osteolytic Neoplasm", + "leaf": false + }, + { + "code": "C36031", + "label": "Papillary Neoplasm", + "leaf": false + }, + { + "code": "C36032", + "label": "Premalignant Neoplasm", + "leaf": true + }, + { + "code": "C8509", + "label": "Primary Neoplasm", + "leaf": false + }, + { + "code": "C7201", + "label": "Rare Neoplasm", + "leaf": false + }, + { + "code": "C4798", + "label": "Recurrent Neoplasm", + "leaf": false + }, + { + "code": "C7628", + "label": "Refractory Neoplasm", + "leaf": false + }, + { + "code": "C211531", + "label": "Resectable Neoplasm", + "leaf": false + }, + { + "code": "C36255", + "label": "Secondary Neoplasm", + "leaf": false + }, + { + "code": "C9292", + "label": "Solid Neoplasm", + "leaf": false + }, + { + "code": "C27263", + "label": "Spindle Cell Neoplasm", + "leaf": false + }, + { + "code": "C36033", + "label": "Tubular Neoplasm", + "leaf": true + } + ] + } + ] + }, + { + "code": "C53529", + "label": "Non-Neoplastic Disorder", + "leaf": false + }, + { + "code": "C89328", + "label": "Pediatric Disorder", + "leaf": false + }, + { + "code": "C3340", + "label": "Polyp", + "leaf": false + }, + { + "code": "C2893", + "label": "Psychiatric Disorder", + "leaf": false + }, + { + "code": "C26684", + "label": "Radiation-Induced Disorder", + "leaf": false + }, + { + "code": "C4873", + "label": "Rare Disorder", + "leaf": false + }, + { + "code": "C28193", + "label": "Syndrome", + "leaf": false + } + ] + }, + { + "code": "C3367", + "label": "Finding", + "leaf": false + } + ] + }, + { + "code": "C1908", + "label": "Drug, Food, Chemical or Biomedical Material", + "leaf": false + }, + { + "code": "C22188", + "label": "Experimental Organism Anatomical Concept", + "leaf": false + }, + { + "code": "C22187", + "label": "Experimental Organism Diagnosis", + "leaf": false + }, + { + "code": "C16612", + "label": "Gene", + "leaf": false + }, + { + "code": "C26548", + "label": "Gene Product", + "leaf": false + }, + { + "code": "C97325", + "label": "Manufactured Object", + "leaf": false + }, + { + "code": "C3910", + "label": "Molecular Abnormality", + "leaf": false + }, + { + "code": "C14250", + "label": "Organism", + "leaf": false + }, + { + "code": "C20189", + "label": "Property or Attribute", + "leaf": false + }, + { + "code": "C28428", + "label": "Retired Concept", + "leaf": false + } +] + diff --git a/curl-examples/samples/get-synonym-sources.txt b/curl-examples/samples/get-synonym-sources.txt index 316d79b9..75ff1128 100644 --- a/curl-examples/samples/get-synonym-sources.txt +++ b/curl-examples/samples/get-synonym-sources.txt @@ -1,356 +1,357 @@ -[ - { - "code": "ACC/AHA", - "name": "American College of Cardiology / American Heart Association", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "BIOCARTA", - "name": "BioCarta online maps of molecular pathways, adapted for NCI use", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "BRIDG", - "name": "Biomedical Research Integrated Domain Model Group", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "BRIDG 3.0.3", - "name": "Biomedical Research Integrated Domain Model Group, version 3.0.3", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "BRIDG 5.3", - "name": "Biomedical Research Integrated Domain Model Group, version 5.3", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CBDD", - "name": "Chemical Biology and Drug Development", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CCPS", - "name": "Childhood Cancer Predisposition Study", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CDC", - "name": "U.S. Centers for Disease Control and Prevention", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CDISC", - "name": "Clinical Data Interchange Standards Consortium", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CDISC-GLOSS", - "name": "CDISC Glossary Terminology", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CPTAC", - "name": "Clinical Proteomic Tumor Analysis Consortium", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CRCH", - "name": "Cancer Research Center of Hawaii Nutrition Terminology", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CTCAE", - "name": "Common Terminology Criteria for Adverse Events", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CTCAE 3.0", - "name": "Common Terminology Criteria for Adverse Events, version 3.0", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CTCAE 5.0", - "name": "Common Terminology Criteria for Adverse Events, version 5.0", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CTDC", - "name": "Clinical Trials Data Commons", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CTEP", - "name": "Cancer Therapy Evaluation Program", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CTRP", - "name": "Clinical Trials Reporting Program", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CareLex", - "name": "CareLex electronic Trial Master File Terminology", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "Cellosaurus", - "name": "Cellosaurus - a knowledge resource on cell lines", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "DCP", - "name": "NCI Division of Cancer Prevention Program", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "DICOM", - "name": "Digital Imaging Communications in Medicine", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "DIPG/DMG", - "name": "Diffuse Intrinsic Pontine Glioma/Diffuse Midline Glioma", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "DTP", - "name": "NCI Developmental Therapeutics Program", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "EDQM-HC", - "name": "European Directorate for the Quality of Medicines & Healthcare", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "FDA", - "name": "U.S. Food and Drug Administration", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "GAIA", - "name": "Global Alignment of Immunization safety Assessment in pregnancy Terminology", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "GDC", - "name": "Genomic Data Commons", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "GENC", - "name": "Geopolitical Entities, Names, and Codes Terminology", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "HGNC", - "name": "HUGO Gene Nomenclature Committee", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "HL7", - "name": "Health Level Seven International", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "HemOnc", - "name": "HemOnc.org (A Free Hematology/Oncology Reference)", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "ICD-10", - "name": "International Classification of Diseases, Tenth Revision", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "ICDC", - "name": "International Cancer Genome Consortium", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "ICH", - "name": "International Conference on Harmonization", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "INC", - "name": "International Neonatal Consortium", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "JAX", - "name": "Jackson Laboratories Mouse Terminology, adapted for NCI use", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "KEGG", - "name": "KEGG Pathway Database", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "MRCT-Ctr", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "NCI", - "name": "National Cancer Institute Thesaurus", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "NCI-GLOSS", - "name": "NCI Dictionary of Cancer Terms", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "NCPDP", - "name": "National Council for Prescription Drug Programs", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "NDC", - "name": "National Drug Code", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "NICHD", - "name": "National Institute of Child Health and Human Development", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "OORO", - "name": "Operational Ontology for Radiation Oncology", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "ORCHESTRA", - "name": "Multinational project funded by the European Commission to advance the knowledge of the SARS-CoV-2 infection and its long-term effects", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "PCDC", - "name": "Pediatric Cancer Data Commons", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "PI-RADS", - "name": "Prostate Imaging-Reporting and Data System", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "PID", - "name": "NCI Nature Pathway Interaction Database", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "PRO-CTCAE", - "name": "PRO-CTCAE (Patient Reported Outcomes version of Common Terminology Criteria for Adverse Events)", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "RENI", - "name": "Registry Nomenclature Information System", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "SEER", - "name": "Surveillance, Epidemiology, and End Results Program", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "SeroNet", - "name": "NCI Serological Sciences Network for COVID-19", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "UBERON", - "name": "Uber-anatomy Ontology", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "UCUM", - "name": "Unified Code for Units of Measure", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "WHO", - "name": "World Health Organization", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "ZFin", - "name": "Zebrafish Information Network", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "caDSR", - "name": "Cancer Data Standards Registry and Repository", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "mCode", - "name": "Minimal Common Oncology Data Elements", - "terminology": "ncit", - "version": "25.02d" - } -] - +[ + { + "code": "ACC/AHA", + "name": "American College of Cardiology / American Heart Association", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "BIOCARTA", + "name": "BioCarta online maps of molecular pathways, adapted for NCI use", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "BRIDG", + "name": "Biomedical Research Integrated Domain Model Group", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "BRIDG 3.0.3", + "name": "Biomedical Research Integrated Domain Model Group, version 3.0.3", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "BRIDG 5.3", + "name": "Biomedical Research Integrated Domain Model Group, version 5.3", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CBDD", + "name": "Chemical Biology and Drug Development", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CCPS", + "name": "Childhood Cancer Predisposition Study", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CDC", + "name": "U.S. Centers for Disease Control and Prevention", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CDISC", + "name": "Clinical Data Interchange Standards Consortium", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CDISC-GLOSS", + "name": "CDISC Glossary Terminology", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CPTAC", + "name": "Clinical Proteomic Tumor Analysis Consortium", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CRCH", + "name": "Cancer Research Center of Hawaii Nutrition Terminology", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CTCAE", + "name": "Common Terminology Criteria for Adverse Events", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CTCAE 3.0", + "name": "Common Terminology Criteria for Adverse Events, version 3.0", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CTCAE 5.0", + "name": "Common Terminology Criteria for Adverse Events, version 5.0", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CTDC", + "name": "Clinical Trials Data Commons", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CTEP", + "name": "Cancer Therapy Evaluation Program", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CTRP", + "name": "Clinical Trials Reporting Program", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CareLex", + "name": "CareLex electronic Trial Master File Terminology", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "Cellosaurus", + "name": "Cellosaurus - a knowledge resource on cell lines", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "DCP", + "name": "NCI Division of Cancer Prevention Program", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "DICOM", + "name": "Digital Imaging Communications in Medicine", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "DIPG/DMG", + "name": "Diffuse Intrinsic Pontine Glioma/Diffuse Midline Glioma", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "DTP", + "name": "NCI Developmental Therapeutics Program", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "EDQM-HC", + "name": "European Directorate for the Quality of Medicines & Healthcare", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "FDA", + "name": "U.S. Food and Drug Administration", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "GAIA", + "name": "Global Alignment of Immunization safety Assessment in pregnancy Terminology", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "GDC", + "name": "Genomic Data Commons", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "GENC", + "name": "Geopolitical Entities, Names, and Codes Terminology", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "HGNC", + "name": "HUGO Gene Nomenclature Committee", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "HL7", + "name": "Health Level Seven International", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "HemOnc", + "name": "HemOnc.org (A Free Hematology/Oncology Reference)", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "ICD-10", + "name": "International Classification of Diseases, Tenth Revision", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "ICDC", + "name": "International Cancer Genome Consortium", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "ICH", + "name": "International Conference on Harmonization", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "INC", + "name": "International Neonatal Consortium", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "JAX", + "name": "Jackson Laboratories Mouse Terminology, adapted for NCI use", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "KEGG", + "name": "KEGG Pathway Database", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "MRCT-Ctr", + "name": "MRCT Center Clinical Research Plain Language Glossary at Harvard and Brigham and Women's Hospital", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "NCI", + "name": "National Cancer Institute Thesaurus", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "NCI-GLOSS", + "name": "NCI Dictionary of Cancer Terms", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "NCPDP", + "name": "National Council for Prescription Drug Programs", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "NDC", + "name": "National Drug Code", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "NICHD", + "name": "National Institute of Child Health and Human Development", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "OORO", + "name": "Operational Ontology for Radiation Oncology", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "ORCHESTRA", + "name": "Multinational project funded by the European Commission to advance the knowledge of the SARS-CoV-2 infection and its long-term effects", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "PCDC", + "name": "Pediatric Cancer Data Commons", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "PI-RADS", + "name": "Prostate Imaging-Reporting and Data System", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "PID", + "name": "NCI Nature Pathway Interaction Database", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "PRO-CTCAE", + "name": "PRO-CTCAE (Patient Reported Outcomes version of Common Terminology Criteria for Adverse Events)", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "RENI", + "name": "Registry Nomenclature Information System", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "SEER", + "name": "Surveillance, Epidemiology, and End Results Program", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "SeroNet", + "name": "NCI Serological Sciences Network for COVID-19", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "UBERON", + "name": "Uber-anatomy Ontology", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "UCUM", + "name": "Unified Code for Units of Measure", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "WHO", + "name": "World Health Organization", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "ZFin", + "name": "Zebrafish Information Network", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "caDSR", + "name": "Cancer Data Standards Registry and Repository", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "mCode", + "name": "Minimal Common Oncology Data Elements", + "terminology": "ncit", + "version": "25.07d" + } +] + diff --git a/curl-examples/samples/get-synonym-type-by-code.txt b/curl-examples/samples/get-synonym-type-by-code.txt index f1f52fd3..b7ec3496 100644 --- a/curl-examples/samples/get-synonym-type-by-code.txt +++ b/curl-examples/samples/get-synonym-type-by-code.txt @@ -1,37 +1,37 @@ -{ - "code": "P90", - "name": "FULL_SYN", - "terminology": "ncit", - "version": "25.02d", - "synonyms": [ - { - "name": "Term & Source Data", - "type": "Display_Name" - }, - { - "name": "FULL_SYN", - "type": "FULL_SYN" - }, - { - "name": "Synonym with Source Data", - "type": "FULL_SYN" - }, - { - "name": "FULL_SYN", - "type": "Preferred_Name" - } - ], - "definitions": [ - { - "definition": "A property representing a fully qualified synonym, contains the string, term type, source, and an optional source code if appropriate. Each subfield is deliniated to facilitate interpretation by software.", - "type": "DEFINITION" - } - ], - "properties": [ - { - "type": "Semantic_Type", - "value": "Conceptual Entity" - } - ] -} - +{ + "code": "P90", + "name": "FULL_SYN", + "terminology": "ncit", + "version": "25.07d", + "synonyms": [ + { + "name": "Term & Source Data", + "type": "Display_Name" + }, + { + "name": "FULL_SYN", + "type": "FULL_SYN" + }, + { + "name": "Synonym with Source Data", + "type": "FULL_SYN" + }, + { + "name": "FULL_SYN", + "type": "Preferred_Name" + } + ], + "definitions": [ + { + "definition": "A property representing a fully qualified synonym, contains the string, term type, source, and an optional source code if appropriate. Each subfield is deliniated to facilitate interpretation by software.", + "type": "DEFINITION" + } + ], + "properties": [ + { + "type": "Semantic_Type", + "value": "Conceptual Entity" + } + ] +} + diff --git a/curl-examples/samples/get-synonym-types.txt b/curl-examples/samples/get-synonym-types.txt index e9867175..fdd086e3 100644 --- a/curl-examples/samples/get-synonym-types.txt +++ b/curl-examples/samples/get-synonym-types.txt @@ -1,115 +1,115 @@ -[ - { - "code": "P107", - "name": "Display_Name", - "terminology": "ncit", - "version": "25.02d", - "synonyms": [ - { - "name": "Display Name", - "type": "Display_Name" - }, - { - "name": "Display Name", - "type": "FULL_SYN" - }, - { - "name": "Display_Name", - "type": "FULL_SYN" - }, - { - "name": "Display_Name", - "type": "Preferred_Name" - } - ], - "definitions": [ - { - "definition": "A property representing an alternative Preferred Name for use in some NCI systems.", - "type": "DEFINITION" - } - ], - "properties": [ - { - "type": "Semantic_Type", - "value": "Conceptual Entity" - } - ] - }, - { - "code": "P108", - "name": "Preferred_Name", - "terminology": "ncit", - "version": "25.02d", - "synonyms": [ - { - "name": "Preferred Name", - "type": "Display_Name" - }, - { - "name": "Preferred Name", - "type": "FULL_SYN" - }, - { - "name": "Preferred Term", - "type": "FULL_SYN" - }, - { - "name": "Preferred_Name", - "type": "FULL_SYN" - }, - { - "name": "Preferred_Name", - "type": "Preferred_Name" - } - ], - "definitions": [ - { - "definition": "A property representing the word or phrase that NCI uses by preference to refer to the concept.", - "type": "DEFINITION" - } - ], - "properties": [ - { - "type": "Semantic_Type", - "value": "Conceptual Entity" - } - ] - }, - { - "code": "P90", - "name": "FULL_SYN", - "terminology": "ncit", - "version": "25.02d", - "synonyms": [ - { - "name": "Term & Source Data", - "type": "Display_Name" - }, - { - "name": "FULL_SYN", - "type": "FULL_SYN" - }, - { - "name": "Synonym with Source Data", - "type": "FULL_SYN" - }, - { - "name": "FULL_SYN", - "type": "Preferred_Name" - } - ], - "definitions": [ - { - "definition": "A property representing a fully qualified synonym, contains the string, term type, source, and an optional source code if appropriate. Each subfield is deliniated to facilitate interpretation by software.", - "type": "DEFINITION" - } - ], - "properties": [ - { - "type": "Semantic_Type", - "value": "Conceptual Entity" - } - ] - } -] - +[ + { + "code": "P107", + "name": "Display_Name", + "terminology": "ncit", + "version": "25.07d", + "synonyms": [ + { + "name": "Display Name", + "type": "Display_Name" + }, + { + "name": "Display Name", + "type": "FULL_SYN" + }, + { + "name": "Display_Name", + "type": "FULL_SYN" + }, + { + "name": "Display_Name", + "type": "Preferred_Name" + } + ], + "definitions": [ + { + "definition": "A property representing an alternative Preferred Name for use in some NCI systems.", + "type": "DEFINITION" + } + ], + "properties": [ + { + "type": "Semantic_Type", + "value": "Conceptual Entity" + } + ] + }, + { + "code": "P108", + "name": "Preferred_Name", + "terminology": "ncit", + "version": "25.07d", + "synonyms": [ + { + "name": "Preferred Name", + "type": "Display_Name" + }, + { + "name": "Preferred Name", + "type": "FULL_SYN" + }, + { + "name": "Preferred Term", + "type": "FULL_SYN" + }, + { + "name": "Preferred_Name", + "type": "FULL_SYN" + }, + { + "name": "Preferred_Name", + "type": "Preferred_Name" + } + ], + "definitions": [ + { + "definition": "A property representing the word or phrase that NCI uses by preference to refer to the concept.", + "type": "DEFINITION" + } + ], + "properties": [ + { + "type": "Semantic_Type", + "value": "Conceptual Entity" + } + ] + }, + { + "code": "P90", + "name": "FULL_SYN", + "terminology": "ncit", + "version": "25.07d", + "synonyms": [ + { + "name": "Term & Source Data", + "type": "Display_Name" + }, + { + "name": "FULL_SYN", + "type": "FULL_SYN" + }, + { + "name": "Synonym with Source Data", + "type": "FULL_SYN" + }, + { + "name": "FULL_SYN", + "type": "Preferred_Name" + } + ], + "definitions": [ + { + "definition": "A property representing a fully qualified synonym, contains the string, term type, source, and an optional source code if appropriate. Each subfield is deliniated to facilitate interpretation by software.", + "type": "DEFINITION" + } + ], + "properties": [ + { + "type": "Semantic_Type", + "value": "Conceptual Entity" + } + ] + } +] + diff --git a/curl-examples/samples/get-term-types.txt b/curl-examples/samples/get-term-types.txt index 1a5551a6..6be79261 100644 --- a/curl-examples/samples/get-term-types.txt +++ b/curl-examples/samples/get-term-types.txt @@ -1,123 +1,123 @@ -[ - { - "code": "AB", - "name": "Abbreviation", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "AD", - "name": "Adjectival form (and other parts of grammar)", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "AQ", - "name": "*Antiquated preferred term", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "AQS", - "name": "Antiquated term, use when there are antiquated synonyms within a concept", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "BR", - "name": "US brand name, which may be trademarked", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CA2", - "name": "ISO 3166 alpha-2 country code", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CA3", - "name": "ISO 3166 alpha-3 country code", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CI", - "name": "ISO country code", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CN", - "name": "Drug study code", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CNU", - "name": "ISO 3166 numeric country code", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "CS", - "name": "US State Department country code", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "DN", - "name": "Display name", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "FB", - "name": "Foreign brand name, which may be trademarked", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "HD", - "name": "*Header (groups concepts, but not used for coding data)", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "HT", - "name": "Hierarchical term", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "LLT", - "name": "Lower level term", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "PT", - "name": "*Preferred term", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "RT", - "name": "Related term", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "SN", - "name": "Chemical structure name", - "terminology": "ncit", - "version": "25.02d" - }, - { - "code": "SY", - "name": "Synonym", - "terminology": "ncit", - "version": "25.02d" - } -] - +[ + { + "code": "AB", + "name": "Abbreviation", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "AD", + "name": "Adjectival form (and other parts of grammar)", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "AQ", + "name": "*Antiquated preferred term", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "AQS", + "name": "Antiquated term, use when there are antiquated synonyms within a concept", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "BR", + "name": "US brand name, which may be trademarked", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CA2", + "name": "ISO 3166 alpha-2 country code", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CA3", + "name": "ISO 3166 alpha-3 country code", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CI", + "name": "ISO country code", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CN", + "name": "Drug study code", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CNU", + "name": "ISO 3166 numeric country code", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "CS", + "name": "US State Department country code", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "DN", + "name": "Display name", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "FB", + "name": "Foreign brand name, which may be trademarked", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "HD", + "name": "*Header (groups concepts, but not used for coding data)", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "HT", + "name": "Hierarchical term", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "LLT", + "name": "Lower level term", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "PT", + "name": "*Preferred term", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "RT", + "name": "Related term", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "SN", + "name": "Chemical structure name", + "terminology": "ncit", + "version": "25.07d" + }, + { + "code": "SY", + "name": "Synonym", + "terminology": "ncit", + "version": "25.07d" + } +] + diff --git a/curl-examples/samples/get-terminologies.txt b/curl-examples/samples/get-terminologies.txt index 2fa02256..24457e8e 100644 --- a/curl-examples/samples/get-terminologies.txt +++ b/curl-examples/samples/get-terminologies.txt @@ -1,44 +1,50 @@ -[ - { - "terminology": "ncit", - "version": "25.02d", - "date": "February 24, 2025", - "name": "NCI Thesaurus 25.02d", - "description": "NCI Thesaurus, a controlled vocabulary in support of NCI administrative and scientific activities. Produced by the Enterprise Vocabulary System (EVS), a project by the NCI Center for Biomedical Informatics and Information Technology. National Cancer Institute, National Institutes of Health, Bethesda, MD 20892, U.S.A.", - "graph": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus25.02d.owl", - "terminologyVersion": "ncit_25.02d", - "latest": true, - "tags": { - "monthly": "true" - }, - "indexName": "concept_ncit_2502d", - "objectIndexName": "evs_object_ncit_2502d", - "metadata": { - "uiLabel": "NCI Thesaurus", - "maxVersions": 3, - "loader": "rdf", - "conceptStatuses": [ - "Obsolete_Concept", - "Header_Concept", - "Retired_Concept", - "Concept_Pending_Approval", - "Provisional_Concept" - ], - "retiredStatusValue": "Retired_Concept", - "detailsColumns": { - "synonyms-termType": true, - "synonyms-code": true, - "synonyms-subSource": true, - "synonyms-source": true, - "definitions-attribution": true, - "definitions-source": true - }, - "hierarchy": true, - "history": false, - "sourceCt": 74, - "subsetLink": "P374", - "codeLabel": "NCI Thesaurus Code" - } - } -] - +[ + { + "terminology": "ncit", + "version": "25.07d", + "date": "July 28, 2025", + "name": "NCI Thesaurus 25.07d", + "description": "NCI Thesaurus, a controlled vocabulary in support of NCI administrative and scientific activities. Produced by the Enterprise Vocabulary System (EVS), a project by the NCI Center for Biomedical Informatics and Information Technology. National Cancer Institute, National Institutes of Health, Bethesda, MD 20892, U.S.A.", + "graph": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus_25.07d.owl", + "terminologyVersion": "ncit_25.07d", + "latest": true, + "tags": { + "monthly": "true" + }, + "indexName": "concept_ncit_2507d", + "objectIndexName": "evs_object_ncit_2507d", + "metadata": { + "uiLabel": "NCI Thesaurus", + "maxVersions": 3, + "loader": "rdf", + "conceptStatuses": [ + "Obsolete_Concept", + "Header_Concept", + "Retired_Concept", + "Provisional_Concept", + "Concept_Pending_Approval" + ], + "retiredStatusValue": "Retired_Concept", + "detailsColumns": { + "synonyms-termType": true, + "synonyms-code": true, + "synonyms-subSource": true, + "synonyms-source": true, + "definitions-attribution": true, + "definitions-source": true + }, + "hierarchy": true, + "history": false, + "sourceCt": 74, + "subsetLink": "P374", + "codeLabel": "NCI Thesaurus Code", + "extraSubsets": { + "C6283": "C143048", + "C190573": "C6283", + "C4005": "C6283" + }, + "historyVersion": "25.07d" + } + } +] + diff --git a/doc/FAQ.md b/doc/FAQ.md index da5b8176..28250bdb 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -1,19 +1,31 @@ -# Frequently Asked Questions - -### General Questions - -* **What is EVS REST API?** - An open-source REST API-based service for accessing standard healthcare terminologies relevant for cancer research. It combines products produced by the National Cancer Institute (NCI) such as NCI Thesaurus and NCI Methathesaurus, as well as content from other providers producing code systems relevant for clinical care and cancer research. - -* **What is EVS Explore?** - A web-based user interface for the EVS REST API allowing users to interact with standard healthcare terminology content through a web browser. - -[Back to Top](#frequently-asked-questions) - -### Questions about NCI Thesaurus - -* **How often is NCI Thesaurus updated?** - NCI Thesaurus is officially published on a monthly basis on the last non-holiday Monday of each month. Data is processed and included in EVS REST API generally within the same week as files are published. - -[Back to Top](#frequently-asked-questions) - +# Frequently Asked Questions + +### General Questions + +* **What is EVS REST API?** + An open-source REST API-based service for accessing standard healthcare terminologies relevant for cancer research. It combines products produced by the National Cancer Institute (NCI) such as NCI Thesaurus and NCI Methathesaurus, as well as content from other providers producing code systems relevant for clinical care and cancer research. + +* **What is EVS Explore?** + A web-based user interface for the EVS REST API allowing users to interact with standard healthcare terminology content through a web browser. + +[Back to Top](#frequently-asked-questions) + +### Questions about NCI Thesaurus + +* **How often is NCI Thesaurus updated?** + NCI Thesaurus is officially published on a monthly basis on the last non-holiday Monday of each month. Data is processed and included in EVS REST API generally within the same week as files are published. + +* **How can concepts matching a particular Semantic Type be found by the API?** + This is handled by using "Search endpoint" of the EVS REST API to find concepts for a specific terminology and leverage the "property" and "value" parameters to specify a "Semantic_Type" property with a particular value, such as "Neoplastic Process". The "fromRecord" and "pageSize" parameters can be used to read more than the first ten results. This curl call represents a way to find NCI Thesaurus codes with Semantic_Type properties equal to "Neoplastic Process": + +``` +curl -X 'GET' \ + 'https://api-evsrest.nci.nih.gov/api/v1/concept/ncit/search?fromRecord=0&pageSize=10&property=Semantic_Type&value=Neoplastic%20Process' \ + -H 'accept: application/json' +``` + +NOTE: it is not currently possible to search by properties within EVS Explore. However a future edition will enable an "advanced search" mechanism to support this behavior. + + +[Back to Top](#frequently-asked-questions) + diff --git a/doc/FHIRVALUESET.md b/doc/FHIRVALUESET.md new file mode 100644 index 00000000..fbb06233 --- /dev/null +++ b/doc/FHIRVALUESET.md @@ -0,0 +1,1065 @@ +# Using FHIR ValueSet $expand in EVSRESTAPI + +ValueSets can be requested with a POST call defining a .compose definition. This definition indicates which codes are intended to be in the returned expanded set. + +ValueSets with the $expand operation are documented at https://hl7.org/fhir/R5/valueset-operation-expand.html. +Definitions using filter operators are documented at https://hl7.org/fhir/R5/valueset-filter-operator.html. + +NOTE: Most of the functionality will work for R4 as it does for R5. Exceptions are noted below. + +## ValueSet expand with parameter and filter operations + +Supported ValueSet $expand parameters are: + +1. valueSetVersion +2. filter +3. offset +4. count +5. includeDesignations +6. includeDefinition +7. activeOnly +8. property (R5 only) + +Supported operations on a compose:include:filter with property 'concept' are: + +1. [is-a](#valueset-expand-with-is-a-filter-operation) +2. [descendent-of](#valueset-expand-with-descendent-of-filter-operation) +3. [child-of](#valueset-expand-with-child-of-filter-operation-r5-only) (R5 only) +4. [generalizes](#valueset-expand-with-generalizes-filter-operation) +5. [descendent-leaf](#valueset-expand-with-descendent-leaf-filter-operation-r5-only) (R5 only) +6. [in](#valueset-expand-with-in-filter-operation) +7. [is-not-a](#valueset-expand-with-is-not-a-filter-operation) +8. [not-in](#valueset-expand-with-not-in-filter-operation) + +Supported property operations on a compose:include:filter are: +1. = +2. exists (value=true or value=false) + +ValueSets in the compose definition +1. [ValueSet expand with include.valueSet and exclude.valueSet operations](#valueset-expand-with-includevalueset-and-excludevalueset-operations) +2. [ValueSet expand with _sort parameter](#valueset-expand-with-_sort-parameter) + +## ValueSet expand requests via curl calls + +Use an API_URL setting like the one below. + +`export API_URL=https://api-evsrest.nci.nih.gov` + +### ValueSet expand with definitions and designations + +This request is appropriate for NCI Thesaurus and finds the included concepts with their definitions and designations. + +The expected result will include the C14225 (Human) concept with its complete definition text, all synonym designations (PT, SY, etc.), and term type information, providing comprehensive concept details beyond just the basic code and display name. +``` +cat << EOF > parameters.txt +{ + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-filter-test", + "url": "http://example.org/fhir/ValueSet/nci-filter-test", + "version": "1.0.0", + "name": "NCIGeneralizesFilterTest", + "title": "NCI Thesaurus Filter Test", + "status": "active", + "description": "Test ValueSet expand with definitions and designations requested.", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "concept": [ + { + "code": "C14225", + "display": "Human" + } + ] + } + ] + } + } + }, + { + "name": "includeDefinition", + "valueBoolean": true + }, + { + "name": "includeDesignations", + "valueBoolean": true + } + ] +} +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +# For R4 use this curl call +curl -X POST "$API_URL/fhir/r4/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +``` +### ValueSet expand with 'is-a' filter operation + + This request is appropriate for NCI Thesaurus and finds the concept Lyase Gene and all of its descendants (children, grandchildren, etc.). + +The expected result will include C21282 (Lyase Gene) itself plus all its hierarchical descendants in the NCI Thesaurus, such as specific lyase gene types like ADCY5 Gene, PLCG1 Gene, and other enzyme genes classified under the Lyase Gene category. +``` + cat << EOF > parameters.txt + { + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-is-a-filter-test", + "url": "http://example.org/fhir/ValueSet/nci-is-a-filter-test", + "version": "1.0.0", + "name": "NCIIsAFilterTest", + "title": "NCI Thesaurus Is-A Filter Test", + "status": "active", + "description": "Test ValueSet with 'is-a' filter for Lyase Gene and its descendants", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "filter": [ + { + "property": "concept", + "op": "is-a", + "value": "C21282" + } + ] + } + ] + } + } + }, + { + "name": "activeOnly", + "valueBoolean": true + } + ] + } +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +# For R4 use this curl call +curl -X POST "$API_URL/fhir/r4/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + + ``` + +### ValueSet expand with 'descendent-of' filter operation + + This request is appropriate for NCI Thesaurus and finds all descendants of Gene (excluding the Gene concept itself). + + The expected result will include all gene subtypes like Lyase Gene, Enzyme Gene, ADCY5 Gene, etc., but will exclude C16612 (Gene) itself, returning only the hierarchical children and grandchildren concepts with count limited to 20 as specified in the request. +``` + cat << EOF > parameters.txt + { + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-descendent-of-filter-test", + "url": "http://example.org/fhir/ValueSet/nci-descendent-of-filter-test", + "version": "1.0.0", + "name": "NCIDescendentOfFilterTest", + "title": "NCI Thesaurus Descendent-Of Filter Test", + "status": "active", + "description": "Test ValueSet with 'descendent-of' filter for all descendants of Gene", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "filter": [ + { + "property": "concept", + "op": "descendent-of", + "value": "C16612" + } + ] + } + ] + } + } + }, + { + "name": "activeOnly", + "valueBoolean": true + }, + { + "name": "count", + "valueInteger": 20 + } + ] + } +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +# For R4 use this curl call +curl -X POST "$API_URL/fhir/r4/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +``` + +### ValueSet expand with 'child-of' filter operation (R5 only) + +This request is appropriate for NCI Thesaurus and finds the children of Lyase Gene. + +The expected result will include only the direct child concepts of C21282 (Lyase Gene), such as specific lyase enzyme subtypes, but will not include grandchildren or deeper descendants, providing a single-level hierarchical expansion. + +``` +cat << EOF > parameters.txt +{ + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-child-of-filter-test", + "url": "http://example.org/fhir/ValueSet/nci-child-of-filter-test", + "version": "1.0.0", + "name": "NCIChildOfFilterTest", + "title": "NCI Thesaurus Child-Of Filter Test", + "status": "active", + "description": "Test ValueSet with child-of filter for Lyase Gene", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "filter": [ + { + "property": "concept", + "op": "child-of", + "value": "C21282" + } + ] + } + ] + } + } + }, + { + "name": "activeOnly", + "valueBoolean": true + } + ] +} +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + + +``` + +### ValueSet expand with 'generalizes' filter operation + +This request is appropriate for NCI Thesaurus and finds ancestors of ADCY5 Gene, adds the Human concept and excludes the concept Enzyme Gene. + +The expected result will include the ancestral hierarchy of C213888 (ADCY5 Gene) such as Gene, Lyase Gene, plus the directly included C14225 (Human) concept, but will exclude C21281 (Enzyme Gene) from the final result set, demonstrating the combination of filter-based inclusion, direct inclusion, and exclusion operations. +``` +cat << EOF > parameters.txt +{ + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-generalizes-filter-test", + "url": "http://example.org/fhir/ValueSet/nci-generalizes-filter-test", + "version": "1.0.0", + "name": "NCIGeneralizesFilterTest", + "title": "NCI Thesaurus Generalizes Filter Test", + "status": "active", + "description": "Test ValueSet with 'generalizes' filter for ADCY5 Gene ancestors plus direct includes and excludes", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "filter": [ + { + "property": "concept", + "op": "generalizes", + "value": "C21282" + } + ] + }, + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "concept": [ + { + "code": "C14225", + "display": "Human" + } + ] + } + ], + "exclude": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "concept": [ + { + "code": "C16612", + "display": "Gene" + } + ] + } + ] + } + } + }, + { + "name": "activeOnly", + "valueBoolean": true + } + ] +} +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +# For R4 use this curl call +curl -X POST "$API_URL/fhir/r4/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +``` + +### ValueSet expand with 'descendent-leaf' filter operation (R5 only) + +This request is appropriate for NCI Thesaurus and finds the leaf node descendents of Lyase Gene. + +The expected result will include only the terminal/leaf concepts under C21282 (Lyase Gene) that have no further children in the hierarchy, plus the directly included C16612 (Gene) concept, providing the most specific enzyme gene concepts without intermediate classification levels. +``` +cat << EOF > parameters.txt +{ + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { +"resourceType": "ValueSet", + "id": "nci-descendant-leaf-filter-test", + "url": "http://example.org/fhir/ValueSet/nci-descendant-leaf-filter-test", + "version": "1.0.0", + "name": "NCIDescendantLeafFilterTest", + "title": "NCI Thesaurus Descendant-Leaf Filter Test", + "status": "active", + "description": "Test ValueSet with descendant-leaf filter for Lyase Gene leaf descendants plus direct includes and excludes", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "filter": [ + { + "property": "concept", + "op": "descendent-leaf", + "value": "C21282" + } + ] + }, + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "concept": [ + { + "code": "C16612", + "display": "Gene" + } + ] + } + ] + } + } + }, + { + "name": "activeOnly", + "valueBoolean": true + } + ] +} +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + + + +``` + + +### ValueSet expand with 'in' filter operation + +This request is appropriate for NCI Thesaurus and expands the concepts provided in the filter 'in' listing as well as the direct includes concept. + +The expected result will include exactly C21282 (Lyase Gene), C3262 (Neoplasm), and C2991 (Disease or Disorder) from the filter list, plus the directly included C2991 (Disease or Disorder) concept, with C2991 appearing only once due to deduplication. +``` +cat << EOF > parameters.txt +{ + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-in-filter-test", + "url": "http://example.org/fhir/ValueSet/nci-in-filter-test", + "version": "1.0.0", + "name": "NCIInFilterTest", + "title": "NCI Thesaurus In Filter Test", + "status": "active", + "description": "Test ValueSet with 'in' filter for concepts in a specific 'in' listing plus direct includes", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "filter": [ + { + "property": "concept", + "op": "in", + "value": "C21282,C3262,C2991" + } + ] + }, + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "concept": [ + { + "code": "C2991", + "display": "Disease or Disorder" + } + ] + } + ] + } + } + }, + { + "name": "activeOnly", + "valueBoolean": true + } + ] +} +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +# For R4 use this curl call +curl -X POST "$API_URL/fhir/r4/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +``` + ### ValueSet expand with 'is-not-a' filter operation + + This request is appropriate for NCI Thesaurus and excludes concepts that have an is-a relationship with the specified concept, keeping only those that are not descendants of the target concept. + +The expected result will include C48672 (Schedule I Substance), C2991 (Disease or Disorder), and C48670 (Controlled Substance), while excluding C21282 (Lyase Gene) and C16612 (Gene) since they have an is-a relationship with Gene (C16612). + +``` + cat << EOF > parameters.txt + { + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-is-not-a-filter-test", + "url": "http://example.org/fhir/ValueSet/nci-is-not-a-filter-test", + "version": "1.0.0", + "name": "NCIIsNotAFilterTest", + "title": "NCI Thesaurus Is-Not-A Filter Test", + "status": "active", + "description": "Test ValueSet with 'is-not-a' filter to exclude gene concepts", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "concept": [ + { + "code": "C21282", + "display": "Lyase Gene" + }, + { + "code": "C16612", + "display": "Gene" + }, + { + "code": "C48672", + "display": "Schedule I Substance" + }, + { + "code": "C2991", + "display": "Disease or Disorder" + }, + { + "code": "C48670", + "display": "Controlled Substance" + } + ], + "filter": [ + { + "property": "concept", + "op": "is-not-a", + "value": "C16612" + } + ] + } + ] + } + } + }, + { + "name": "activeOnly", + "valueBoolean": true + } + ] + } +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +# For R4 use this curl call +curl -X POST "$API_URL/fhir/r4/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +``` + + + ### ValueSet expand with 'not-in' filter operation + + This request is appropriate for NCI Thesaurus and excludes specific concepts from the included list, keeping only those not specified in the filter value. + + The expected result will include only C48670 (Controlled Substance) and C16612 (Gene), while excluding C2991 (Disease or Disorder) and C48672 (Schedule I Substance) as specified in the filter value. +``` + cat << EOF > parameters.txt + { + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-not-in-filter-test", + "url": "http://example.org/fhir/ValueSet/nci-not-in-filter-test", + "version": "1.0.0", + "name": "NCINotInFilterTest", + "title": "NCI Thesaurus Not-In Filter Test", + "status": "active", + "description": "Test ValueSet with 'not-in' filter to exclude specific concepts", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "concept": [ + { + "code": "C48670", + "display": "Controlled Substance" + }, + { + "code": "C2991", + "display": "Disease or Disorder" + }, + { + "code": "C48672", + "display": "Schedule I Substance" + }, + { + "code": "C16612", + "display": "Gene" + } + ], + "filter": [ + { + "property": "concept", + "op": "not-in", + "value": "C2991,C48672" + } + ] + } + ] + } + } + }, + { + "name": "activeOnly", + "valueBoolean": true + } + ] + } +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +# For R4 use this curl call +curl -X POST "$API_URL/fhir/r4/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +``` + ### ValueSet expand with property '=' filter operation + + This request is appropriate for NCI Thesaurus and finds concepts from the included list that have the Contributing_Source property equal to "FDA". + + The expected result will include only C48672 (Schedule I Substance) from the concept list, as it has the Contributing_Source property with value "FDA", while C2991 (Disease or Disorder) and C48670 (Controlled Substance) will be excluded because they either lack this property or have different Contributing_Source values. +``` + cat << EOF > parameters.txt + { + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-property-equals-filter-test", + "url": "http://example.org/fhir/ValueSet/nci-property-equals-filter-test", + "version": "1.0.0", + "name": "NCIPropertyEqualsFilterTest", + "title": "NCI Thesaurus Property Equals Filter Test", + "status": "active", + "description": "Test ValueSet with '=' filter for Contributing_Source property", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "concept": [ + { + "code": "C48672", + "display": "Schedule I Substance" + }, + { + "code": "C2991", + "display": "Disease or Disorder" + }, + { + "code": "C48670", + "display": "Controlled Substance" + } + ], + "filter": [ + { + "property": "Contributing_Source", + "op": "=", + "value": "FDA" + } + ] + } + ] + } + } + }, + { + "name": "activeOnly", + "valueBoolean": true + } + ] + } +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +# For R4 use this curl call +curl -X POST "$API_URL/fhir/r4/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +``` + ### ValueSet expand with property 'exists' filter operation (value=true) + + This request is appropriate for NCI Thesaurus and finds concepts from the included list that have the Contributing_Source property (regardless of its value). + + The expected result will include C48672 (Schedule I Substance) and C2991 (Disease or Disorder) which both have Contributing_Source properties with various values, while excluding C48670 (Controlled Substance) and C21282 (Lyase Gene) which do not have any Contributing_Source property. +``` + cat << EOF > parameters.txt + { + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-property-exists-true-test", + "url": "http://example.org/fhir/ValueSet/nci-property-exists-true-test", + "version": "1.0.0", + "name": "NCIPropertyExistsTrueTest", + "title": "NCI Thesaurus Property Exists True Filter Test", + "status": "active", + "description": "Test ValueSet with 'exists' filter for Contributing_Source property (value=true)", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "concept": [ + { + "code": "C48672", + "display": "Schedule I Substance" + }, + { + "code": "C2991", + "display": "Disease or Disorder" + }, + { + "code": "C48670", + "display": "Controlled Substance" + }, + { + "code": "C21282", + "display": "Lyase Gene" + } + ], + "filter": [ + { + "property": "Contributing_Source", + "op": "exists", + "value": "true" + } + ] + } + ] + } + } + }, + { + "name": "activeOnly", + "valueBoolean": true + } + ] + } +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +# For R4 use this curl call +curl -X POST "$API_URL/fhir/r4/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' +``` + + ### ValueSet expand with property 'exists' filter operation (value=false) + + This request is appropriate for NCI Thesaurus and finds concepts from the included list that do NOT have the Contributing_Source property. + +The expected result will include C48670 (Controlled Substance) and C21282 (Lyase Gene) which lack the Contributing_Source property, while excluding C48672 + (Schedule I Substance) and C2991 (Disease or Disorder) which do have Contributing_Source properties with various values. +``` + cat << EOF > parameters.txt + { + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-property-exists-false-test", + "url": "http://example.org/fhir/ValueSet/nci-property-exists-false-test", + "version": "1.0.0", + "name": "NCIPropertyExistsFalseTest", + "title": "NCI Thesaurus Property Exists False Filter Test", + "status": "active", + "description": "Test ValueSet with 'exists' filter for Contributing_Source property (value=false)", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "concept": [ + { + "code": "C48672", + "display": "Schedule I Substance" + }, + { + "code": "C2991", + "display": "Disease or Disorder" + }, + { + "code": "C48670", + "display": "Controlled Substance" + }, + { + "code": "C21282", + "display": "Lyase Gene" + } + ], + "filter": [ + { + "property": "Contributing_Source", + "op": "exists", + "value": "false" + } + ] + } + ] + } + } + }, + { + "name": "activeOnly", + "valueBoolean": true + } + ] + } +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +# For R4 use this curl call +curl -X POST "$API_URL/fhir/r4/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' +``` +### ValueSet expand with include.valueSet and exclude.valueSet operations + + The FHIR ValueSet compose definition supports referencing other ValueSets through include.valueSet and exclude.valueSet elements. This enables composition of ValueSets from existing + ValueSet definitions. + + +### ValueSet expand with include.valueSet and paging + + This request demonstrates paging functionality with include.valueSet, retrieving the first 50 concepts from the referenced ValueSet. + + The expected result will include the first 50 concepts from the C54452 subset with proper expansion metadata showing the offset, count, and total number of available concepts, enabling + efficient pagination through large ValueSet expansions. + +``` + cat << EOF > parameters.txt + { + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-include-valueset-paging-test", + "url": "http://example.org/fhir/ValueSet/nci-include-valueset-paging-test", + "version": "1.0.0", + "name": "NCIIncludeValueSetPagingTest", + "title": "NCI Thesaurus Include ValueSet Paging Test", + "status": "active", + "description": "Test ValueSet with include.valueSet paging functionality", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "valueSet": [ + "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl?fhir_vs=C54452" + ] + } + ] + } + } + }, + { + "name": "offset", + "valueInteger": 0 + }, + { + "name": "count", + "valueInteger": 50 + } + ] + } +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +# For R4 use this curl call +curl -X POST "$API_URL/fhir/r4/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' +``` + + ### ValueSet expand with include.valueSet and exclude.valueSet + + This request demonstrates combining include.valueSet and exclude.valueSet operations, including all concepts from C54452 and excluding overlapping concepts from C54459. + + The expected result will include all concepts from the C54452 subset but remove any concepts that also exist in the C54459 subset, demonstrating set subtraction behavior where the total count should decrease by exactly 5 concepts due to the overlap between these two ValueSets. + +``` + cat << EOF > parameters.txt + { + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-include-exclude-valueset-test", + "url": "http://example.org/fhir/ValueSet/nci-include-exclude-valueset-test", + "version": "1.0.0", + "name": "NCIIncludeExcludeValueSetTest", + "title": "NCI Thesaurus Include and Exclude ValueSet Test", + "status": "active", + "description": "Test ValueSet with include C54452 and exclude C54459 ValueSets", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "valueSet": [ + "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl?fhir_vs=C54452" + ] + } + ], + "exclude": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "valueSet": [ + "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl?fhir_vs=C54459" + ] + } + ] + } + } + }, + { + "name": "activeOnly", + "valueBoolean": true + } + ] + } +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +# For R4 use this curl call +curl -X POST "$API_URL/fhir/r4/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' +``` + ### ValueSet expand with _sort parameter + + This request demonstrates sorting functionality in ValueSet expansion, allowing results to be ordered by display name or code. + + The expected result will include concepts from the C54459 subset sorted alphabetically by their display names in ascending order, with proper expansion metadata and pagination support for large sorted result sets. +``` + cat << EOF > parameters.txt + { + "resourceType": "Parameters", + "parameter": [ + { + "name": "valueSet", + "resource": { + "resourceType": "ValueSet", + "id": "nci-sort-display-test", + "url": "http://example.org/fhir/ValueSet/nci-sort-display-test", + "version": "1.0.0", + "name": "NCISortDisplayTest", + "title": "NCI Thesaurus Sort by Display Test", + "status": "active", + "description": "Test ValueSet with _sort parameter for sorting by display name", + "compose": { + "include": [ + { + "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl", + "valueSet": [ + "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl?fhir_vs=C54459" + ] + } + ] + } + } + }, + { + "name": "_sort", + "valueString": "display" + }, + { + "name": "count", + "valueInteger": 20 + } + ] + } +EOF + +# For R5 use this curl call +curl -X POST "$API_URL/fhir/r5/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' + +# For R4 use this curl call +curl -X POST "$API_URL/fhir/r4/ValueSet/\$expand" \ + -H 'accept: application/fhir+json' \ + -H 'Content-Type: application/fhir+json' \ + -d "@parameters.txt" | jq '.' +``` +[Back to Top](#using-fhir-valueset-expand-in-evsrestapi) diff --git a/fhir-examples/EVSRESTAPI-FHIR-R4.postman_collection.json b/fhir-examples/EVSRESTAPI-FHIR-R4.postman_collection.json index 25ad66d9..20f3612f 100644 --- a/fhir-examples/EVSRESTAPI-FHIR-R4.postman_collection.json +++ b/fhir-examples/EVSRESTAPI-FHIR-R4.postman_collection.json @@ -1,10 +1,10 @@ { "info": { - "_postman_id": "9117dbcf-5825-4093-94fe-4496b330507f", + "_postman_id": "747adee5-918d-442c-80b5-b9d41e36f455", "name": "EVSRESTAPI FHIR R4", "description": "EVSRESTAPI FHIR Terminology Services API, [https://api-evsrest.nci.nih.gov/fhir/r4/swagger-ui/](https://api-evsrest.nci.nih.gov/fhir/r4/swagger-ui/).", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", - "_exporter_id": "7218027" + "_exporter_id": "11076096" }, "item": [ { @@ -143,6 +143,11 @@ "key": "_offset", "value": "0", "disabled": true + }, + { + "key": "_sort", + "value": "name", + "disabled": true } ] } @@ -457,6 +462,11 @@ "key": "_offset", "value": "0", "disabled": true + }, + { + "key": "_sort", + "value": "name", + "disabled": true } ] }, @@ -729,6 +739,11 @@ "key": "_offset", "value": "0", "disabled": true + }, + { + "key": "_sort", + "value": "name", + "disabled": true } ] } diff --git a/fhir-examples/EVSRESTAPI-FHIR-R5.postman_collection.json b/fhir-examples/EVSRESTAPI-FHIR-R5.postman_collection.json index 655eff81..b2582c5e 100644 --- a/fhir-examples/EVSRESTAPI-FHIR-R5.postman_collection.json +++ b/fhir-examples/EVSRESTAPI-FHIR-R5.postman_collection.json @@ -1,10 +1,10 @@ { "info": { - "_postman_id": "5ed550b1-71f3-419c-9a47-f0254002da3c", + "_postman_id": "0137f386-dd36-4fc3-aa90-ed15e8aebc41", "name": "EVSRESTAPI FHIR R5", "description": "EVSRESTAPI FHIR Terminology Services API, [https://api-evsrest.nci.nih.gov/fhir/r5/swagger-ui/](https://api-evsrest.nci.nih.gov/fhir/r5/swagger-ui/).", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", - "_exporter_id": "7218027" + "_exporter_id": "11076096" }, "item": [ { @@ -143,6 +143,11 @@ "key": "_offset", "value": "0", "disabled": true + }, + { + "key": "_sort", + "value": "name", + "disabled": true } ] } @@ -457,6 +462,11 @@ "key": "_offset", "value": "0", "disabled": true + }, + { + "key": "_sort", + "value": "name", + "disabled": true } ] }, @@ -729,6 +739,11 @@ "key": "_offset", "value": "0", "disabled": true + }, + { + "key": "_sort", + "value": "name", + "disabled": true } ] } diff --git a/fhir-examples/README.md b/fhir-examples/README.md index 4ac5a83f..f22f8979 100644 --- a/fhir-examples/README.md +++ b/fhir-examples/README.md @@ -19,6 +19,24 @@ FHIR Swagger APIs are also available for these end points. -