I downloaded and installed the RxNorm database zip file. OpenEMR does not recognize or install the Snomed database zip file. The package I downloaded is SnomedCT_Release_INT_20120131. Is there something I am missing here?
system info - ubuntu 11.04, apache2.2, php5.5.36, mysql5.1.62
If using OpenEMR 4.1.0, will need to install the most recent OpenEMR patch to get the most current SNOMED package to import (this is because SNOMED changed their package directory structure): http://www.open-emr.org/wiki/index.php/OpenEMR_Patches
Hi James,
I am assuming you are pulling from the master branch, since it’s a development server. Whether you need to upgrade the database (via sql_upgrade.php) depends on how you are using the development server. For example, I pretty much install my development server anew whenever I use it, so no need to upgrade database. But if you want to keep your database data intact and not reinstall the server, then would rec running admin.php script, which should tell you if you need to upgrade your database too.
-brady OpenEMR
I think for a short time I will be keeping the test data in the db and just update the source code for a bit. Once I get a handle on some stuff I will re-install or create a script to do that via puppet. Thanks for taking the time to answer my questions.