Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

The HL7 Server component is used as a source component to listen and receive HL7 messages on a specified port via the LLP Protocol. The HL7 Server responds to each received HL7 message by sending an acknowledgment (ACK message) to the source system.

How to set it up:

 Import the HL7 Server component

On the Dashboard, click +COMPONENT and search for HL7 Server.

Screen Shot 2024-01-12 at 1.17.20 PM.png
 Configure the desired port to receive HL7 messages via LLP

You can configure the desired port in the component card custom field. The default port to receive HL7 messages is set to 65432.

Screen Shot 2024-01-10 at 9.54.33 AM.png
 Connect a downstream component - the HL7 Server is a feeder component

The HL7 Server is a feeder component which is designed to queue messages to a downstream component for processing or sending to a destination system.

If you want to process your HL7 message, add the HL7 Map component and the HL7 Client to send messages outbound to a destination.

See Linking components.

 Use test source and destination systems within Iguana to simulate the HL7 integration

For testing:

  • Use the /wiki/spaces/DEVELOPMEN/pages/2317287425 and send messages to localhost and the port configured for the HL7 Server. The HL7 Simulator does not need to be directly linked to the HL7 Server as messages won’t be queued between the components, they use the LLP protocol.

  • Use the /wiki/spaces/IXB/pages/2727477361 to act as a destination system, receiving messages from the HL7 Client via the LLP protocol. This component does not need to be directly linked.

If you want to modify the way the HL7 Server component handles the LLP protocol, first read: Customizing the HL7 Server Component.

  • No labels