-
Notifications
You must be signed in to change notification settings - Fork 0
/
rules.html
91 lines (82 loc) · 5.14 KB
/
rules.html
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
<!DOCTYPE html>
<html>
<head>
<title>Rules</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="rules.css">
</head>
<body>
<div class="pt-5 pb-5">
<div class="container">
<div class="row">
<div class="section-head col-sm-12">
<h4><span>Co-heal</span> Rules to be followed</h4>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_one"><i class="fa fa-heartbeat" aria-hidden="true"></i></span>
<p>Patient must isolate himself from other household members, stay in the identified room and away from
other people in home, especially elderlies and those with co-morbid conditions like hypertension,
cardiovascular disease, renal disease etc.<br>
Patient must take rest and drink lot of fluids to maintain adequate hydration.<br>
Follow respiratory etiquettes at all times.<br>
Frequent hand washing with soap and water for at least 40 seconds or clean with alcohol-based
sanitizer.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_two"><i class="fa fa-thermometer-full" aria-hidden="true"></i></span>
<p>Patient should at all times use triple layer medical mask. Discard mask after 8 hours of use or earlier
if they become wet or visibly soiled. In the event of care giver entering the room, both care giver
and patient may consider using N 95 mask.<br>
Mask should be discarded only after disinfecting it with 1% Sodium Hypochlorite.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_three"><i class="fa fa-tint" aria-hidden="true"></i></span>
<p>Don’t share personal items with other people in the household.
ix. Ensure cleaning of surfaces in the room that are touched often (tabletops, doorknobs, handles, etc.)
with 1% hypochlorite solution.<br>
Self-monitoring of blood oxygen saturation with a pulse oximeter is strongly advised. <br>
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_four"><i class="fa fa-home" aria-hidden="true"></i></span>
<h4>Mask</h4>
<p>
o The caregiver should wear a triple layer medical mask. N95 mask may be considered when in
the same room with the ill person.
o Front portion of the mask should not be touched or handled during use.
o If the mask gets wet or dirty with secretions, it must be changed immediately.
o Discard the mask after use and perform hand hygiene after disposal of the mask.
o He/she should avoid touching own face, nose or mout</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_five"><i class="fa fa-hourglass-end" aria-hidden="true"></i></span>
<h4>Hand hygiene<br></h4>
<p>o Hand hygiene must be ensured following contact with ill person or his immediate
environment.<br>
o Hand hygiene should also be practiced before and after preparing food, before eating, after
using the toilet, and whenever hands look dirty.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_six"><i class="fa fa-street-view" aria-hidden="true"></i></span>
<p>o Use soap and water for hand washing at least for 40 seconds. Alcohol-based hand rub can be
used, if hands are not visibly soiled.<br>
o After using soap and water, use of disposable paper towels to dry hands is desirable. If not
available, use dedicated clean cloth towels and replace them when they become wet.<br>
o Perform hand hygiene before and after removing gloves.</p>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</body>
</html>