CCD CDA to database using a scripting language

692 views Asked by At

i need to write a script to extract medical info from a CCD Doc to a database (MySql). Afterwards, perform series of queries to generate report. I intend to use php as the scripting language. Any ideas from anyone will be appreciate.

1

There are 1 answers

0
Coder Panda On

There are no PHP 3rd party/open source libraries that I know of for this purpose as of today. At least not that I know of.

However if you see the OpenEMR implementation of the CCD parsing feature, I think you would get pretty much everything you want.

Look here.

OpenEMR is a free Open source, Practice management, Electronic Medical Records, prescription writing and medical billing application for Unix-like systems (Linux, UNIX, and BSD systems), Microsoft systems, Mac OS X and other platforms.