Paste two HL7v2 messages above and click Diff
Press ⌘↵ in either pane to compare
The HL7 Message Diff tool compares two HL7v2 messages side-by-side with field-level change detection. Paste a “before” and “after” message to instantly see which segments were added, removed, or modified — with changes highlighted down to the component level.
The diff engine parses both messages into their segment/field/component structure, then performs a structural comparison. This means it understands HL7 semantics — it won't flag two equivalent messages with different whitespace as different, and it can identify field-level changes within a segment rather than showing the entire segment as changed.
If you're tired of manually diffing messages to check conformance, automate it with Conformance Specs. Define your interface rules once, then validate any message against the spec programmatically via a REST API.