# HL7Parser
Category: Healthcare
| Runtime: 1.0
| Available: Free
# Overview
Hl7parser node will parse a standard HL7 (opens new window) message to a javascript object. Currently the node doesn't support generation of HL7 message from the javascript object.
# Setup
# Prerequisites
NA
# Installation
To install the node from designer:
- Go to Add more nodes option on the palette section.
- Check for the HL7 parser node and click install.
- Once installed, the designer is required to be restarted.
To install the node from CLI:
- Go to your project workspace where you can see your
package.json
file. - Run the below give npm command.
@kumologica/kumologica-contrib-hl7parser
# Technical Details
Properties
- Payload (Required)
Payload message containing HL7 format message to be parsed. Payload should be of type string.
Supported Operations Following HL& message types are supported.
- VXU - 2.3.1
- VXU - 2.5.1
- ACK
- VXK
- QCK
- VXX
- VXR
- ORU
- QBP
- RSP - Exact Match
- RSP - Multiple Matches
- RSP - With Forecast Information
- RSP - With Contraindications
Throws
- Hl7parserError
Returns
Payload is not overwritten by the response from this node.
The returned response can be accessed using msg.header.hl7.data
object.
← Transcribe Twilio →