I’m using openemr 5. i registered the carecoordination module no problem. but when trying view or download the CCDA , i get this error
ERROR :
Exception: Statement could not be executed (42S02 - 1146 - Table ‘openemr.sct_descriptions’ doesn’t exist)
Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘openemr.sct_descriptions’ doesn’t exist
Go back to the forms in administration forms. Look in the fifth column from the left. It should say DB installed. If it does not say DB installed but rather install DB. Click on the words install DB.
Before going through all the hassle, try just creating an empty table for the sct_descriptions. Get the structure from database.sql in openemr/sql. You’ll also need ccdaservice installed to generate ccda’s.
Thanks Jerry! This worked for me. I found the table structure in openemr\library\standard_tables_capture.inc for the 3 tables: sct_concepts, sct_descriptions, and sct_relationships