HL7 (Health Level 7) Validator

Validate input HL7 string or file with the chosen text encoding. Validation on the message will be applied with detailed description for any missing required segment or error detected. With selecting Print HL7 Structure to Yes the validator will display structure for the message with all mandatory and not mandatory segments.

Input HL7








Output





What is HL7?

HL7 stands for Health Level 7 and it is a set of clinical standards and messaging formats that provide a framework for the management, integration, exchange, and retrieval of electronic information across different healthcare systems. HL7 standards are developed and maintained by Health Level Seven International, a healthcare standards organization.

The goal of HL7 is to enhance interoperability between healthcare information systems (HISs) that have implemented it. It focuses on the interfaces between dissimilar HISs by creating a common data exchange language using prebuilt messages. However, HL7 does not dictate system architecture or how data is stored in an application.

HL7 is a transaction-based protocol that is driven by events such as the admittance of a patient to a hospital.

Healthcare


Historically, communication between different types of software that is used by different organizations has always been challenging. The same goes for healthcare.




Why is HL7 used in healthcare?

Interoperability: Different kinds of healthcare systems use different applications that were programmed in different languages and that provide different functionality. For example, hospitals use complex, customized systems while general practitioners usually use out-of-the-box practice management software. Medical research institutes may use software that is part of a larger network like a university. Often, these types of institutions need to exchange data about patients.

The goal of HL7 is to enable healthcare organizations to create uniform data that anyone with authorization can retrieve and use in their own systems. Interoperability between healthcare organizations necessitates that interfaces between different systems use a common protocol like HL7.

Automated workflows: Implementing an electronic health records (EHR) system is costly. HL7 helps to optimize the way data is exchanged between applications and devices and it suggests ways to automate standard workflows, which reduces operational and labor costs.

Global standard: HL7 is an internationally accepted industry standard for data exchange in healthcare. It is also platform independent and technology independent.

Customizable: HL7 has been called a nonstandard standard because the framework allows some customization, for example the use of optional fields and the ability to add message segments.

Healthcare organizations build and use disparate applications according to their unique requirements. HL7 allows developers to create interfaces for data exchange between different healthcare organizations instead of making changes to their software.

Public health collaboration: HL7 enables the sharing of public health information. HL7 has the potential to be used in times of national health crises, like the COVID-19 pandemic, to foster collaboration between government institutions and private healthcare companies and to share medical research data globally.




What do the HL7 standards cover?


Categories

HL7 standards are grouped into reference categories called sections.

Section 1 defines the primary specifications for compliance, integration, and interoperability. Section 1 also describes HL7-supplemental standards like Clinical Document Architecture (CDA), Electronic Health Records (EHR), Fast Health Interop Resources (FHIR), Arden Syntax, and Clinical Context Management Specification (CCOW).

Section 2 describes document standards and messaging protocols for clinical specialties.

Section 3 provides implementation guides and use cases for existing standards.

Section 4 includes guidelines for software and standards development, technical specifications, and programming structures.

A specification for a procedure or an event may include material drawn from different HL7 sections. For example, a common procedure in healthcare is the continuity of care. The specification for the continuity of care standard consists of a clinical document architecture standard (section 1), a clinical and administrative domains document (section 2), and a standards implementation guide (section 3).



Versions

There are several versions of HL7. 2.x versions are the most commonly used versions. The latest HL7 version is HL7 FHIR.

HL7 version 2.x

HL7 version 2.x supports data variations by allowing optional fields and additional message segments. All HL7 2.x versions are backwards compatible.


HL7 version 3

HL7 version 3 was developed as a complete redefinition of the original HL7 standard and aimed to be more consistent and formally structured. HL7 version 3 added more functionality to HL7 version 2.x, including tools for conformance testing and implementation planning. HL7 version 3 has not been widely adopted because it is not backwards compatible with HL7 version 2.x.


HL7 FHIR

HL7 FHIR implements functionality from versions 2.x and 3 and leverages the use of web services. The original HL7 standards are not configured to work well with nonclinical applications like mobile devices. FHIR-based APIs allow HL7 messages to be exchanged with nonclinical applications.

FHIR allows medical personnel to use mobile devices to communicate with key medical services remotely from virtually anywhere. FHIR allows patients to use personal devices to access their personal health records (PHRs) and to interface directly with some medical systems, for example to view their laboratory test results or to book a consultation.



Products, technologies, and concepts

The main versions of the HL7 framework are supplemented by several other standards that are usually differentiated from the base standard as supplemental products and technologies. These supplemental products and technologies are provided in the form of implementation guidelines for common processes and procedures, supported syntaxes, reference documents, and guidelines for creating standards for specific use cases.

In the future, products and technologies are likely to be identified more uniformly as profiles for specific HL7 use cases.

Examples of supplemental products and technologies include the Continuity of Care Document (CCD), Structured Product Labeling (SPL), Clinical Document Architecture (CDA), Clinical Context Management (CCOW), and Arden Syntax.

The CCD is an electronic document that summarizes patient information and helps care providers share clinical information. The SPL specification defines the markup syntax to specify the semantics of the information included with medicines. CDA is an XML-based standard for transferring clinical data. CCOW is the standard that allows collaboration between visual applications on clinical workstations. Arden Syntax is a markup language that is used to represent and share medical information.

An electronic health record (EHR) contains all of a patient's health information including status, medications, procedures, and diagnoses. An EHR is generated and controlled by a physician. A PHR is similar to an EHR but is designed to be controlled and managed by a patient.




HL7 messages


Examples

Messages that are exchanged in healthcare systems include information about patient admissions, discharge, and transfer; patient visit and examination scheduling; ordering of procedures; laboratory test results; physician consultations; billing and material inventory; patient referrals; and electronic health record archiving.



Message library

The HL7 framework provides an object type definition (OTD) library, which is a collection of prebuilt message structures. The HL7 message library allows healthcare providers to create interfaces with messaging systems that conform to HL7 standards. HL7 also allows healthcare providers to customize messages by using optional fields and by adding segments to messages.



Message segments

An HL7 message is made up of segments in a defined sequence. Each segment has a three-character identifier called a segment ID. A segment ID describes what information the segment holds, for example message header segment (MSH), patient information (PID), an event type (EVN), or details about a patient's visit (PV1).

A segment may have multiple parts such as the accident (ACC) segment, which includes fields to describe the accident itself, who was involved, whether the patient died, and when and where the accident took place.



Message types

Every HL7 message must include a message type in the message header. The message type describes what kind of message is being transmitted An example of a message type is DFT, or detailed financial transaction.

Message types are grouped into information categories, for example the DFT message type is in the charges information category.

Each information category contains several trigger codes that describe specific events in that category like A01, which is the trigger code to admit a patient.

Most commonly used HL7 message types include:
  • ACK - General acknowledgement
  • ADT - Admit, Discharge, Transfer
  • BAR - Add/change billing account
  • DFT - Detailed financial transaction
  • MDM - Medical document management
  • MFN - Master files notification
  • ORM - Order (Pharmacy/treatment)
  • ORU - Observation result (unsolicited)
  • QRY - Query, original mode
  • RAS - Pharmacy/treatment administration
  • RDE - Pharmacy/treatment encoded order
  • RGV - Pharmacy/treatment give
  • SIU - Scheduling information unsolicited


Trigger events

A trigger event is a message that describes an event that took place. Message types are used together with trigger codes to initiate the transmission of a message about an event such as when a patient is admitted to a medical facility. The message header would then include the trigger event ADT-A01.



Defining an HL7 Message (examples)

HL7 Trigger



Transaction sets

HL7 messages are grouped by transaction sets that describe the purpose or type of message in the group.

The core HL7 transaction set is the control transaction set. The control transaction set defines general rules that are applicable to all messages. These rules include data encoding rules, how messages should be described, and how acknowledgement messages should be used.

The patient administration transaction set manages, among other things, ADT messages.

Other HL7 transaction sets include ones for financial management, queries, procedure orders, observation reporting, visit scheduling, patient referrals, medical records management, patient care, laboratory automation, application management, and personnel management.

The master file transaction set is a collection of reference files that provide information about patient statuses, patient types, lab test definitions, exam codes, locations, doctors, etc.



Sending messages

HL7 messages are transmitted using HL7 files. An HL7 file has the .hl7 extension and can only be opened with software that supports HL7 files, for example 7Edit, QuickViewHL7, or Chameleon browser.

HL7 does not specify how systems actually store data within an application. However, the standard does specify a data type for message fields. When transmitted, message fields are encoded and transmitted as character strings.




Who uses HL7?


HL7 is used by healthcare organizations such as hospitals, medical imaging centers, doctors, government clinics, laboratories, care homes, pharmacies, medical research institutions, and medical software and hardware vendors.

HL7 is also used at medical facilitates where messages are exchanged between different internal departments like X-ray, pharmacy, physiotherapy, patient administration, human resources, and finance.

HL7 users include IT systems developers, specialist clinical interface developers, medical researchers, and medical organizations that need to share data with other healthcare institutions and users.