HIPPA connector

HIPAA allows your organization to implement the HIPAA 5010 and 5010A standards comprehensively and at scale. HIPAA streamlines the healthcare industry by validating HIPAA transactions and generates the appropriate acknowledgments.

convertHipaaMessageToDocument

Converts a HIPAA message into a document that contains the internal document format.

Input parameters
hipaaMessage
Object. HIPAA message to convert into a document. Message as stream or string is accepted.
Important: You must not set the value in the input parameters documentType and charsetEncoding.
Output parameters
hippaIData
Document. The document represents the HIPAA message.
errorMessage
String. The error message describes the error when validating the message.

convertDocumentToHipaaMessage

Converts a document that contains the internal document format into a HIPAA message.

Input parameters
hipaaIData
Document. The document represents the HIPAA message.
delimiters
Document. Optional. Use delimiters to create the output HIPAA message. If you do not specify a delimiter, the convertDataToHipaa service uses the default delimiters. Delimiters must be a single character.
Segment
String. The segment terminator character that is appended to the end of each record in the output string.
field
String. The field separator that is inserted between each field for each segment in the output string.
subfield
String. The subfield separator to use for composite elements.
release
String. The field separator that is inserted between repeating fields of a document.
Output parameters
hipaaMessage
String. The HIPAA message, which is converted from the document.
errorMessage
String. The error message describes the error when validating the message.