Function long LOS(): Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
Line 10: Line 10:
|DIC_backlogged=No
|DIC_backlogged=No
}}
}}
== Needs review after [[Change from Service Location to Service, Boarding Loc and Transfer Ready DtTm tmp entry]] ==
{{Todo
| who =  Tina
| todo_added = 2022-04-14
| todo_action = 2022-04-14
| question = 
* [[Change from Service Location to Service, Boarding Loc and Transfer Ready DtTm tmp entry]] changed [[Service/Location]] to aggregate values for the whole stay in a program. The values used in [[s_dispo table]] for the longest likely LOS were filled with previous entries from the same program, but should likely be longer now, since an aggregate stay would on average be longer. Once we have some data with the new aggregate model we should update these values.
** I will re-run using the first service dttm and dispo dttm. --[[User:JMojica|JMojica]] 15:38, 2022 January 19 (CST)
*** Done and updated the s-dispo and emailed today Tina and Pagasa for upload. --[[User:JMojica|JMojica]] 16:04, 2022 April 6 (CDT)
**** Will need to implement. [[User:Ttenbergen|Ttenbergen]] 09:34, 2022 April 14 (CDT)
}}
== Earlier notes ==
== Earlier notes ==
This was probably implemented much earlier, but can't find reference before this.  
This was probably implemented much earlier, but can't find reference before this.  

Revision as of 14:18, 2022 April 21

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, Admit DtTm, Dispo DtTm field
Firmness: soft check
Timing: complete
App: CCMDB.accdb
Coding: Function long_LOS()
Uses L Problem table: not relevant for this app
Status: needs review
Implementation Date: 2014-01-01
Backlogged: No
  • Cargo


  • SMW


  • Categories: 
  • form:

Earlier notes

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 LOS as per Function LOS() to this meanLOS3STD and gives a warning (an error that can be OK'd past) if the current patient has been there longer.

Log

  • 2019-03-20 - updated s_dispo table.meanLOS3STD with new values from Julie

Related articles

Related articles: