Function long LOS(): Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
<onlyinclude>Function long LOS() checks that the [[LOS]]/Length of Stay for patients is not unlikely long based on historical [[LOS]] for a given ward.</onlyinclude>
{{Data Integrity Check
| DIC_summary = [[LOS]]/Length of Stay should not be unlikely long based on historical [[LOS]] for a given ward ([[Service/Location field]]).
| DIC_related_concepts = [[LOS]]
| DIC_firmness = soft check
| DIC_app = CCMDB.mdb
| DIC_coding = Function long_LOS()
| DIC_status = implemented
| DIC_implementation_date = 2014-01-01
}}


== {{CCMDB Data Integrity Checks|implemented}}==
This was probably implemented much earlier, but can't find reference before this.


The [[statistician]] provided mean LOS + 3 standard variations. This is stored in [[s_dispo table]] field meanLOS3STD.  
The [[statistician]] provided mean LOS + 3 standard variations. This is stored in [[s_dispo table]] field meanLOS3STD.  
The function compares the difference between [[Dispo DtTm field]] and [[Arrive DtTm field]] (not [[Accept DtTm field]]) to this meanLOS3STD and gives a warning (an error that can be OK'd past) if the current patient has been there longer.  
The function compares the difference between [[Dispo DtTm field]] and [[Arrive DtTm field]] (not [[Accept DtTm field]]) to this meanLOS3STD and gives a warning (an error that can be OK'd past) if the current patient has been there longer.  
== Related articles ==
{{Related Articles}}


[[Category:2016 Time and Place changes]]
[[Category:2016 Time and Place changes]]
[[Category:Length of stay]]
[[Category:Length of stay]]
[[Category:CCMDB Data Integrity Checks]]
[[Category:CCMDB Data Integrity Checks]]
[[Category:Site/Location check]]

Revision as of 17:09, 2018 September 19

Data Integrity Checks
Summary: LOS/Length of Stay should not be unlikely long based on historical LOS for a given ward (Service/Location field).
Related: [[LOS]]
Firmness: soft check
Timing: always
App: CCMDB.mdb
Coding: Function long_LOS()
Uses L Problem table: not relevant for this app
Status: implemented
Implementation Date: 2014-01-01
Backlogged: true
  • Cargo


  • SMW
"CCMDB.mdb" is not in the list (CCMDB.accdb, Centralized data front end.accdb, TISS28.accdb, SAP, DSM Labs Consistency check.accdb, not entered) of allowed values for the "DICApp" property. 
  • Categories:  
  • form:

This was probably implemented much earlier, but can't find reference before this.

The statistician provided mean LOS + 3 standard variations. This is stored in s_dispo table field meanLOS3STD.

The function compares the difference between Dispo DtTm field and Arrive DtTm field (not Accept DtTm field) to this meanLOS3STD and gives a warning (an error that can be OK'd past) if the current patient has been there longer.

Related articles

Related articles: