Chat.HL7.org Zulip Archive

For questions about this archive, please contact webmaster@hl7.org.

Stream: general

Topic: HL7 data sharing options Healthcare Systems choose


view this post on Zulip Jim Bailey (Dec 28 2018 at 01:44):

Is there a publication that describes the HL7 fields a healthcare system may choose to share with other healthcare systems? I want to understand if they can choose each field or a group of fields to share. I would also like to understand what data sharing options are available in FHIR. Thank you.

view this post on Zulip Lloyd McKenzie (Dec 28 2018 at 03:30):

HL7 is an organization. It produces a bunch of different standards - HL7 v2, HL7 v3, CDA, FHIR, CCOW and a bunch of others. I presume your question about fields is about HL7 v2. The v2 standard describes a large set of messages that can potentially be exchanged. Each message includes a grammar that indicates what segments can be present or must be present and in what order they're sent. Each segment indicates what fields can be sent - and in some cases must be sent. So long as your message instance meets the constraints of the base v2 specification, your message is considered valid. A valid message typically doesn't need to contain very many fields. What other fields you send is up to you. That said, the recipients of your messages are free to impose additional expectations, such that if you omit a field that the HL7 standard allows to be omitted, they can still choose to reject your message on the grounds it violates that system's business rules. In other words, to know what you really need to send, you should check with the systems you expect to send to.

Your questions about FHIR are best answered on http://chat.fhir.org. However, before you do so, I'd encourage you to look at the FHIR specification (http://hl7.org/fhir) {note - the FHIR site is being replaced over the next 24 hours as we finish the process for releasing FHIR R4}. I'd also encourage you to read FHIR's rules for asking questions and make your question a bit more specific.


Last updated: Mar 23 2020 at 00:02 UTC