Skip to main content
Health Level-7 is a set of standards for the transfer of clinical data used by hospitals and other healthcare providers. HL7 MLLP connectors support generating and parsing HL7 documents in conjunction with MLLP as the transport protocol.

Key Capabilities

  • Healthcare data exchange using HL7 over MLLP (Minimal Lower Layer Protocol) transport
  • Embedded MLLP server functionality with SSL/TLS encryption support
  • Bidirectional HL7 document translation between HL7 and XML formats
  • MSH header validation with configurable application and facility identifiers
  • Automatic acknowledgment handling with retry and resend capabilities for reliable delivery

Overview

HL7 MLLP connectors provide two sets of functionality:
  • File transfer over the MLLP transport protocol
  • EDI document parsing and generation according to the HL7 EDI standard
An HL7 MLLP connection is configured in two places. Configure the HL7 MLLP Profiles page with the settings that identify as an HL7 and MLLP entity. Then configure individual HL7 MLLP connectors with the HL7 and MLLP details for each trading partner. When an HL7 MLLP connector receives an inbound message from a trading partner, it verifies the HL7 identification details to confirm that the document was sent from and to the expected parties. Then it translates the document into XML for further processing in a flow. When an HL7 MLLP connector sends files to a trading partner:
  • XML files are translated to HL7 before being sent
  • HL7 documents are sent as-is
strongly recommends that you use the HL7 MLLP connector in conjunction with the XML Map connector to ensure that input and output XML is formatted correctly. See Use with the XML Map Connector for more information.

Profile Configuration

The HL7 MLLP Profile must be configured before connections can be established with individual HL7 MLLP connectors. Click Profiles on the navbar, then click the HL7 MLLP tab.

HL7 MLLP Profile Tab

Server Configuration

Settings for hosting a local MLLP server.

HL7 Personal Ids

Other Settings

Settings that rarely need to be modified.

Logging

Miscellaneous

Connector Configuration

Once you configure the global HL7 MLLP profile settings, create and configure individual HL7 MLLP connectors for each trading partner on the Flows page.

Settings Tab

Configuration

Connector Settings

Server Status
Depending on whether you have already created the HL7 MLLP profile, click the Configure HL7 MLLP Profile or View HL7 MLLP Profile links to open the profile in a new tab. Settings related to the core operation of the connector.

HL7 Configuration

Settings related to the message headers. When converting HL7 documents into XML, the document headers are validated against these settings; when generating HL7 documents from XML, these settings are used to generate document headers.

Acknowledgments

Settings related to generating and requesting acknowledgments.

Sample Files Tab

Advanced Tab

EDI Delimiters

Settings that specify which characters separate elements, segments, and so on.

Proxy Settings

Advanced Settings

Settings not included in the previous categories.

Logging

Miscellaneous

Automation Tab

Automation Settings

Settings related to the automatic processing of files by the connector.

Performance

Alerts Tab

SLAs Tab

Generating HL7 Documents

When generating HL7 files from XML, the connector applies transaction headers based on the HL7 Personal Ids on the HL7 MLLP Profile tab, and the HL7 Configuration in the connector. The remaining data comes from XML input files. See Use with the XML Map Connector for more information on generating the appropriate XML input files. Files that arrive in the Transactions tab for the connector are packaged into HL7 documents and sent out over MLLP. Files can arrive in the Transactions tab either by dropping the file directly into the folder path on disk, or by connecting another connector to the HL7 MLLP connector in the flow.

HL7 to XML

When converting HL7 documents into XML, the application verifies the interchange headings from the inbound document against the HL7 Personal Ids on the HL7 MLLP Profile tab, and the HL7 Configuration in the connector. The XML generated from the HL7 document is placed in the Transactions tab to be passed along in the flow for further processing. See Use with the XML Map Connector for more information on processing the translated XML.

Use With the XML Map Connector

Upload Test File

Macros

Examples