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

Issues ragarding parsing of xml data to HL7 in java?

I have an application where i used the HL7 encoding and decoding concept. I am able to encode simple string to HL7 message and also able to decode the HL7 message to XML format. But I want to convert xml file data to the HL7 message. Can any one…
-4
votes
0 answers

ORR message not recognized by laboratory analyzer (Swelab Lumi)

I'm working with a laboratory analyzer (Swelab Lumi) that supports bi-directional Hl7 messaging. When I press the button to start a new sample test, I get a HL7 message (see bottom) that asks for patient data, medical record etc., but even tho I…
HolyRandom
  • 79
  • 1
  • 11
-4
votes
2 answers

Getting some informations of Patient from HL7 Message V2.4

I need to get some information about patient from HL7Message V2.4(Or V2.3, V2.3.1), How do i get these? i need these; Filenumber, recorddate, department name, doctor, father name, complaint, diagnosis info and diagnosis date, etc.
someone
  • 1,355
  • 1
  • 8
  • 6
-4
votes
4 answers

HL7 Message Document?

Is there a tool which can take 1000 Seperate HL7 Messages and combine them into a single document for 7edit? I need to run a test, and if I can do one document and choose send all, it will be better than me running it manually for each of these 1000…
user875531
  • 57
  • 1
  • 7
-5
votes
1 answer

Regular expression to find text between characters from specific location

Can someone please help me write an expression to get a value between 5th and 6th pipe of OBX segment (bold text below): OBX|1|ST|PDF^Display Format in PDF^BASE64|26|JVBERi0xLjMNCiXS50K||||||P
Ronnie
  • 11
  • 5
1 2 3
35
36