Top "Hl7" questions

The HL7 (Health Level Seven) messaging standard is a communication standard for exchanging electronic information in the domain of health care.

How to convert HL7 v2.x message to FHIR JSON?

I am trying to convert HL7 v2.x message to FHIR JSON using java or python. But I am not …

json hl7 hl7-fhir hl7-v2
Exchange HL7 messages over the internet

We're new to using HL7. Currently we're exchanging HL7 messages over TCP/IP with a standard HL7 TCP/IP Listener/…

hl7
Using carriage return <cr> in a HL7 message

The carriage return character (alias <cr>, \r or \x0d) is the designated segment terminator in a HL7 …

character-encoding hl7 hl7-v2
How to parse the Multiple OBR Segment in HL7 using HAPI TERSER

How to parse the Multiple OBR Segment in HL7 using HAPI using terser I have sample hl7 message like this …

hl7 hapi
Adding Multiple NTE segments to HL7 message with Mirth

I am trying to add multiple NTE lines to the end of HL7 messages using Mirth. I can add a …

javascript hl7 mirth
HL7 version 3 parsing

I was parsing HL7 version 2.x messages through HAPI. Now I want to parse HL7 version 3 messages, which are in …

hl7 hapi ccd cda
What is the HL7 ZDS segment used for?

My very old HL7 parser has just hit a snag as it is now getting some messages with a ZDS …

hl7
Using a Mirth Transformer to loop through multiple PID.3 Segments

I have a message structure where I need to loop through multiple PID.3 segments, selecting one with a PID.3.5 == 'MR' …

javascript hl7 mirth
A few questions regarding an HL7 Listener

I'm looking to build an HL7 listener in C#. We are already parsing messages that are sent to us as …

c# tcplistener hl7