-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (47 loc) · 2.62 KB
/
index.html
File metadata and controls
53 lines (47 loc) · 2.62 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Kentucky (KY) Medicaid Fraud Reporting</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" type="text/css" href="main3.css">
<link rel="stylesheet" type="text/css" href="responsive.css">
<meta name="viewport" content="width-device-width, initial-scale=1.0">
</head>
<body>
<header id="top" class="main-header">
<span class="title">Do You Suspect Medicaid Fraud? </span>
<h1>Be Part of the Solution</h1>
</header>
<div class="primary-content t-border">
<p class="intro">
Recipients, providers and the general public may report suspected fraud, abuse or misuse of the Kentucky Medicaid Program by contacting the KY Cabinet for Health and Family Services (CHFS) Office of the Inspector General (OIG) using the information listed below. If you need to see a list of fraud examples, here is a <a href="fraud_list.html" id="list">list</a> of some of the some of the ways a Medicaid provider can commit fraud. </p>
<div class="wildlife">
<h2>Health and Human Service Office of Inspector General</h2>
<p>At the federal level of fraud monitoring, is the the U.S. Department of Health and Human Services (HHS), Office of Inspector (OIG). Please watch the following video from HHS OIG if you would like to contact them directly.</p>
<iframe width="620" height="440" src="https://www.youtube.com/embed/Wlsnd1DYG6Y" allowfullscreen></iframe>
</div><!-- End .primary-content -->
<div class="secondary-content t-border">
<div>
<h3>Contact US By Phone</h3>
<p>
By Phone: The Office of the Inspector General (OIG) operates a toll free fraud hotline. The number is: (800) 372-2970 Weekday hours of operation are from 8:00 a.m. to 4:30 p.m. Eastern time. If a call is made after these hours, please leave a detailed message.
</p>
<a href="#">Click here or phone number above to call us</a>
</div>
<div>
<h3>Contact Us By Mail</h3>
<p>
By Mail: Please mail any fraud and abuse issues to the following address: Cabinet for Health and Family Services Office of the Inspector General Division of Audits and Investigations 275 East Main Street, 5 E-D Frankfort, Kentucky 40621.
</p>
<p>
By email: <a href="#">Click here</a>
<div class="contact-btn"><a><b>Click here to fill out a form</b></a></p>
</div>
</div><!-- End .secondary-content -->
<footer class="main-footer">
<p>Kentucky Office Of Inspector General</p>
<a href="#top">Back to top »</a>
</footer>
</body>
</html>