Sie sind auf Seite 1von 10

OpenESB

Healthcare Opportunities
innova@vico.org
201306 white paper
Copyright  2103  -­‐  vico  open  modeling  &  Pymma  Consul<ng  (2013).  OpenESB:  Healthcare  Opportuni<es  White  Paper                                            

Interoperability Challenges
Global view of patient healthcare
Health information systems related standards) for the implementing interoperability
are increasingly facing exchange, integration, sharing, scenarios ([9], [10]). Some
interoperability challenges to and retrieval of electronic health interesting efforts are:
achieve the goal of sharing information. IHE is an initiative Healthcare Services
patient infor mation in a by healthcare professionals and Specification Program (HSSP)
common domain, in order to industry to improve the way [11], an initiative arising from
have a global view of patient computer systems in healthcare OMG [12] and HL7, or HL7
healthcare, and change a share information, it defines IHE Services Aware Interoperability
fragmented and passive care Integration Profiles [3] that Fr a m e w o r k ( S A I F ) [ 9 ] a
provision for a global and active describe a clinical information framework for building service-
continuity of care. need or work-flow scenario, and oriented health integration
There are some document how to use established services.
o rg a n i z at i o n s wo rk i n g o n standards (e.g. HL7, DICOM OpenESB [13] offers a
healthcare interoperability [4], LOINC [5], SNOMED CT service-oriented platform, where
standards, such as Health Level [6] ...) to accomplish it . information is exchanged using
Seven (HL7) [1] or Integrating These two organizations, XML and it's orchestrated using
the Healthcare Enterprise (IHE) and other health-related the BPEL language. These
[ 2 ] . H L 7 i s a n o n - p ro fi t standards such as CEN EN characteristics: Services, XML,
organization involved in the 13606 [7], are using XML as a orchestration, fits OpenESB with
development of international technical representation of standards introduced, and
healthcare informatics interchanged information, and become it an ideal tool to
interoperability standards to are proposing a Service Oriented implement integration solutions
Provide a framework (and Architecture [8] for that adopt them.

1
innova@vico.org

Document goals
and content
201306 white paper

The main goal of this


document is to introduce how to
adopt Healthcare standards like
HL7, IHE and DICOM using
Open ESB. First a general
OpenESB Standards adoptions
is introduced, and then, a more
concrete chapter for each
standard is developed. In each
chapter you will find a general
description of the standard and
its relations with OpenESB, a
main benefits and target scenario
list and a conceptual diagram.
Copyright  2103  -­‐  vico  open  modeling  &  Pymma  Consul<ng  (2013).  OpenESB:  Healthcare  Opportuni<es  White  Paper                                            

Content is organized into the following chapters:

1. HEALTHCARE STANDARDS ADOPTION


2. HL7 CDA R2
3. HL7 VERSION 2.x
4. HL7 VERSION 3
5. IHE PROFILES
6. DICOM FEATURES
7. HEALTH INTEROPERABILITY CLUSTER

In mi Proin accumsan
Purus, in consectetuer Proin in sapien. Donec
feugiat tempor libero. Fusce urna
magna,neque eget lacus. Maecenas felis nunc,
aliquam ac, consequat vitae.

2
1. Healthcare Standards Adoption
with OpenESB
innova@vico.org

Standards adoption by an organization are • Avoid point to point integrations scenarios and
not "Run Set-up" projects, and requires centralize them in a single component.
adjustments on current information structures to
• Expose your integration functionalities as
adapt to the needs of the standard, and in many contractual well defined web services, and
cases, opening its architectures to service-oriented replace them for new versions without
ones. impacting the rest of your installation.
There are two alternatives for facing this kind
of projects: the first one is to rebuild all existing
201306 white paper

systems to fit standard needs, and the second one, Target Scenarios
use a software component that adapts to the
current system and deliver the interoperability • HL7 Patient Management Message routing
services expected. (V2.X [14] and V3 [15]) for maintaining
OpenESB is an Enterprise Service Bus that coherence between different systems in a
fits perfectly in the second option, allowing to common domain.
solve different interoperability projects both in • HL7 Results receiving (like laboratory,
bounded time and human resources, using it radiology) and integration on a current HIS.
connecting components to existing data sources
and it capacity to communicate with external • Transform you current clinical reports to HL7
CDA [16] and share them in a common
components using established standards. All of
repository.
these, minimizing the impact of projects on the
current information system. • Receive HL7 CDA Documents an parse
information to store it into the HIS.
Main Benefits • Implement IHE patient query profiles to allow
systems in a common domain query patient
• Easy adoption of healthcare standards.
Copyright  2103  -­‐  vico  open  modeling  &  Pymma  Consul<ng  (2013).  OpenESB:  Healthcare  Opportuni<es  White  Paper                                            

demographics.
• Time and resource bounded interoperability
• Implement IHE PIX and XDS profiles to
projects.
implement a common CDA Shared Clinical
• Minimal impact on current information Documents Repository.
systems.
• Generate DVD Media DICOM DIR from your
• Easy integration with current systems by using existing studies to share them; or import
well known communication strategies (File , external DICOM DIR from other systems to
mail, Http, Web Services, JDBC, Ftp) your PACS.

3
2. HL7 CDA R2
with OpenESB
innova@vico.org

Clinical reports, like Discharge Summary, • Work directly with HL7 CDA data types when
Medical Orders or Continuity of Care Record, creating or parsing CDA.
are ones of the most important clinical documents
• Expose your information in a well known
in an electronic health record system EHR-S [17], standard with minimal impact to your current
especially to share their content among all HIS.
professionals involved in the patient healthcare.
HL7 CDA (Clinical Document Architecture), is a
201306 white paper

broad used international standard to share clinical Target Scenarios


reports. The capacity to build HL7 CDA
documents from the current HIS clinical reports • Transform your current Clinical report to HL7
and including in it extra structured information, CDA in order to share them in a common
or the capacity to receive HL7 CDA documents domain repository.
from other sources and parse included • Receive HL7 CDA reports as a fulfillment of
information to update internal databases, clinical orders, inform your professional of it
significantly increases the capacity to share and existence, and advise of abnormal results.
retrieve relevant clinical information.
• Generate reports as an Snapshot of your patient
health situation and analyze later retrospectively.
Main Benefits
• Offer clinical decisions support services base on
• Map your current reports an structured existing CDA information.
information to HL7 CDA.
• Receive HL7 CDA an parse it structured
information in order to update your current
information systems or trigger events to your
Copyright  2103  -­‐  vico  open  modeling  &  Pymma  Consul<ng  (2013).  OpenESB:  Healthcare  Opportuni<es  White  Paper                                            

work-flows.

4
3. HL7 messaging v2.x
with OpenESB
innova@vico.org

Health Care organizations, choice different • Parse messages and store information on your
vendors information systems to fulfill needs of current database or trigger events to work-flows.
each department or service. Infor mation
• Reduce cost of plugging new components as not
consistence and communication between this implementing a point to point solution.
software pieces, involves a great challenge. HL7
v2.x is the world broad used standard for • HL7 MLLP direct connection to the BUS.
electronic data interchange in a common
healthcare organizations domains. Having an
Enterprise Services Bus that manage and route all Target Scenarios
201306 white paper

this message allows consistency of patient • Maintain consistence of patient information


information between different vendors, an reduce between all actors in a common domain.
cost of plugging new components as integrations
are not implemented using point to point • Patient demographics query from different
departmental software.
solutions.
• Order management with a laboratory system,
sending orders and receiving results in an on-
going process.
Main Benefits
• Manage medication orders to allow pharmacy
• Manage all your message in a single component department revision and medication
and route them the expected consumers.
dispensation.
• Send message independent of communication
protocol: MLLP, HTTTP, FileSystem, FTP,
WebServices.
• Map your current information to HL7 V2.x
message segment attributes.
Copyright  2103  -­‐  vico  open  modeling  &  Pymma  Consul<ng  (2013).  OpenESB:  Healthcare  Opportuni<es  White  Paper                                            

5
4. HL7 messaging v3
with OpenESB
innova@vico.org

The level of interoperability between systems • Directly manipulation of HL7 RIM data types
implied on patient healthcare is getting higher and for message parsing and generation, or for RIM
complex, and requires a higher semantic Based Application Architecture [20] .
interoperability level [18].
• Interoperability scenarios as services, like
To fulfill this target, it is necessary to share terminology services [21] or RLUS [22].
information through models that reduce semantic
ambiguity and promote the use of controlled • Easy implementing HL7 Domains Storyboards
vocabularies. Furthermore, the use of SOA [15].
(Service Oriented Architecture), is becoming the
201306 white paper

best approach to reduce technological and


platform dependences on systems interoperability. Target Scenarios
Releasing v3, HL7 has not just evolve its • The same in v2.x plus...
message model, but it also provides a new
interoperability framework based on a Reference • Transform v2.x messages to v3 and vice-versa in
a shared domain.
Information Model (RIM) [19], that reduce
semantic ambiguity and promote the use of • Implement HL7 Common Terminology (CTS)
controlled vocabularies. Besides, it also begins to or Retrieve Locate and Update (RLUS)
introduce “services” as a paradigm for Services.
implementing interoperability scenarios [9].

Main Benefits
• SOA and XML oriented interoperability
scenarios fits perfectly with Open ESB
architecture.
Copyright  2103  -­‐  vico  open  modeling  &  Pymma  Consul<ng  (2013).  OpenESB:  Healthcare  Opportuni<es  White  Paper                                            

6
5. IHE Profiles
with OpenESB
innova@vico.org

Interoperability scenarios increasingly involve • Service oriented architecture used in some IHE
more actors and require coordination between profiles, it's easy implementable with Open
them with a well defined functional specification ESB.
profile. IHE Profiles organize and leverage the
integration capabilities that can be achieved by
coordinated implementation of communication Target Scenarios
standards, such as DICOM, HL7 or W3C and • IT Infrastructure profiles: Patient Identifier
201306 white paper

security standards. They provide precise Cross-referencing (PIX), Patient Demographics


definitions of how standards can be implemented Query (PDQ), Cross-Enterprise Document
to meet specific clinical needs. Some IHE profiles Sharing (XDS).
(like XDS) are using a SOA approach for
implementing the described scenarios, and IHE • Patient Care Coordination profiles: Cross-
also releases a document on how to take Enterprise Sharing of Medical Summaries 465
advantage of IHE profiles on SOA architectures (XDS-MS) , Exchange of Personal Health
[10]. Service orchestration is one of the main Record Content (XPHR).
futures of OpenESB, so it's a perfect tool for • Radiology Technical Framework profiles:
implementing IHE profiles. Cross-Enterprise Document Sharing for
Imaging (XDS-I.B), Portable Data for Imaging,
Simple Image and Numeric Report (SINR).
Main Benefits • Laboratory Technical Framework profiles:
Sharing Laboratory Reports (XD-LAB).
• Service orchestration to achieve IHE profiles
requirements.
• IHE proposed standards are supported on
Copyright  2103  -­‐  vico  open  modeling  &  Pymma  Consul<ng  (2013).  OpenESB:  Healthcare  Opportuni<es  White  Paper                                            

OpenESB: HL7 CDA, HL7 v2.x, v3 messages,


DICOM, W3C.

7
6. DICOM Features
with OpenESB
innova@vico.org

Digital imaging has become a key piece in


healthcare information system, and with DICOM
Target Scenarios
adoption, it sharing and work-flow becomes
standardized. But it can not be view as an isolate • Generate DVD/USB Media that includes
piece of patient healthcare, and in some scenarios, DICOM images, CDA reports and additional
e.g. when sharing radiological report between information.
different organizations, it's important not to share • Import external DICOM results received on
only DICOM image, it's also important to share some media (DVD/CD/USB) into your
201306 white paper

additional extra clinical information like Clinical information system, saving images in your
records records (allergies) or Clinical Documents PACS and extra clinical content in your HIS.
(order results or patient summarizes). With easy
external tool integration (like DCMTK [23] or • Generate anonymous images packages for
dcm4che [24]) is so easy to add DICOM academic study purpose.
communication to Open ESB, an integrated your • Generate DICOM Structured report, and if
DICOM PACS in your business process. necessary, transform it to HL7 CDA an vice-
versa.

Main Benefits
• Expose DICOM PACS communication as a
service.
• If your PACS is WADO [25] enabled, integrate
it directly into the service bus.
• Integrated DICOM nodes in business work-
Copyright  2103  -­‐  vico  open  modeling  &  Pymma  Consul<ng  (2013).  OpenESB:  Healthcare  Opportuni<es  White  Paper                                            

flows.

8
7. Health Interoperability Cluster
with OpenESB
innova@vico.org

Health Interoperability Cluster (HIC) is an


alliance of interconnected businesses, suppliers,
and associated institutions in the healthcare
domain focused with the implementation of an
Interoperability Development Framework.
Clusters are considered to increase the
productivity with which companies can compete,
nationally and globally [26]. HIC have the
potential to affect competition in three ways: by
201306 white paper

increasing the productivity of the companies in the


cluster, by driving innovation in the healthcare
information domains, and by stimulating new
businesses in the field. According to Porter [27], in
the modern global economy clusters emerge where
enough resources and competences amass reach a
critical threshold, giving it a key position in a given
economic branch of activity, and with a decisive
sustainable competitive advantage over other
business models.

White Paper Editors


Martí Pàmies Solà
Paul Perez
Josep Vilalta Marzo
Copyright  2103  -­‐  vico  open  modeling  &  Pymma  Consul<ng  (2013).  OpenESB:  Healthcare  Opportuni<es  White  Paper                                            

Healthcare Interoperability Cluster

• vico open modeling (Spain)


• Pymma Consulting (UK)
• C3 Technology (Mexico)

[28] HL7 international open standards

9
More information?
about OpenESB
innova@vico.org

This White Paper is an executive summary on


how to use OpenESB for implementing an
interoperability development framework using
well established standards. If you want a more
detailed explanation please contact vico open
m o d e l i n g ( i n n ova @ v i c o. o rg ) o r P y m m a
Consulting (contact@pymma.com). Video tutorial
201306 white paper

series are available to explain how to achieve


success integrating challenges using OpenESB.

References 15: Health Level Seven Version 3 Normative


Edition , http://www.hl7.org/implement/
0: HL7 CDA Builder Workflow - CDA ShowCase, standards/product_brief.cfm?product_id=186
http://www.vico.org/HL7_CDAshowCase/ 16: HL7 Version 3 Clinical Document
CDA_BUILDEReng.pdf/ Architecture , http://www.hl7.org/implement/
1: Health Level Seven International , http:// standards/product_brief.cfm?product_id=7
www.hl7.org/ 17: HL7 Electronic Health Record-System ,
2: Integrating the Healthcare Enterprise , http:// http://www.hl7.org/implement/standards/
www.ihe.net/ product_brief.cfm?product_id=18
3: IHE Profiles , http://www.ihe.net/profiles/ 18: Semantic interoperability , http://
index.cfm en.wikipedia.org/wiki/Semantic_interoperability
Copyright  2103  -­‐  vico  open  modeling  &  Pymma  Consul<ng  (2013).  OpenESB:  Healthcare  Opportuni<es  White  Paper                                            

4: Digital Imaging and Communications in 19: HL7 Reference Information Model , http://
Medicine , http://medical.nema.org/ www.hl7.org/implement/standards/rim.cfm
5: Logical Observation Identifiers Names and 20: RIM Based Application Architecture , http://
Codes , http://loinc.org/ www.hl7.org/Special/committees/java/index.cfm
6: SNOMED Clinical Terms , http:// 21: HL7 Version 3 Standard: Common
www.ihtsdo.org/snomed-ct/ Terminology Services , http://www.hl7.org/
7: CEN/ISO EN13606 standard , http:// implement/standards/product_brief.cfm?
www.en13606.org/ product_id=10
8: Service-oriented architecture , http:// 22: HL7 Version 3 Standard: Retrieve, Locate,
en.wikipedia.org/wiki/Service- and Update Service , http://www.hl7.org/
oriented_architecture implement/standards/product_brief.cfm?
9: HL7 Services-Aware Interoperability product_id=89
Framework , http://wiki.hl7.org/index.php? 23: DCMTK - DICOM Toolkit , http://
title=Product_SAIF dicom.offis.de/dcmtk.php.en
10: A Service-Oriented Architecture (SOA) View 24: dcm4che2 DICOM Toolkit , http://
of IHE Profiles , http://www.ihe.net/ www.dcm4che.org/confluence/display/d2/
Technical_Framework/upload/ dcm4che2+DICOM+Toolkit
IHE_ITI_TF_WhitePaper_A-Service-Oriented- 25: Web Access to DICOM Persistent Objects ,
Architecture_SOA_2009-09-28.pdf http://medical.nema.org/Dicom/
11: Healthcare Services Specification Program , 2011/11_18pu.pdf
http://hssp.wikispaces.com/ 26: Business Cluster https://en.wikipedia.org/
12: Object Management Group , http:// wiki/Business_cluster
www.omg.org/ 27: Porter Global Economy Comparative
13: OpenESB , http://www.open-esb.net/ Advantage https://en.wikipedia.org/wiki/
14: HL7’s Version 2.x messaging standard , Comparative_advantage
http://www.hl7.org/implement/standards/ 28: HL7 International Open Standards http://
product_brief.cfm?product_id=185 w w w. v i c o . o r g / h l 7 / A b o u t H L 7 /
HL7_RepEstandares.pdf

10

Das könnte Ihnen auch gefallen