L CCI Picklist table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) m tis what field is actually called |
||
Line 1: | Line 1: | ||
The '''L_CCI_Component''' table in [[CCMDB.mdb]] contains the [[CCI Picklist]] data collected as per [[CCI Collection]]. | The '''L_CCI_Component''' table in [[CCMDB.mdb]] 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 16: | Line 17: | ||
|| '''[[Px_Date]]''' || Date/Time || [[Px_Date]] | || '''[[Px_Date]]''' || Date/Time || [[Px_Date]] | ||
|- | |- | ||
|| '''[[Px_Date]] | || '''[[Px_Date]]_missing''' || yes/no || mus be set to true if no [[Px_Date]] | ||
|- | |- | ||
|| '''[[Px_Type]]''' || text(8) || Acquired, Admit, Comorbid | || '''[[Px_Type]]''' || text(8) || Acquired, Admit, Comorbid |
Revision as of 15:24, 14 October 2018
The L_CCI_Component table in CCMDB.mdb 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 | mus be set to true if no Px_Date |
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 Picklist table and L CCI Component table together, eg. by using the Query L CCI Resolver.