CCMDB Data Structure
This article explains how our tables interlink.
Structure
actual data
- L Log table links to the following on D_ID
support tables
L_Log table
Some fields in L Log table draw from support tables as follows:
L_CCI_Picklist table
L_CCI_Picklist table links to s_CCI_Picklist table as
- L_CCI_Picklist.xxx= s_CCI_Picklist.xxx
L_CCI_Component table
L_CCI_Component table links to s_CCI_1 table as
- L_CCI_Component.CCI_1_Code= s_CCI_1.CCI_1_Code
L_CCI_Component table links to s_CCI_2 table as
- L_CCI_Component.CCI_2_Code= s_CCI_2.CCI_2_Code
L_Como table
L_Como table links to s_AllDiagnoses table as
- L_Como.ComorbidCode = S AllDiagnoses.DiagnosisCode
L_Dxs table
L_Como table links to s_AllDiagnoses table as
- L_Dxs table.DiagnosisCode = S_AllDiagnoses.DiagnosisCode
L_ICD10 table
L_ICD10 table links to s_ICD10 table as
- L_ICC10.ICD10_code = S_ICD10.ICD10_code
L_TmpV2 table
The L_TmpV2 table links on both of the following two fields together with the S Tmp table:
- L_TmpV2.project = s_Tmp.Study
- L_TmpV2.Item = S_tmp.Value