I have done this on a multi site AWS docker configuration of 6000+ patients with limited success using Care Coordination Module import CCDA.
What get created:
- Encounters (minus notes and encounters need to be signed from PF)
- Problem/Issues (snomeds are used instead of ICD)
- Demographics (Will create new patient)
- Medications
Imported but placed in External as history: - External Providers
- Procedures
- Maybe some other things i’m not thinking about just now.
The biggest issue with import is that as the number of ccda’s imported grows, the system slows relatively because of the nature of the UI. I solved by creating a sql to purge the offending import history.
Once import is done then notes history or whatever chart log PF provides can be saved to patient documents. The CCDA is automatically saved on import.
I’d not necessarily recm doing 6000+ patients again but this is much better than creating from scratch. Oh yeah, physicians tend to be patient souls so, there is that.