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 |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
| DIC_app = CCMDB.accdb | | DIC_app = CCMDB.accdb | ||
| DIC_coding = query ''check_CCI_TISS_NrDays_GT_LOS'' | | DIC_coding = query ''check_CCI_TISS_NrDays_GT_LOS'' | ||
| DIC_status = | | DIC_status = implemented | ||
| DIC_implementation_date = | | DIC_implementation_date = 2021-01-21 | ||
}} | }} | ||
This check can be done on incomplete records because even for those there is never a reason there would be extra TISS days. | This check can be done on incomplete records because even for those there is never a reason there would be extra TISS days. | ||
== Log == | == Log == | ||
* 2021-01-21 - check defined | * 2023-11-25 - updated to use new function admission_program([L_Log.Pat_ID]) | ||
* 2021-01-21 - check defined and implemented | |||
== Related articles == | == Related articles == | ||
| Line 23: | Line 21: | ||
[[Category:CCI]] | [[Category:CCI]] | ||
[[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:38, 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: | 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