The healthcare industry has recently seen a significant shift toward electronic patient records. One key protocol to facilitate this shift is HL7, which stands for Health Level 7, created by a non-profit organization called Health Level Seven International.
The set of standards simplifies how electronic data is shared between different digital healthcare platforms and makes it easier and more efficient for healthcare providers to share patient data.
HL7 sets international standards for exchanging, integrating, sharing, and retrieving electronic health information.
Data formatted using the HL7 standard capture patient data in a unified and easily transmissible format. This digital message can be quickly sent between different software programs, enabling communication between platforms in a friendly, error-free, autonomous fashion. HL7 encompasses several essential standards, including:
These HL7 standards play a crucial role in achieving seamless interoperability and efficient exchange of health information in the digital healthcare ecosystem.
The use of HL7 in healthcare is widespread, and any lab that exchanges patient information will need to send and receive HL7 messages using digital platforms.
Here are several types of labs that use HL7 messages:
HL7 may also be used to exchange data with research (and many other types of) labs performing studies on patients.
HL7 provides a standardized and interoperable way for labs to exchange information with other healthcare systems, improving the accuracy, efficiency, and quality of patient care.
Here are some ways HL7 is used in the healthcare industry:
eLabNext, a digital lab platform used by a wide array of laboratories that allows tracking of sample information and test results, can receive HL7 data messages within a user’s digital lab space and translate this into a sample record for processing.
This capability allows your lab to seamlessly receive physician testing orders, complete with a unique barcode identifier. The automated process reduces data loss and errors as the lab processes samples.
Any laboratory personnel can use eLabNext to track sample processing and continuously update it with testing results. Using this intuitive digital lab platform, you can easily associate your results with specific patients. The lab can send this back to the ordering system as another HL7 message when the results are complete. Full traceability enables a comprehensive audit trail.
We have established this automated loop with Point & Click Solutions and Enterprise Health’s electronic health record (EHR) systems to track and manage patient COVID-19 testing. This integration tracked a high volume of daily patient samples while managing test results and routing them back to these EHR systems.
eLabNext also used similar capabilities to support Boston University’s in-house COVID-19 testing workflow, processing up to 9,000 samples daily.
We use a REST API POST message to enable connections between platforms. The message header contains the mapping instructions for translating the HL7 fields into a sample. This allows for a very nuanced setup precisely tailored to each lab.
Here’s what an example header looks like:
{
“sampleTypeID”: 12485,
“storageLayerID”: 0, /* Optional */
“position”: 0, /* Optional */
“name”: {
“segment”: “MSH”,
“field”: 10
},
“description”: { /* Optional */
“segment”: “MSH”,
“field”: 9,
“component”: 3
},
“altBarcode”: { /* Optional: Alternative barcode information. */
“segment”: “OBR”,
“field”: 31
},
“sampleTypeMetaIDMapping”: [ /* Optional: Array of mappings for the sampleTypeMetaID to the respective segment in the HL7 message */
{
“sampleTypeMetaID”: 85318,
“segment”: “OBX”,
“field”: 5
},
{
“sampleTypeMetaID”: 85317,
“segment”: “ORC”,
“field”: 2
}
]
}
The above is JavaScript code that represents a configuration for a sample type in HL7 messaging. But if you’re not an IT professional, all you need to know is:
Overall, HL7 is crucial for digital laboratory environments.
If you’re interested in learning more about eLabNext’s platform and HL7 messaging, schedule a personal demo to see how it works.
Explore the importance of biotechnology protocols and learn how to optimize them to achieve enhanced accuracy, efficiency, and compliance in your lab.
Read moreDiscover how to streamline your lab project management with a 3-layer hierarchy system, from Projects to Studies to Experiments.
Read moreExplore eLabNext and BioLabs’ innovative strategies for transforming lab operations, fostering collaboration, and driving scientific breakthroughs.
Read moreSchedule a Personal Demo for friendly expert guidance and a free lab workflow assessment.