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
0
votes
2 answers

Why am I getting an InvalidOperationException after adding a [MessageContract] attribute?

The operation 'PRPA_IN201301UV02' could not be loaded because it has a parameter or return type of type System.ServiceModel.Channels.Message or a type that has MessageContractAttribute and other parameters of different types. When using…
Abir
  • 103
  • 8
0
votes
2 answers

Chameleon: Why is a repeating comment truncated?

I'm having trouble with the transformation of an HL7 message. Its got an NTE segment with repeating fields of type string. ex: MSH|^~\&|HOST||TD-SYN||201207031000||ORU^R01|0017|P|2.3 PID|1||0001| NTE|||Comment 1~Comment 2~Comment3 What happens…
Owen
  • 4,063
  • 17
  • 58
  • 78
0
votes
2 answers

How to parse the Multiple OBR Segment in HL7 using HAPI

The following text is the hl7 message , i could able to parse many segments except NTE segment .'m using HAPI to parse the hl7 messages.'m newvbie to HL7 so please can any one suggest relevant classes in HAPI how to parse NTE segments ? it would be…
thar45
  • 3,518
  • 4
  • 31
  • 48
0
votes
2 answers

HAPI sorts the segments

We are creating a HL7 XML structure and are using the HAPI Library to output it as a HL7 V2 file. But unfortunately, HAPI is reordering (sorts) the segments. Because I have MFE and ZBP always…
Philipp
  • 4,645
  • 3
  • 47
  • 80
0
votes
1 answer

Can BizTalk HL7 Accelerator produce HL7 v2XML compliant messages

By default, it looks like the HL7 accelerator produces XML from HL7 v2 messages which is not HL7.org compliant (doesn't match their XML v2 XML schemas). Is it possible to get it to generate HL7 v2XML compliant xml? Edit: We have xslt transforms…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
0
votes
1 answer

What is the segment for Code Blue status in HL7?

I am trying to locate in the HL7 Stream for the segment that will provide info on whether code blue: Resuscitation has been performed on a patient. I read online that it is available in the Advanced Directive Observation. Currently I am receiving…
wizgot
  • 338
  • 3
  • 11
0
votes
2 answers

XSLT If Select Contains "Value"

I would like to write out 4 questions whether they exist or not.So far my approach has been to select="//NTE_NotesAndCommentsSegment_2/NTE_3_Comment" which retrieves all 3 comments. But I am having trouble with Selecting NTE_3_Comment where it…
Jordan Johnson
  • 253
  • 1
  • 5
  • 16
0
votes
1 answer

If I can receive HL7 XML, can I receive CCD?

I'm using the Mirth Connect listener and so can receive HL7 XML fine (apparently). I've been asked, though, if I am able to receive CCD messages. Looking at Wikipedia, "The CCD specification is a constraint on the HL7 Clinical Document Architecture…
Narcissus
  • 3,144
  • 3
  • 27
  • 40
0
votes
1 answer

New line issue in HL7 message of BizTalk 2009

I have to generate HL7 message with my XML as input message. I am facing some different scenario over here. Issue: If we receive “Enter” (\r\n) character in some of fields in input XML message. The final HL7 file gets break at the point where that…
ABC
  • 33
  • 1
  • 1
  • 7
0
votes
1 answer

Mirth: dynamically determine which SOAP method to call

Consider a Mirth channel with a Destination of a SOAP Sender. The WSDL is successfully loaded and has more than one method available. Each method would take a different number of arguments. Example…
p.campbell
  • 98,673
  • 67
  • 256
  • 322
0
votes
2 answers

HL7 message type for retrieve data

I'm working on a HL7 system and the client want a HL7 message for retrieve glucommeters data. I will provide it in XML format from an external application. What type of HL7 message should i use?
Pedro
  • 1
-1
votes
3 answers

How to invoke interfaces in Mirth from java instance?

I need to create an test automation framework and the goal is to invoke channels created in Mirth test environment with the static HL7 messages(going forward HL7 messages are read from excel sheet) and capture the result coming out of HIE. Iam…
kumarva
  • 1
  • 2
-1
votes
1 answer

Java support for MDM^R01 type

Does anyone know where I can get support for MDM^R01 message type. I checked on this website but found no class with MDM^R01: http://hl7api.sourceforge.net/apidocs/ca/uhn/hl7v2/model/AbstractMessage.html Please help. Thanks.
Sapphire
  • 1,107
  • 8
  • 20
  • 35
-1
votes
1 answer

How to add extra components to HL7 message using Java Hapi?

I am working on building a replacement to MIRTH and it looks like we are sending out non-standard HL7 ORU_R01 messages. OBR.5 should be just a single field but looks like we are sending a bunch of other data in this section.
Dylan
  • 2,161
  • 2
  • 27
  • 51
-1
votes
1 answer

A DLL working good in my project but when i change it to windows service not working

I have a Windows Service (in C#). This program interacts with an external DLL that has a method that returns an HL7 object and i sending it a datetime parametre.when i call this medhod from this dll,I get an exception like…
nazim hatipoglu
  • 634
  • 10
  • 24