High-Obs Wards
Jump to navigation
Jump to search
We consider a patient to be under WRHA HOB Medicine ward care if the record has an Admit DtTm between the following dates:
- HSC-H4H (original) - May 1, 2005 to June 1, 2010
- HSC-GH7S
- June 1, 2010 to April 14, 2020
- Aug 7,2020 to present
- HSC-GB2 - April 7, 2020 to Aug 7, 2020
- SBGH-L2ME - Oct 1, 2018 to April 1,2019
As of 2022-10-19 and as discussed with Julie, the only time we use the concept of hobs is in reporting Transfer Delay.
Code in SAS
New process starting Oct 2020 - Transfer Ready dttm on L_Tmpv2 adding the hobs level of care
- if Program='Med' then do; if location in ('HSC-GH7S','SBGH-L2ME') then level_of_care =60; else level_of_care=50; if location in ('HSC-GB2') and BoardLoc_dt ge mdy(4,7,2020) and BoardLoc_dt le mdy(8,7,2020) then level_of_care =60; end;
Old Process before Oct 2020 - Transfer Ready dttm on L_Log adding the hobs level of care
- if Ward in ('H4H','HOBS','B2','IMCU') then level_of_care =60;
Code in SQL
Todo
Related articles
Related articles: |