HL7 Parser
Category: Transform Standards: HL7 v2.x · HIPAA
Parse HL7 v2.x messages into structured format with segment extraction
What this node does
- HL7 v2.3-2.8 support
- Segment extraction
- Field parsing
- Metadata extraction
How to use
- In the Agentic Studio, open or create a workflow
- In the node palette on the left, find HL7 Parser under the Transform category (or use the search bar)
- Drag the node onto the canvas
- Double-click the node to open its configuration dialog
- Fill in the required parameters (see Configuration below)
- Connect the HL7 Message input port from an upstream node
- Connect the Parsed Message and Message Metadata output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| HL7 Message | hl7-message | ✓ | An HL7 v2.x message (ADT, ORU, ORM, etc.) |
Outputs
| Port | Type | Description |
|---|---|---|
| Parsed Message | json | JSON data object |
| Message Metadata | json | JSON data object |
Configuration
Open the configuration dialog by double-clicking the HL7 Parser node on the canvas.
| Parameter | What to enter |
|---|---|
version | Configure version in the node settings |
segmentFilter | Configure segmentFilter in the node settings |
extractFields | Configure extractFields in the node settings |
When to use this node
- Parse ADT messages
- Extract patient demographics
- Process lab results
Need help configuring this node?
Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.