I have found a how-to (config. manuals/billing how-tos) on loading in ICD9 codes for OpenEMR under windows. Is there a how-to on loading codes for a linux o/s (Ubuntu)? I was on the icd9data.com site and didn’t notice anything about downloading the codes, so I’m assuming there’s an agreement between icd9data.com and OpenEMR or something I’m not familiar with? Thanks
to load icd9 codes in linux you have to edit the following script file to pertain to your database name, username, and password: /openemr/contrib/util/load_icd_desc.plx
afterwards run it by typing in: sudo perl ./load_icd_desc.plx
There is no agreement between openemr and icd9data, that script file just scrapes the codes and description off the website directly.
no time now. I suggest posting this in the feature request tracker or perhaps trying it out and documenting it on the wiki. As i recall, not much difference in any of those script.
Then the script will load the CPT codes into the database. Inside the script is the instructions on how to load it if the server is Unix/Linux based system. If it is a windows system then make sure to use the setup outlined by brady in this wiki http://www.openmedsoftware.org/wiki/Load_ICD9_Codes in order to have perl running.