What table do the ICD-10 codes reside?
Thanks in advance.
From the database documentation:
MasterDiagnosis: This table stores all the ICD-9CM, ICD-10CM and SNOMED codes that are loaded by the knowledgebase update. It is the master lookup table.
If you want to do a report that returns data related to patients you also want the PROBLEMS table. Also from the database documentation:
Problems: The PROBLEM table records problems for patients. Each row represents a single problem for one patient.
I hope this helps.
Brad
Be aware, there are three potential links in the PROBLEM table: ICD9MasterDxID, ICD10MasterDxID, and SNOMEDMasterDxID. Choose what you need.
I suggest you download the Centricity Practice 12.0 Database Documentation. It will make your life much easier.