forked from qmaplab/phenotyping-json-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathepworth.json
90 lines (90 loc) · 2.37 KB
/
epworth.json
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
{
"MeasurementToolMetadata": {
"Description": "Epworth Sleepiness Scale",
"TermURL": "http://epworthsleepinessscale.com"
},
"epworth_01": {
"LongName": "Epworth Q01",
"Description": "How likely are you to doze off and fall asleep, Sitting and reading",
"Levels": {
"0": "Never",
"1": "Slight",
"2": "Moderate",
"3": "High"
}
},
"epworth_02": {
"LongName": "Epworth Q02",
"Description": "How likely are you to doze off and fall asleep, Watching TV",
"Levels": {
"0": "Never",
"1": "Slight",
"2": "Moderate",
"3": "High"
}
},
"epworth_03": {
"LongName": "Epworth Q03",
"Description": "How likely are you to doze off and fall asleep, Sitting, inactive in a public place (e.g. a theatre or a meeting)",
"Levels": {
"0": "Never",
"1": "Slight",
"2": "Moderate",
"3": "High"
}
},
"epworth_04": {
"LongName": "Epworth Q04",
"Description": "How likely are you to doze off and fall asleep, As a passenger in a car for an hour without a break",
"Levels": {
"0": "Never",
"1": "Slight",
"2": "Moderate",
"3": "High"
}
},
"epworth_05": {
"LongName": "Epworth Q05",
"Description": "How likely are you to doze off and fall asleep, Lying down to rest in the afternoon when circumstances permit",
"Levels": {
"0": "Never",
"1": "Slight",
"2": "Moderate",
"3": "High"
}
},
"epworth_06": {
"LongName": "Epworth Q06",
"Description": "How likely are you to doze off and fall asleep, Sitting and talking to someone",
"Levels": {
"0": "Never",
"1": "Slight",
"2": "Moderate",
"3": "High"
}
},
"epworth_07": {
"LongName": "Epworth Q07",
"Description": "How likely are you to doze off and fall asleep, Sitting quietly after a lunch without alcohol",
"Levels": {
"0": "Never",
"1": "Slight",
"2": "Moderate",
"3": "High"
}
},
"epworth_08": {
"LongName": "Epworth Q08",
"Description": "How likely are you to doze off and fall asleep, In a car, while stopped for a few minutes in the traffic",
"Levels": {
"0": "Never",
"1": "Slight",
"2": "Moderate",
"3": "High"
}
},
"epworth_score_total": {
"LongName": "Epworth Score Total",
"Description": "Epworth Sleepiness Scale Total"
}
}