For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hl7v2

Frends offers seamless integration with Hl7v2, enabling you to effortlessly connect and automate healthcare data flows that require reading and manipulating Hl7 messages.

Frends has tasks for performing all core Hl7v2 operations, supporting various versions and segment structures.

By leveraging Frends' task-based approach, you can configure and customize Hl7 integrations according to clinical workflows. Frends offers a wide range of tasks that facilitate integrations between Electronic Health Records (EHR), Laboratory Information Systems (LIS), and other medical platforms.

Use cases

Below you will find typical use cases for Hl7v2 integrations and how they are implemented in Frends.

Parse Hl7v2 and save data to SQL Server

By using the Hl7v2 ConvertToXml task, we can create an integration that receives incoming MLLP messages, validates patient data, and saves it in more redatable format.

Parse Hl7v2

Create Hl7v2 messages from predefined templates

By using the Hl7v2 ConvertToXml and Hl7v2 CreateFromXml tasks, we can create an integration that generates new Hl7 messages (such as ADT or ORM) based on existing templates or incoming Xml data from a web API.

Create Hl7 from template

Last updated

Was this helpful?