March 9, 2011 at 6:10 am
I need to parse HL7 messages and import data to a SQL table. Since it's very complex, i'm trying to not recreate the wheel. Has anyone created a script or done this before?
Thanks
March 9, 2011 at 7:32 am
FYI HL7 is a messaging specification for healthcare information systems.
I goggled a bit after this, and it appears that the parsing is not a trivial thing; one of the things i found was a project that has been worked on for over two years on sourceforge related to parsing this, so I doubt it's something trivial that can be done in a simple SQL statement.
that opensource project i found was in java, but i bet you could search around and find something int he language of your choice.
because of it's complexity, i think it would be parsed in a programming language, and the data inserted into SQL.
Lowell
March 9, 2011 at 11:54 am
You are right, HL7 is complex.. I will try to parse messages in c# language.
Thanks
March 9, 2011 at 1:19 pm
amns (3/9/2011)
You are right, HL7 is complex.. I will try to parse messages in c# language.Thanks
Why not just purchase a parser for it?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply