-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathPROMISGlobalHealth_schema
91 lines (91 loc) · 2.63 KB
/
PROMISGlobalHealth_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
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema",
"id": "PROMISGlobalHealth_schema",
"category": "Activity",
"description": {
"en": "brief survey to assess the general health"
},
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
{
"isAbout": "items/global_1",
"isVis": true,
"variableName": "global_1"
},
{
"isAbout": "items/global_2",
"isVis": true,
"variableName": "global_2"
},
{
"isAbout": "items/global_3",
"isVis": true,
"variableName": "global_3"
},
{
"isAbout": "items/global_4",
"isVis": true,
"variableName": "global_4"
},
{
"isAbout": "items/global_5",
"isVis": true,
"variableName": "global_5"
},
{
"isAbout": "items/global_6",
"isVis": true,
"variableName": "global_6"
},
{
"isAbout": "items/global_9r",
"isVis": true,
"variableName": "global_9r"
},
{
"isAbout": "items/global_10r",
"isVis": true,
"variableName": "global_10r"
},
{
"isAbout": "items/global_8r",
"isVis": true,
"variableName": "global_8r"
},
{
"isAbout": "items/global_7r",
"isVis": true,
"variableName": "global_7r"
},
{
"isAbout": "items/promis_total_score",
"isVis": true,
"variableName": "promis_total_score"
}
],
"order": [
"items/global_1",
"items/global_2",
"items/global_3",
"items/global_4",
"items/global_5",
"items/global_9r",
"items/global_6",
"items/global_10r",
"items/global_8r",
"items/global_7r"
],
"shuffle": false
},
"compute": [
{
"jsExpression": "global_1 + global_2 + global_3 + global_4 + global_5 + global_9r + global_6 + global_10r + global_8r + global_7r",
"variableName": "promis_total_score"
}
],
"prefLabel": {
"en": "PROMIS Global Health"
}
}