High-Obs Wards: Difference between revisions

mNo edit summary
JMojica (talk | contribs)
Line 10: Line 10:


=== Code in SAS ===
=== Code in SAS ===
{{DJ | Julie to add. }}
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_Tmpv2 adding the hobs  level of care
*if Ward in ('H4H','HOBS','B2','IMCU') then level_of_care =60;


=== Code in SQL ===
=== Code in SQL ===