Questions tagged [hl7]

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

Health Level Seven International (HL7) is a non-profit, ANSI-accredited standards developing organization involved in the development of international healthcare informatics interoperability standards.

HL7 also refers to some of the specific standards created by the organization that provide a comprehensive framework for the exchange, integration, sharing, and retrieval of electronic of health information.

The events in the health care organizations that lead to the need of information flow (ex. booking of an appointment/admission of patient) are called trigger events. These trigger events can be associated with abstract messages that can be represented in HL7 standard format. Use this tag to ask questions related to encoding/decoding of HL7 messages, and development of the systems that are able to create and process these messages.

HL7 Homepage

Introduction to HL7 Standards

Wikipedia

530 questions
3
votes
2 answers

How to tell if a segment actually exists in a HL7 message via NHAPI?

I have an SIU S12 message that does not contain a PV2 segment. However, when I get the parsed message from NHAPI, the parent group for PV2, the SIU_S12_PATIENT group, return 1 for currentReps ("PV2"), which means the PV2 is present. var parser =…
Sheng Jiang 蒋晟
  • 15,125
  • 2
  • 28
  • 46
3
votes
2 answers

Converting and HL7 segment to XML

i have an XML that we were able to generate using HAPI libraries and use XSL to change the format of the XML. I am using the following template. The current template looks at the OBX.5 segment for a digital value and then interprets the OBX6 (units…
iowatiger08
  • 1,892
  • 24
  • 30
3
votes
1 answer

HL7 CDA consolidated document wizard

Currently I'm working on implementing HL7 CDA for a large hospital which has both outpatient and inpatient clinics. To decrease average duration of consultation, consulting physicians use electronic forms. Forms must be thoroughly formalized (and…
DmitryAB
  • 271
  • 3
  • 12
3
votes
2 answers

There is an error in XML document; EndElement is an invalid XmlNodeType when deserializing

Consider a .NET client calling into a remote XML SOAP web service that's defined as a Web Reference. The client calls the service, and is attempting to deserialize the return XML into an object. The web method is executing properly, and the XML…
p.campbell
  • 98,673
  • 67
  • 256
  • 322
3
votes
2 answers

Should I flatten HL7 data to work with it in Hadoop/Hive? Or extend Hive?

I am working with a large volume of HL7 messages formatted in the 2.x format. The format is a pipe-delimited format where each format looks roughly like this (dummy…
jvhang
  • 747
  • 6
  • 19
3
votes
1 answer

Pass property from inSequence to outSequence

I'm sending a message with a Proxy to a HL7 TCP/IP port and get the response in the outSequence. But my problem is that all properties set in the inSequence are not anymore available. All of them are null. I tested with all the different scopes…
Philipp
  • 4,645
  • 3
  • 47
  • 80
2
votes
4 answers

how to send HL7 message using mirth by reading data from my database

I'm having a problem is sending(creating) an HL7 message using mirth. I want to read data from my patient table in SQLSERVER 2008 and, using that data, I want to send a message to my destination connector, a file writer. I want my messages to get…
Rasher
  • 51
  • 2
  • 5
2
votes
2 answers

Using HL7 message to insert data in my SQL Server

I'm using mirth for sending and receiving HL7 message. Is it possible to insert custom data (char datatype) in my SQL Server database by picking up a HL7 message (file type) mapping it with my columns of my database using transformer and inserting…
Rasher
  • 51
  • 2
  • 5
2
votes
3 answers

EHR intercommunication / client

So, I'm researching methods for building a client interface for existing EMRs. I've read tons of info on HL7, as well as the various coding schemes, but I'm still really clueless. For anyone whose worked with an EMR before: is it possible to build…
kevins
  • 472
  • 6
  • 17
2
votes
2 answers

Mirth: Inbound Message Template that is NOT the same as the channel source type

The problem is that the Inbound Message Template is expecting different type than I want to specify or work with. The requirement is to have a SINGLE channel convert HL7 v2 to v3, call a web service, then convert the SOAP resulting XML, and convert…
p.campbell
  • 98,673
  • 67
  • 256
  • 322
2
votes
3 answers

Is the HL7 V3 ED Data Type the only possibility to send multimedia data in an HL7-Message/Document?

I am doing Research on the HL7 Version 3 messaging standard. I was told that hl7 version 2 implementations don't really support multimedia data processing (images, videos, etc.). However this blog:…
thad
  • 21
  • 2
2
votes
5 answers

Implementing a Hl7 parser listener to java

Background I'm writing a medical record app for a friend who is a Doctor. I was told to write a listener in the app that awaits HL7 messages. That way a hospital can send out HL7 messages and my listener will catch them. So I came to the HAPI site…
Myy
  • 18,107
  • 11
  • 37
  • 57
2
votes
4 answers

printing HL7 message in console

I'm passing an object to constructor and then adding parameters of this object to HL7. ORU_R01 is the type of HL7. When i print HL7 to console, only the last OBX is printed. What is wrong with my code? How can i write this HL7 message to socket? Is…
michdraft
  • 197
  • 2
  • 3
  • 10
2
votes
3 answers

How to display or list the contents of the Mirth GlobalMap objects

Is there a method/function available in Mirth Connect that will list or output the contents of the Global Map? I would like both the 'key' and the value of the key.
Tom Gilbert
  • 21
  • 1
  • 2
2
votes
1 answer

How to Create Query message nHaPI

Hi I am starting to work with HL7 project where in I need to create a new message from the database values. I got the nHAPI project on from the internet and have no idea how to work with this. Any Help in this regards is welcome Thanks
Rakesh
  • 310
  • 3
  • 19