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

Keep optional pipe in HL7 after parsing

Original HL7 MSH|^~\&|RadImage^124|xxx|EI-ARTEFACT|xxx|123456789||ORM^O01|1234||2.3|||AL PID|1|xxxxxx|xxxx||xxxxx^xxxxx xxxxx|xxx xxx|19391007|F|||104-430, xxx^^xxx^xx^xx^xx||(999)999-999|"||V|||||"||||||||"|N PV1|1|A|11^11-1^^^^^2|||||123^xxx,…
Richard
  • 27
  • 1
  • 6
-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

Patient.BirthDate. en-GB 'Partial is in an invalid format, should use ISO8601'

FHIR server and FHIR client works in EU environment with locale "en-GB". both uses Hl7-R4 .NET version from Firely team. if I set Patient's birth date something like that patientJson.BirthDate = "25-12-1970" and then sends the request to FHIR server…
vadl
  • 9
  • 2
-1
votes
1 answer

Detect and remove duplicate HL7 messages in a log

I'm trying to populate a new EMR with data from an existing environment. I am pulling a log of all activity for a given interface and feeding it in to the inbound channel in the new environment. The problem is our existing channel has duplicates of…
Gryyphyn
  • 31
  • 2
-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
votes
1 answer

Unable to Launch the Administrator tool of Mirth

I have Mirth Connect Version 2.2.3.6825 installed on RHL I want to access my Mirth my Local Machine which have Java 1.8(Java 1.7 it Work fine), I am not able to launch the Administrator tool of Mirth. When I clicked on the administrator button, It…
-1
votes
2 answers

Modify Hl7 messages inline using Python.

I need to be able to either modify some text within existing Hl7 message (mostly PID and OBX segments), or create a copy Hl7 message from the existing message, but alter some of the fields based on some criteria (drop PHI strings)
-1
votes
3 answers

BizTalk: BTAHL72XReceivePipeline Pipeline Component

I've set-up two applications, one with FILE Receive Port and the other with a Send Port subscribing to that Receive Port with filter set as BTS.ReceivePortName == {ReceivePortNameHere}. I'm using BizTalk 2013 R2. In the Receive Port, I'm using the…
Dev
  • 119
  • 4
  • 16
-1
votes
1 answer

What hl7 version is required for meaningful use 3?

I am working on an EHR application and it has already implemented some version of HL7. We are going to certify this EHR for Meaningful use 3 (mu3). Any idea what version of HL7 will be required for meaningful use 3 (mu3) certification? I have…
-1
votes
1 answer

Copy only new added files from one folder to another, without moving the existing files from source folder

I am doing file integration using mirth. There is one software which generate the HL7 files. I want to read data from that files, without moving them to another destination. Next time when I want to read data, at that time it'll ignore the files…
Hemant
  • 31
  • 7
-1
votes
1 answer

Mirth Connect custom ACK

I've just entered in the Mirth Connect world. I've some problem to generate a custom ACK for my applications. Here how it must to work: The channel must to receive HL7 v2 message, it transforms message, and sends it to 3 destinations: 1. File writer…
StefanoV827
  • 269
  • 6
  • 18
-1
votes
2 answers

Create CDA document with data available

I am working on a health care application which has a user's health care data. I need help to export this data into a CDA document using Rails or Javascript
Meenakshi
  • 79
  • 1
  • 7
-1
votes
1 answer

Integrating hl7 2.x with openemr

Are there any guides out there where i learn more about how to integrate hl7 2.x protocol with openemr? Any sample programs would really be helpful.
user17795
  • 11
  • 2
-1
votes
2 answers

FHIR JSON to ORU HL7 mapping in BizTalk

I am very new to FHIR JSON and I am not even sure I ask the right question. But here is my scenario. I have a BizTalk solution that receives a FHIR ImagingStudy message as JSON. Using this post…