FHIR Chat · HL7 parsers · implementers

Stream: implementers

Topic: HL7 parsers


view this post on Zulip Vlad Bokov (Sep 10 2019 at 10:14):

I'm a bit new to the topic and recently start peeking into "ANSI HL7 messaging standard" spec.
Apendix C has "BNF Message Definitions". I also saw various commercial implementations, but the most advanced library so far https://github.com/RedoxEngine/redox-hl7-v2 just uses code & recursion instead of parser combinators. Do you know any parser which uses the grammar directly?

view this post on Zulip David Pyke (Sep 10 2019 at 11:51):

JUst to ask, are you trying to convert V2 messages to FHIR or just consume the V2 message?

view this post on Zulip Vlad Bokov (Sep 10 2019 at 13:26):

yes, convert hl7v2 to FHIR

view this post on Zulip Lloyd McKenzie (Sep 10 2019 at 13:33):

Check out the #v2 to FHIR stream


Last updated: Apr 12 2022 at 19:14 UTC