CCMDB Data Structure: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m link fixes |
Ttenbergen (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
This article explains how our tables interlink. | This article explains how our tables interlink. Click on any of the table names to find out more about what data is contained in them and how it is encoded. | ||
== Structure == | == Structure == | ||
Revision as of 10:17, 27 October 2021
This article explains how our tables interlink. Click on any of the table names to find out more about what data is contained in them and how it is encoded.
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