-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathBrief_PHQ_schema
94 lines (94 loc) · 2.98 KB
/
Brief_PHQ_schema
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
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema",
"id": "Brief_PHQ_schema",
"category": "Activity",
"citation": {
"en": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1495268/"
},
"description": {
"en": "PHQ-9 assessment schema"
},
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
{
"valueRequired": true,
"isAbout": "items/Brief_PHQ_1schema",
"isVis": true,
"variableName": "Brief_PHQ_1schema"
},
{
"valueRequired": true,
"isAbout": "items/Brief_PHQ_q2schema",
"isVis": true,
"variableName": "briefphq_1b"
},
{
"valueRequired": true,
"isAbout": "items/briefphq_3",
"isVis": true,
"variableName": "briefphq_3"
},
{
"valueRequired": true,
"isAbout": "items/Brief_PHQ_q4schema",
"isVis": true,
"variableName": "Brief_PHQ_q4schema"
},
{
"valueRequired": true,
"isAbout": "items/briefphq_5",
"isVis": true,
"variableName": "briefphq_5"
},
{
"valueRequired": true,
"isAbout": "items/briefphq_6",
"isVis": true,
"variableName": "briefphq_6"
},
{
"valueRequired": true,
"isAbout": "items/briefphq_7",
"isVis": true,
"variableName": "briefphq_7"
},
{
"valueRequired": true,
"isAbout": "items/Brief_PHQ_q8schema",
"isVis": true,
"variableName": "Brief_PHQ_q8schema"
},
{
"isAbout": "items/briefphq_total_score",
"isVis": false,
"variableName": "briefphq_total_score"
}
],
"order": [
"items/Brief_PHQ_1schema",
"items/Brief_PHQ_q2schema",
"items/briefphq_3",
"items/Brief_PHQ_q4schema",
"items/briefphq_5",
"items/briefphq_6",
"items/briefphq_7",
"items/Brief_PHQ_q8schema"
],
"shuffle": false
},
"compute": [
{
"jsExpression": " + briefphq1_total_score + briefphq2_total_score + briefphq_3 + briefphq4_total_score + briefphq_5 + briefphq_6 + briefphq_7 + briefphq8_total_score",
"variableName": "briefphq_total_score"
}
],
"preamble": {
"en": "Over the last 2 weeks, how often have you been bothered by any of the following problems?"
},
"prefLabel": {
"en": "Brief PHQ Assessment",
"es": "Breve PHQ Evaluaci\u00f3n"
}
}