The HL7 messaging standard is a communication standard for exchanging electronic health information.

learn more… | top users | synonyms

0
votes
2answers
20 views

How do you send a file separater in Mirth?

The HL7 receiver I am sending to is expecting a very specific end of file marker in a TCP Message: <FS><CR> Where <FS> is ascii 28 and <CR> is ascii 13. We are using Mirth ...
1
vote
1answer
22 views

FHIR resource that supports concept no known allergy

Is there a 'no known allergy' mechanism defined in HL7 FHIR resources somewhere in the specification?
0
votes
2answers
25 views

How do you find out the cost of an interface engine?

I've been looking all over the web at different Interface/integration engine websites but no one gives prices or cost of product. Where do I go to find this out?
-1
votes
0answers
17 views

how much does an interface engine cost? [closed]

how much does an interface engine cost? I know there are a few types and brands and vendors. But I want to know pricing of a few different kinds like Corepoint Health Eclipsys eLink InterfaceWare- ...
-3
votes
0answers
17 views

Which Integration Engine to use? [closed]

I'm just doing some research on the pro's and cons of various integration engines and looking for help in all areas. I have a list of a few I plan on looking into: -Eclipsys eLink -Iguana ...
0
votes
0answers
10 views

How to parse multiple DG1 segments in HAPI?

I would like to know if there is a standard way of using the terser for parsing hlv2 messages? terse.get("/.DG1(i)-4") //Works terser.get("/.PROCEDURE(i)/PR1-3-2") //Works terser.get("/.PR1(i)-3-2") ...
0
votes
1answer
37 views

Use of _include in FHIR

In the FHIR query spec it states that the _include parameter can be added to the query URL to request that specified referenced resources are returned in full to prevent further network requests to ...
0
votes
0answers
27 views

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 ...
0
votes
1answer
29 views

How can I integrate with EPIC EMR?

I am trying to either send or receive information from EPIC EMR so that I can develop small add-on applications. What is the best way to accomplish this? I obviously do not have access to APIs and I ...
0
votes
1answer
34 views

What is the difference between a DICOM viewer vs a PACS system or RIS

I have installed OsiriX is my computer which is an open source DICOM viewer. I was wondering what would make this different from a PACS (Picture archiving and communication system) or RIS (Radiology ...
0
votes
1answer
41 views

HL7 CDA Progress Notes mapping LOINC Codes to HL7 sections

I was looking at the document "HL7 Implementation Guide for Clinical Document Architecture, Release 2: Progress Note, Release 1" and it contains LOINC Codes for each section. For example, 51848-0 is ...
1
vote
0answers
13 views

Can we use serversocket to listen incoming messages in Hapi?

Is it possible to add serversocket implementation to listen the incoming traffic of HL7 messages in Hapi? Currently, i start a sample server to listen all incoming message. I would like to create a ...
1
vote
0answers
28 views

Can't we create custom ACK message from the downstraem in HL7/Hapi?

My requirement is; I would like to create a ack message based on my service endpoint's response. Currently, i can generate the auto ack/nack messages. That is, when my application receives a ...
2
votes
2answers
90 views

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 ...
0
votes
0answers
65 views

Setup SQL Trigger to email based on multiple values from one column

I'm trying to setup a trigger so that it will email me if a column (strAdmitReason) matches a set number of values. There is an added problem of the column is populated based on a free text field, ...
1
vote
2answers
99 views

CCD and HL7 V3 / V2

My company is going to be an HIE and we are figuring out how to exchange our information with other systems. We are located in USA and I see that the current common standard is HL7 V2. Hl7 V3 is not ...
0
votes
1answer
88 views

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 MSH|^~\&|SENDERAPP|SENDERFAC|COVCDR|COVCDR|20130212221503||ORU^R01|1676326503009050|P|2.5 ...
0
votes
0answers
75 views

OpenEMR and HL7

I am very much new to EMR and HL7. I have separate installations of Joomla CMS and OpenEMR. I need my JoomlaCMS to send HL7 messages to OpenEMR and receive response in HL7 over internet. I dont know ...
0
votes
0answers
181 views

Mirth Connect HTTP Listener Mapping Response ACK message

We are trying to merge two servers. One server is keeping all records and other server is getting HL7 message from first server and writes to the database. Everything is perfect so far. But First ...
2
votes
0answers
33 views

How can I convert character encoding of Chameleon simulator to 'Utf-8' which is default 'latin-1'? Thanks

I want to simulate japanese HL7 message over chameleon simulator. But when I select that message from file, japanese characters are being displayed as special characters into Chameleon simulator. I ...
0
votes
0answers
58 views

sending an encoded soap message to ws

I have an Android application, which needs to send a SOAP-message to WS. The message should contain a set of data. Also, the message must be encoded in HL7 format. I have this piece of WSDL code ...
1
vote
1answer
100 views

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 ...
3
votes
2answers
347 views

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 ...
2
votes
1answer
230 views

Mirth java code to conditionally change a field

I'm using Mirth to read HL7 messages from our DB and send them out to a client's EMR. This particular EMR requires that the OBR and OBX for the embedded PDF are formatted a specific way. If OBR.4.1 ...
1
vote
1answer
57 views

How is the HL7 CDR component represented/implemented?

I'm new to HL7 and I'm trying to figure out how to represent the PID segment - namely PID-5-10. PID-5-10 is the "CDR component" and it consists of 2 sub-components each made up of 2 values - Time and ...
0
votes
0answers
132 views

Mirth Connect Sender Channel Destination Database writer unable to update the record in DB

I have a strange problem with Mirth Connect Sender Channel Everything is working fine and tested in testing environment and when i deployed the sender channel in live strange problem arises. Data ...
0
votes
0answers
77 views

Sample hl7 v2.6 messages [closed]

I need a message to use for testing my parsing program. Is there a site out there that has v2.6 messages?
0
votes
1answer
120 views

cannot resolve error. Missing a jar file?

import ca.uhn.hl7v2.DefaultHapiContext; import ca.uhn.hl7v2.HapiContext; I'm getting a cannot resolve error for the above two lines. I don't know why, when I have all the jar files in my project. ...
0
votes
1answer
114 views

Simplest methodology to create RESTful web service using .NET, VS 2010

This question is a bit more specific than what the title indicates. I've tried several methods, hoping to get the request XML to deserialize into an object, with nothing but problems. Read on, and ...
1
vote
0answers
151 views

Cannot CDATA in HL7v3 message to Biztalk WCF service using proxy class

Consider the following situation. I have a forms app, which is a being used as a test client for sending HL7v3 messages to a BizTalk WCF service. What it consists of is basically a form with 2 ...
0
votes
1answer
209 views

A19 HL7 get patient data

i have searched lot about making A19 request using HL7 using mirth as a server but could not succeed, is there any good tutorial to make HL7 A19 request query and get patient data as HL7? help really ...
0
votes
1answer
52 views

The entity name must immediately follow the '&' in the entity reference sending HL7 Message

All I am new in mirth when i sending a hl7 message to Mirth Http Listener, I get a Exception The entity name must immediately follow the '&' in the entity reference. Thank in advance
0
votes
2answers
73 views

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 ...
2
votes
2answers
193 views

Best Way to store recieved hl7 message from customer in database

Hi All i am new in mirth. i want to know the best way to store hl7 message in mysql database in a table where it store only one column as hl7 message or in row and columns like sending application ...
0
votes
2answers
44 views

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 ...
1
vote
2answers
171 views

How can I parse HL7 message starting with FHS

How can I parse a HL7 message starting with FHS to XML: FHS|^~\&|Medical-Objects|Eli MOA Test Cap BHS|^~\&|Medical-Objects|Eli MOA Test Cap MSH|^~\&|MODemoSoftware|Eli MOA Test ...
1
vote
1answer
197 views

Need to parse HL7 message

I need to parse HL7 message ,firstly ,validate the message and then parse. XMLParser xmlParser = new DefaultXMLParser(); //encode message in XML String hl7MessageInXML = null; try { ...
1
vote
0answers
79 views

Datatype IS is not working with NHapi parser

I do believe this is NHapi library bug, but the project was inactive for quite some time... I have this HL7 test message: ...
0
votes
2answers
476 views

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 ...
3
votes
2answers
134 views

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

I am working with 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 data): ...
1
vote
1answer
238 views

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 ...
0
votes
0answers
206 views

Mirth Connect return the transformed message to the source service

I have a channel with a Web service as the source and File writer as the destination. As I am using .Net, I have created the service Web reference in my project. The complete scenario is like : 1. ...
1
vote
1answer
215 views

HL7 transfer engine

I am working on a web based EMAR application which we are building in DotNet. I have a requirement to make to Pharmacy Software's with my web based EMAR. Please correct me if I am wrong, I think I ...
0
votes
1answer
180 views

HL7 CDA Undefined clinical data

I recently started studying HL7 CDA r2 document, because I have some clinical data that needs to be as HL7 standards demands. My doubt is the data I have (Body Mass Index (BMI), Weight, Height,BMI ...
0
votes
1answer
215 views

How do I validate a CCD HL7 document?

When I have an example CCD, can use A) an XSD schema and conclude that I have a valid CCD or B) I use some other (non-schema based) method. (UML model rules in addition to a valid XML document) Is ...
0
votes
0answers
114 views

Convert of java object to hl7 [closed]

I have some DTOs (Java Beans) and I am using them to get the output in XML. But I want to convert that XML to HL7 Version 3 format. Is there any method to do that?
1
vote
1answer
173 views

HL7 2.xml transport, HL7 3 transport, standard XML transport = SOAP?

I am developing a small server with HL7 2.x support. I've finished the MLLP reader (which accepts the HL7 2.x default, and now it is time to figure out how to accept HL7 2.xml. However, I can find ...
0
votes
2answers
189 views

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 ...
2
votes
1answer
333 views

How to generate two XML files from a single HL7 file and insert both into two different columns as a single record?

I have Source Connector Type as 'File Reader' which is reading HL7 files and Destination Connector Type as 'Database Writer'. My database table has two columns Participant_Information ...
1
vote
2answers
169 views

Python 2.7 - Help using an API (HL7)

I am new to programming and Python. I have a very basic python script that connects to server and send a text message: #!/usr/bin/python import socket s = socket.socket() ...

1 2 3 4