-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·135 lines (130 loc) · 6.84 KB
/
index.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!doctype html>
<meta charset=utf-8>
<html lang=en>
<head>
<link rel="stylesheet" href="stylesheets/main.css" type="text/css" media="screen"/>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="icon" type="image/png" href="/images/favicon.ico"/>
<title>hQuery - An Open-Source Distributed Query Framework for Health Data</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25047251-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header>
<div id="logo">
<a href="index.html"><img src="images/hquery_logo_small.png" alt="hQuery Logo"/></a>
</div>
<div id="nav">
<ul>
<li><a href="index.html" class="selected">Home</a></li>
<li><a href="screen_shots.html">Screen Shots</a></li>
<li><a href="documents.html">Documents</a></li>
<li><a href="http://github.com/hquery">Code</a></li>
<!-- <li><a href="download.html">Download</a></li>-->
<li><a href="glossary.html">Glossary</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
</div>
</header>
<div>
<div id="LeftDiv">
<div id="top_border">
<img src="images/top_border.png" alt="" class="borders"/>
</div>
<article class="feature">
<h1>An Open-Source Distributed Query Framework for Health Data</h1>
<ul>
<li>Empowers healthcare providers and researchers to perform queries across various EHR platforms while maintaining patient information behind provider firewalls</li>
<li>Supports population health reporting</li>
</ul>
<figure>
<p class="imageDescription">
<b><a href="images/builder.png">Graphical Query Builder</a></b>
</p>
<a href="images/builder.png">
<img src="images/builder_vsmall.png" alt="hQuery Screenshot" class="screenshot"/>
</a>
<p class="imageDescription">
hQuery offers a graphical drag-and-drop query builder to simplify query authoring.
</p>
</figure>
</article>
<div id="bottom_border">
<img src="images/bottom_border.png" alt="" class=borders"/>
</div>
<div id="feedbackLink">
<a href="http://groups.google.com/group/hquery-announce/subscribe" target="_external"><img src="images/button_announcements.png" alt="Join Announcement List"/></a>
<section id="bottom">For more information, contact us at: <a href="mailto:[email protected]">[email protected]</a></section>
</div>
</div>
<div id="RightDiv">
<article><h2>What is hQuery?</h2>
<p>hQuery is an open-source implementation of a framework for distributed query of health data. It uses a simplified standard information model, based on nationally recognized data elements, to enable generic queries against and summarized responses from various clinical data sources. hQuery provides distributed query capabilities that maintain patient information behind the provider (such as individual provider, hospital or HIE) firewall while supporting population reporting. hQuery integrates with certified EHR systems by leveraging their ability to generate HITSP C32 or ASTM CCR patient summaries.</p>
</article>
<article>
<h2> Who are the intended users?</h2>
<p>hQuery supports providers, researchers and public reporting agencies who need to perform custom queries over large patient populations but who lack the ability to import large patient data sets into their own IT infrastructure. EHR vendors and healthcare providers are free to download, use, and integrate the hQuery software in their systems.</p>
</article>
<article>
<h2> What is the project's objective?</h2>
<p>hQuery is designed to support large-scale summary reporting of health data that is distributed over a set of disparate sources. hQuery builds on scalable internet technologies and algorithms to allow use with arbitrarily large data sets using widely available standards-based code libraries.</p>
</article>
<article class="milestonesList">
<h2>Project Milestones</h2>
<table>
<tbody>
<tr>
<td class="milestoneDate">May 2011</td>
<td class="milestoneSubject"><del>Project Kickoff</del></td>
</tr>
<tr>
<td class="milestoneDate">Aug 2011</td>
<td class="milestoneSubject"><del>Composer and Gateway <a href="http://github.com/hquery">code open-sourced</a></del></td>
</tr>
<tr>
<td class="milestoneDate">Aug 2011</td>
<td class="milestoneSubject"><del>Presentation of hQuery in <a href="http://wiki.siframework.org/Query+Health+-+Summer+Concert+Series#x-hQuery">ONC "Summer Concert Series"</a></del></td>
</tr>
<tr>
<td class="milestoneDate">Sep 2011</td>
<td class="milestoneSubject"><del>V0.1 Released</del></td>
</tr>
<tr>
<td class="milestoneDate">Jan 2012</td>
<td class="milestoneSubject"><del>V0.2 Released</del></td>
</tr>
<tr>
<td class="milestoneDate">Mar 2012</td>
<td class="milestoneSubject"><del><a href="http://www.popmednet.org/">PopMedNet</a> Integration</del></td>
</tr>
<tr>
<td class="milestoneDate">Sep 2012</td>
<td class="milestoneSubject"><del>V0.3 Released</del></td>
</tr>
</tbody>
</table>
</article>
</div>
</div>
<footer>
<div id="footerSourceForge"><a href="http://github.com/" target="_external"><img src="images/github_icon.png" alt="GitHub Logo"/></a></div>
<div id="footerLinks">
This project was funded by a contract from the <a href="http://www.hhs.gov/healthit/" target="_external">Office of the National Coordinator for Health Information Technology (ONC)</a>  
<a href="http://www.hhs.gov/Privacy.html" target="_external">Privacy Policy</a>  
<a href="http://www.hhs.gov/Disclaimer.html" target="_external">Disclaimer</a>  
<br/>Page Last Revised: September 12, 2012
</div>
</footer>
</body>
</html>