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
1 answer

parse patient data into HL7 ADT message format in C#

My requirement is parsing data into HL7 ADT message format in C#. Please anyone suggest, I am stuck with that how to encode patient data into HL7 ADT and decode HL7 ADT message into patient data in C#. My Model- ID=2, FirstName="Harry",…
HarryDev
  • 61
  • 2
  • 12
-1
votes
4 answers

HL7 SIU Schedule Information

We're working on an HL7 interface right now and we've successfully setup Mirth Connect and are receiving and parsing sample HL7 feeds (for SIU messages, specially S12 I think for appointment schedule information). We are new to working with HL7,…
snwbge
  • 11
  • 3
-1
votes
1 answer

MuMps/cache ( vista)

How List manager works. Can you write a few pages describing how it works - walk through the processing starting with EN^VALM(List Template) and what TAG^ROUTINE it calls, where each input by the user and display by the system is created,…
kamal
  • 21
-1
votes
5 answers

Are the HL7-FHIR, HL7 CDA, CIMI, openEHR and ISO13606 approaches aiming to solve the same health data exchange problems?

Are the HL7-FHIR, HL7 CDA, CIMI, openEHR and ISO13606 approaches aiming to solve the same health data exchange problems?
-1
votes
1 answer

Checksum does not matching with message

Message: R: S: R:1H|\^&|||916350001456 S: R:2P|1||42670070||Meir Anna||19740410|F48 S: R:3O|1|||^^^HBsAg72 S:
asdf
  • 1
  • 4
-1
votes
2 answers

HL7 Message terminator

I have to send HL7 message to web service. I am adding CHAR(13) (carriage return or \r) as segment terminator in stored procedure and calling a web service to send the HL7 message. When the service receives the message they are saying I am adding…
-1
votes
2 answers

Regex for ^ | in C#

I am working on HL7 messages and I need a regex. This doesn't work: HL7 message=MSH|^~\&|DATACAPTOR|123|123|20100816171948|ORU^R01|081617194802900|P|2.3|8859/1 My regex is:…
-1
votes
2 answers

How to store (in DB) a field from a segment when that field has different meaning in different versions of HL7?

Need your expert advice on this. In Version 2.4 of HL7, MSH-21 is Conformance Statement ID (ID) optional repeating. In Version 2.6 of HL7, MSH-21 is Message Profile Identifier (EI) optional repeating. Are they meaning same thing? Now if someone is…
ADC
  • 1
  • 1
-1
votes
1 answer

How do I reference elements from other resources?

I am currently working on XML using certain FHIR resource. It is found that certain element of the resource cross reference other resources. e.g. In Encounter (Resource), the element :serviceProvider cross reference Resource(Organization). In such…
-1
votes
1 answer

Getting Patient Analysis Results In HL7 V2.3-V2.3.1-V2.4

Getting Patient Analysis Results In HL7 V2.3-V2.3.1-V2.4. Including analysis date|analysis|result amount|unit|reference sequence. How could i get it?
someone
  • 1,355
  • 1
  • 8
  • 6
-1
votes
1 answer

Get patient data from Vista EHR CPRS

I want to extract patient data from Vista EHR CPRS tool in some standard HL7 format. But I am not able to get any option in it to download patient data in XML format. So does CPRS doesn't support extracting of patient data in standard xml format? Is…
Neeraj
  • 1,776
  • 2
  • 16
  • 35
-2
votes
1 answer

how to set sample id in QBP^Q11 for QPD segment using java

QBP_Q11() qbp=new QBP_Q11(); qbp.getQPD().getQpd3_UserParametersInsuccessivefields().setData(data);
vijay
  • 1
-2
votes
2 answers

PHR (Personal Health Record) - CCD Development

We are developing a PHR App. The Patient information should go as CCD to the clinic that they want to go. Whether the CCD should have only the narative block or should this accompany with semantic block too?
KPM
  • 21
  • 1
-2
votes
1 answer

Import/export CDA documents

I'm working on a project that imports/exports CDA documents. I can't find any good parser/library in ruby on rails or javascript that reads the CDA (XML) and returns different sections. Any idea what is the best way to approach this?
Meenakshi
  • 79
  • 1
  • 7
-2
votes
2 answers

integrating with Cerner or Epic, is there any reason to use HL7v3/2 instead of FHIR?

We do lab software integrations and are looking into the world of making them play fair with Cerner or Epic for hospital labs. I'm new to this area and am trying to figure out whether we would likely need to use HL7v2 or v3 for any reason instead of…
Iain Duncan
  • 1,738
  • 16
  • 17
1 2 3
35
36