-
Notifications
You must be signed in to change notification settings - Fork 5
/
bcbs.html
90 lines (63 loc) · 2.5 KB
/
bcbs.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
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Where is my data?</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<script src="js/modernizr-2.5.3-respond-1.1.0.min.js"></script>
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="row-fluid">
<div class="span12 blue-header pagination-centered">
<a href="index.html"><img src="img/bluebutton-small.png"></a>
</div>
</div>
<!-- Example row of columns -->
<div class="row-fluid">
<div class="span7">
<h4>Federal Employees BCBS</h4>
<p>The Blue Cross and Blue Shield Service Benefit Plan has been part of the Federal Employees Health Benefits Program (FEHBP) since its inception in 1960. It covers roughly 4.6 million Federal employees, retirees and their families out of the nearly 8 million people who receive their benefits through the FEHBP. The 39 Local Member companies of the Blue Cross and Blue Shield Association are the primary points of contact for Service Benefit Plan members. They are responsible for processing claims and providing customer service to members.</p>
<div class="alert alert-success alert-block">
<strong>Blue Button Enabled.</strong><br /> Blue Cross Blue Shield has enabled Blue Button for its patients.
</div>
<a href="https://www.fepblue.org/web/guest/myblue" class="btn btn-large btn-block btn-primary">Access My Health Data</a> <br />
</div>
<div class="span4 offset1">
<table class="table table-bordered data-facts">
<tr>
<td><span class="fact-label">Health Data Facts</span><br />
<small><strong>Source:</strong> Health Insurance</small><br />
<small><strong>Format:</strong> Text File</small></td>
</tr>
<tr>
<td><small><strong>Medical Insurance Claims</strong></small></td>
<td><center><i class="icon-ok"></i></center></td>
</tr>
</table>
</div>
</div>
<hr>
<footer>
<p><small><strong>Blue Button</strong> - This information has been compiled by HealthIT.gov</small></p>
</footer>
</div> <!-- /container -->
</body>
</html>