Query check CCI TISS NrDays LT LOS
| 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