Questions tagged [hl7-v2]

HL7 version 2.x messages are standardized structured multi-line text files using single character as delimiters. HL7 messages are used for exchanging elecronic health information.

156 questions
0
votes
1 answer

HL7 clinical orders and response messages

We have a scenario to create orders from our system for clinician’s service in HIS, like Clinician Orders for (Requesting clinician/doctor/nurse for some service like Bed Check, Patient Review etc..). Searched internet to find some ORM-ORU samples…
Vidya
  • 196
  • 14
0
votes
1 answer

HL7 to SQLite with Mirth Connect

I'm trying to build a channel to read an HL7 ADT text file, extract an MRN and write output to a SQLite table (Database Writer). My SQLite table contains my data but all my PatientIDs are appearing as a concatenated string in one very wide column.…
Colin
  • 930
  • 3
  • 19
  • 42
0
votes
0 answers

Are there any open data sources available for HL7 version 2?

Are there any open data sources/servers or open APIs available for HL7 version 2? I have found multiple open data sources for HL7 for FHIR http://wiki.hl7.org/index.php?title=Publicly_Available_FHIR_Servers_for_testing, but not version 2.
shraddha
  • 1
  • 2
0
votes
2 answers

Send negative value OBX-5 segment in HL7

How to send negative measured numeric in OBX segment of ORU_R01 profile for PCD DEC profile using HL7 2.6 ?? and also where i can find that requirement defined by IHE.. -Thanks-
Sumit
  • 1
0
votes
1 answer

How to Implement and Process @Terser

Currently I am working with HL7 for Healthcare Interoperability with Apache Camel 2.13.2 & Apache Hapi. While I trying to write new Meta Data Annotation @Terser and customized processor, suddenly eclipse auto suggestion break my concentration. I…
Śhāhēēd
  • 1,812
  • 6
  • 23
  • 44
0
votes
1 answer

Apache Camel: Reading HL7 v2 file fails due to \u000B symbol

After consuming HL7 v2 files I am trying to marshal them into HAPI HL7 objects. The route sample would be: from("file:C:\\routes\\in").unmarshal(new HL7DataFormat()).log("Success!"); Unfortunately I get the…
Dagaz
  • 353
  • 4
  • 15
0
votes
1 answer

Correction of historical ADT Data in HL7 V2

Just out of curiosity How do you transmit corrections of historic ADT Data in HL7 V2, e.g. patient transfer, if you do not have a ZBE segment for historic movements as in Germany? Do you cancel all relevant events and build a new patient history…
sqlab
  • 6,412
  • 1
  • 14
  • 29
0
votes
1 answer

How to handle QRY^Q02 with ReceivingApplication in HAPI?

I'm developing an application which interacts with Chemistry Analyzers and I need to work with the QRY^Q02 and DSR^Q03 messages. The communication schema is as follows: Analyzer Soft QRY^Q02 …
sallegri
  • 1
  • 1
0
votes
1 answer

HL7 2.7 and Camel mina2

Our customer changed the HL7 message format from 2.3 to 2.7 and I having some issue with new message format. Basically we was able to route message using mina2 protocols in this way:
Andrea Girardi
  • 4,337
  • 13
  • 69
  • 98
0
votes
2 answers

HL7 in WSO2 ESB - which versions are supported?

I am evaluating the ESB of WSO2 and I saw that there is HL7 feature which you can install to enable HL7 transport. Is it possible to specifiy the version in the use of the feature? At some point of my application I have to distinguish between HL7…
-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

How to iterate through keys with index's in json? (Python)

I came across this json, I'm having trouble with such keys 3[0].1, 3[1].1, etc.(Field Repeat Seperator - HL7). The key 3.1 is split into two to accomodate another value. Similarly 3.4 & 3.5. I want create a scalable program in which I can handle all…
-1
votes
3 answers

Do we have standard for HL7 OBX-4 containment hierarchy

I am processing HL7 message. OBX-4field gives containment hierarchy.I see different dotted hierarchy in the message. is there any standard for containment hierarchy dotted number? For below example. will first dotted 1 always mean…
Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133
-1
votes
1 answer

NHapi: System.TypeInitializationException while creating MSH segment for QBP^Q21 message

I am new to HL7 and while implementing some functionality I ran into trouble. What I am trying to achieve: I want to create a QBP^Q21 message with the segments MSH, QPD, RCP where QPD holds the query parameters like Patient ID, Lastname, Firstname,…
-1
votes
1 answer

Getting sending IP/Computer from HL7 event

We are currently in the design phase of a product we are building for a hospital. We want to install a custom developed software on each computer and one on a central server. It should catch the event of updated patient information of any kind when…
1 2 3
10
11