# 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:

  1. Go to Add more nodes option on the palette section.
  2. Check for the HL7 parser node and click install.
  3. Once installed, the designer is required to be restarted.

To install the node from CLI:

  1. Go to your project workspace where you can see your package.json file.
  2. 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.