Bed occupancy: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
TOstryzniuk (talk | contribs)
mNo edit summary
JMojica (talk | contribs)
No edit summary
Line 3: Line 3:
*** We can make it per day per ward per hospital for now and sum up in any combinations in another queries later.   
*** We can make it per day per ward per hospital for now and sum up in any combinations in another queries later.   
** Defines as the total number of beds being occupied by patients in a given calendar day.
** Defines as the total number of beds being occupied by patients in a given calendar day.
*** Decimal fractions for part-days? Ttenbergen 22:45, 2014 January 15 (CST){{discussion}}
*** Decimal fractions for part-days? Ttenbergen 22:45, 2014 January 15 (CST){{discussion}}
*The basic data for bed occupancy is per day per patient of each ward/ICU and can be sum up in any combination by day/month/quarter/year x Ward/Unit x Hospital.  Yes, decimal fractions for partial days.
 
 
Is this related to [[Bed census.mdb]]?  
Is this related to [[Bed census.mdb]]?  
*Occupancy for beds census is a one time observation each day at 1400 hrs.  
*Occupancy for beds census is a one time observation each day at 1400 hrs.  
*Ed occupancy program can pick any time of day and them summaries  
*Ed occupancy program can pick any time of day and them summaries  


Which reports use this?
Which reports use this?
Line 13: Line 18:


==Occupancy Calculation==
==Occupancy Calculation==
We calculate it per hour of stay for that day: per ward
*Formula 1  -  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 disch time - 001
**Bed Occupancy per day = sum of bed occupied by all patients in a given day
***This formula is used in quarter/FY reports
*Formula 2 -  Get the maximum bed census and minimum bed census per day
**Bed occupancy per day = (Minimum + Maximum)/2
**This formula is used in CVVSM.
*Formula 3 - Get 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.
**Bed Occupancy per day at ##Hour = number of patients occupying a bed at ##Hour.
**This formula is used in QI Team (Total Patient Days at 2300 HR) and in GRA ICU monthly reports
 
***In TMSX and MED TMS, they can calculate bed occupancy at various hour of the day (0 to 23 HR).  I think he is using both Formula 1 and 3.  I never asked Ed how he does his calculations.  I asked the users of the data. I am  using Ed's to crosscheck my numbers and we match.
 


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.


We have the ablity to do it even in minutes.


==SAS code to


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

Revision as of 09:50, 17 January 2014

Template:Discussion

  • Is this per ward? hospital? Ttenbergen 15:02, 2013 December 23 (CST)
      • We can make it per day per ward per hospital for now and sum up in any combinations in another queries later.
    • Defines as the total number of beds being occupied by patients in a given calendar day.
  • The basic data for bed occupancy is per day per patient of each ward/ICU and can be sum up in any combination by day/month/quarter/year x Ward/Unit x Hospital. Yes, decimal fractions for partial days.


Is this related to Bed census.mdb?

  • Occupancy for beds census is a one time observation each day at 1400 hrs.
  • Ed occupancy program can pick any time of day and them summaries


Which reports use this?

  • quarterly and Fiscal Year
  • for Grace ICU, monthly

Occupancy Calculation

  • Formula 1 - 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 disch time - 001
    • Bed Occupancy per day = sum of bed occupied by all patients in a given day
      • This formula is used in quarter/FY reports
  • Formula 2 - Get the maximum bed census and minimum bed census per day
    • Bed occupancy per day = (Minimum + Maximum)/2
    • This formula is used in CVVSM.
  • Formula 3 - Get 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.
    • Bed Occupancy per day at ##Hour = number of patients occupying a bed at ##Hour.
    • This formula is used in QI Team (Total Patient Days at 2300 HR) and in GRA ICU monthly reports
      • In TMSX and MED TMS, they can calculate bed occupancy at various hour of the day (0 to 23 HR). I think he is using both Formula 1 and 3. I never asked Ed how he does his calculations. I asked the users of the data. I am using Ed's to crosscheck my numbers and we match.