-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathemergency-survey.json
110 lines (110 loc) · 2.6 KB
/
emergency-survey.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "Emergency Survey",
"questions": [
{
"q_id": 1,
"question": "Is the prompt and safe healthcare being assured?",
"weightage": 3
},
{
"q_id": 2,
"question": "Are the SOP’s being properly ensured?",
"weightage": 3
},
{
"q_id": 3,
"question": "Is the registration computerized?",
"weightage": 3
},
{
"q_id": 4,
"question": "Are the patients being facilitated at the triage/registration counter?",
"weightage": 3
},
{
"q_id": 5,
"question": "Does the emergency have adequate waiting area?",
"weightage": 1
},
{
"q_id": 6,
"question": "Does the emergency environment support healthy interaction between patient and hospital staff?",
"weightage": 2
},
{
"q_id": 7,
"question": "Is the emergency having the following systems?",
"weightage": 3,
"sub_questions": [
{
"s_q_id": 1,
"question": "Security",
"weightage": 3
},
{
"s_q_id": 2,
"question": "Transport",
"weightage": 3
}
]
},
{
"q_id": 8,
"question": "Does the emergency have adequate necessary resuscitation equipment & drugs?",
"weightage": 3
},
{
"q_id": 9,
"question": "Does the emergency have adequate necessary human resources (Doctors, Nurses, Paramedical & support staff) available?",
"weightage": 3
},
{
"q_id": 10,
"question": "Is the staff present as per duty rosters?",
"weightage": 3
},
{
"q_id": 11,
"question": "Is the emergency clean with proper hospital waste management mechanism?",
"weightage": 3
},
{
"q_id": 12,
"question": "Are there adequate stretchers & wheelchairs available with adequate storage & maintenance capacity?",
"weightage": 3
},
{
"q_id": 13,
"question": "Are the following Facilities available within emergency?",
"weightage": 2,
"sub_questions": [
{
"s_q_id": 1,
"question": "Heating",
"weightage": 2
},
{
"s_q_id": 2,
"question": "Cooling",
"weightage": 2
},
{
"s_q_id": 3,
"question": "Electricity",
"weightage": 2
},
{
"s_q_id": 4,
"question": "Water Supply",
"weightage": 2
},
{
"s_q_id": 5,
"question": "Signages/Directions",
"weightage": 2
}
]
}
],
"department_id": 1
}