-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathPHQ3_schema
71 lines (71 loc) · 2 KB
/
PHQ3_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
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema",
"id": "PHQ3_schema",
"category": "Activity",
"citation": {
"en": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1495268/"
},
"description": {
"en": "PHQ-3 assessment schema"
},
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
{
"valueRequired": true,
"isAbout": "items/phq3a",
"isVis": true,
"variableName": "phq3a"
},
{
"valueRequired": true,
"isAbout": "items/phq3b",
"isVis": true,
"variableName": "phq3b"
},
{
"valueRequired": true,
"isAbout": "items/phq3c",
"isVis": true,
"variableName": "phq3c"
},
{
"valueRequired": true,
"isAbout": "items/phq3d",
"isVis": true,
"variableName": "phq3d"
},
{
"isAbout": "items/phq3_total_score",
"isVis": false,
"variableName": "phq3_total_score"
}
],
"order": [
"items/phq3a",
"items/phq3b",
"items/phq3c",
"items/phq3d"
],
"shuffle": false
},
"compute": [
{
"jsExpression": "phq3a + phq3b + phq3c + phq3d",
"variableName": "phq3_total_score"
}
],
"preamble": {
"en": "Questions about anxiety.",
"es": "Preguntas acerca de la ansiedad.",
"fr": "Questions sur l\u2019anxi\u00e9t\u00e9.",
"ko": "\ubd88\uc548\uc5d0\uad00\ud55c\uc9c8\ubb38.",
"nl": "Vragen over angst.",
"pt-br": "Perguntas sobre ansiedade."
},
"prefLabel": {
"en": "PHQ-3 Assessment",
"es": "PHQ-3 Evaluaci\u00f3n"
}
}