Forum Moderators: coopster

Message Too Old, No Replies

HL7 Issues.

Need to convert HL7 to CSV and back again

         

Bluesprocket

10:49 pm on Feb 4, 2008 (gmt 0)

10+ Year Member



Hi ...Need help converting an HL7 formatted message to something useable and back again...anyone done this?

eelixduppy

3:38 pm on Feb 5, 2008 (gmt 0)



I'm not sure anyone has done this before. Have you checked the online script repositories for anything that may help you? You might have to use an outside program and then class that program from within a php file using one of the execution methods. Let us know how you make out.

whoisgregg

4:08 pm on Feb 5, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



A quick look at the HL7 website suggests they use XML already. Could you use the PHP XML functions [php.net] to parse and work with the data?

Bluesprocket

4:15 pm on Feb 5, 2008 (gmt 0)

10+ Year Member



Hey guys thanks for the input...Actually I found something called the Mirth Project that is an opensource system for doing exactly what I need. Thanks again.