-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRheum.html
72 lines (62 loc) · 2.81 KB
/
Rheum.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
<!DOCTYPE html>
<html>
<head>
<title>Rheumatology</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>Rheumatology</h1><a class="button slideup" id="infoButton" href="index.html">Back</a>
</div><!-- /header -->
<p><em>This referral requires charity care.</em></p>
<div data-role="collapsible-set">
<div data-role="collapsible" ><h3><b> Senior Clinician</b></h3>
<fieldset data-role="controlgroup">
<input type="checkbox" name="checkbox-1" id="checkbox-1" class="custom" data-mini="true" />
<label for="checkbox-1">Before clinic ends, communicate the necessity and urgency of the referral to the TS.</label>
</fieldset>
</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>
<div data-role="collapsible" data-collapsed="false"><h3><b> Teaching Senior</b></h3>
<fieldset data-role="controlgroup">
<input type="checkbox" name="checkbox-1a" id="checkbox-1a" class="custom" data-mini="true" data-mini="true" />
<label for="checkbox-1a"> Dr. Kerr usually assists with these appointments.</label>
<input type="checkbox" name="checkbox-1b" id="checkbox-1b" class="custom" data-mini="true">
<label for="checkbox-1b">Email the Chief TS to coordinate.</label>
</fieldset>
</div>
<div data-role="collapsible"><h3><b> Access to Care Team</b></h3>
<fieldset data-role="controlgroup">
<input type="checkbox" name="checkbox-2a" id="checkbox-2a" class="custom" data-mini="true" data-mini="true" />
<label for="checkbox-2a"> Dr. Kerr usually assists with these referrals. Contact
<a href="[email protected]"> Kristen</a> for next steps.</label>
</div>
<div data-role="collapsible"><h3> <b>Cost</b></h3>
<p>The cost of a curbside is usually free.
</p>
</div>
<div data-role="collapsible"><h3><b>Wait time</b></h3>
<p>Wait time depends on Dr. Kerr's availability.
</p>
</div> <!-- Wait Time -->
<div data-role="collapsible"><h3><b>Contact Information</b></h3>
<p><a href="mailto: [email protected]">Dr. Leslie Kerr - [email protected]</a>
</p>
</div><!-- Contact Information -->
</body>
</html>