-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEHHOPtho.html
63 lines (49 loc) · 2.58 KB
/
EHHOPtho.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
<!DOCTYPE html>
<html>
<head>
<title>EHHOP Opthalmology</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>EHHOP Opthalmology</h1><a class="button slideup" id="infoButton" href="index.html">Back</a>
</div><!-- /header -->
<p><em>This referral does <strong>not</strong> require charity care.</em></p>
<p>Optho CMs: <a href="mailto:[email protected], [email protected]">David Ku and Daniel Choi</a></p>
<div data-role="collapsible-set"> <div data-role="collapsible" ><h3><b> Senior Clinician</h3> </b>
<fieldset data-role="controlgroup">
<input type="checkbox" name="checkbox-1i" id="checkbox-1i" class="custom" data-mini="true" />
<label for="checkbox-1i">Notify the TS during clinic that your patient needs an Optho referral.</label>
</fieldset>
</div>
<div data-role="collapsible" data-collapsed="true"><h3><b> Teaching Senior</b></h3>
<fieldset data-role="controlgroup">
<input type="checkbox" name="checkbox-1a" id="checkbox-1a" class="custom" data-mini="true" />
<label for="checkbox-1a">Email the referral, why it is needed, and its urgency to [email protected] after clinic</label> </fieldset></div>
<div data-role="collapsible"><h3><b> Access to Care Team</b> </h3>
</li>No need to see patient. </li> </p></fieldset></div>
<div data-role="collapsible"><h3> <b>Cost</b></h3><p> <b>Cost to EHHOP Patient:</b>Free. </p></div>
<div data-role="collapsible"><h3><b>Wait time</b></h3><p> </b>Six patients can be seen each month. The average wait time is 1-2 months. </p> </div>
<div data-role="collapsible"><h3><b>Location</b></h3>
<p>8th floor CAM.</p>
<p>Ophtho CMs
<a href= "mailto:[email protected], [email protected], [email protected]">David Ku and Daniel Choi</a></p>
</div>
<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>
</body>
</html>