Questions tagged [hl7]

Health Level Seven (HL7) is the organization behind the health messaging standard commonly referred to as HL7. HL7 2.x is a proprietary standard with numerous optional parts and extensions while HL7 3.x is XML based. Libraries and parsers are available that work with both.

The HL7 2.x standards are extensive and are the product of an inclusive approach. HL7 3.x is to some extent a reaction to the problems with 2.x, using XML and a more prescriptive approach. New implementers are urged to start with a library and if using 2.x look at what exactly their endpoints emit and accept as the standard is so broad that a complete implementation is unlikely to be feasible.

Key links

Descriptions of Problems

6 questions
18
votes
3 answers

What issues tend to arise when working with HL7 messages?

I'm testing a product for health care businesses, and we're working with HL7 messages. I saw people groaning on another question about the issues with HL7 but not mentioning specifics. Can someone give me some ideas of what issues or classes of…
Ethel Evans
  • 5,329
  • 1
  • 23
  • 42
7
votes
3 answers

Is the HL7 membership model normal?

To me, it's a little odd that HL7 requires you to be a member to distribute the standard within your organization and in that sense implement the standard and tell others who have implemented the standard what parts you'll be implementing,…
Peter Turner
  • 6,897
  • 1
  • 33
  • 57
6
votes
2 answers

How to negotiate with software vendors who do not follow HL7 standards

Take, for instance the "", I'd hope that anyone who has spent any time in dealing with HL7 messages knows that the "" signifies that something should be deleted. "" is not an empty string, it's not a filler etc... But occasionally, one may meet a…
Peter Turner
  • 6,897
  • 1
  • 33
  • 57
2
votes
2 answers

interoperability between two independent platforms via HL7 FHIR

Mobile app: (Patient) I've developed an android mobile application which you can register, login, enter your personal information, enter your blood pressure factors, heart rate, and blood sugar. In addition I've considered a place which the user by…
Jasmine
  • 29
  • 3
2
votes
1 answer

Munging intro level knowledge of set theory with intro level knowledge of electronics to parse and evaluate the content of HL7 messages

This question is being asked for the purposes of evaluating whether or not attempting to use things I picked up in college was a good idea, or even remotely defensible. Last year I wrote a 'formula creator' for figuring out what to do with fields or…
Peter Turner
  • 6,897
  • 1
  • 33
  • 57
0
votes
2 answers

What are messages in FHIR?

I am trying to get my head around Fast Healthcare Interoperability Resources (FHIR) specification, but I can't understand what Messages are used for. The exact mechanism of transfer is irrelevant to this specification, but may include file…
Dawid O
  • 171
  • 6