Skip to content

Commit

Permalink
Add back the old file
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs committed Dec 18, 2024
1 parent 5dd9cd5 commit ae1b9d7
Showing 1 changed file with 123 additions and 0 deletions.
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"
}
}
}

0 comments on commit ae1b9d7

Please sign in to comment.