L CCI Picklist table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
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 == | |||
One field stores a single [[CCI Procedure]]: | |||
* [[CCI_Pick_Code]] - <number between 1-8>.<2 letters>.<2 numbers><optionally more letters> | |||
To understand all [[CCI Procedure]]s for a patient, consider [[L CCI Component table]] and [[L CCI Component table]] together, eg. by using the [[Query L CCI Resolver]]. | |||
== Related Articles == | == Related Articles == |
Revision as of 23:04, 6 February 2018
The L_CCI_Component table in CCMDB.mdb contains the CCI data collected as per CCI collection.
Data Structure
field | type | description |
---|---|---|
L_CCI_ID | Long Integer(AutoNumber) | unique ID |
Patient_ID/D_ID | text | link to L_Log table |
CCI_Pick_Code | number(long integer) | link to s_CCI_Picklist table |
Px_Date | Date/Time | Px_Date |
Px_Date_unknown | 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
One field stores a single CCI Procedure:
- CCI_Pick_Code - <number between 1-8>.<2 letters>.<2 numbers><optionally more letters>
To understand all CCI Procedures for a patient, consider L CCI Component table and L CCI Component table together, eg. by using the Query L CCI Resolver.