Importing patients info into an existing OD database
Posted: Fri Aug 27, 2010 2:55 am
We are buying another dentist's practice and merging it into our own. They are using CTRL, a Canadian PMS, we're using OD. I want to import their patients in OD and tag them as being from this clinic. I strongly doubt I will be able to get an HL7 formatted XML file from CTRL. At best, it's gonna be a text file. I was thinking of using the import function in Navicat (and import the patients' data in a duplicate of our database first to avoid messing up the production DB of course). I would appreciate your help on how I should proceed to get it right and avoid corrupting the database:
- 1. What are the mandatory fields in the patient table,?
2. I'm not planning to import any information about insurance or treatments, do I need to update any other table?
3. After importing the patients in OD and having a patnum assigned to each of them, I would like to import the patient's current balance: in Navicat, I was planning to generate a table, using the adjustment table format, with positive adjustments for the amount of the current balance and append it to the existing adjustment table, would that work?