Inbound HL7 component
The Inbound HL7 component provides a endpoint to receive HL7 messages into a Dovetail flow.
Configuration
It has the following configuration options:
Aditionally, there is a section where the generated URLs are shown along with the assigned ports for each environment.
Output Encoding
Options
XML
(default)ER7
Description
By default this component will translate the HL7
into a XML
string. If ER7
format is chosen, the message will simply be converted to a string using a pipe and hat
format (EDI style).
Examples
- Received Message
- XML Output
- ER7 Output
MSH|^~&|||||20190830040026.716+0100||ADT^A14^ADT_A05|701|T|2.6
<?xml version="1.0" encoding="UTF-8"?>
<ADT_A05 xmlns="urn:hl7-org:v2xml">
<MSH>
<MSH.1>|</MSH.1>
<MSH.2>^~\&</MSH.2>
<MSH.7>20190830040026.716+0100</MSH.7>
<MSH.9>
<MSG.1>ADT</MSG.1>
<MSG.2>A14</MSG.2>
<MSG.3>ADT_A05</MSG.3>
</MSH.9>
<MSH.10>701</MSH.10>
<MSH.11>
<PT.1>T</PT.1>
</MSH.11>
<MSH.12>
<VID.1>2.6</VID.1>
</MSH.12>
</MSH>
</ADT_A05>
MSH|^~&|||||20190830040026.716+0100||ADT^A14^ADT_A05|701|T|2.6
Protocol
Options
MLLP
Description
At this moment the Inbound HL7 component
only supports the MLLP protocol as it is the most commonly used but it might support other transport protocols such as basic TCP
and/or HL7 over HTTP
in the future.
URL Preview
Description
This section shows the URLs that Dovetail generated for the HL7 component.
Remark
The ports are automatically assigned the first time you open the Inbound HL7 component properties.
Properties View
Here you can see what it looks like to configure the Inbound HL7 component