-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
125 lines (101 loc) · 5 KB
/
index.html
File metadata and controls
125 lines (101 loc) · 5 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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Blue Button Trust Bundle</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<!-- Fonts
================================================== -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<div class="banner">
<h4>Draft Site - January 2, 2013 - Not for Production Use</h4>
</div>
<div class="container">
<div class="sixteen columns" id="frame">
<div class="ten columns offset-by-three top">
<div class="blue-box"></div>
<h1>Blue Button Trust Bundle</h1>
<h2>A collection of trust anchors enabling secure exchange to third parties on behalf of patients</h2>
</div><!-- top -->
<div class="ten columns offset-by-three" id="info">
<div class="bundle-info">
<p>During this pilot phase, this page is being managed by the <a href=http://wiki.siframework.org/Automate+Blue+Button+Initiative">Automate Blue Button</a> patient community, a voluntary group of personal health service providers that are working together to accelerate patient engagement in support of better health.</p>
<p>"ABBI" is an <a href="http://healthit.gov">ONC-sponsored</a> project that aims to make it easy for patients to conveniently receive copies their own health information. It has its origins in the Blue Button initiative that first liberated health information for millions of veterans, military personnel and Medicare beneficiaries.</p>
<p>This page is meant for healthcare providers, vendors and personal health services that wish to use Direct Project secure messaging to support their patients and customers.</p>
</div>
</div><!-- bundle-info -->
<div class="ten columns offset-by-three register">
<p><span class="bb-button"><a href="#">Register Your Service's Anchor</a></span> and be a part of the ecosystem</p>
</div><!-- register -->
<div class="ten columns offset-by-three">
<div class="row bundle">
<div class="two columns alpha">
<h3>Patient Bundle</h3>
</div>
<div class="eight columns omega">
<div class="bundle-details">
<p>Anchors of personal health systems, to be installed by provider systems for sending to patients.</p>
<p class="bundle-link">http://secure.bluebuttontrust.org/patient-bundle</p>
<p><a href="#">Learn more</a> | <a href="#">See anchors</a> | <a href="#">Test bundle</a></p>
</div> <!-- bundle-details -->
</div>
</div> <!-- row -->
</div> <!-- bundle -->
<div class="ten columns offset-by-three">
<div class="row bundle">
<div class="two columns alpha">
<h3>Provider Bundle</h3>
</div>
<div class="eight columns omega">
<div class="bundle-details">
<p>Anchors of provider systems, to be installed by patient systems for receiving from providers.</p>
<p class="bundle-link">http://secure.bluebuttontrust.org/provider-bundle</p>
<p><a href="#">Learn More</a> | <a href="#">See anchors</a> | <a href="#">Test bundle</a></p>
</div> <!-- bundle-details -->
</div>
</div> <!-- row -->
</div> <!-- bundle -->
<div class="ten columns offset-by-three">
<div class="row">
<div class="five columns alpha bb-big-button">
<p><a href="http://blue-button.github.com/docs">Read the Implementation Guide</a></p>
</div>
<div class="five columns omega bb-big-button">
<p><a href="#">Have a question? Ask the group.</a></p>
</div>
</div> <!-- row -->
</div>
</div>
</div><!-- container -->
<!-- End Document
================================================== -->
</body>
</html>