KushalGaywala commited on
Commit
520aac8
·
verified ·
1 Parent(s): a182137

add: uploading 7 dts used for evaluation

Browse files
dsm5-depression-dt.json ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "major-depressive-disorder-dt",
3
+ "type": "sequential",
4
+ "root": "depressed-mood",
5
+ "branches": [
6
+ {
7
+ "id": "depressed-mood",
8
+ "question": "Have you experienced depressed or irritable mood?",
9
+ "branches": [
10
+ {
11
+ "option": "yes",
12
+ "next-node": "anhedonia"
13
+ },
14
+ {
15
+ "option": "no",
16
+ "next-node": "anhedonia"
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "id": "anhedonia",
22
+ "question": "Have you experienced loss of interest or pleasure in activities (anhedonia)?",
23
+ "branches": [
24
+ {
25
+ "option": "yes",
26
+ "next-node": "depressed-mood-past-2-weeks"
27
+ },
28
+ {
29
+ "option": "no",
30
+ "next-node": "depressed-mood-past-2-weeks"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "id": "depressed-mood-past-2-weeks",
36
+ "question": "Have you experienced depressed or irritable mood nearly every day for the past 2 weeks?",
37
+ "branches": [
38
+ {
39
+ "option": "yes",
40
+ "next-node": "weight-appetite-change"
41
+ },
42
+ {
43
+ "option": "no",
44
+ "next-node": "anhedonia-past-2-weeks"
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "id": "anhedonia-past-2-weeks",
50
+ "question": "Have you experienced loss of interest or pleasure in activities nearly every day for the past 2 weeks?",
51
+ "branches": [
52
+ {
53
+ "option": "yes",
54
+ "next-node": "weight-appetite-change"
55
+ },
56
+ {
57
+ "option": "no",
58
+ "next-node": "conclude-no-core-symptoms"
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "id": "weight-appetite-change",
64
+ "question": "Have you experienced significant weight or appetite changes nearly every day?",
65
+ "branches": [
66
+ {
67
+ "option": "yes",
68
+ "next-node": "psychomotor-changes"
69
+ },
70
+ {
71
+ "option": "no",
72
+ "next-node": "psychomotor-changes"
73
+ }
74
+ ]
75
+ },
76
+ {
77
+ "id": "psychomotor-changes",
78
+ "question": "Have you experienced psychomotor agitation or retardation (observable changes in movement) nearly every day?",
79
+ "branches": [
80
+ {
81
+ "option": "yes",
82
+ "next-node": "sleep-disturbance"
83
+ },
84
+ {
85
+ "option": "no",
86
+ "next-node": "sleep-disturbance"
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "id": "sleep-disturbance",
92
+ "question": "Have you experienced sleep disturbances (insomnia or hypersomnia) nearly every day?",
93
+ "branches": [
94
+ {
95
+ "option": "yes",
96
+ "next-node": "fatigue"
97
+ },
98
+ {
99
+ "option": "no",
100
+ "next-node": "fatigue"
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "id": "fatigue",
106
+ "question": "Have you experienced fatigue or loss of energy nearly every day?",
107
+ "branches": [
108
+ {
109
+ "option": "yes",
110
+ "next-node": "worthlessness-guilt"
111
+ },
112
+ {
113
+ "option": "no",
114
+ "next-node": "worthlessness-guilt"
115
+ }
116
+ ]
117
+ },
118
+ {
119
+ "id": "worthlessness-guilt",
120
+ "question": "Have you experienced feelings of worthlessness or excessive guilt nearly every day?",
121
+ "branches": [
122
+ {
123
+ "option": "yes",
124
+ "next-node": "hopelessness"
125
+ },
126
+ {
127
+ "option": "no",
128
+ "next-node": "hopelessness"
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "id": "hopelessness",
134
+ "question": "Have you experienced feelings of hopelessness nearly every day?",
135
+ "branches": [
136
+ {
137
+ "option": "yes",
138
+ "next-node": "concentration-problems"
139
+ },
140
+ {
141
+ "option": "no",
142
+ "next-node": "concentration-problems"
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "id": "concentration-problems",
148
+ "question": "Have you experienced problems with concentration or indecision nearly every day?",
149
+ "branches": [
150
+ {
151
+ "option": "yes",
152
+ "next-node": "suicidal-ideation"
153
+ },
154
+ {
155
+ "option": "no",
156
+ "next-node": "suicidal-ideation"
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "id": "suicidal-ideation",
162
+ "question": "Have you experienced suicidal thoughts or thoughts of death?",
163
+ "branches": [
164
+ {
165
+ "option": "yes",
166
+ "next-node": "symptoms-nearly-every-day"
167
+ },
168
+ {
169
+ "option": "no",
170
+ "next-node": "symptoms-nearly-every-day"
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "id": "symptoms-nearly-every-day",
176
+ "question": "Have the symptoms you endorsed been present nearly every day for at least 2 weeks?",
177
+ "branches": [
178
+ {
179
+ "option": "yes",
180
+ "next-node": "impairment-check"
181
+ },
182
+ {
183
+ "option": "no",
184
+ "next-node": "conclude-insufficient-duration"
185
+ }
186
+ ]
187
+ },
188
+ {
189
+ "id": "impairment-check",
190
+ "question": "Do these symptoms cause significant distress or impairment in social, occupational, or other important areas of functioning?",
191
+ "branches": [
192
+ {
193
+ "option": "yes",
194
+ "next-node": "conclude-major-depression"
195
+ },
196
+ {
197
+ "option": "no",
198
+ "next-node": "conclude-subthreshold-depression"
199
+ }
200
+ ]
201
+ },
202
+ {
203
+ "id": "conclude-no-core-symptoms",
204
+ "question": "Classification: No Major Depressive Disorder - Core symptoms (depressed mood or anhedonia) not present for at least 2 weeks",
205
+ "branches": []
206
+ },
207
+ {
208
+ "id": "conclude-insufficient-duration",
209
+ "question": "Classification: No Major Depressive Disorder - Symptoms not present nearly every day for at least 2 weeks",
210
+ "branches": []
211
+ },
212
+ {
213
+ "id": "conclude-subthreshold-depression",
214
+ "question": "Classification: Subthreshold Depression - Symptoms present but insufficient impairment",
215
+ "branches": []
216
+ },
217
+ {
218
+ "id": "conclude-major-depression",
219
+ "question": "Classification: Major Depressive Disorder - Criteria met",
220
+ "branches": []
221
+ }
222
+ ]
223
+ }
dsm5-dysthymia-dt.json ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "dysthymia-dt",
3
+ "type": "sequential",
4
+ "root": "depressed-mood",
5
+ "branches": [
6
+ {
7
+ "id": "depressed-mood",
8
+ "question": "Have you experienced depressed or irritable mood for most of the day, for more days than not, for at least 1 year?",
9
+ "branches": [
10
+ {
11
+ "option": "yes",
12
+ "next-node": "appetite-change"
13
+ },
14
+ {
15
+ "option": "no",
16
+ "next-node": "conclude-no-dysthymia"
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "id": "appetite-change",
22
+ "question": "During these periods, have you experienced poor appetite or overeating?",
23
+ "branches": [
24
+ {
25
+ "option": "yes",
26
+ "next-node": "sleep-disturbance"
27
+ },
28
+ {
29
+ "option": "no",
30
+ "next-node": "sleep-disturbance"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "id": "sleep-disturbance",
36
+ "question": "Have you experienced insomnia or hypersomnia (sleeping too much)?",
37
+ "branches": [
38
+ {
39
+ "option": "yes",
40
+ "next-node": "fatigue"
41
+ },
42
+ {
43
+ "option": "no",
44
+ "next-node": "fatigue"
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "id": "fatigue",
50
+ "question": "Have you experienced low energy or fatigue?",
51
+ "branches": [
52
+ {
53
+ "option": "yes",
54
+ "next-node": "low-self-esteem"
55
+ },
56
+ {
57
+ "option": "no",
58
+ "next-node": "low-self-esteem"
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "id": "low-self-esteem",
64
+ "question": "Have you experienced low self-esteem?",
65
+ "branches": [
66
+ {
67
+ "option": "yes",
68
+ "next-node": "poor-concentration"
69
+ },
70
+ {
71
+ "option": "no",
72
+ "next-node": "poor-concentration"
73
+ }
74
+ ]
75
+ },
76
+ {
77
+ "id": "poor-concentration",
78
+ "question": "Have you experienced poor concentration or difficulty making decisions?",
79
+ "branches": [
80
+ {
81
+ "option": "yes",
82
+ "next-node": "hopelessness"
83
+ },
84
+ {
85
+ "option": "no",
86
+ "next-node": "hopelessness"
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "id": "hopelessness",
92
+ "question": "Have you experienced feelings of hopelessness?",
93
+ "branches": [
94
+ {
95
+ "option": "yes",
96
+ "next-node": "symptom-count-check"
97
+ },
98
+ {
99
+ "option": "no",
100
+ "next-node": "symptom-count-check"
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "id": "symptom-count-check",
106
+ "question": "Do you have at least 2 additional symptoms (from appetite, sleep, fatigue, self-esteem, concentration, or hopelessness) along with your depressed mood?",
107
+ "branches": [
108
+ {
109
+ "option": "yes",
110
+ "next-node": "duration-continuous-check"
111
+ },
112
+ {
113
+ "option": "no",
114
+ "next-node": "conclude-insufficient-symptoms"
115
+ }
116
+ ]
117
+ },
118
+ {
119
+ "id": "duration-continuous-check",
120
+ "question": "During the 1-year period, have you been without these symptoms for more than 2 months at a time?",
121
+ "branches": [
122
+ {
123
+ "option": "yes",
124
+ "next-node": "conclude-insufficient-duration"
125
+ },
126
+ {
127
+ "option": "no",
128
+ "next-node": "impairment-check"
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "id": "impairment-check",
134
+ "question": "Do these symptoms cause significant distress or impairment in social, occupational, or other important areas of functioning?",
135
+ "branches": [
136
+ {
137
+ "option": "yes",
138
+ "next-node": "conclude-dysthymia"
139
+ },
140
+ {
141
+ "option": "no",
142
+ "next-node": "conclude-subthreshold-dysthymia"
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "id": "conclude-no-dysthymia",
148
+ "question": "Classification: No Persistent Depressive Disorder - Core symptom not met (requires 1+ year of depressed mood)",
149
+ "branches": []
150
+ },
151
+ {
152
+ "id": "conclude-insufficient-symptoms",
153
+ "question": "Classification: No Persistent Depressive Disorder - Insufficient additional symptoms (requires at least 2)",
154
+ "branches": []
155
+ },
156
+ {
157
+ "id": "conclude-insufficient-duration",
158
+ "question": "Classification: No Persistent Depressive Disorder - Symptom-free periods too long (must not be without symptoms for more than 2 months)",
159
+ "branches": []
160
+ },
161
+ {
162
+ "id": "conclude-subthreshold-dysthymia",
163
+ "question": "Classification: Subthreshold Persistent Depressive Symptoms - Symptoms present but insufficient impairment",
164
+ "branches": []
165
+ },
166
+ {
167
+ "id": "conclude-dysthymia",
168
+ "question": "Classification: Persistent Depressive Disorder (Dysthymia) - Criteria met",
169
+ "branches": []
170
+ }
171
+ ]
172
+ }
dsm5-mania-dt.json ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "mania-dt",
3
+ "type": "sequential",
4
+ "root": "elevated-mood",
5
+ "branches": [
6
+ {
7
+ "id": "elevated-mood",
8
+ "question": "Have you experienced a distinct period of abnormally and persistently elevated, expansive, or irritable mood?",
9
+ "branches": [
10
+ {
11
+ "option": "yes",
12
+ "next-node": "increased-energy"
13
+ },
14
+ {
15
+ "option": "no",
16
+ "next-node": "conclude-no-mania"
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "id": "increased-energy",
22
+ "question": "During this period, did you experience increased goal-directed activity or energy?",
23
+ "branches": [
24
+ {
25
+ "option": "yes",
26
+ "next-node": "duration-check"
27
+ },
28
+ {
29
+ "option": "no",
30
+ "next-node": "conclude-no-energy-increase"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "id": "duration-check",
36
+ "question": "Did this elevated mood and increased energy last for at least 1 week (or any duration if hospitalization was required), occurring most of the day, nearly every day?",
37
+ "branches": [
38
+ {
39
+ "option": "yes",
40
+ "next-node": "inflated-self-esteem"
41
+ },
42
+ {
43
+ "option": "no",
44
+ "next-node": "conclude-insufficient-duration"
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "id": "inflated-self-esteem",
50
+ "question": "During this period, did you experience inflated self-esteem or grandiosity?",
51
+ "branches": [
52
+ {
53
+ "option": "yes",
54
+ "next-node": "decreased-sleep"
55
+ },
56
+ {
57
+ "option": "no",
58
+ "next-node": "decreased-sleep"
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "id": "decreased-sleep",
64
+ "question": "Did you have a decreased need for sleep (e.g., feeling rested after only 3 hours)?",
65
+ "branches": [
66
+ {
67
+ "option": "yes",
68
+ "next-node": "more-talkative"
69
+ },
70
+ {
71
+ "option": "no",
72
+ "next-node": "more-talkative"
73
+ }
74
+ ]
75
+ },
76
+ {
77
+ "id": "more-talkative",
78
+ "question": "Were you more talkative than usual or felt pressure to keep talking?",
79
+ "branches": [
80
+ {
81
+ "option": "yes",
82
+ "next-node": "racing-thoughts"
83
+ },
84
+ {
85
+ "option": "no",
86
+ "next-node": "racing-thoughts"
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "id": "racing-thoughts",
92
+ "question": "Did you experience racing thoughts or flight of ideas?",
93
+ "branches": [
94
+ {
95
+ "option": "yes",
96
+ "next-node": "distractibility"
97
+ },
98
+ {
99
+ "option": "no",
100
+ "next-node": "distractibility"
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "id": "distractibility",
106
+ "question": "Were you easily distracted by unimportant or irrelevant stimuli?",
107
+ "branches": [
108
+ {
109
+ "option": "yes",
110
+ "next-node": "psychomotor-agitation"
111
+ },
112
+ {
113
+ "option": "no",
114
+ "next-node": "psychomotor-agitation"
115
+ }
116
+ ]
117
+ },
118
+ {
119
+ "id": "psychomotor-agitation",
120
+ "question": "Did you experience increased goal-directed activity (at work, school, or sexually) or psychomotor agitation?",
121
+ "branches": [
122
+ {
123
+ "option": "yes",
124
+ "next-node": "risky-behaviors"
125
+ },
126
+ {
127
+ "option": "no",
128
+ "next-node": "risky-behaviors"
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "id": "risky-behaviors",
134
+ "question": "Did you engage in risky behaviors with potential for painful consequences (e.g., excessive spending, sexual indiscretions, foolish investments)?",
135
+ "branches": [
136
+ {
137
+ "option": "yes",
138
+ "next-node": "mood-irritability-check"
139
+ },
140
+ {
141
+ "option": "no",
142
+ "next-node": "mood-irritability-check"
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "id": "mood-irritability-check",
148
+ "question": "Was your mood only irritable (not elevated or expansive)?",
149
+ "branches": [
150
+ {
151
+ "option": "yes",
152
+ "next-node": "symptom-count-irritable"
153
+ },
154
+ {
155
+ "option": "no",
156
+ "next-node": "symptom-count-elevated"
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "id": "symptom-count-irritable",
162
+ "question": "Do you have at least 4 of the additional symptoms (since mood was only irritable)?",
163
+ "branches": [
164
+ {
165
+ "option": "yes",
166
+ "next-node": "impairment-check"
167
+ },
168
+ {
169
+ "option": "no",
170
+ "next-node": "conclude-insufficient-symptoms"
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "id": "symptom-count-elevated",
176
+ "question": "Do you have at least 3 of the additional symptoms (inflated self-esteem, decreased sleep, more talkative, racing thoughts, distractibility, increased activity, or risky behaviors)?",
177
+ "branches": [
178
+ {
179
+ "option": "yes",
180
+ "next-node": "impairment-check"
181
+ },
182
+ {
183
+ "option": "no",
184
+ "next-node": "conclude-insufficient-symptoms"
185
+ }
186
+ ]
187
+ },
188
+ {
189
+ "id": "impairment-check",
190
+ "question": "Does this mood disturbance cause marked impairment in functioning, necessitate hospitalization, or include psychotic features?",
191
+ "branches": [
192
+ {
193
+ "option": "yes",
194
+ "next-node": "conclude-manic-episode"
195
+ },
196
+ {
197
+ "option": "no",
198
+ "next-node": "conclude-hypomanic-episode"
199
+ }
200
+ ]
201
+ },
202
+ {
203
+ "id": "conclude-no-mania",
204
+ "question": "Classification: No Manic Episode - No elevated, expansive, or irritable mood",
205
+ "branches": []
206
+ },
207
+ {
208
+ "id": "conclude-no-energy-increase",
209
+ "question": "Classification: No Manic Episode - No increase in goal-directed activity or energy",
210
+ "branches": []
211
+ },
212
+ {
213
+ "id": "conclude-insufficient-duration",
214
+ "question": "Classification: No Manic Episode - Duration less than 1 week",
215
+ "branches": []
216
+ },
217
+ {
218
+ "id": "conclude-insufficient-symptoms",
219
+ "question": "Classification: No Manic Episode - Insufficient symptom count",
220
+ "branches": []
221
+ },
222
+ {
223
+ "id": "conclude-hypomanic-episode",
224
+ "question": "Classification: Possible Hypomanic Episode - Symptoms present but no marked impairment",
225
+ "branches": []
226
+ },
227
+ {
228
+ "id": "conclude-manic-episode",
229
+ "question": "Classification: Manic Episode - Criteria met",
230
+ "branches": []
231
+ }
232
+ ]
233
+ }
dsm5-schizophrenia-dt.json ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "schizophrenia-dt",
3
+ "type": "sequential",
4
+ "root": "delusions",
5
+ "branches": [
6
+ {
7
+ "id": "delusions",
8
+ "question": "Do you experience delusions (fixed false beliefs)?",
9
+ "branches": [
10
+ {
11
+ "option": "yes",
12
+ "next-node": "hallucinations"
13
+ },
14
+ {
15
+ "option": "no",
16
+ "next-node": "hallucinations"
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "id": "hallucinations",
22
+ "question": "Do you experience hallucinations (seeing, hearing, or sensing things that aren't there)?",
23
+ "branches": [
24
+ {
25
+ "option": "yes",
26
+ "next-node": "disorganized-speech"
27
+ },
28
+ {
29
+ "option": "no",
30
+ "next-node": "disorganized-speech"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "id": "disorganized-speech",
36
+ "question": "Do you experience disorganized speech (e.g., frequent derailment or incoherence)?",
37
+ "branches": [
38
+ {
39
+ "option": "yes",
40
+ "next-node": "disorganized-behavior"
41
+ },
42
+ {
43
+ "option": "no",
44
+ "next-node": "disorganized-behavior"
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "id": "disorganized-behavior",
50
+ "question": "Do you exhibit grossly disorganized or catatonic behavior?",
51
+ "branches": [
52
+ {
53
+ "option": "yes",
54
+ "next-node": "negative-symptoms"
55
+ },
56
+ {
57
+ "option": "no",
58
+ "next-node": "negative-symptoms"
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "id": "negative-symptoms",
64
+ "question": "Do you experience negative symptoms (diminished emotional expression, avolition/lack of motivation)?",
65
+ "branches": [
66
+ {
67
+ "option": "yes",
68
+ "next-node": "core-symptoms-check"
69
+ },
70
+ {
71
+ "option": "no",
72
+ "next-node": "core-symptoms-check"
73
+ }
74
+ ]
75
+ },
76
+ {
77
+ "id": "core-symptoms-check",
78
+ "question": "Do you have at least 2 of the core symptoms (delusions, hallucinations, disorganized speech, disorganized behavior, or negative symptoms), with at least one being delusions, hallucinations, or disorganized speech?",
79
+ "branches": [
80
+ {
81
+ "option": "yes",
82
+ "next-node": "functioning-decline"
83
+ },
84
+ {
85
+ "option": "no",
86
+ "next-node": "conclude-insufficient-symptoms"
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "id": "functioning-decline",
92
+ "question": "Is your level of functioning in at least one major area (work, relationships, self-care) markedly lower than before symptom onset?",
93
+ "branches": [
94
+ {
95
+ "option": "yes",
96
+ "next-node": "duration-check"
97
+ },
98
+ {
99
+ "option": "no",
100
+ "next-node": "conclude-no-functional-decline"
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "id": "duration-check",
106
+ "question": "Have continuous signs of disturbance persisted for at least 6 months, with at least 1 month of active symptoms (core symptoms)?",
107
+ "branches": [
108
+ {
109
+ "option": "yes",
110
+ "next-node": "mood-disorder-ruled-out"
111
+ },
112
+ {
113
+ "option": "no",
114
+ "next-node": "conclude-insufficient-duration"
115
+ }
116
+ ]
117
+ },
118
+ {
119
+ "id": "mood-disorder-ruled-out",
120
+ "question": "Have schizoaffective disorder and depressive or bipolar disorder with psychotic features been ruled out?",
121
+ "branches": [
122
+ {
123
+ "option": "yes",
124
+ "next-node": "conclude-schizophrenia"
125
+ },
126
+ {
127
+ "option": "no",
128
+ "next-node": "conclude-mood-disorder-with-psychosis"
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "id": "conclude-insufficient-symptoms",
134
+ "question": "Classification: No Schizophrenia - Less than 2 core symptoms or missing required symptom types",
135
+ "branches": []
136
+ },
137
+ {
138
+ "id": "conclude-no-functional-decline",
139
+ "question": "Classification: No Schizophrenia - No marked decline in functioning",
140
+ "branches": []
141
+ },
142
+ {
143
+ "id": "conclude-insufficient-duration",
144
+ "question": "Classification: No Schizophrenia - Duration less than 6 months (consider Brief Psychotic Disorder)",
145
+ "branches": []
146
+ },
147
+ {
148
+ "id": "conclude-mood-disorder-with-psychosis",
149
+ "question": "Classification: Mood Disorder with Psychotic Features or Schizoaffective Disorder - Further evaluation needed",
150
+ "branches": []
151
+ },
152
+ {
153
+ "id": "conclude-schizophrenia",
154
+ "question": "Classification: Schizophrenia - Criteria met",
155
+ "branches": []
156
+ }
157
+ ]
158
+ }
dsm5-separation-anxiety-dt.json ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "separation-anxiety-dt",
3
+ "type": "sequential",
4
+ "root": "distress-separation",
5
+ "branches": [
6
+ {
7
+ "id": "distress-separation",
8
+ "question": "Do you experience persistent and excessive distress when anticipating or experiencing separation from home or from major attachment figures?",
9
+ "branches": [
10
+ {
11
+ "option": "yes",
12
+ "next-node": "worry-losing-caregiver"
13
+ },
14
+ {
15
+ "option": "no",
16
+ "next-node": "worry-losing-caregiver"
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "id": "worry-losing-caregiver",
22
+ "question": "Do you experience persistent and excessive worry about losing a major attachment figure or about possible harm to them (illness, injury, disaster, death)?",
23
+ "branches": [
24
+ {
25
+ "option": "yes",
26
+ "next-node": "worry-untoward-event"
27
+ },
28
+ {
29
+ "option": "no",
30
+ "next-node": "worry-untoward-event"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "id": "worry-untoward-event",
36
+ "question": "Do you experience persistent and excessive worry about experiencing an untoward event (getting lost, kidnapped, having an accident) that would cause separation?",
37
+ "branches": [
38
+ {
39
+ "option": "yes",
40
+ "next-node": "fear-being-alone"
41
+ },
42
+ {
43
+ "option": "no",
44
+ "next-node": "fear-being-alone"
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "id": "fear-being-alone",
50
+ "question": "Do you have persistent fear or reluctance about being alone or without major attachment figures at home or in other settings?",
51
+ "branches": [
52
+ {
53
+ "option": "yes",
54
+ "next-node": "reluctance-go-out"
55
+ },
56
+ {
57
+ "option": "no",
58
+ "next-node": "reluctance-go-out"
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "id": "reluctance-go-out",
64
+ "question": "Are you persistently reluctant or refuse to go out, away from home, to school, work, or elsewhere because of fear of separation?",
65
+ "branches": [
66
+ {
67
+ "option": "yes",
68
+ "next-node": "reluctance-sleep-away"
69
+ },
70
+ {
71
+ "option": "no",
72
+ "next-node": "reluctance-sleep-away"
73
+ }
74
+ ]
75
+ },
76
+ {
77
+ "id": "reluctance-sleep-away",
78
+ "question": "Are you persistently reluctant or refuse to sleep away from home or to go to sleep without being near a major attachment figure?",
79
+ "branches": [
80
+ {
81
+ "option": "yes",
82
+ "next-node": "nightmares"
83
+ },
84
+ {
85
+ "option": "no",
86
+ "next-node": "nightmares"
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "id": "nightmares",
92
+ "question": "Do you have repeated nightmares involving the theme of separation?",
93
+ "branches": [
94
+ {
95
+ "option": "yes",
96
+ "next-node": "physical-symptoms"
97
+ },
98
+ {
99
+ "option": "no",
100
+ "next-node": "physical-symptoms"
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "id": "physical-symptoms",
106
+ "question": "Do you have repeated complaints of physical symptoms (headaches, stomachaches, nausea, vomiting) when separation occurs or is anticipated?",
107
+ "branches": [
108
+ {
109
+ "option": "yes",
110
+ "next-node": "symptom-count-check"
111
+ },
112
+ {
113
+ "option": "no",
114
+ "next-node": "symptom-count-check"
115
+ }
116
+ ]
117
+ },
118
+ {
119
+ "id": "symptom-count-check",
120
+ "question": "Do you have at least 3 of these symptoms?",
121
+ "branches": [
122
+ {
123
+ "option": "yes",
124
+ "next-node": "duration-check"
125
+ },
126
+ {
127
+ "option": "no",
128
+ "next-node": "conclude-insufficient-symptoms"
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "id": "duration-check",
134
+ "question": "Have these symptoms lasted for at least 4 weeks?",
135
+ "branches": [
136
+ {
137
+ "option": "yes",
138
+ "next-node": "impairment-check"
139
+ },
140
+ {
141
+ "option": "no",
142
+ "next-node": "conclude-insufficient-duration"
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "id": "impairment-check",
148
+ "question": "Do these symptoms cause clinically significant distress or impairment in social, academic, occupational, or other important areas of functioning?",
149
+ "branches": [
150
+ {
151
+ "option": "yes",
152
+ "next-node": "conclude-separation-anxiety"
153
+ },
154
+ {
155
+ "option": "no",
156
+ "next-node": "conclude-subthreshold-separation-anxiety"
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "id": "conclude-insufficient-symptoms",
162
+ "question": "Classification: No Separation Anxiety Disorder - Less than 3 symptoms",
163
+ "branches": []
164
+ },
165
+ {
166
+ "id": "conclude-insufficient-duration",
167
+ "question": "Classification: No Separation Anxiety Disorder - Duration less than 4 weeks",
168
+ "branches": []
169
+ },
170
+ {
171
+ "id": "conclude-subthreshold-separation-anxiety",
172
+ "question": "Classification: Subthreshold Separation Anxiety - Symptoms present but insufficient impairment",
173
+ "branches": []
174
+ },
175
+ {
176
+ "id": "conclude-separation-anxiety",
177
+ "question": "Classification: Separation Anxiety Disorder - Criteria met",
178
+ "branches": []
179
+ }
180
+ ]
181
+ }
dsm5-social-anxiety-dt.json ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "social-anxiety-disorder-dt",
3
+ "type": "sequential",
4
+ "root": "fear-social-situations",
5
+ "branches": [
6
+ {
7
+ "id": "fear-social-situations",
8
+ "question": "Do you experience marked fear or anxiety in social situations where you might be observed or evaluated by others?",
9
+ "branches": [
10
+ {
11
+ "option": "yes",
12
+ "next-node": "fear-of-embarrassment"
13
+ },
14
+ {
15
+ "option": "no",
16
+ "next-node": "conclude-no-social-anxiety"
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "id": "fear-of-embarrassment",
22
+ "question": "Do you fear showing anxiety symptoms or doing something that will lead to embarrassment, rejection, or offending someone?",
23
+ "branches": [
24
+ {
25
+ "option": "yes",
26
+ "next-node": "situations-provoke-fear"
27
+ },
28
+ {
29
+ "option": "no",
30
+ "next-node": "conclude-no-fear-embarrassment"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "id": "situations-provoke-fear",
36
+ "question": "Do these social situations almost always provoke fear or anxiety?",
37
+ "branches": [
38
+ {
39
+ "option": "yes",
40
+ "next-node": "avoidance-or-endurance"
41
+ },
42
+ {
43
+ "option": "no",
44
+ "next-node": "conclude-inconsistent-fear"
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "id": "avoidance-or-endurance",
50
+ "question": "Do you avoid these situations or endure them with intense fear or anxiety?",
51
+ "branches": [
52
+ {
53
+ "option": "yes",
54
+ "next-node": "situation-conversations"
55
+ },
56
+ {
57
+ "option": "no",
58
+ "next-node": "conclude-no-avoidance"
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "id": "situation-conversations",
64
+ "question": "Do you experience this fear/anxiety in conversations?",
65
+ "branches": [
66
+ {
67
+ "option": "yes",
68
+ "next-node": "situation-meeting-new"
69
+ },
70
+ {
71
+ "option": "no",
72
+ "next-node": "situation-meeting-new"
73
+ }
74
+ ]
75
+ },
76
+ {
77
+ "id": "situation-meeting-new",
78
+ "question": "Do you experience this fear/anxiety when meeting new people?",
79
+ "branches": [
80
+ {
81
+ "option": "yes",
82
+ "next-node": "situation-eating"
83
+ },
84
+ {
85
+ "option": "no",
86
+ "next-node": "situation-eating"
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "id": "situation-eating",
92
+ "question": "Do you experience this fear/anxiety when eating in front of others?",
93
+ "branches": [
94
+ {
95
+ "option": "yes",
96
+ "next-node": "situation-performance"
97
+ },
98
+ {
99
+ "option": "no",
100
+ "next-node": "situation-performance"
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "id": "situation-performance",
106
+ "question": "Do you experience this fear/anxiety during speeches or performances?",
107
+ "branches": [
108
+ {
109
+ "option": "yes",
110
+ "next-node": "situation-class"
111
+ },
112
+ {
113
+ "option": "no",
114
+ "next-node": "situation-class"
115
+ }
116
+ ]
117
+ },
118
+ {
119
+ "id": "situation-class",
120
+ "question": "Do you experience this fear/anxiety when talking in class or at work?",
121
+ "branches": [
122
+ {
123
+ "option": "yes",
124
+ "next-node": "situation-authority"
125
+ },
126
+ {
127
+ "option": "no",
128
+ "next-node": "situation-authority"
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "id": "situation-authority",
134
+ "question": "Do you experience this fear/anxiety when speaking with authority figures?",
135
+ "branches": [
136
+ {
137
+ "option": "yes",
138
+ "next-node": "duration-check"
139
+ },
140
+ {
141
+ "option": "no",
142
+ "next-node": "duration-check"
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "id": "duration-check",
148
+ "question": "Have these symptoms been persistent for approximately 6 months or longer?",
149
+ "branches": [
150
+ {
151
+ "option": "yes",
152
+ "next-node": "impairment-check"
153
+ },
154
+ {
155
+ "option": "no",
156
+ "next-node": "conclude-insufficient-duration"
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "id": "impairment-check",
162
+ "question": "Does this fear, anxiety, or avoidance cause significant distress or impairment in social, occupational, or other important areas of functioning?",
163
+ "branches": [
164
+ {
165
+ "option": "yes",
166
+ "next-node": "conclude-social-anxiety"
167
+ },
168
+ {
169
+ "option": "no",
170
+ "next-node": "conclude-subthreshold-social-anxiety"
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "id": "conclude-no-social-anxiety",
176
+ "question": "Classification: No Social Anxiety Disorder - No marked fear in social situations",
177
+ "branches": []
178
+ },
179
+ {
180
+ "id": "conclude-no-fear-embarrassment",
181
+ "question": "Classification: No Social Anxiety Disorder - No fear of embarrassment or negative evaluation",
182
+ "branches": []
183
+ },
184
+ {
185
+ "id": "conclude-inconsistent-fear",
186
+ "question": "Classification: No Social Anxiety Disorder - Fear not consistently provoked",
187
+ "branches": []
188
+ },
189
+ {
190
+ "id": "conclude-no-avoidance",
191
+ "question": "Classification: No Social Anxiety Disorder - No avoidance or endurance with intense fear",
192
+ "branches": []
193
+ },
194
+ {
195
+ "id": "conclude-insufficient-duration",
196
+ "question": "Classification: No Social Anxiety Disorder - Duration less than 6 months",
197
+ "branches": []
198
+ },
199
+ {
200
+ "id": "conclude-subthreshold-social-anxiety",
201
+ "question": "Classification: Subthreshold Social Anxiety - Symptoms present but insufficient impairment",
202
+ "branches": []
203
+ },
204
+ {
205
+ "id": "conclude-social-anxiety",
206
+ "question": "Classification: Social Anxiety Disorder - Criteria met",
207
+ "branches": []
208
+ }
209
+ ]
210
+ }
is-human-dt.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "is-human-dt",
3
+ "type": "sequential",
4
+ "root": "human-question",
5
+ "branches": [
6
+ {
7
+ "id": "human-question",
8
+ "question": "Are you a human?",
9
+ "branches": [
10
+ {
11
+ "option": "yes",
12
+ "next-node": "conclude-human"
13
+ },
14
+ {
15
+ "option": "no",
16
+ "next-node": "two-hands"
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "id": "two-hands",
22
+ "question": "Do you have two hands?",
23
+ "branches": [
24
+ {
25
+ "option": "yes",
26
+ "next-node": "two-legs"
27
+ },
28
+ {
29
+ "option": "no",
30
+ "next-node": "disability-question"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "id": "two-legs",
36
+ "question": "Do you have two legs?",
37
+ "branches": [
38
+ {
39
+ "option": "yes",
40
+ "next-node": "feel-emotions"
41
+ },
42
+ {
43
+ "option": "no",
44
+ "next-node": "disability-question"
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "id": "disability-question",
50
+ "question": "Do you have a disability?",
51
+ "branches": [
52
+ {
53
+ "option": "yes",
54
+ "next-node": "conclude-human-with-disability"
55
+ },
56
+ {
57
+ "option": "no",
58
+ "next-node": "consciousness-question"
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "id": "feel-emotions",
64
+ "question": "Do you feel emotions?",
65
+ "branches": [
66
+ {
67
+ "option": "yes",
68
+ "next-node": "conclude-likely-human"
69
+ },
70
+ {
71
+ "option": "no",
72
+ "next-node": "disability-question"
73
+ }
74
+ ]
75
+ },
76
+ {
77
+ "id": "consciousness-question",
78
+ "question": "Are you conscious and self-aware?",
79
+ "branches": [
80
+ {
81
+ "option": "yes",
82
+ "next-node": "conclude-possible-human"
83
+ },
84
+ {
85
+ "option": "no",
86
+ "next-node": "conclude-not-human"
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "id": "conclude-human",
92
+ "question": "Classification: Human (self-identified)",
93
+ "branches": []
94
+ },
95
+ {
96
+ "id": "conclude-human-with-disability",
97
+ "question": "Classification: Human with disability",
98
+ "branches": []
99
+ },
100
+ {
101
+ "id": "conclude-likely-human",
102
+ "question": "Classification: Likely Human (has physical form and emotions)",
103
+ "branches": []
104
+ },
105
+ {
106
+ "id": "conclude-possible-human",
107
+ "question": "Classification: Possibly Human (conscious but claims no emotions)",
108
+ "branches": []
109
+ },
110
+ {
111
+ "id": "conclude-not-human",
112
+ "question": "Classification: Not Human (lacks consciousness and emotions)",
113
+ "branches": []
114
+ },
115
+ {
116
+ "id": "conclude-artificial-being",
117
+ "question": "Classification: Artificial Being (no physical human form, no disability)",
118
+ "branches": []
119
+ }
120
+ ]
121
+ }