forked from qmaplab/phenotyping-json-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpas.json
154 lines (154 loc) · 4.31 KB
/
pas.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"MeasurementToolMetadata": {
"Description": "Parkinsons Anxiety Scale",
"TermURL": "https://pubmed.ncbi.nlm.nih.gov/24862344/"
},
"pas_01": {
"LongName": "PAS A.1",
"Description": "In the past four weeks, to what extent did you experience: Feeling anxious or nervous?",
"Levels": {
"0": "Never",
"1": "Rarely",
"2": "Mild",
"3": "Moderate",
"4": "Severe"
}
},
"pas_02": {
"LongName": "PAS A.2",
"Description": "In the past four weeks, to what extent did you experience: Feeling tense or stressed?",
"Levels": {
"0": "Never",
"1": "Rarely",
"2": "Mild",
"3": "Moderate",
"4": "Severe"
}
},
"pas_03": {
"LongName": "PAS A.3",
"Description": "In the past four weeks, to what extent did you experience: Being unable to relax?",
"Levels": {
"0": "Never",
"1": "Rarely",
"2": "Mild",
"3": "Moderate",
"4": "Severe"
}
},
"pas_04": {
"LongName": "PAS A.4",
"Description": "In the past four weeks, to what extent did you experience: Excessive worrying about everyday matters?",
"Levels": {
"0": "Never",
"1": "Rarely",
"2": "Mild",
"3": "Moderate",
"4": "Severe"
}
},
"pas_05": {
"LongName": "PAS A.5",
"Description": "In the past four weeks, to what extent did you experience: Fear of something bad, or even the worst, happening?",
"Levels": {
"0": "Never",
"1": "Rarely",
"2": "Mild",
"3": "Moderate",
"4": "Severe"
}
},
"pas_06": {
"LongName": "PAS B.1",
"Description": "In the past four weeks, to what extent did you experience: Panic or intense fear?",
"Levels": {
"0": "Never",
"1": "Rarely",
"2": "Sometimes",
"3": "Often",
"4": "Nearly always"
}
},
"pas_07": {
"LongName": "PAS B.2",
"Description": "In the past four weeks, to what extent did you experience: Shortness of breath?",
"Levels": {
"0": "Never",
"1": "Rarely",
"2": "Sometimes",
"3": "Often",
"4": "Nearly always"
}
},
"pas_08": {
"LongName": "PAS B.3",
"Description": "In the past four weeks, to what extent did you experience: Heart palpitations or heart beating fast (not related to physical effort or activity)?",
"Levels": {
"0": "Never",
"1": "Rarely",
"2": "Sometimes",
"3": "Often",
"4": "Nearly always"
}
},
"pas_09": {
"LongName": "PAS B.4",
"Description": "In the past four weeks, to what extent did you experience: Fear of losing control?",
"Levels": {
"0": "Never",
"1": "Rarely",
"2": "Sometimes",
"3": "Often",
"4": "Nearly always"
}
},
"pas_10": {
"LongName": "PAS C.1",
"Description": "In the past four weeks, to what extent did you fear or avoid: Social situations (where one may be observed, or evaluated by others, such as speaking in public, or talking to unknown people)?",
"Levels": {
"0": "Never",
"1": "Rarely",
"2": "Sometimes",
"3": "Often",
"4": "Nearly always"
}
},
"pas_11": {
"LongName": "PAS C.2",
"Description": "In the past four weeks, to what extent did you fear or avoid: Public settings (situations from which it may be difficult or embarrassing to escape, such as queues or lines, crowds, bridges, or public transportation)?",
"Levels": {
"0": "Never",
"1": "Rarely",
"2": "Sometimes",
"3": "Often",
"4": "Nearly always"
}
},
"pas_12": {
"LongName": "PAS C.3",
"Description": "In the past four weeks, to what extent did you fear or avoid: Specific objects or situations (such as flying, heights, spiders or other animals, needles, or blood)?",
"Levels": {
"0": "Never",
"1": "Rarely",
"2": "Sometimes",
"3": "Often",
"4": "Nearly always"
}
},
"pas_score_persistent": {
"LongName": "PAS: Persistent anxiety score",
"Description": "Total score A1-5"
},
"pas_score_episodic": {
"LongName": "PAS: Episodic anxiety score",
"Description": "Total score B1-4"
},
"pas_score_avoidance": {
"LongName": "PAS: Avoidance anxiety score",
"Description": "Total score C1-3"
},
"pas_score_total": {
"LongName": "PAS: Total Score",
"Description": "PAS: Summative score"
}
}