ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

MLLP

HL7 v2 transport layer, message framing over TCP/IP.

Definition

MLLP surrounds each HL7 v2 message with a start-block character <VT> (0x0B) and an end block <FS><CR> (0x1C 0x0D). Because TCP provides no message boundaries, this framing lets the receiver detect where each message starts and ends within the byte stream.

Origin

Defined in the HL7 Transport Specification: MLLP, Release 1, published by Health Level Seven International (INM work group).

Example in context

<0x0B>MSH|^~\&|SENDER|...<0x0D>PID|...<0x0D><0x1C><0x0D>

  • MSA — acknowledgment segment returned inside an MLLP frame.

Last updated: June 20, 2026