-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved tool and diagnosis terms into separate json files
- Loading branch information
Showing
3 changed files
with
102 additions
and
35 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,86 @@ | ||
[ | ||
{ | ||
"label":"Acute depression", | ||
"identifier":"snomed:712823008" | ||
}, | ||
{ | ||
"label":"Anxiety", | ||
"identifier":"snomed:48694002" | ||
}, | ||
{ | ||
"label":"Anxiety disorder", | ||
"identifier":"snomed:197480006" | ||
}, | ||
{ | ||
"label":"Attention deficit hyperactivity disorder", | ||
"identifier":"snomed:406506008" | ||
}, | ||
{ | ||
"label":"Autism spectrum disorder", | ||
"identifier":"snomed:35919005" | ||
}, | ||
{ | ||
"label":"Borderline personality disorder", | ||
"identifier":"snomed:20010003" | ||
}, | ||
{ | ||
"label":"Concussion injury of brain", | ||
"identifier":"snomed:110030002" | ||
}, | ||
{ | ||
"label":"Disorder of cardiovascular system", | ||
"identifier":"snomed:49601007" | ||
}, | ||
{ | ||
"label":"Dyslexia", | ||
"identifier":"snomed:59770006" | ||
}, | ||
{ | ||
"label":"Fibromyalgia", | ||
"identifier":"snomed:203082005" | ||
}, | ||
{ | ||
"label":"Hearing problem", | ||
"identifier":"snomed:300228004" | ||
}, | ||
{ | ||
"label":"Mental disorder", | ||
"identifier":"snomed:74732009" | ||
}, | ||
{ | ||
"label":"Migraine", | ||
"identifier":"snomed:37796009" | ||
}, | ||
{ | ||
"label":"Schizophrenia", | ||
"identifier":"snomed:58214004" | ||
}, | ||
{ | ||
"label":"Separation anxiety", | ||
"identifier":"snomed:126943008" | ||
}, | ||
{ | ||
"label":"Smoker", | ||
"identifier":"snomed:77176002" | ||
}, | ||
{ | ||
"label":"Social phobia", | ||
"identifier":"snomed:25501002" | ||
}, | ||
{ | ||
"label":"Specific spelling disorder", | ||
"identifier":"snomed:268738002" | ||
}, | ||
{ | ||
"label":"Traumatic brain injury", | ||
"identifier":"snomed:127295002" | ||
}, | ||
{ | ||
"label":"Visual impairment", | ||
"identifier":"snomed:397540003" | ||
}, | ||
{ | ||
"label":"Healthy Control", | ||
"identifier":"ncit:C94342" | ||
} | ||
] |
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,12 @@ | ||
[ | ||
{ | ||
"label":"MOCA", | ||
"identifier":"cogAtlas:MOCA", | ||
"selected":false | ||
}, | ||
{ | ||
"label":"UPDRS", | ||
"identifier":"cogAtlas:UPDRS", | ||
"selected":false | ||
} | ||
] |
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