forked from projecthdata/projecthdata.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
75 lines (74 loc) · 8.93 KB
/
faq.html
File metadata and controls
75 lines (74 loc) · 8.93 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
---
layout: master
title: hData Frequently Asked Questions
selected: faq
---
<div id="content">
<div id="logo">
<a href="index.html"><img src="images/hData_logo.png" alt="hData Logo"></a>
</div>
<div class="faq_title"><h2>Frequently Asked Questions</h2></div>
<ul id="faqHeader">
<li><a href="#whatIshData">What is hData?</a></li>
<li><a href="#exchange">How will hData be used to exchange EHR health data?</a></li>
<li><a href="#submitted">What is the standardization status of hData?</a></li>
<li><a href="#rfh">How does hData relate to the recently proposed Resources For Healthcare idea?</a></li>
<li><a href="#simple">Isn't hData all about simplified data models, XML, and that stuff?</a></li>
<li><a href="#using">Who is using hData?</a></li>
<li><a href="#models">Where will all the data models and their rendering come from?</a></li>
<li><a href="#vendor">Do I need to be an EHR vendor to use hData?</a></li>
<li><a href="#languages">What programming languages will hData use?</a></li>
<li><a href="#significance">What is the significance of the name hData?</a></li>
</ul>
<div class="questionAnswer firstQuestion">
<div class="question" id="whatIshData">What is hData?</div>
<p>hData is a simple health IT exchange framework for the creation, storage, and exchange of health data. The core <a href="/documents.html#specifications">hData specifications</a> contains two components:</p>
<ol>
<li>HL7 hData Record Format (HRF): The HRF describes an abstract architecture of how data is stored in multiple XML documents and is organized in a hierarchy. It also contains a concrete schema for the HRF meta-data. Records conforming to the HRF are called hData Records (HDRs).</li>
<li>OMG hData RESTful Transport (HRA): When the HRF is represented as a web resource, this RESTful specification allows for modifying section documents, creation of new data, record transport, and management of the entire record through a simple Web API.</li>
</ol>
<p>In addition to the above technical specification, hData uses hData Content Profiles (HCP) to specify the actual content included in a particular hData record. These content profiles detail what fields are required to capture an allergy or condition. The philosophy is to use simple XML documents mapped directly to existing healthcare information models. For the purposes of compliance with the <a href="http://www.niem.gov/">National Information Exchange Model (NIEM)</a> lifecycle process, an hData Content Profile may be understood to be a specialization of the NIEM Information Exchange Package Documentation (IEPD).</p>
<p>The hData project had initially created schemas for a Continuity of Care Content Profile, as well as lab orders and results. It is expected that Content Profiles will be submitted to standards organizations. Additionally, it is assumed that Content Profiles will be created to address different medical domains.</p>
</div>
<div class="questionAnswer">
<div class="question" id="exchange">How will hData be used to exchange EHR health data?</div>
<p>At its core, hData is a simple way of organizing data into small pieces in folders, with a corresponding set of XML Schemas or other appripriate media types (such as e.g. PDFs, PNGs, or DICOM containers) to describe the small pieces. Because of this simplicity, it is easy to exchange information using hData.</p>
<p>Currently, hData has one <a href="http://en.wikipedia.org/wiki/REST" target="_external">RESTful</a> transport binding, which is being standardized at the Object Management Group.Future transports may include SMTP or XMPP transports. </p>
</div>
<div class="questionAnswer">
<div class="question" id="submitted">What is the standardization status of hData?</div>
<p>hData has been reviewed by HL7 and OMG and is in the process of becoming a normative standarf. Please check the <a href="/standardization.html">Standardization</a> page for a detailed status. </p>
</div>
<div class="questionAnswer">
<div class="question" id="rfh">How does hData relate to the recently proposed Resource For Healthcare idea?</div><img src="/images/RFH View.png" width="250px" style="float:right" />
<p><a href="http://www.healthintersections.com.au/rfh/introduction.htm">Resources For Healthcare (RFH)</a> was recently (09-2011) proposed as a reponse to the HL7 Fresh Look Task Force question: "How would a complete health IT software stack look like, if HL7 re-did it today?"</p>
<p>Conceptually, RFH is using a RESTful transport to allow the exchange of the simplified content. There is a signficant overlap with hData of the way transport within the RFH proposal is realized, so that it should be quite easy to reformulate RFH in hData terms. Based on discussions with the RFH authors, they are starting to find similar issues that drove hData development (such as metadata definition) - these problems have largely been solved within hData.</p>
<p>Going forward, the RFH content model can be understood as a hData Content profile. This will require some work on the OMG hData RESTful Transport, and the formulation of a comprehensive HCP covering the RFH data model. </p>
</p>
</div>
<div class="questionAnswer">
<div class="question" id="simple">Isn't hData all about simplified data models, XML, and that stuff?</div>
<p>When hData was started by MITRE, one of the guiding principles in creating hData was (and still is!) developer friendliness and simple-to-implement. Part of this approach was to create a number of HITSP C32 derived schemas covering a simple continuity of care profile. When we created these schemas (which are still available in the github repository) we understood them to be placeholders for simplified schemas and models derived from a comprehensive clinical information model through a more rigourous process.</p>
<p>With the advent of HL7 greeCDA, RFH, DCMs, and similar approaches, HL7 is now able to start developing such simplified models that can be vetted by the clinical subject matter experts.</p>
</div>
<div class="questionAnswer">
<div class="question" id="using">Who is using hData?</div>
<p>Since hData was until recently actively being developed from a standards perspective, there have so far been only a few limited proof-of-concepts and pilots. As hData is now stablizing, there are a number of projects starting to use hData. At the September 2011 workgroup meeting, the HL7 SOA and Pharmacy workgroups have agreed to create an hData content profile for Pharmacy. This work will be sponsored by epSOS, Cerner, MITRE, and others. Other projects are expected to follow soon. </p>
</div>
<div class="questionAnswer">
<div class="question" id="models">Where will all the data models and their rendering come from?</div>
<p>hData seprates the technical framework (packaging, metadata, transport, security, etc.) strongly from the content modeling aspect of health IT. As a result, the hData specification are largely content agnostic and will rely on clinical subject matter experts and data modelers to create hData Content Profiles specifying the payload model and rendering. This can happen at a variety of places, including within the domain specific working groups with existing standards development organizations, such as HL7. In fact, this process has already started, with the Pharmacy WG at HL7 agreeing to create an hData Content Profile for a medications service. Other workgroups are expected to follow soon. </p>
</div>
<div class="questionAnswer">
<div class="question" id="vendor">Do I need to be an EHR vendor to use hData?</div>
<p>No. hData can be used by anyone interested in working with Health IT systems. hData is designed to make implementation fast and simple. Its simple serialization format and RESTful API make hData highly portable as well. While an obvious use of hData would be to expose the information stored in an EHR System, we hope that it will ease the development of all health applications by lowering the barrier to creating and consuming health data.</p>
</div>
<div class="questionAnswer">
<div class="question" id="languages">What programming languages will hData use?</div>
<p>hData is based on XML, so it can be used with virtually any programming language. The MITRE team is working on developer kits in <a href="http://www.ruby-lang.org/en/" target="_external">Ruby</a> and <a href="http://www.java.com/en/" target="_external">Java</a>. The hData project will gladly accept any contributions for generating or consuming hData in other programming languages.</p>
</div>
<div class="questionAnswer">
<div class="question" id="significance">What is the significance of the name hData?</div>
<p>hData is a contraction of “health” and “Data;” with the capital “D” emphasizing the core importance of data. The hData team's goal is to make the creation, exchange, consumption, and storage of health data simple, secure, and private. As a result, we believe better health outcomes are sure to follow.</p>
</div>
</div>