Difference between revisions of "HL7"

From GreenVulcano Wiki
Jump to: navigation, search
m (Outbound HL7 connector)
m (Connettore Hl7 Inbound)
Line 50: Line 50:
 
[[Image:1100px-Mapping.png|1100px]]
 
[[Image:1100px-Mapping.png|1100px]]
  
==Connettore Hl7 Inbound==
+
==Inbound HL7 Connector==
Il connettore Hl7 oubound permette di definire un listner in ascolto di un messaggio Hl7 associando la ricesione del messaggio ad un servizio definito sulla piattaforma GreenVulcano ESB. Quindi la ricezione del messaggio HL7 può essere inoltrata ad uno o più sistemi che secondo tutti i protocolli utilizzabili da GreenVulcano ESB: Web-services, JDBC, email, ftp etc. Ad un messaggio ricevuto deve corrispondere un messaggio di risposta per accettazione o rifiuto della transazione. Il connettore permette di cerare un messaggio di risposta senza nessun sforzo applicativo, in quanto mappa automaticamnete l'esito del flusso di integrazione con il messaggio di ACK da inviare all'applicazione chiamante
+
The inbound HL7 connector allows the definition of a HL7 message listner, associating the message reception to a {{GVESB}} [[service]].
 +
The received HL7 message can be forwarded to one or more systems using any available {{GVESB}} enabled protocol: [[Web services]], JDBC, email, ftp, etc. After every message received, a response message must be sent as acknowledge of the transaction (or abort). The connector enables the reply message creation with no applicative effort, mapping automatically the flow result with the ACK message to send back to the caller application.
  
I passi da eseguire per la definizione di un canale Hl7 sono i seguenti:
+
The easy steps to follow to define an HL7 [[channel]] are the following:
  
Definizione del filtro da applicare ai messaggi HL7 ricevuti:  
+
Definition of a filter to apply to every received HL7 message:
 
[[Image:1100px-ListnerHl7.png|1100px]]
 
[[Image:1100px-ListnerHl7.png|1100px]]
  
  
Associazione messaggio Hl7 con il servizio definito su GreenVulcano ESB:
+
Association to a HL7 message to the service define on {{GVESB}}:
 
[[Image:1100px-ListenerServiceHl7.png|1100px]]
 
[[Image:1100px-ListenerServiceHl7.png|1100px]]
 
<ol>
 
<ol>

Revision as of 12:09, 9 February 2012

Overview

HL7 is a standard for the exchange, integration, sharing and retrieval of electronic health information. The standard defines how information is packaged and communicated from one party to another, setting the language, structure and data types required for seamless integration between systems. HL7 standards support clinical practice and the management, delivery, and evaluation of health services, and are recognized as the most commonly used in the world.

  • Created to exchange information related to patiens
  • Standardizes the health system at clinical data exchange level
  • Provides interfaces that allow the data flow through various systems
  • Makes the health interoperability possible

Message structure

A HL7 message is composed by segments placed in a specific order. Each message is made up of a certain number of different segments (some are optional) that, combined, form a determined message type. A specific segment, identified by a code and a sequence number, represents a logic group of data fields and can be used only once within a specific message.

HL7 Connector

The GreenVulcano® ESB HL7 connector enables the inbound and outbound connections using the HL7 protocol in its version 2.x. The use of the connector joint with the peculiarities of the GreenVulcano® ESB Virtual Layer allows the management of HL7 applications in a simple and efficient way, separating the logic of the process implementation from the specific management of the messages and their structure, independently from the HL7 standard used. Basically the connector allows the virtualization of the input/output operations to a HL7 application, making available to the service definition process the interfaces able to hide all the technical details related to HL7 standard. It is possibile to define the message exchange mode transforming with a mapping operation the HL7 messages in XML messages, using any schema. The composition of the integration flow will comprise a data structure close to the business model that user is adopting or anyway a user defined data structure.

The Inbound Connector allows the HL7 message creation (in the version 2.x) to be sent to one or more destinations; the Outbound Connector allows to chose what message type to accept and route. Multiple destinations can be chosen automatically basing on the HL7 filters specifications.

GreenVulcano® ESB Data transformation feature allows fast creation of data transformation and mapping of the HL7 messages. The data mapping is made through simple "Drag and Drop" operations.

Outbound HL7 connector

Allows to define a call to a HL7 system defining the connection parameters and using the operation defined in an integration flow on GreenVulcano® ESB through VulCon.

These are the easy steps to follow to defiine a HL7 Channel:

Creation of a System and of a Channel with the definition of a Hl7-call Operation 1100px-ChannelHl7.png


  • host: hostname or IP address of the HL7 application waiting for the message
  • name: Virtual Layer operation name
  • port: application HL7 port
  • timeout: channel HL7 timeout

Definition of a service for the invocation of the defined HL7 channel: 1100px-ServizioHl7.png

The service defined in this way can be called in any way allowed by GreenVulcano® ESB i.e. Web Services, http, tcp-ip, etc. The HL7 connector manages the messages transforming them into XML messages.

For the mapping from a generic message to a HL7 message it is possible to define a tranformation map through VulCon tool. To create the map, go to map configuration after having defined the xsd schema for the input message (incoming from any data source) and the output HL7 format:

TrasfHl7.png


1100px-Mapping.png

Inbound HL7 Connector

The inbound HL7 connector allows the definition of a HL7 message listner, associating the message reception to a GreenVulcano® ESB service. The received HL7 message can be forwarded to one or more systems using any available GreenVulcano® ESB enabled protocol: Web services, JDBC, email, ftp, etc. After every message received, a response message must be sent as acknowledge of the transaction (or abort). The connector enables the reply message creation with no applicative effort, mapping automatically the flow result with the ACK message to send back to the caller application.

The easy steps to follow to define an HL7 channel are the following:

Definition of a filter to apply to every received HL7 message: 1100px-ListnerHl7.png


Association to a HL7 message to the service define on GreenVulcano® ESB: 1100px-ListenerServiceHl7.png