-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnursingcare.html
86 lines (82 loc) · 3.49 KB
/
nursingcare.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
<!DOCTYPE html>
<html>
<head>
<title>Nursing Care</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/jquery.mobile-1.2.0.min.css" />
<link rel="stylesheet" href="css/app.css" />
<script src="js/jquery-1.8.2.min.js"></script>
<script src="js/jquery.mobile-1.2.0.min.js"></script>
<script src="js/app.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header"><h1>Nursing Care</h1><a class="button slideup" id="infoButton" href="index.html">Back</a>
</div><!-- /header -->
<div data-role="footer" data-id="nav" data-position="fixed">
<div data-role="navbar">
<ul>
<li><a href="IThelp.html" data-icon="info">FAQ</a></li>
<li><a href="phone.html" data-icon="phone" >Contact</a></li>
<li><a href="index.html" data-icon="fahome">Home</a></li>
<li><a href="Formulary.html" data-icon="faplus">Rx</a></li>
<li><a href="documents.html" data-icon="file">Docs</a></li>
</ul>
</div><!-- /navbar -->
</div>
<p>Nursing Care visits are provided by Johanna (Joni) Timmins, RN. Appointments are available for 11:30AM, 12PM, 12:30PM, and 1PM on most Saturdays. The schedule of dates can be found on the <a href="https://docs.google.com/spreadsheet/ccc?key=0AihNo4hBVth_dEd3N24xWm9uMS1XTEhDYWFfUjJaSnc#gid=0">EHHOP Master Calendar.</a>
</p>
<ul><em>Indications</em>
<li>BP checks</li>
<li>Starting insulin</li>
<li>Insulin titration</li>
<li>Wound care</li>
<li>Medication reconciliation/ in-person adherence check</li>
<li>Patient education</li>
</ul>
<div data-role="collapsible-set">
<div data-role="collapsible">
<h3>Senior Clinician
</h3>
<fieldset data-role="controlgroup">
<input type="checkbox" name="a" id="a" class="custom" data-mini="true"/ >
<label for="a">Consult with TS if you are unsure whether to schedule Ancillary Nursing Service visit vs. Teaching Senior Quick Visit.</label>
<input type="checkbox" name="b" id="b" class="custom" data-mini="true"/ >
<label for="b">Schedule with CM at end of day along with follow-up appointment.</label>
<input type="checkbox" name="c" id="c" class="custom" data-mini="true"/ >
<label for="c">Prior to nursing care visit, email [email protected] in order to communicate the goals of the visit.</label>
<input type="checkbox" name="d" id="d" class="custom" data-mini="true"/ >
<label for="d">Do not sign out anything that requires an EPIC order (to make these visits quick, Joni will not present to Saturday attending unless urgent). If you need to draw a lab, contact CM on call to schedule separate labs only visit. Also, do not switch to new glucometers at this visit since this requires an EPIC order. </label>
<input type="checkbox" name="e" id="e" class="custom" data-mini="true"/ >
<label for="e">It is your responsibility to f/u on the outcome of the nursing care visit and to plan subsequent visits.</label>
</fieldset>
</div>
<div data-role="collapsible">
<h3>Teaching Senior
</h3>
Nothing to do.
</div>
<div data-role="collapsible">
<h3>Access to Care Team
</h3>
Nothing to do
</div>
<div data-role="collapsible">
<h3>Cost
</h3>
Free
</div>
<div data-role="collapsible">
<h3>Wait Time
</h3>
Approximately 1 week
</div>
<div data-role="collapsible">
<h3>Contact Information
</h3>
<a href="mailto:[email protected]">Andrew Chow</a>
</div>
</div>
</div>
</body>
</html>