naveedmetlo Posted February 4, 2012 Share Posted February 4, 2012 Hi, I need to parse HL7 file using php and want to store data into mysql database. HL7 file is like following format: MSH|^~\&|WinPath|TDL|TDLResults|TDLResults|201201301358||ORU^R01|9039328|T|2.3|||NE|NE|||| PID|||HN000001||PATIENT 1^TEST^^^||195001010000|M|||^^^^||||||||||||||||||| PV1|||ROCHELLE^Test Source||||||||||||||||||||||||||||||||||||||||| ORC|RE|AV000001|0012T999600||CM||||201201301358||||||||||| OBX|1|ST|HER2^H.S.V. I (IgG)^EXT||Negative 0.258 Index (Neg <0.9)|||N|||F||||| Is there any one who can help me on this, i am very worried since couple of days..... Quote Link to comment https://forums.phpfreaks.com/topic/256381-hl7-file-need-to-be-parsed-in-php/ Share on other sites More sharing options...
trq Posted February 5, 2012 Share Posted February 5, 2012 What exactly is the issue? Quote Link to comment https://forums.phpfreaks.com/topic/256381-hl7-file-need-to-be-parsed-in-php/#findComment-1314607 Share on other sites More sharing options...
naveedmetlo Posted February 6, 2012 Author Share Posted February 6, 2012 HL7 is laboratory generated file with above format. For detail visit http://www.hl7.org/ I want to parse the data and put into mysql database through PHP. Is there any API build to parse HL7 file? Quote Link to comment https://forums.phpfreaks.com/topic/256381-hl7-file-need-to-be-parsed-in-php/#findComment-1315001 Share on other sites More sharing options...
borsemangesh Posted February 27, 2013 Share Posted February 27, 2013 Hi, Did you get the parser for HL7? I have the same requirement is parsing the HL7 file and store the data in MySQL. Quote Link to comment https://forums.phpfreaks.com/topic/256381-hl7-file-need-to-be-parsed-in-php/#findComment-1415365 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.