-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathPHQ7_schema
71 lines (71 loc) · 2.6 KB
/
PHQ7_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": "PHQ7_schema",
"category": "Activity",
"citation": {
"en": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1495268/"
},
"description": {
"en": "PHQ-7 assessment schema"
},
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
{
"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"
}
],
"order": [
"items/phq7a",
"items/phq7b",
"items/phq7c",
"items/phq7d"
],
"shuffle": false
},
"compute": [
{
"jsExpression": "phq7a + phq7b + phq7c + phq7d",
"variableName": "phq7_total_score"
}
],
"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-7 Assessment",
"es": "PHQ-7 Evaluaci\u00f3n"
}
}