-
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.
- Loading branch information
Showing
1 changed file
with
123 additions
and
0 deletions.
There are no files selected for viewing
123 changes: 123 additions & 0 deletions
123
cypress/fixtures/examples/good/ds003653_participant_annotated_1698934398962.json
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,123 @@ | ||
{ | ||
"participant_id": { | ||
"Description": "A participant ID", | ||
"Annotations": { | ||
"IsAbout": { | ||
"Label": "Subject Unique Identifier", | ||
"TermURL": "nb:ParticipantID" | ||
}, | ||
"Identifies": "participant" | ||
} | ||
}, | ||
"age": { | ||
"Annotations": { | ||
"IsAbout": { | ||
"Label": "Age", | ||
"TermURL": "nb:Age" | ||
}, | ||
"Transformation": { | ||
"Label": "float value", | ||
"TermURL": "nb:FromFloat" | ||
}, | ||
"MissingValues": [] | ||
}, | ||
"Description": "age of the participant", | ||
"Units": "years" | ||
}, | ||
"sex": { | ||
"Annotations": { | ||
"IsAbout": { | ||
"Label": "Sex", | ||
"TermURL": "nb:Sex" | ||
}, | ||
"Levels": { | ||
"M": { | ||
"Label": "male", | ||
"TermURL": "bids:male" | ||
}, | ||
"F": { | ||
"Label": "female", | ||
"TermURL": "bids:female" | ||
} | ||
}, | ||
"MissingValues": [] | ||
}, | ||
"Description": "sex of the participant as reported by the participant", | ||
"Levels": { | ||
"M": "male", | ||
"F": "female" | ||
} | ||
}, | ||
"group": { | ||
"Annotations": { | ||
"IsAbout": { | ||
"Label": "Diagnosis", | ||
"TermURL": "nb:Diagnosis" | ||
}, | ||
"Levels": { | ||
"UD": { | ||
"Label": "Acute depression", | ||
"TermURL": "snomed:712823008" | ||
}, | ||
"HC": { | ||
"Label": "Healthy Control", | ||
"TermURL": "ncit:C94342" | ||
}, | ||
"HCconvertedMDD": { | ||
"Label": "Borderline personality disorder", | ||
"TermURL": "snomed:20010003" | ||
} | ||
}, | ||
"MissingValues": [] | ||
}, | ||
"Description": "diagnostic status determined by the study clinician at baseline", | ||
"Levels": { | ||
"UD": "individuals with unipolar depression including those diagnosed with MDD and PDD", | ||
"HC": "healthy controls", | ||
"HCconvertedMDD": "individual that presented as HC at baseline, but converted to MDD during the course of the study" | ||
} | ||
}, | ||
"group_dx": { | ||
"Description": "specific diagnosis determined by the study clinician at baseline", | ||
"missingValues": [], | ||
"Levels": { | ||
"MDD": "major depressive disorder", | ||
"PDD": "persistent depressive disorder", | ||
"HC": "healthy controls", | ||
"HCconvertedMDD": "individual that presented as HC at baseline, but converted to MDD during the course of the study" | ||
} | ||
}, | ||
"number_comorbid_dx": { | ||
"Description": "a number of diagnoses comorbid with UD (e.g., GAD, PTSD)", | ||
"missingValues": [], | ||
"Units": "number" | ||
}, | ||
"medload": { | ||
"Description": "reflects the number of dosage of psychotropic medications taken by participants. Higher numbers correspond to more medications and/or higher medication dosage ", | ||
"missingValues": [], | ||
"Units": "arbitrary units" | ||
}, | ||
"iq": { | ||
"Annotations": { | ||
"IsAbout": { | ||
"TermURL": "nb:Assessment", | ||
"Label": "Assessment tool" | ||
}, | ||
"IsPartOf": { | ||
"TermURL": "cogAtlas:trm_4b94affc43245", | ||
"Label": "Wechsler Abbreviated Scale of Intelligence" | ||
}, | ||
"MissingValues": [] | ||
}, | ||
"Description": "IQ derived based on the NART assessment.", | ||
"Units": "arbitrary units" | ||
}, | ||
"session": { | ||
"Description": "scanning session", | ||
"missingValues": [], | ||
"Levels": { | ||
"1": "baseline", | ||
"2": "6 months follow-up scan" | ||
} | ||
} | ||
} |