-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathPHQeating_schema
98 lines (98 loc) · 3.42 KB
/
PHQeating_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
95
96
97
98
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema",
"id": "PHQeating_schema",
"category": "Activity",
"citation": {
"en": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1495268/"
},
"description": {
"en": "PHQ eating disorder schema"
},
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
{
"valueRequired": true,
"isAbout": "items/phq6a",
"isVis": true,
"variableName": "phq6a"
},
{
"valueRequired": true,
"isAbout": "items/phq6b",
"isVis": true,
"variableName": "phq6b"
},
{
"valueRequired": true,
"isAbout": "items/phq6c",
"isVis": true,
"variableName": "phq6c"
},
{
"isAbout": "items/phq6_total_score",
"isVis": false,
"variableName": "phq6_total_score"
},
{
"valueRequired": true,
"isAbout": "items/phq7a",
"isVis": true,
"variableName": "phq7a"
},
{
"valueRequired": true,
"isAbout": "items/phq7b",
"isVis": true,
"variableName": "phq7b"
},
{
"valueRequired": true,
"isAbout": "items/phq7c",
"isVis": true,
"variableName": "phq7c"
},
{
"valueRequired": true,
"isAbout": "items/phq7d",
"isVis": true,
"variableName": "phq7d"
},
{
"isAbout": "items/phq7_total_score",
"isVis": false,
"variableName": "phq7_total_score"
},
{
"valueRequired": true,
"isAbout": "items/phq8",
"isVis": true,
"variableName": "phq8"
}
],
"order": [
"items/phq6a",
"items/phq6b",
"items/phq6c",
"items/phq7a",
"items/phq7b",
"items/phq7c",
"items/phq7d",
"items/phq8"
],
"shuffle": false
},
"preamble": {
"en": "In the last 3 months have you often done any of the following in order to avoid gaining weight?",
"es": "En los \u00faltimos 3 meses, \u00bfha ocupado a menudo cualquiera de los siguientes m\u00e9todos para evitar subir de peso?",
"fr": "Au cours des 3 derniers mois, avez-vous souventagi de la mani\u00e8re suivante pour \u00e9viter de prendre du poids?",
"ko": "\uc9c0\ub09c 3\uac1c\uc6d4\ub3d9\uc548\ub2f9\uc2e0\uc740\uccb4\uc911\uc774\uc99d\uac00\ud558\ub294\uac83\uc744\ub9c9\uae30\uc704\ud574\ub2e4\uc74c\uacfc\uac19\uc740\ud589\ub3d9\uc744\uc790\uc8fc\ud588\uc2b5\ub2c8\uae4c?",
"nl": "Hebt u in de afgelopen 3 maanden vaak\u00e9\u00e9n of meer van de volgende dingen gedaan om te voorkomen dat u in gewicht aankomt?",
"pt-br": "Nos \u00faltimos 3 meses voc\u00ea fez com freq\u00fc\u00eancia alguma das coisas abaixo para evitar ganhar peso?"
},
"prefLabel": {
"en": "PHQ eating",
"es": "PHQ eating"
}
}