forked from Luke-Sikina/picsure-search-refinement
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luke Sikina
committed
Jul 18, 2024
1 parent
d3d93c2
commit 69dc831
Showing
4 changed files
with
655 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,169 @@ | ||
[ | ||
{ | ||
"name": "study_ids_dataset_ids", | ||
"display": "Study IDs/Dataset IDs", | ||
"description": "", | ||
"facets": [ | ||
{ | ||
"name": "1", | ||
"display": "GIC", | ||
"description": null, | ||
"count": 0, | ||
"children": null, | ||
"category": "study_ids_dataset_ids", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "2", | ||
"display": "National Health and Nutrition Examination Survey", | ||
"description": null, | ||
"count": 0, | ||
"children": null, | ||
"category": "study_ids_dataset_ids", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "3", | ||
"display": "1000 Genomes Project", | ||
"description": null, | ||
"count": 0, | ||
"children": null, | ||
"category": "study_ids_dataset_ids", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "phs002715", | ||
"display": "NSRR CFS", | ||
"description": null, | ||
"count": 0, | ||
"children": null, | ||
"category": "study_ids_dataset_ids", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "phs000284", | ||
"display": "CFS", | ||
"description": null, | ||
"count": 0, | ||
"children": null, | ||
"category": "study_ids_dataset_ids", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "phs000007", | ||
"display": "FHS", | ||
"description": null, | ||
"count": 3, | ||
"children": null, | ||
"category": "study_ids_dataset_ids", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "phs000007", | ||
"display": "FHS", | ||
"description": null, | ||
"count": 1, | ||
"children": null, | ||
"category": "study_ids_dataset_ids", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "phs002385", | ||
"display": "HCT_for_SCD", | ||
"description": null, | ||
"count": 0, | ||
"children": null, | ||
"category": "study_ids_dataset_ids", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "phs003463", | ||
"display": "RECOVER_Adult", | ||
"description": null, | ||
"count": 0, | ||
"children": null, | ||
"category": "study_ids_dataset_ids", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "phs003543", | ||
"display": "NSRR_HSHC", | ||
"description": null, | ||
"count": 0, | ||
"children": null, | ||
"category": "study_ids_dataset_ids", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "phs002808", | ||
"display": "nuMoM2b", | ||
"description": null, | ||
"count": 0, | ||
"children": null, | ||
"category": "study_ids_dataset_ids", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "phs003566", | ||
"display": "SPRINT", | ||
"description": null, | ||
"count": 0, | ||
"children": null, | ||
"category": "study_ids_dataset_ids", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "phs001963", | ||
"display": "DEMENTIA-SEQ", | ||
"description": null, | ||
"count": 0, | ||
"children": null, | ||
"category": "study_ids_dataset_ids", | ||
"meta": null | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "nsrr_harmonized", | ||
"display": "Common Data Element Collection", | ||
"description": "", | ||
"facets": [ | ||
{ | ||
"name": "LOINC", | ||
"display": "LOINC", | ||
"description": null, | ||
"count": 1, | ||
"children": null, | ||
"category": "nsrr_harmonized", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "PhenX", | ||
"display": "PhenX", | ||
"description": null, | ||
"count": 1, | ||
"children": null, | ||
"category": "nsrr_harmonized", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "gad_7", | ||
"display": "Generalized Anxiety Disorder Assessment (GAD-7)", | ||
"description": null, | ||
"count": 0, | ||
"children": null, | ||
"category": "nsrr_harmonized", | ||
"meta": null | ||
}, | ||
{ | ||
"name": "taps_tool", | ||
"display": "NIDA CTN Common Data Elements = TAPS Tool", | ||
"description": null, | ||
"count": 0, | ||
"children": null, | ||
"category": "nsrr_harmonized", | ||
"meta": null | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.