Query check CCI TISS NrDays GT LOS: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 13: | Line 13: | ||
== Log == | == Log == | ||
* 2023-11-25 - updated to use new function admission_program([L_Log.Pat_ID]) | |||
* 2021-01-21 - check defined and implemented | * 2021-01-21 - check defined and implemented | ||
Line 20: | Line 21: | ||
[[Category:CCI]] | [[Category:CCI]] | ||
[[Category:CCI Px check]] | [[Category:CCI Px check]] | ||
[[Category:TISS28 | [[Category:TISS28 check]] | ||
[[Category:Registry checks]] | [[Category:Registry checks]] | ||
[[Category:Length of stay]] | [[Category:Length of stay]] | ||
[[Category:TISS28 timing checks]] | [[Category:TISS28 timing checks]] |
Latest revision as of 10:38, 2023 November 25
Data Integrity Checks | |
Summary: | There are more TISS Item Px_Dates than there are days between the first Service tmp entry and Dispo DtTm |
Related: | CCI Picklist, Service tmp entry, Dispo DtTm |
Firmness: | hard check |
Timing: | incomplete |
App: | CCMDB.accdb |
Coding: | query check_CCI_TISS_NrDays_GT_LOS |
Uses L Problem table: | not relevant for this app |
Status: | implemented |
Implementation Date: | 2021-01-21 |
Backlogged: | true |
This check can be done on incomplete records because even for those there is never a reason there would be extra TISS days.
Log
- 2023-11-25 - updated to use new function admission_program([L_Log.Pat_ID])
- 2021-01-21 - check defined and implemented