Hi Everyone,
I am using openemr v4.0 on Linux and I am trying to load the ICD9 Procedure Codes. From looking on icd9data.com I found those codes are published under http://www.icd9data.com/2008/Volume3/default.htm so I changed the start URL in the icd load script from default to the above.
The icd9 files are now shipped with an sql file containing the icd9 data. You can just import the file using mysql command or the Admin->Other->Database (phyMyAdmin)
The file is located in openemr/sql/icd9-codes-insert.sql
Hi Stephen
Yes I had load ICD9 data ussing external data loads. running the script is more simple. That is why I asked the forum.
Now I know icd9-codes-insert.sql is deprecated.
Thanks