Query check CCI TISS NrDays LT LOS: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) No edit summary |
Ttenbergen (talk | contribs) m →Log |
||
(5 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
|DIC_backlogged=No | |DIC_backlogged=No | ||
}} | }} | ||
This check can only be done on '''complete''' records because collectors may not have had a chance to be up-to-date on incomplete records, so TISS days might be missing. | This check can only be done on '''complete''' records because collectors may not have had a chance to be up-to-date on incomplete records, so TISS days might be missing. Since it is triggered by checking the [[Diag Complete]] it will never run on incomplete patients. | ||
== Log == | == Log == | ||
* 2023-11-25 - updated to use new function admission_program([L_Log.Pat_ID]) | |||
* 2021-09-01 – query was limited to complete patients but is triggered when “D” is checked, so it never triggered at all | |||
* 2021-01-21 - check defined | * 2021-01-21 - check defined | ||
Line 18: | Line 20: | ||
{{Related Articles}} | {{Related Articles}} | ||
[[Category:CCI Px check]] | [[Category:CCI Px check]] | ||
[[Category:TISS28 checks]] | [[Category:TISS28 check]] | ||
[[Category:Registry checks]] | |||
[[Category:Length of stay]] | |||
[[Category:TISS28 timing checks]] |
Latest revision as of 10:40, 25 November 2023
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: | complete |
App: | CCMDB.accdb |
Coding: | query check_CCI_TISS_NrDays_LT_LOS |
Uses L Problem table: | not relevant for this app |
Status: | implemented |
Implementation Date: | 2021-01-21 |
Backlogged: | No |
This check can only be done on complete records because collectors may not have had a chance to be up-to-date on incomplete records, so TISS days might be missing. Since it is triggered by checking the Diag Complete it will never run on incomplete patients.
Log
- 2023-11-25 - updated to use new function admission_program([L_Log.Pat_ID])
- 2021-09-01 – query was limited to complete patients but is triggered when “D” is checked, so it never triggered at all
- 2021-01-21 - check defined