L CCI Picklist table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) Created page with "The '''L_CCI_Component''' table in CCMDB.mdb contains the CCI data collected as per CCI collection. == Data Structure == {| class="wikitable sortable" |- !| fie..." |
Ttenbergen (talk | contribs) mNo edit summary |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The ''' | {{DISPLAYTITLE:L_CCI_Picklist table}} The '''L_CCI_Picklist ''' table in [[CCMDB.accdb]] contains the [[CCI Picklist]] data collected as per [[CCI Collection]]. It's the counterpart of the [[L CCI Component table]]. | ||
== Data Structure == | == Data Structure == | ||
Line 12: | Line 12: | ||
|| '''[[Patient_ID]]/[[D_ID]]''' || text || link to [[L_Log table]] | || '''[[Patient_ID]]/[[D_ID]]''' || text || link to [[L_Log table]] | ||
|- | |- | ||
|| ''' | || '''[[CCI_Picklist_Code]]''' || text(20) || code and link to [[s_CCI_Picklist table]] | ||
|- | |- | ||
|| '''[[Px_Date]]''' || Date/Time || [[Px_Date]] | || '''[[Px_Date]]''' || Date/Time || [[Px_Date]] | ||
|- | |- | ||
|| '''[[Px_Date]] | || '''[[Px_Date]]_missing''' || yes/no || originally intended for cross check if no [[Px_Date]] and [[Px_Type]] = acquired; not currently used or accessible in CCMDB.accdb front end | ||
|- | |- | ||
|| '''[[Px_Type]]''' || text(8) || Acquired, Admit, Comorbid | || '''[[Px_Type]]''' || text(8) || Acquired, Admit, Comorbid | ||
Line 22: | Line 22: | ||
|| '''[[Px_Count]]''' || number (integer) || number of times procedure was performed on a given day | || '''[[Px_Count]]''' || number (integer) || number of times procedure was performed on a given day | ||
|} | |} | ||
== How it works == | |||
To understand all [[CCI Procedure]]s for a patient, consider [[L_CCI_Component table]] and [[L_CCI_Picklist table]] together, eg. by using the [[query L_CCI_Combined]]. | |||
== Related Articles == | == Related Articles == | ||
Line 30: | Line 33: | ||
[[Category: CCI]] | [[Category: CCI]] | ||
[[Category: L Table]] | [[Category: L Table]] | ||
[[Category: CCI Data Structure]] | [[Category: CCI Data Structure]] | ||
[[Category: L CCI Picklist table]] | |||
[[Category: CCI Picklist Coding]] |
Latest revision as of 14:07, 17 May 2023
The L_CCI_Picklist table in CCMDB.accdb contains the CCI Picklist data collected as per CCI Collection. It's the counterpart of the L CCI Component table.
Data Structure
field | type | description |
---|---|---|
L_CCI_ID | Long Integer(AutoNumber) | unique ID |
Patient_ID/D_ID | text | link to L_Log table |
CCI_Picklist_Code | text(20) | code and link to s_CCI_Picklist table |
Px_Date | Date/Time | Px_Date |
Px_Date_missing | yes/no | originally intended for cross check if no Px_Date and Px_Type = acquired; not currently used or accessible in CCMDB.accdb front end |
Px_Type | text(8) | Acquired, Admit, Comorbid |
Px_Count | number (integer) | number of times procedure was performed on a given day |
How it works
To understand all CCI Procedures for a patient, consider L_CCI_Component table and L_CCI_Picklist table together, eg. by using the query L_CCI_Combined.