-
Notifications
You must be signed in to change notification settings - Fork 5
/
aetna.html
110 lines (83 loc) · 2.82 KB
/
aetna.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!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>Aetna</h4>
<p>Aetna is one of the nation's leaders in health care, dental, pharmacy, group life, and disability insurance, and employee benefits. Dedicated to helping people achieve health and financial security, Aetna puts information and helpful resources to work for its members to help them make better-informed decisions about their health care.</p>
<div class="alert alert-success alert-block">
<strong>Blue Button Enabled.</strong><br /> Aetna has enabled Blue Button for its patients.
</div>
<a href="https://member.aetna.com" 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>Health Team</strong></small></td>
<td><center><i class="icon-ok"></i></center></td>
</tr>
<tr>
<td><small><strong>Immunizations</strong></small></td>
<td><center><i class="icon-ok"></i></center></td>
</tr>
<tr>
<td><small><strong>Medications</strong></small></td>
<td><center><i class="icon-ok"></i></center></td>
</tr>
<tr>
<td><small><strong>Conditions</strong></small></td>
<td><center><i class="icon-ok"></i></center></td>
</tr>
<tr>
<td><small><strong>Tests & Procedures</strong></small></td>
<td><center><i class="icon-ok"></i></center></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>