Bed occupancy: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
TOstryzniuk (talk | contribs)
mNo edit summary
m Text replacement - "[[Category: " to "[[Category:"
 
(36 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{discussion}}
{{Reporting Indicators
* Is this per ward? hospital? Ttenbergen 15:02, 2013 December 23 (CST)
| description = Count of full or partial days patients occupy beds. Partial days are reported in a decimal fraction of a day. There are also  other ways to calculate daily bed occupancy.  
*** We can make it per day per ward per hospital for now and sum up in any combinations in another queries later. 
| indicator_name = {{PAGENAME}}
** Defines as the total number of beds being occupied by patients in a given calendar day.
| created_raw = Created
*** Decimal fractions for part-days? Ttenbergen 22:45, 2014 January 15 (CST){{discussion}}
| program = Critical Care and Medicine
Is this related to [[Bed census.mdb]]?
| indicator_start_date =
*Occupancy for beds census is a one time observation each day at 1400 hrs.
| indicator_end_date =
*Ed occupancy program can pick any time of day and them summaries
}}


Which reports use this?
'' for the WRHA Regional Daily ICU Bed census (White Board) see [[Bed census.mdb]]
*quarterly and Fiscal Year
 
*for Grace ICU, monthly
Bed occupancy is usually used in aggregate form as "per location" and/or "per timeframe", e.g. by day/month/quarter/year x Ward/Unit x Hospital.


==Occupancy Calculation==
==Occupancy Calculation==
We calculate it per hour of stay for that day: per ward
===Definition1: Actual hours occupying a bed per day for each patient===
*Example: Admit time 9 am, so how many hours did pt stay for that day: calculate (24-9)/24
*If admit date the same as discharge date - calculate the difference between the discharge time and admit time.
*if admit date is not the same as disch date
** for first date - calculate the difference between 2400 and admit time
** for in between date - consider 1 full day
** for last date -  calculate the difference between [[Dispo DtTm]] - 001
*Bed Occupancy per day = sum of bed occupied by all patients in a given day
** use in CC and Medicine Programs
 
===Definition2: Get the maximum bed census and minimum bed census per day===
*This is being done by defining a counter for people admitted  and discharged to an ICU.  The counter is a -1 or +1.  The Admit date/time is used as the time to  +1 to census.  The discharge date/time is used as the time to  -1 to census.  On a chronological order of time,  the patient admitted is added and the patient discharged is subtracted based on time per day.
*Per day,  get the minimum and maximum census
*Daily Bed occupancy for a given time period (i.e. month, quarterly, year) = (Average of Minimum + Average of Maximum)/2
** use in CC Program
 
===Definition3: The number of bed census per slice of time ===
*This means for a given hour of the day, how many beds are occupied.
*This is done by adding the patient admitted and subtracting  the patient discharged based on time per day as in Definition2 above.
*Bed Occupancy per day at ##Hour = number of patients occupying a bed at ##Hour.
** use in CC Program
===QI domain===
*[[QualityDomain::Timely]]
 
==Significance==
This measure captures the proportion of time where the ICU is functioning at or over capacity with respect to ICU beds. High occupancy indicates lack of critical care capacity or challenges with patient flow. A unit that has all their beds occupied will have difficulties admitting new patients in a timely fashion.
 
==Sampling Plan / Procedure==
===Inclusion Criteria===
100% all admissions
===Exclusion Criteria===
None
===Frequency===
Monthly, quarterly or yearly  based on calendar dates
 
==Definition and Derivation==
* Average Daily Bed Occupancy based on Definition1
* Average Daily Occupancy/Number of Beds in %  based on Definition2
*The number of beds opened per unit is taken from the [[Bed Census]] Database.
 
===Numerator===
*Definition1 Num = Sum of the  Daily Bed occupancy in a given time frame
*Definition2 Num = Sum of the  Daily Bed occupancy in a given time frame
===Denominator===
*Definition1 Denom = Number of calendar days in the same time frame
*Definition2 Denom = (Number of calendar days in the same time frame) * (Number of beds)  
 
===Formula===
*Definition1 Average Daily Bed Occupancy = Definition1 Num  / Definition1 Denom
*Definition2 Average Daily Occupancy/Number of Beds in %= (Definition2 Num  / Definition2 Denom) * 100


Julie calculates occupancy per patient first then she use the per patient calculation and calulate further by day, by ward by hospital or any other way is needed.
==Data Sources==
[[Admit DtTm]], [[Dispo DtTm]], [[Bed Census]]


We have the ablity to do it even in minutes.
==SAS Program==
S:\MED\MED_CCMED\Julie\SAS_CFE\CFE_macros\all_bed_occupancy.sas


==SAS code to
== Related articles ==
{{Related Articles}}


[[Category: QA]]
[[Category:QA]]
[[Category: Questions Statistician ]]
[[Category:Reporting]]

Latest revision as of 10:29, 30 July 2025

Count of full or partial days patients occupy beds. Partial days are reported in a decimal fraction of a day. There are also other ways to calculate daily bed occupancy.

Indicators
Indicator: Bed occupancy
Created/Raw: Created
Program: Critical Care and Medicine
Start Date:
End Date:
Reports: Directors Quarterly and Annual Report (Critical Care), Directors Quarterly and Annual Report (Medicine)
Data Dependencies(Reports/Indicators/Data Elements):


  • Cargo


  • Helper template:
  • Cargo


  • Categories

none

  • SMW:
  • Categories
  • Default form:

for the WRHA Regional Daily ICU Bed census (White Board) see Bed census.mdb

Bed occupancy is usually used in aggregate form as "per location" and/or "per timeframe", e.g. by day/month/quarter/year x Ward/Unit x Hospital.

Occupancy Calculation

Definition1: Actual hours occupying a bed per day for each patient

  • If admit date the same as discharge date - calculate the difference between the discharge time and admit time.
  • if admit date is not the same as disch date
    • for first date - calculate the difference between 2400 and admit time
    • for in between date - consider 1 full day
    • for last date - calculate the difference between Dispo DtTm - 001
  • Bed Occupancy per day = sum of bed occupied by all patients in a given day
    • use in CC and Medicine Programs

Definition2: Get the maximum bed census and minimum bed census per day

  • This is being done by defining a counter for people admitted and discharged to an ICU. The counter is a -1 or +1. The Admit date/time is used as the time to +1 to census. The discharge date/time is used as the time to -1 to census. On a chronological order of time, the patient admitted is added and the patient discharged is subtracted based on time per day.
  • Per day, get the minimum and maximum census
  • Daily Bed occupancy for a given time period (i.e. month, quarterly, year) = (Average of Minimum + Average of Maximum)/2
    • use in CC Program

Definition3: The number of bed census per slice of time

  • This means for a given hour of the day, how many beds are occupied.
  • This is done by adding the patient admitted and subtracting the patient discharged based on time per day as in Definition2 above.
  • Bed Occupancy per day at ##Hour = number of patients occupying a bed at ##Hour.
    • use in CC Program

QI domain

  • Timely

Significance

This measure captures the proportion of time where the ICU is functioning at or over capacity with respect to ICU beds. High occupancy indicates lack of critical care capacity or challenges with patient flow. A unit that has all their beds occupied will have difficulties admitting new patients in a timely fashion.

Sampling Plan / Procedure

Inclusion Criteria

100% all admissions

Exclusion Criteria

None

Frequency

Monthly, quarterly or yearly based on calendar dates

Definition and Derivation

  • Average Daily Bed Occupancy based on Definition1
  • Average Daily Occupancy/Number of Beds in % based on Definition2
  • The number of beds opened per unit is taken from the Bed Census Database.

Numerator

  • Definition1 Num = Sum of the Daily Bed occupancy in a given time frame
  • Definition2 Num = Sum of the Daily Bed occupancy in a given time frame

Denominator

  • Definition1 Denom = Number of calendar days in the same time frame
  • Definition2 Denom = (Number of calendar days in the same time frame) * (Number of beds)

Formula

  • Definition1 Average Daily Bed Occupancy = Definition1 Num / Definition1 Denom
  • Definition2 Average Daily Occupancy/Number of Beds in %= (Definition2 Num / Definition2 Denom) * 100

Data Sources

Admit DtTm, Dispo DtTm, Bed Census

SAS Program

S:\MED\MED_CCMED\Julie\SAS_CFE\CFE_macros\all_bed_occupancy.sas

Related articles

Related articles: