-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEHHOPGyn.html
60 lines (46 loc) · 3.01 KB
/
EHHOPGyn.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
<!DOCTYPE html>
<html>
<head>
<title>EHHOP Women's Health Clinic</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>Women's Health</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><b><u>Indications:</u> </b> Please refer to EHHOP Women's Health Clinic if your patient has an <b>abnormal pap smear</b>, needs an <b>endometrial biopsy</b>, <b>IUD placement</b>, <b>Contraception/Family Planning</b> or <b>pessary placement</b>. </p>
<p>Routine pap smears and STI screenings can be done at the main clinic. </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">Tell the TS during clinic why your patient needs a gyn 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 and why it is needed 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> <p><b>Cost to Society:</b> Outpatient Gynecology appointments cost ~$300 per appointment for patients without insurance.</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><a href="http://maps.google.com/maps?q=1176+5th+Avenue">1176 5th Avenue, between 98th and 99th street.</a></p><p> The building is called Klingenstein Pavilion. It has a blue and pink awning. Once you walk in, just take the elevator down 1 floor to E level. </p> </div> </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>