forked from fuselabs/echobot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSampleDatastructure.json
More file actions
38 lines (38 loc) · 1.59 KB
/
SampleDatastructure.json
File metadata and controls
38 lines (38 loc) · 1.59 KB
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
{
"root" : {
"users" : {
"SARIDSA1" : {
"name" : "Satya Suman",
"scheduledDate" : "2017-02-03 06:58:53",
"trailName" : "EQ-5D Health Questionnaire",
"trailID" : "EQ5D"
}
},
"clinicalTrailInfo" :{
"EQ5D" :{
"Questions" :[
{
"QuestionText" :"In terms of your health, how would you best describe the state of your mobility today?",
"Answers" :["I have no problems in walking about", "I have some problems in walking about", "I am confined to Bed"]
},
{
"QuestionText" : "How do you feel about self-care?",
"Answers" : ["I have no problems with self care", "I have some problems washing or dressing myself", "I am unable to wash or dress myself"]
},
{
"QuestionText" : "What about usual Activities (e.g. work, study, housework, family or leisure activities)",
"Answers" : ["I have no problems with performing my usual activities", "I have some problems with performing my usual activities", "I am unable to perform my usual activities"]
},
{
"QuestionText" : "Do you feel any pain or discomfort?",
"Answers" : ["I have no pain or discomfort", "I have moderate pain or discomfort", "I have extreme pain or discomfort"]
},
{
"QuestionText" : "Are you feeling anxious or depressed?",
"Answers" : ["I am not anxious or depressed", "I am moderately anxious or depressed", "I am extremely anxious or depressed"]
}
]
}
}
}
}