Using Monte Carlo Simulation to Assess Hospital Operating Room Scheduling

Size: px
Start display at page:

Download "Using Monte Carlo Simulation to Assess Hospital Operating Room Scheduling"

Transcription

1 Washington University in St. Louis School of Engineering and Applied Science Electrical and Systems Engineering Department ESE499 Using Monte Carlo Simulation to Assess Hospital Operating Room Scheduling By Eric Hsu Gary Savell Supervisors Eli Snir Jason Trobaugh Submitted in Partial Fulfillment of the Requirement for the BSSSE Degree, Electrical and Systems Engineering Department, School of Engineering and Applied Science, Washington University in St. Louis May 2015

2 ACKNOWLEDGMENTS We would like to acknowledge the contribution of our advisor, Eli Snir for his assistance and guidance throughout the undertaking of this project. We would also like to thank our advisor and course mentor, Jason Trobaugh, for his recommendations of different optimization techniques. Finally, we would like to thank the Consultant for all of his assistance in helping us build upon his previous work. 1

3 ABSTRACT Operation Room (OR) scheduling is a constant problem that hospitals face. Many analysts have tackled this problem before and have created solutions that may be good for the hospital, but oftentimes there is not analysis that can be used to physically assess how beneficial that solution is prior to its implementation. Thus, there is a need for simulation and evaluation of different solutions. In this report, we create a new system for analyzing hospital OR schedules. The system is three-fold: we create new candidate solutions by refining a previously used objective function, use Monte Carlo simulation to obtain statistics for those solutions such as mean overtime hours and variation in weekly patient flow, and then evaluate those statistics. Although we used our own means of evaluation to assess the quality of our solutions, the evaluation methods may change from user to user. Since this project involves only an initial run through of our system, assumptions can always be tweaked and further physical metrics and evaluation methods can be developed in the future. 2

4 Table of Contents ACKNOWLEDGMENTS... 1 ABSTRACT... 2 CONTACT INFORMATION... 4 INTRODUCTION AND BACKGROUND... 5 Overview of the Problem... 5 Method... 6 METHODS: FINDING SUBOPTIMAL SOLUTIONS... 7 Defining Decision Variables... 7 Defining Constraints... 8 Objective Function and Finding Candidate Solutions... 9 METHODS: SIMULATION TECHNIQUES Underlying Assumptions Simulation Method Metrics of Evaluation... 1 RESULTS Candidate Solutions Allocation Score Metric Evaluation of Candidate Solutions A Detailed Look at Our Candidate Solutions CONCLUSION Opportunities for Future Analysis BIBLIOGRAPHY... 2 APPENDIX A: PROBLEM FORMULATION Appendix A.1: Notation of Decision Variables Appendix A.2: List of Constraints in Equation Form APPENDIX B: RESULTS Appendix B.1: Result of Allocation Score Algorithm Calculations Appendix B.2: Patient Flow Variation for Selected Candidate Solutions Appendix B.: Statistics for All Candidate Solutions... 28

5 CONTACT INFORMATION Group Members: Eric Hsu, Washington University in St. Louis Gary Savell, Washington University in St. Louis Project Supervisors: Eli Snir, Lecturer in Management, Olin Business School, Washington University in St. Louis Jason Trobaugh, Lecturer in Electrical and Systems Engineering, School of Engineering and Applied Science, Washington University in St. Louis 4

6 INTRODUCTION AND BACKGROUND Overview of the Problem Operating Room (OR) Scheduling is a common problem that hospitals face today. Hospitals try to utilize the space that they have in the most efficient and cost-effective way to provide the best services to clients and patients. However, scheduling operating rooms to specific physician specialties requires the consideration of physician availability, specific operating hours, patient variation, and medical equipment provided in each operating room. Having an optimized OR surgical schedule can increase the effective use of each operating room and reduce the amount of poorly allocated resources used by the hospital. Since OR scheduling and use has been an issue in hospitals for a long time, many studies have been performed to maximize OR use [1, 2, ]. Unlike most finite resource allocation problems, many different parameters such as physician preferences, hospital specialties (such as General Surgery, Cardiothoracic, Peripheral Vascular, etc.), patient preferences, and financial return from patients are considered. Each study provides its own optimal solution for the hospital s preference. However, our client, a hospital operations research consultant (referred to as Consultant), who worked for a major tertiary academic medical center this past year, realized that implementing the optimal solution in real life was too impractical many physical metrics could not be measured reliably by just an objective function. Thus, our group has decided to obtain and evaluate multiple suboptimal candidate solutions via simulation with previous hospital patient and OR usage data. This way, the Consultant will be provided with physical statistics that will allow him to better choose a candidate solution that best serves his institution and will be more feasible to implement. 5

7 Method Our approach to finding quality solutions to this scheduling problem is three-fold. The first part is that the candidate solutions need to be generated. We chose to use an existing integer programming model to generate solutions. Secondly, these solutions need to have physical metrics to allow for evaluation. Third, the solutions need to be evaluated based on their practicality and efficiency. Find A Candidate Solution Simulate the solution and create metrics Evaulate the metrics and practicality We chose this method of solving the problem because it is a new way of looking at the benefits of a particular schedule. Previous work has been done specifically for this hospital based on a deterministic objective function. We wanted to use an alternative method to test the accuracy level of the objective function as well as propose other possible options. In addition, deterministic systems only consider the means, whereas we are considering a distribution with variation in each given day, which is more realistic. The simulation also gives the added benefit in that it answers real questions that the hospital has. A hospital typically cares about patient care safety and quality, physician and employee contentment, and costs. We addressed the simulation with those items in mind. In particular, a hospital cares about how much expected time will be spent where they need to pay overtime because it is often difficult to consider how long patients will be in operating rooms. Similarly, if an operating room can be freed up because of lack of usage, the hospital also wants to know that in order to reallocate the OR to a specialty that may need it more. 6

8 A hospital also cares about patient flow. The three types of patients that we considered were Admit (A), Inpatient (I), and Outpatient (O). The reason the hospital wants to have data about patient flow is because of a space constraint of number of beds available. For example, if all of the Inpatients are scheduled only on one day and not on any of the others, there will be a shortage of beds available. Thus, the hospital wants low variation of patient types across days of the week. METHODS: FINDING SUBOPTIMAL SOLUTIONS Defining Decision Variables As part of his analysis for the academic medical center, the Consultant had identified a model for finding the optimal schedule. The integer programming model optimized an objective function based on three equally weighted components of high utilization time of ORs: allocation efficiency and two measures of variation of the time used in the OR, which will be discussed in more detail below shortly. The ten specialties with their abbreviations are listed below in Table 1. Five different types of ORs exist, each supplied with different resources for different specialties. Table 2 shows which specialties can use which OR type, giving us a total of 16 Service Abbrev Max Daily Blocks General Surgery Gen Orthopedic Surgery Ortho 4 Transplant Surgery Tx 2 Otolaryngology ENT 2 Oral and Maxillofacial Surgery OMFS 2 Urology Uro 2 Cardiothoracic CT 2 Peripheral Vascular PV 2 Neurosurgery Neuro 2 Plastic Surgery Plas 2 Table 1: List of services, abbreviations, and maximum daily number of allocated blocks possible to each service Specialties Gen, Ortho, Tx, ENT, OMFS, Uro, Plas, Neuro Tx, Uro, CT, OR Type # ORs PV, Neuro Neuro 2 1 PV 1 CT 4 1 Table 2: List of specialties that can use each OR type and total number of each OR type 7

9 different Specialty/OR combinations. Each OR allocation can last 8, 10, or 12 hours. Thus, full OR schedules require the allocation of blocks to three different criteria: day of the week (Monday through Friday for 5 days), specialty/or use (16 combinations), and amount of time allocated ( different times), resulting in a total of 240 decision variables. These decision variables are denoted as x d,s,t with the subscripts being defined as follows (see Appendix A.1 for a more explicit defining of decision variables): d = 1, 2,, 4, 5 respectively for Monday, Tuesday, Wednesday, Thursday, and Friday s = 1, 2,,,16 based on specialty/or combination shown in Table 2, with s = 1 referring to Gen in OR Type 0, s = 2 referring to Ortho in OR Type 0, and rightwards and downwards along Table 2 with increasing s up to s = 16 referring to CT in OR Type 4. The values of s for each service are also shown in Table. Each service consists of a subset of set S, where the first element of S is Gen, second is Ortho, etc. t = 1, 2, respectively for 8, 10, and 12 hour blocks Service Corresponding s in set {S} Gen 1 Ortho 2 Tx, 9 ENT 4 OMFS 5 Uro 6, 10 CT 11, 16 PV 12, 15 Neuro 8, 1, 14 Plas 7 Table : Services with their corresponding values of s in x d,s,t. They are labeled to be subsets in {S}. Defining Constraints For practicality, all of the decision variables are nonnegative and integers, as both negative allocations and partial block allocations are not feasible options in real life. The rest of the constraints in this model are daily constraints and are denoted as shown below. This means that all of the following equations are constrained for all values of d = 1, 2,, 4, 5. 8

10 The hospital has 15 possible operating rooms that can be used each day; however, two are allocated for emergencies. This leaves 1 ORs that are to be scheduled per day, all of which are to be used, resulting in the constraint equation shown below. 16 x d,s,t s=1 t=1 = 1, x d,s,t N Other constraints include those listed above in Tables 1 and 2. The maximum number of blocks per day that each specialty can have is 2,, or 4 as shown in Table 1. The maximum number of ORs allocated to a particular type is also limited by the number of each OR type that the hospital has. That is, the hospital has 11 ORs of Type 0 and 1 of each other Type, so the daily total number of blocks allocated to OR Type 0 must be less than or equal to 11 and Types 1 to 4 less than or equal to 1. One last constraint includes the maximum number of 8, 10, and 12 hour blocks that can be allocated to a given day. For the sake of reasonable hospital organization, these respective maximum values are 2 (or, to be described below), 5, or 8 allocated blocks. Appendix A.2 provides a full list of the constraints. Objective Function and Finding Candidate Solutions As stated above, in the Consultant s model, the objective function contained three terms: allocation efficiency and two measures of variation of the time used in the OR. Allocation efficiency required calculating the number of goal hours for each specialty, which is the number of hours that each specialty requested divided by a target allocation percentage. As is common with most hospital OR scheduling problems, this value defaults to 0.8. Table 4 shows such values at a target allocation percentage of 80%. Allocation efficiency itself is the sum of the absolute differences between the number of allocated hours and goal hours. The two measures of variation drew a sample of Admit, Inpatient, and Outpatient values for each specialty from 9

11 existing patient flow data and combined that data with the candidate solution to obtain total A, I, and O values for each day of the week. A standard deviation and coefficient of variation of each group of the 5 A, I, and O values were incorporated into the Consultant s objective function. To find our own candidate solutions, we took the Consultant s objective function and changed certain coefficient values to obtain different meaningful solutions. Since we did not have the software that let us run an integer programming problem simultaneously with a simulation problem as the Consultant did, we removed the two measures of variation from our objective function. From there, we changed the objective function in two ways to obtain two different types of solutions. The first way involved changing the importance of a particular specialty s error from the goal hours. In the Consultant s objective function, all of the errors were weighted equally. In these new objective functions, the importance of particular services is increased to 5 times of all of the others, thus driving the allocated hours of the particular specialty closer to its goal hours. The second way involved changing the allocation percentage to 0.75, 0.85, and 0.9 to see what solutions are obtained from allocating a greater (for 0.75) or lesser (for 0.85 and 0.9) number of hours. However, at an allocation proportion of 0.9, no solutions are feasible, and the number of 8 hour blocks per day had to be increased from 2 to to accommodate this change. Service Requested Goal Hours Hours Gen Ortho Tx ENT OMFS Uro CT PV Neuro Plas Table 4: Requested and Goal Hours for each Specialty at a target allocation of 0.8 We denote AP as the allocation percentage, RH S as the requested number of hours in a particular service, and W S as the importance weight of a particular specialty (where the default weight of each specialty is W S = 1). Since the objective function is calculated based on total hours, we must multiply each allocated block by the hours allocated to that block. Factoring in 10

12 preparation time and grand rounds on Wednesdays, the number of hours for the respective 8, 10, and 12 hour blocks used in calculation are 7.5, 9.5, and 11.5 hours (or 7, 9, and 11 hours on Wednesday). Thus, the number of hours (with proper subscript notation) multiplied calculates out to be t (or 5 + 2t on Wednesdays). For our full objective function, we minimize the sum of the absolute differences between the goal hours and allocated hours for each specialty multiplied by that specialty s importance weight, as shown below. Min Z = W S 1 AP ( ( t) x RH d,s,t + (5 + 2t) x,s,t ) S s S d=1,2,4,5 t=1 t=1 METHODS: SIMULATION TECHNIQUES Underlying Assumptions Data of past usage was provided daily, including patient types and minutes used of the OR. Assuming a normal distribution of the data, we collected sample averages and standard deviations for each day of the week of usage. If there was not enough data points (less than 8) for the specific day and specialty combination, we assumed that the sample average and sample standard deviation of the overall non-daily specific usage would approximate the usage for that day. For each specialty and block assignment, we pulled data from a normal distribution of the appropriate mean and standard deviation. We truncated the results so that there would be no negative hours used, since in all practical applications, negative usage is impossible. As a result, the i th trial s usage for day of week d for specialty s becomes U i,d,s,t = max{x d,s + SD d,s N(0,1), 0}, where N(0,1), x d,s, and SD d,s are the standard normal distribution, sample mean and sample standard deviation, respectively, of specialty s on day of the week d for block of time t. Although t is not a parameter of U i,d,s,t, we needed one random draw for each different allocated block of time. Thus, while t changes, the calculation of U i,d,s,t does not change. 11

13 Another assumption that was made was how to simulate the data. The two options were daily and weekly. Data was provided daily, but given that blocks are allocated weekly, both simulation techniques were feasible. Since daily data was provided, it seemed more appropriate to complete the simulation daily. A future analysis can include altering the simulation and viewing how the results would change if the simulation was run weekly. Since we are also interested in understanding the flow of patients across days, we used data provided as a sample of different patient flows of Admit, Inpatient, and Outpatient to obtain a projected patient flow. If we observed fewer than 8 observations of a specific specialty on a specific day of the week, we sampled from the entire dataset for that specialty. The reason for using this method as opposed to fitting a distribution to the dataset was that we did not feel comfortable making an assumption about the characteristics of that distribution, especially for the data being integer constrained. Simulation Method For each candidate solution, we used MATLAB R201A to run our simulation. The simulation was run for 10,000 trials (N=10,000). For each run, the random usage vector was generated using the already specified method. We then calculated various metrics based on how the given candidate solution would behave if it were implemented with the projected usage. We used this data in completing different evaluative measurements for each solution. In addition, we also evaluated patient flow across the days of the week. We randomly selected a set (A, I, O) of patient flow for a specific day of week and specialty out of the full data set. We then projected how our schedule would behave given those patient allocations. 12

14 Metrics of Evaluation The candidate solutions were evaluated based on a variety of metrics. For the purpose of defining these metrics, let U i,d,s,t be a random usage vector for an individual trial i, day of week d, specialty s, and block time t. Let H d,s,t = ( t) x d,s,t for d = 1, 2, 4, 5 and H,s,t = (5 + 2t) x,s,t, being the number of hours allocated to each particular block of different day and specialty. A list of metrics and their definitions are defined below: Mean Utilization (U ) allows us to evaluate how much time was used divided by the amount of time allocated. More specifically, N 5 U = 1 N U i,d,s,t i=1 d=1 s S t=1 H d,s,t Overtime (V) is the measure of traditional overtime, the sum of overtime hours for each allocated block for those blocks where more hours were used than were allocated. Let the set of overtime values be denoted V = {V 1, V 2,, V N }. We evaluated the mean and root mean square (RMS) of Overtime, V and V rms, respectively over the N trials. For only U i,d,s,t > H d,s,t, 5 V i = U i,d,s,t H d,s,t d=1 s S t=1 Excess Allocation (E) measures the amount of time that the ORs were left empty because nobody needed to use them. Let the set of Excess Allocation values be denoted E = {E 1, E 2,, E N }. Like with Overtime, we evaluated E and E rms. For only U i,d,s,t < H d,s,t, E i is defined as: 5 E i = H d,s,t U i,d,s,t d=1 s S t=1 1

15 Patient Flow is a measure of the various types of patients over days. We measure all of the following only for where a block is actually allocated: o The mean number of each patient type per day is important to analyze. Consider the following measurement of the mean patients by type across days, where i is the trial number, s is the specialty, and t is the block time allocation: N A d = 1 N A i,d,s,t i=1 s S t=1 N I d = 1 N I i,d,s,t i=1 s S t=1 N O d = 1 N O i,d,s,t i=1 s S t=1 o To get a closer look at the spread of patient types across a day, we look at the standard deviations of the number of A, I, and O patients across trials each day: N SD Ad = 1 N 1 ( A i,d,s,t) i=1 N s S t=1 SD Id = 1 N 1 ( I i,d,s,t) i=1 N s S t=1 SD Od = 1 N 1 ( O i,d,s,t) i=1 s S t=1 o Weekly patient flow standard deviations are given by 2 2 N 1 N(N 1) ( A i,d,s,t) i=1 s S t=1 N 1 N(N 1) ( I i,d,s,t) 2 i=1 s S t=1 N 1 N(N 1) ( O i,d,s,t) SD A = 1 5 (A d 1 5 A d ) d=1 d=1 i=1 s S t=

16 5 5 2 SD I = 1 5 (I d 1 5 I d ) d=1 d= SD O = 1 5 (O d 1 5 O d ) d=1 d=1 RESULTS Candidate Solutions In our solution set, Candidate Solution 1 is defined as the optimal solution as originally proposed by the Consultant. We are therefore going to compare all of the metrics of our candidate solutions to this solution s metrics. Since the Consultant is interested in seeing what insights can be gathered about his optimal solution, we want to evaluate his solution in depth. By changing each weight and each allocation percentage as discussed in the Methods section, we obtained 1 more candidate solutions by using Microsoft Excel s GRG Nonlinear Solver. Candidate solutions 2 through 11 are solutions that drive the allocated hours of particular specialties towards the goal hours (with allocation percentage 0.8). The order of specialties that is being focused on is the same order as that shown in Table. That is, candidate solution 2 corresponds to Gen, to Ortho, etc. Candidates 12, 1, and 14 correspond to solutions where the weights of all of the specialties in the objective function are the same, but the allocation percentages are respectively 0.75, 0.85, and Allocation Score Metric In order to better comprehend the results over multiple different candidate solutions, we developed a score called Allocation Score. This score, denoted as Q, combines both Overtime and Excess Allocation for each day over all specialties. The equations use RMS values in order 15

17 to have a nonlinear penalty for extreme values, especially for Overtime extreme values. This makes sense because missing the allocated usage by a small amount is a negligibly costly compared to missing the allocated usage by large amounts. Similarly, having Excess Allocation is less costly than Overtime, as not having enough hours (which leads to overtime hours) is problematic. The overtime penalty is weighted by a value α, which we varied as a method of creating robustness in our statistic. We used α {0,1,2,,4,5,6,7,8,9,10} for evaluation. N 5 Q = 1 N (U i,d,s,t H d,s,t ) 2 i=1 d=1 s S t=1 { 5 + α {(U i,d,s,t H d,s,t ) 2, U i,d,s,t > H d,s,t 0, U i,d,s,t H d=1 s S t=1 d,s,t } Recall that Q can be calculated for each candidate solution, so we have a set {Q} of Q s. To then easily compare Q values across solutions at various α-values, we decided to scale Q by the minimum Q, or more specifically for each candidate solution k {1,,14}: {Q} = {Q 1,, Q 14 } Q k Q k = 100 min {Q} Thus, we can look at the value of Q k where 100 is the best possible solution and each other Q k value is a specific percentage worse than the best Q k value based on its relative scale to the optimal Q k. Appendix B.1 contains the full table of Q k values calculated at various α values. Evaluation of Candidate Solutions Deciding different thresholds of the metrics for the removal of different candidate solutions from consideration was completed by the evaluation of the individual metrics 16

18 themselves in relation to the other candidate solutions. It is up to the reader and/or analyst to determine these threshold values for the specific set of candidate solutions based on each metric s individual importance for the specific application. Our initial method of removing candidate solutions was based on Allocation Score at various values of α. In particular, α values of 0 and 1 seemed to be the most accurate measure as proposed before the Overtime RMS values dominate the statistic. At high values of α, the allocation scores of each solution give the same relative information as the mean Overtime of each solution. Figure 1 shows that from α = 2 to 10, the ranking of highest to lowest allocation score stays the same, suggesting that α > 1 only gives extraneous information. We plotted the Allocation Score values for our 14 candidate solutions and decided to set 105 as our cutoff score for eliminating different candidate solutions. Figure 1. Allocation Scores of all Candidate solutions at different values of alpha. This figure was mainly used for determining which alpha value is used for analysis and our allocation score cutoffs. We chose to attack Allocation Score first because our client ranked the importance of Overtime and Excess Allocation highly. Candidate solutions 6, 8, 10, 11, and 12 were all removed based on their Allocation Score values at = 0. We then removed candidate solutions 7, 9, and 14 because of their Allocation Score values at = 1. 17

19 We then considered patient flow and in particular looked at the weekly standard deviation of patient flow for the three types. From that, we concluded that we should remove candidate solution 1 because it had too much variance (SD > 1) in all three patient types, especially in Inpatient and Outpatient standard deviation. Thus, we evaluate five final candidate solutions in more depth: 1, 2,, 4, and 5. See Appendix B. for the particular values of each statistic for each candidate solution. Recall candidate solution 1 is the Consultant s solution. A Detailed Look at Our Candidate Solutions We wanted to compare Overtime and Excess Allocation across our remaining candidate solutions as compared to the Consultant s solution. As a result, we found that our candidate solutions had less Overtime and slightly more Excess Allocation than the Consultant s solution. Consider Figure 2 below, which demonstrates this phenomenon. This suggests that the Consultant s solution overall allocates less time to each block, while our candidate solutions allocate more. Also, this trend suggests that the Consultant s solution fails to allocate enough time more frequently than our candidate solutions, as these measures are aggregate measures. Overtime and Excess Allocation Overtime Excess Allocation Consultant Solution Overtime Consultant Solution Overtime and Excess Allocation 00 Time (Hours) Candidate Solution Figure 2. Overtime and Excess Allocation of Candidates 2-5. The Consultant s Overtime and Excess Allocation is plotted as the two lines. 18

20 We then wanted to look at the patient flow across the different candidate solutions. Recall that patient flow is important due to hospital capacity constraints and that lower variation is ideal. For the Consultant s solution, consider Figure which plots the mean and standard deviation of patient flow across days of the week. The Consultant s solution provides a very low variation for Inpatient and Outpatient, but has a high variation in Admit patients. 18 Patient Allocation Across Days for Candidate Solution Number of Patients Admit Inpatient Outpatient Monday Tuesday Wednesday Thursday Friday Figure. Patient Allocation Across Days for Candidate Solution 1. (SD A, SD I, SD O ) = (1.8761, , ) A similar plot for Candidate Solutions 2,, 4, and 5 are included in Appendix B.2 [4]. Candidate Solutions 2,, 4, and 5 all have worse Inpatient and Outpatient variation than the Consultant s solution. However, they have lower Admit patient variation. In addition, these solutions have higher Outpatient mean values on Friday, which in effect lessens the need for large staff over the weekend. The standard deviations across days and type for different candidate solutions do not vary much. Looking in more detail, it becomes evident that Friday sees fewer patients overall. Oftentimes, physicians request operating rooms earlier in the week to avoid heavy staffing over the weekends. While this is convenient for the physicians, this leads to some congestion earlier 19

21 in the week. We sought candidate solutions that minimized variation, especially for Admit, to help alleviate this problem; however, again, it is up to the analyst to decide whether physician s preferences or overall hospital patient flow. Our candidate solutions thus increased the amount of Admit patients on Friday so that the weekly Admit variation was not as staggering. Since this is not very optimal for the physicians themselves, our candidate solutions made up for this by increasing the amount of Outpatients on Friday. This means that patients are leaving the hospital, and that fewer physicians and nurses will have to staff the Outpatient rooms. Figure 4. Percent Utilization by Specialty for the Consultant s Solution. We lastly looked at the mean utilization of each candidate solution. Overall, the mean utilization did not vary between the candidate solutions, as each mean utilization totaled to around 68%. This differs from our allocation percentage because the amount of hours requested by each specialty does not equal the amount of hours actually used. While these two values are calculated similarly, the true patient data differs from the theoretical data, or the number of requested hours. 20

22 Figure 4 shows the utilization of every specialty, along with the overall mean utilization, for Candidate Solution 1. We see that Ortho, ENT, and Uro are the three specialties that get the fewest hours. However Ortho is the only specialty that does not receive enough total hours for that department to treat all of the patients (i.e., the utilization is greater than 1). This trend is the same with the other solutions, with Ortho, ENT, and Uro being allocated fewer hours. This may just the number of expected necessary hours (i.e. the requested hours) by the specialty is not enough compared to how many hours the blocks will actually be used. Different candidate solutions that increase the number of requested hours for these specialties may provide a relatively more robust solution. CONCLUSION We have designed a system that can obtain new candidate solutions, creates statistics based on historical patient data, and then evaluates the statistics. The most useful novel part of this project is the Monte Carlo simulation and creation of statistics, as this has not been done in other hospital OR scheduling reports. The simulation also does not necessarily require an objective function or optimization the user can just input a candidate solution and look at meaningful physical measurements that can be useful for the hospital. While we do have a list of candidate solutions and measures of evaluation, again, these methods are not all encompassing. More candidate solutions can be determined and the ranking of different solutions based on the importance of different metrics are at the hands of the analyst. This report merely shows one way to evaluate the physical metrics obtained that is more preferable to the Consultant. 21

23 Opportunities for Future Analysis For future analysis, there are several assumptions that can be tweaked, including completing a simulation across weeks as opposed to across days. The reason we chose to simulate across days is because it seems more precise to allocate and simulate at a finer level, as opposed to a more broad approach. Since we had the daily data rather than the weekly data, this more precise approach was possible. We do not expect too much variation in the results if that method were to be completed. A more detailed approach for future analysis could be to use Data Envelopment Analysis (DEA). The basic idea behind this analysis is to create a Pareto frontier in all of the dimensions for each parameter of evaluation. From there, one could measure the distance between the frontier and the given candidate solution, thus defining the quality of a candidate solution, as tested against the parameters of evaluation. Lastly, our list of candidate solutions is not the full population of candidate solutions, and many other candidate solutions may be inputted into our simulation for analysis. For example, examining a current hospital solution, an optimal hospital solution, and intermediate solutions between the current and optimal solutions may provide many insights. These intermediate solutions can initially start at the current solution and only have small changes until the optimal solution is reached. This would then provide analysis of a series of OR schedules that lead from current to optimal solution. While this would be desirable to examine in this report, our client was unable to provide us with his affiliated hospital s current solution. 22

24 BIBLIOGRAPHY [1] S. F. Sufahani et al. A Scheduling Problem for Hospital Operating Theatre. Arxiv.org. University Tun Hussein Onn Malaysia, Web. 1 Mar < [2] A. Romanyuk and A. Silva. Optimization of an Operating Room Surgical Schedule. Ese.wustl.edu. Washingon University in St. Louis, Web. 1 Mar < bpages/sp12/finalreportsilvaromanyuk.pdf>. [] F. Dexter et al. An Operating Room Scheduling Strategy to Maximize the Use of Operating Room Block Time: Computer Simulation of Patient Scheduling and Survey of Patients Preferences for Surgical Waiting Time. citeseerx.ist.psu.edu. University of Iowa, Web. 1 Mar < [4] Callaghan, Martina (2014). barwitherr(errors,varagin). MATLAB Central File Exchange. Retrieved April 18, < barwitherr-errors-varargin-/content/barwitherr.m> 2

25 APPENDIX A: PROBLEM FORMULATION Appendix A.1: Notation of Decision Variables Gen Ortho Tx ENT OMFS Uro Plas Neuro Mon x 1,1,1 x 1,2,1 x 1,,1 x 1,4,1 x 1,5,1 x 1,6,1 x 1,7,1 x 1,8,1 Tues x 2,1,1 x 2,2,1 x 2,,1 x 2,4,1 x 2,5,1 x 2,6,1 x 2,7,1 x 2,8,1 Wed x,1,1 x,2,1 x,,1 x,4,1 x,5,1 x,6,1 x,7,1 x,8,1 Thurs x 4,1,1 x 4,2,1 x 4,,1 x 4,4,1 x 4,5,1 x 4,6,1 x 4,7,1 x 4,8,1 Fri x 5,1,1 x 5,2,1 x 5,,1 x 5,4,1 x 5,5,1 x 5,6,1 x 5,7,1 x 5,8,1 Tx Uro CT PV Neuro Neuro PV CT Mon x 1,9,1 x 1,10,1 x 1,11,1 x 1,12,1 x 1,1,1 x 1,14,1 x 1,15,1 x 1,16,1 Tues x 2,9,1 x 2,10,1 x 2,11,1 x 2,12,1 x 2,1,1 x 2,14,1 x 2,15,1 x 2,16,1 Wed x,9,1 x,10,1 x,11,1 x,12,1 x,1,1 x,14,1 x,15,1 x,16,1 Thurs x 4,9,1 x 4,10,1 x 4,11,1 x 4,12,1 x 4,1,1 x 4,14,1 x 4,15,1 x 4,16,1 Fri x 5,9,1 x 5,10,1 x 5,11,1 x 5,12,1 x 5,1,1 x 5,14,1 x 5,15,1 x 5,16,1 Shown above are decision variables x d,s,t for different combinations of day of week and specialty/or combination for block time of 8 hours. For 10 and 12 hours, t is replaced respectively with 2 and. 24

26 Appendix A.2: List of Constraints in Equation Form 16 x d,s,t = 1 s=1 t=1 16 x d,s,1 2 s=1 16 x d,s,2 5 s=1 16 x d,s, 8 s=1 8 x d,s,t 11 s=1 t=1 1 x d,s,t 1 s=9 t=1 x d,14,t 1 t=1 x d,15,t 1 t=1 x d,16,t 1 t=1 x d,s,t N x d,1,t t=1 x d,2,t 4 t=1 x d,s,t 2 s=,9 t=1 x d,4,t 2 t=1 x d,5,t 2 t=1 x d,s,t 2 s=6,10 t=1 x d,7,t 2 t=1 x d,s,t 2 s=8,1,14 t=1 x d,s,t 2 s=11,16 t=1 x d,s,t 2 s=12,15 t=1 25

27 APPENDIX B: RESULTS Appendix B.1: Result of Allocation Score Algorithm Calculations α Candidate Solution

28 Appendix B.2: Patient Flow Variation for Selected Candidate Solutions 16 Patient Allocation Across Days for Candidate Solution 2 18 Patient Allocation Across Days for Candidate Solution Number of Patients Number of Patients Admit Inpatient Outpatient Monday Tuesday Wednesday Thursday Friday Admit Inpatient Outpatient Monday Tuesday Wednesday Thursday Friday (SD A, SD I, SD O ) = (1.74, 1.40, 0.900) (SD A, SD I, SD O ) = (1.4790, , ) 16 Patient Allocation Across Days for Candidate Solution 4 16 Patient Allocation Across Days for Candidate Solution Number of Patients Number of Patients Admit Inpatient Outpatient Monday Tuesday Wednesday Thursday Friday 2 0 Admit Inpatient Outpatient Monday Tuesday Wednesday Thursday Friday (SD A, SD I, SD O ) = (1.790, 1.999, ) (SD A, SD I, SD O ) = (1.825, , ) 27

29 Appendix B.: Statistics for All Candidate Solutions Candidate Solution U V V rms E E rms A A A A A I I I I I O O O O O SD A SD I SD O SD A SD A SD A SD A SD A SD I SD I SD I SD I SD I SD O SD O SD O SD O SD O

30 Candidate Solution U V V rms E E rms A A A A A I I I I I O O O O O SD A SD I SD O SD A SD A SD A SD A SD A SD I SD I SD I SD I SD I SD O SD O SD O SD O SD O

A Mixed Integer Programming Approach for. Allocating Operating Room Capacity

A Mixed Integer Programming Approach for. Allocating Operating Room Capacity A Mixed Integer Programming Approach for Allocating Operating Room Capacity Bo Zhang, Pavankumar Murali, Maged Dessouky*, and David Belson Daniel J. Epstein Department of Industrial and Systems Engineering

More information

Most surgical facilities in the US perform all

Most surgical facilities in the US perform all ECONOMICS AND HEALTH SYSTEMS RESEARCH SECTION EDITOR RONALD D. MILLER Changing Allocations of Operating Room Time From a System Based on Historical Utilization to One Where the Aim is to Schedule as Many

More information

How to deal with Emergency at the Operating Room

How to deal with Emergency at the Operating Room How to deal with Emergency at the Operating Room Research Paper Business Analytics Author: Freerk Alons Supervisor: Dr. R. Bekker VU University Amsterdam Faculty of Science Master Business Mathematics

More information

BRIGHAM AND WOMEN S EMERGENCY DEPARTMENT OBSERVATION UNIT PROCESS IMPROVEMENT

BRIGHAM AND WOMEN S EMERGENCY DEPARTMENT OBSERVATION UNIT PROCESS IMPROVEMENT BRIGHAM AND WOMEN S EMERGENCY DEPARTMENT OBSERVATION UNIT PROCESS IMPROVEMENT Design Team Daniel Beaulieu, Xenia Ferraro Melissa Marinace, Kendall Sanderson Ellen Wilson Design Advisors Prof. James Benneyan

More information

THE USE OF SIMULATION TO DETERMINE MAXIMUM CAPACITY IN THE SURGICAL SUITE OPERATING ROOM. Sarah M. Ballard Michael E. Kuhl

THE USE OF SIMULATION TO DETERMINE MAXIMUM CAPACITY IN THE SURGICAL SUITE OPERATING ROOM. Sarah M. Ballard Michael E. Kuhl Proceedings of the 2006 Winter Simulation Conference L. F. Perrone, F. P. Wieland, J. Liu, B. G. Lawson, D. M. Nicol, and R. M. Fujimoto, eds. THE USE OF SIMULATION TO DETERMINE MAXIMUM CAPACITY IN THE

More information

Final Report. Karen Keast Director of Clinical Operations. Jacquelynn Lapinski Senior Management Engineer

Final Report. Karen Keast Director of Clinical Operations. Jacquelynn Lapinski Senior Management Engineer Assessment of Room Utilization of the Interventional Radiology Division at the University of Michigan Hospital Final Report University of Michigan Health Systems Karen Keast Director of Clinical Operations

More information

Day Time Location Work Categorisation No. of PAs

Day Time Location Work Categorisation No. of PAs Model job plan for Mr. Max Iller, Consultant Oral and Maxillofacial Surgeon 1. Job content Day Time Location Work Categorisation No. of PAs Monday 9.00am-1.00pm St. Harts Operating List Direct care 1 1.00pm-2.00pm

More information

Improving Mott Hospital Post-Operative Processes

Improving Mott Hospital Post-Operative Processes Improving Mott Hospital Post-Operative Processes Program and Operation Analysis Submitted To: Sheila Trouten, Client Nurse Manager, PACU, Mott OR Jesse Wilson, Coordinator Administrative Manager of Surgical

More information

Improving operational effectiveness of tactical master plans for emergency and elective patients under stochastic demand and capacitated resources

Improving operational effectiveness of tactical master plans for emergency and elective patients under stochastic demand and capacitated resources Improving operational effectiveness of tactical master plans for emergency and elective patients under stochastic demand and capacitated resources Ivo Adan 1, Jos Bekkers 2, Nico Dellaert 3, Jully Jeunet

More information

Nursing Manpower Allocation in Hospitals

Nursing Manpower Allocation in Hospitals Nursing Manpower Allocation in Hospitals Staff Assignment Vs. Quality of Care Issachar Gilad, Ohad Khabia Industrial Engineering and Management, Technion Andris Freivalds Hal and Inge Marcus Department

More information

General Practice Extended Access: March 2018

General Practice Extended Access: March 2018 General Practice Extended Access: March 2018 General Practice Extended Access March 2018 Version number: 1.0 First published: 3 May 2017 Prepared by: Hassan Ismail, Data Analysis and Insight Group, NHS

More information

A Mixed Integer Programming Approach for. Allocating Operating Room Capacity

A Mixed Integer Programming Approach for. Allocating Operating Room Capacity A Mixed Integer Programming Approach for Allocating Operating Room Capacity Bo Zhang, Pavankumar Murali, Maged Dessouky*, and David Belson Daniel J. Epstein Department of Industrial and Systems Engineering

More information

Surgery Scheduling with Recovery Resources

Surgery Scheduling with Recovery Resources Surgery Scheduling with Recovery Resources Maya Bam 1, Brian T. Denton 1, Mark P. Van Oyen 1, Mark Cowen, M.D. 2 1 Industrial and Operations Engineering, University of Michigan, Ann Arbor, MI 2 Quality

More information

Optimizing the planning of the one day treatment facility of the VUmc

Optimizing the planning of the one day treatment facility of the VUmc Research Paper Business Analytics Optimizing the planning of the one day treatment facility of the VUmc Author: Babiche de Jong Supervisors: Marjolein Jungman René Bekker Vrije Universiteit Amsterdam Faculty

More information

General Practice Extended Access: September 2017

General Practice Extended Access: September 2017 General Practice Extended Access: September 2017 General Practice Extended Access September 2017 Version number: 1.0 First published: 31 October 2017 Prepared by: Hassan Ismail, NHS England Analytical

More information

7 NON-ELECTIVE SURGERY IN THE NHS

7 NON-ELECTIVE SURGERY IN THE NHS Recommendations Debate whether, in the light of changes to the pattern of junior doctors working, non-essential surgery can take place during extended hours. 7 NON-ELECTIVE SURGERY IN THE NHS Ensure that

More information

Hospital admission planning to optimize major resources utilization under uncertainty

Hospital admission planning to optimize major resources utilization under uncertainty Hospital admission planning to optimize major resources utilization under uncertainty Nico Dellaert Technische Universiteit Eindhoven, Faculteit Technologie Management, Postbus 513, 5600MB Eindhoven, The

More information

Begin Implementation. Train Your Team and Take Action

Begin Implementation. Train Your Team and Take Action Begin Implementation Train Your Team and Take Action These materials were developed by the Malnutrition Quality Improvement Initiative (MQii), a project of the Academy of Nutrition and Dietetics, Avalere

More information

Proceedings of the 2005 Systems and Information Engineering Design Symposium Ellen J. Bass, ed.

Proceedings of the 2005 Systems and Information Engineering Design Symposium Ellen J. Bass, ed. Proceedings of the 2005 Systems and Information Engineering Design Symposium Ellen J. Bass, ed. ANALYZING THE PATIENT LOAD ON THE HOSPITALS IN A METROPOLITAN AREA Barb Tawney Systems and Information Engineering

More information

Patients Experience of Emergency Admission and Discharge Seven Days a Week

Patients Experience of Emergency Admission and Discharge Seven Days a Week Patients Experience of Emergency Admission and Discharge Seven Days a Week Abstract Purpose: Data from the 2014 Adult Inpatients Survey of acute trusts in England was analysed to review the consistency

More information

SATISFACTION FROM CAREGIVERS OF CHILDREN UNDER AGE OF FIVE FOR SURGERY DEPARTMENT OF NATIONAL PEDIATRIC HOSPITAL, PHNOM PENH, CAMBODIA

SATISFACTION FROM CAREGIVERS OF CHILDREN UNDER AGE OF FIVE FOR SURGERY DEPARTMENT OF NATIONAL PEDIATRIC HOSPITAL, PHNOM PENH, CAMBODIA Original Research Article S113 SATISFACTION FROM CAREGIVERS OF CHILDREN UNDER AGE OF FIVE FOR SURGERY DEPARTMENT OF NATIONAL PEDIATRIC HOSPITAL, PHNOM PENH, CAMBODIA Thol Dawin 1, Usaneya Pergnparn1, 2,

More information

The Pennsylvania State University. The Graduate School ROBUST DESIGN USING LOSS FUNCTION WITH MULTIPLE OBJECTIVES

The Pennsylvania State University. The Graduate School ROBUST DESIGN USING LOSS FUNCTION WITH MULTIPLE OBJECTIVES The Pennsylvania State University The Graduate School The Harold and Inge Marcus Department of Industrial and Manufacturing Engineering ROBUST DESIGN USING LOSS FUNCTION WITH MULTIPLE OBJECTIVES AND PATIENT

More information

Decision support system for the operating room rescheduling problem

Decision support system for the operating room rescheduling problem Health Care Manag Sci DOI 10.1007/s10729-012-9202-2 Decision support system for the operating room rescheduling problem J. Theresia van Essen Johann L. Hurink Woutske Hartholt Bernd J. van den Akker Received:

More information

EXECUTIVE SUMMARY. Introduction. Methods

EXECUTIVE SUMMARY. Introduction. Methods EXECUTIVE SUMMARY Introduction University of Michigan (UM) General Pediatrics offers health services to patients through nine outpatient clinics located throughout South Eastern Michigan. These clinics

More information

Basic Skills for CAH Quality Managers

Basic Skills for CAH Quality Managers Basic Skills for CAH Quality Managers MARCH 20, 2014 THE BASICS OF DATA MANAGEMENT Data Management Systems COLLECTION AGGREGATION ASSESSMENT REPORTING 1 Some Data Management Terminology Objective data

More information

University of Michigan Health System MiChart Department Improving Operating Room Case Time Accuracy Final Report

University of Michigan Health System MiChart Department Improving Operating Room Case Time Accuracy Final Report University of Michigan Health System MiChart Department Improving Operating Room Case Time Accuracy Final Report Submitted To: Clients Jeffrey Terrell, MD: Associate Chief Medical Information Officer Deborah

More information

First Case Starts. Updated 08/22/ Franklin Dexter

First Case Starts. Updated 08/22/ Franklin Dexter First Case Starts This talk includes many similar slides Paging through produces animation View with Adobe Reader for mobile: ipad, iphone, Android Slides were tested using Adobe Acrobat You can select

More information

DISTRICT BASED NORMATIVE COSTING MODEL

DISTRICT BASED NORMATIVE COSTING MODEL DISTRICT BASED NORMATIVE COSTING MODEL Oxford Policy Management, University Gadjah Mada and GTZ Team 17 th April 2009 Contents Contents... 1 1 Introduction... 2 2 Part A: Need and Demand... 3 2.1 Epidemiology

More information

Big Data Analysis for Resource-Constrained Surgical Scheduling

Big Data Analysis for Resource-Constrained Surgical Scheduling Paper 1682-2014 Big Data Analysis for Resource-Constrained Surgical Scheduling Elizabeth Rowse, Cardiff University; Paul Harper, Cardiff University ABSTRACT The scheduling of surgical operations in a hospital

More information

Building a Smarter Healthcare System The IE s Role. Kristin H. Goin Service Consultant Children s Healthcare of Atlanta

Building a Smarter Healthcare System The IE s Role. Kristin H. Goin Service Consultant Children s Healthcare of Atlanta Building a Smarter Healthcare System The IE s Role Kristin H. Goin Service Consultant Children s Healthcare of Atlanta 2 1 Background 3 Industrial Engineering The objective of Industrial Engineering is

More information

Analysis of Room Allocation in the Taubman Center Clinic of Internal Medicine

Analysis of Room Allocation in the Taubman Center Clinic of Internal Medicine University of Michigan Health System Program and Operations Analysis Analysis of Room Allocation in the Taubman Center Clinic of Internal Medicine Final Report To: Cherie Freed, Administrative Associate

More information

Quality Management Building Blocks

Quality Management Building Blocks Quality Management Building Blocks Quality Management A way of doing business that ensures continuous improvement of products and services to achieve better performance. (General Definition) Quality Management

More information

Sampling Error Can Significantly Affect Measured Hospital Financial Performance of Surgeons and Resulting Operating Room Time Allocations

Sampling Error Can Significantly Affect Measured Hospital Financial Performance of Surgeons and Resulting Operating Room Time Allocations Sampling Error Can Significantly Affect Measured Hospital Financial Performance of Surgeons and Resulting Operating Room Time Allocations Franklin Dexter, MD, PhD*, David A. Lubarsky, MD, MBA, and John

More information

uncovering key data points to improve OR profitability

uncovering key data points to improve OR profitability REPRINT March 2014 Robert A. Stiefel Howard Greenfield healthcare financial management association hfma.org uncovering key data points to improve OR profitability Hospital finance leaders can increase

More information

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE Yu-Li Huang, Ph.D. Assistant Professor Industrial Engineering Department New Mexico State University 575-646-2950 yhuang@nmsu.edu

More information

Data envelopment analysis (DEA) is a technique

Data envelopment analysis (DEA) is a technique Economics, Education, and Policy Section Editor: Franklin Dexter Tactical Increases in Operating Room Block Time Based on Financial Data and Market Growth Estimates from Data Envelopment Analysis Liam

More information

Roster Quality Staffing Problem. Association, Belgium

Roster Quality Staffing Problem. Association, Belgium Roster Quality Staffing Problem Komarudin 1, Marie-Anne Guerry 1, Tim De Feyter 2, Greet Vanden Berghe 3,4 1 Vrije Universiteit Brussel, MOSI, Pleinlaan 2, B-1050 Brussel, Belgium 2 Center for Business

More information

Getting the right case in the right room at the right time is the goal for every

Getting the right case in the right room at the right time is the goal for every OR throughput Are your operating rooms efficient? Getting the right case in the right room at the right time is the goal for every OR director. Often, though, defining how well the OR suite runs depends

More information

LEAN Transformation Storyboard 2015 to present

LEAN Transformation Storyboard 2015 to present LEAN Transformation Storyboard 2015 to present Rapid Improvement Event Med-Surg January 2015 Access to Supply Rooms Problem: Many staff do not have access to supply areas needed to complete their work,

More information

Quality Improvement Plans (QIP): Progress Report for the 2016/17 QIP

Quality Improvement Plans (QIP): Progress Report for the 2016/17 QIP Quality Improvement Plans (QIP): Progress Report for the QIP Medication Reconciliation ID Measure/Indicator from as stated on QIP 2017 1 Best possible medication history(bpmh) completion: The total number

More information

Analysis of Nursing Workload in Primary Care

Analysis of Nursing Workload in Primary Care Analysis of Nursing Workload in Primary Care University of Michigan Health System Final Report Client: Candia B. Laughlin, MS, RN Director of Nursing Ambulatory Care Coordinator: Laura Mittendorf Management

More information

SCHOOL - A CASE ANALYSIS OF ICT ENABLED EDUCATION PROJECT IN KERALA

SCHOOL - A CASE ANALYSIS OF ICT ENABLED EDUCATION PROJECT IN KERALA CHAPTER V IT@ SCHOOL - A CASE ANALYSIS OF ICT ENABLED EDUCATION PROJECT IN KERALA 5.1 Analysis of primary data collected from Students 5.1.1 Objectives 5.1.2 Hypotheses 5.1.2 Findings of the Study among

More information

time to replace adjusted discharges

time to replace adjusted discharges REPRINT May 2014 William O. Cleverley healthcare financial management association hfma.org time to replace adjusted discharges A new metric for measuring total hospital volume correlates significantly

More information

Let s Talk Informatics

Let s Talk Informatics Let s Talk Informatics Discrete-Event Simulation Daryl MacNeil P.Eng., MBA Terry Boudreau P.Eng., B.Sc. 28 Sept. 2017 Bethune Ballroom, Halifax, Nova Scotia Please be advised that we are currently in a

More information

Frequently Asked Questions (FAQ) The Harvard Pilgrim Independence Plan SM

Frequently Asked Questions (FAQ) The Harvard Pilgrim Independence Plan SM Frequently Asked Questions (FAQ) The Harvard Pilgrim Independence Plan SM Plan Year: July 2010 June 2011 Background The Harvard Pilgrim Independence Plan was developed in 2006 for the Commonwealth of Massachusetts

More information

The Determinants of Patient Satisfaction in the United States

The Determinants of Patient Satisfaction in the United States The Determinants of Patient Satisfaction in the United States Nikhil Porecha The College of New Jersey 5 April 2016 Dr. Donka Mirtcheva Abstract Hospitals and other healthcare facilities face a problem

More information

Creating a Patient-Centered Payment System to Support Higher-Quality, More Affordable Health Care. Harold D. Miller

Creating a Patient-Centered Payment System to Support Higher-Quality, More Affordable Health Care. Harold D. Miller Creating a Patient-Centered Payment System to Support Higher-Quality, More Affordable Health Care Harold D. Miller First Edition October 2017 CONTENTS EXECUTIVE SUMMARY... i I. THE QUEST TO PAY FOR VALUE

More information

Executive Summary. This Project

Executive Summary. This Project Executive Summary The Health Care Financing Administration (HCFA) has had a long-term commitment to work towards implementation of a per-episode prospective payment approach for Medicare home health services,

More information

Neurosurgery Clinic Analysis: Increasing Patient Throughput and Enhancing Patient Experience

Neurosurgery Clinic Analysis: Increasing Patient Throughput and Enhancing Patient Experience University of Michigan Health System Program and Operations Analysis Neurosurgery Clinic Analysis: Increasing Patient Throughput and Enhancing Patient Experience Final Report To: Stephen Napolitan, Assistant

More information

Lean Options for Walk-In, Open Access, and Traditional Appointment Scheduling in Outpatient Health Care Clinics

Lean Options for Walk-In, Open Access, and Traditional Appointment Scheduling in Outpatient Health Care Clinics Lean Options for Walk-In, Open Access, and Traditional Appointment Scheduling in Outpatient Health Care Clinics Mayo Clinic Conference on Systems Engineering & Operations Research in Health Care Rochester,

More information

HOW TO USE THE WARMBATHS NURSING OPTIMIZATION MODEL

HOW TO USE THE WARMBATHS NURSING OPTIMIZATION MODEL HOW TO USE THE WARMBATHS NURSING OPTIMIZATION MODEL Model created by Kelsey McCarty Massachussetts Insitute of Technology MIT Sloan School of Management January 2010 Organization of the Excel document

More information

HAEP: Hospital Assignment for Emergency Patients in a Big City

HAEP: Hospital Assignment for Emergency Patients in a Big City HAEP: Hospital Assignment for Emergency Patients in a Big City Peng Liu 1, Biao Xu 1, Zhen Jiang 2,3, Jie Wu 2 1 Hangzhou Dianzi University, China 2 Temple University 3 West Chester University Hospital

More information

Models and Insights for Hospital Inpatient Operations: Time-of-Day Congestion for ED Patients Awaiting Beds *

Models and Insights for Hospital Inpatient Operations: Time-of-Day Congestion for ED Patients Awaiting Beds * Vol. 00, No. 0, Xxxxx 0000, pp. 000 000 issn 0000-0000 eissn 0000-0000 00 0000 0001 INFORMS doi 10.1287/xxxx.0000.0000 c 0000 INFORMS Models and Insights for Hospital Inpatient Operations: Time-of-Day

More information

Prepared for North Gunther Hospital Medicare ID August 06, 2012

Prepared for North Gunther Hospital Medicare ID August 06, 2012 Prepared for North Gunther Hospital Medicare ID 000001 August 06, 2012 TABLE OF CONTENTS Introduction: Benchmarking Your Hospital 3 Section 1: Hospital Operating Costs 5 Section 2: Margins 10 Section 3:

More information

Cost-Benefit Analysis of Medication Reconciliation Pharmacy Technician Pilot Final Report

Cost-Benefit Analysis of Medication Reconciliation Pharmacy Technician Pilot Final Report Team 10 Med-List University of Michigan Health System Program and Operations Analysis Cost-Benefit Analysis of Medication Reconciliation Pharmacy Technician Pilot Final Report To: John Clark, PharmD, MS,

More information

Population and Sampling Specifications

Population and Sampling Specifications Mat erial inside brac ket s ( [ and ] ) is new to t his Specific ati ons Manual versi on. Introduction Population Population and Sampling Specifications Defining the population is the first step to estimate

More information

QUEUING THEORY APPLIED IN HEALTHCARE

QUEUING THEORY APPLIED IN HEALTHCARE QUEUING THEORY APPLIED IN HEALTHCARE This report surveys the contributions and applications of queuing theory applications in the field of healthcare. The report summarizes a range of queuing theory results

More information

An Examination of the Day of Week and Sampling on Injury Occurrence

An Examination of the Day of Week and Sampling on Injury Occurrence Eastern Kentucky University Encompass Online Theses and Dissertations Student Scholarship January 2014 An Examination of the Day of Week and Sampling on Injury Occurrence Michael D. Turner Eastern Kentucky

More information

Proceedings of the 2014 Winter Simulation Conference A. Tolk, S. Y. Diallo, I. O. Ryzhov, L. Yilmaz, S. Buckley, and J. A. Miller, eds.

Proceedings of the 2014 Winter Simulation Conference A. Tolk, S. Y. Diallo, I. O. Ryzhov, L. Yilmaz, S. Buckley, and J. A. Miller, eds. Proceedings of the 2014 Winter Simulation Conference A. Tolk, S. Y. Diallo, I. O. Ryzhov, L. Yilmaz, S. Buckley, and J. A. Miller, eds. EVALUATION OF OPTIMAL SCHEDULING POLICY FOR ACCOMMODATING ELECTIVE

More information

Appointment Reminder. Business Issues/Challenges. Standard Operating procedure. Automatic Call reminders Benefits

Appointment Reminder. Business Issues/Challenges. Standard Operating procedure. Automatic Call reminders Benefits Connected Health Innovations from America Appointment Reminder Overview A large hospital in the New York City area reached out to Tunstall Americas about reducing the No- Show rates for many of the larger

More information

Dynamic optimization of chemotherapy outpatient scheduling with uncertainty

Dynamic optimization of chemotherapy outpatient scheduling with uncertainty Health Care Manag Sci (2014) 17:379 392 DOI 10.1007/s10729-014-9268-0 Dynamic optimization of chemotherapy outpatient scheduling with uncertainty Shoshana Hahn-Goldberg & Michael W. Carter & J. Christopher

More information

Hospital Bed Occupancy Prediction

Hospital Bed Occupancy Prediction Vrije Universiteit Amsterdam Master Thesis Business Analytics Hospital Bed Occupancy Prediction Developing and Implementing a predictive analytics decision support tool to relate Operation Room usage to

More information

Technical Notes for HCAHPS Star Ratings (Revised for October 2017 Public Reporting)

Technical Notes for HCAHPS Star Ratings (Revised for October 2017 Public Reporting) Technical Notes for HCAHPS Star Ratings (Revised for October 2017 Public Reporting) Overview of HCAHPS Star Ratings As part of the initiative to add five-star quality ratings to its Compare Web sites,

More information

Report on the Pilot Survey on Obtaining Occupational Exposure Data in Interventional Cardiology

Report on the Pilot Survey on Obtaining Occupational Exposure Data in Interventional Cardiology Report on the Pilot Survey on Obtaining Occupational Exposure Data in Interventional Cardiology Working Group on Interventional Cardiology (WGIC) Information System on Occupational Exposure in Medicine,

More information

Frequently Asked Questions (FAQ) Updated September 2007

Frequently Asked Questions (FAQ) Updated September 2007 Frequently Asked Questions (FAQ) Updated September 2007 This document answers the most frequently asked questions posed by participating organizations since the first HSMR reports were sent. The questions

More information

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds.

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. IDENTIFYING THE OPTIMAL CONFIGURATION OF AN EXPRESS CARE AREA

More information

USING SIMULATION MODELS FOR SURGICAL CARE PROCESS REENGINEERING IN HOSPITALS

USING SIMULATION MODELS FOR SURGICAL CARE PROCESS REENGINEERING IN HOSPITALS USING SIMULATION MODELS FOR SURGICAL CARE PROCESS REENGINEERING IN HOSPITALS Arun Kumar, Div. of Systems & Engineering Management, Nanyang Technological University Nanyang Avenue 50, Singapore 639798 Email:

More information

Joint Replacement Outweighs Other Factors in Determining CMS Readmission Penalties

Joint Replacement Outweighs Other Factors in Determining CMS Readmission Penalties Joint Replacement Outweighs Other Factors in Determining CMS Readmission Penalties Abstract Many hospital leaders would like to pinpoint future readmission-related penalties and the return on investment

More information

Emergency admissions to hospital: managing the demand

Emergency admissions to hospital: managing the demand Report by the Comptroller and Auditor General Department of Health Emergency admissions to hospital: managing the demand HC 739 SESSION 2013-14 31 OCTOBER 2013 4 Key facts Emergency admissions to hospital:

More information

Supplementary Material Economies of Scale and Scope in Hospitals

Supplementary Material Economies of Scale and Scope in Hospitals Supplementary Material Economies of Scale and Scope in Hospitals Michael Freeman Judge Business School, University of Cambridge, Cambridge CB2 1AG, United Kingdom mef35@cam.ac.uk Nicos Savva London Business

More information

Chest Pain Accredited. Transplant Program-Heart, Kidney, Liver. Hear Transplant Program serving San Antonio area for 25 years

Chest Pain Accredited. Transplant Program-Heart, Kidney, Liver. Hear Transplant Program serving San Antonio area for 25 years PUTTING THE PATIENT FIRST IN PATIENT PLACEMENT 8 Hospital System, 1 Freestanding ED Provide healthcare to 26 surrounding counties within South Texas International Transfer Services Methodist Healthcare

More information

HEALTH WORKFORCE SUPPLY AND REQUIREMENTS PROJECTION MODELS. World Health Organization Div. of Health Systems 1211 Geneva 27, Switzerland

HEALTH WORKFORCE SUPPLY AND REQUIREMENTS PROJECTION MODELS. World Health Organization Div. of Health Systems 1211 Geneva 27, Switzerland HEALTH WORKFORCE SUPPLY AND REQUIREMENTS PROJECTION MODELS World Health Organization Div. of Health Systems 1211 Geneva 27, Switzerland The World Health Organization has long given priority to the careful

More information

An Analysis of Waiting Time Reduction in a Private Hospital in the Middle East

An Analysis of Waiting Time Reduction in a Private Hospital in the Middle East University of Tennessee Health Science Center UTHSC Digital Commons Applied Research Projects Department of Health Informatics and Information Management 2014 An Analysis of Waiting Time Reduction in a

More information

Predicting Medicare Costs Using Non-Traditional Metrics

Predicting Medicare Costs Using Non-Traditional Metrics Predicting Medicare Costs Using Non-Traditional Metrics John Louie 1 and Alex Wells 2 I. INTRODUCTION In a 2009 piece [1] in The New Yorker, physician-scientist Atul Gawande documented the phenomenon of

More information

Demand and capacity models High complexity model user guidance

Demand and capacity models High complexity model user guidance Demand and capacity models High complexity model user guidance August 2018 Published by NHS Improvement and NHS England Contents 1. What is the demand and capacity high complexity model?... 2 2. Methodology...

More information

Analysis of 340B Disproportionate Share Hospital Services to Low- Income Patients

Analysis of 340B Disproportionate Share Hospital Services to Low- Income Patients Analysis of 340B Disproportionate Share Hospital Services to Low- Income Patients March 12, 2018 Prepared for: 340B Health Prepared by: L&M Policy Research, LLC 1743 Connecticut Ave NW, Suite 200 Washington,

More information

Society for Health Systems Conference February 20 21, 2004 A Methodology to Analyze Staffing and Utilization in the Operating Room

Society for Health Systems Conference February 20 21, 2004 A Methodology to Analyze Staffing and Utilization in the Operating Room Society for Health Systems Conference February 20 21, 2004 A Methodology to Analyze Staffing and Utilization in the Operating Room For questions about this report, please call Mary Coniglio, Director,

More information

Hospital Patient Flow Capacity Planning Simulation Model at Vancouver Coastal Health

Hospital Patient Flow Capacity Planning Simulation Model at Vancouver Coastal Health Hospital Patient Flow Capacity Planning Simulation Model at Vancouver Coastal Health Amanda Yuen, Hongtu Ernest Wu Decision Support, Vancouver Coastal Health Vancouver, BC, Canada Abstract In order to

More information

An Integrated Agent- Based and Queueing Model for the Spread of Outpatient Infections

An Integrated Agent- Based and Queueing Model for the Spread of Outpatient Infections An Integrated Agent- Based and Queueing Model for the Spread of Outpatient Infections Capstone Design Team: Mohammed Alshuaibi Guido Marquez Stacey Small Cory Stasko Sponsor: Dr. James Stahl Advisor: Dr.

More information

Updated 10/04/ Franklin Dexter

Updated 10/04/ Franklin Dexter Anesthesiologist and Nurse Anesthetist Afternoon Staffing This talk includes many similar slides Paging through produces animation View with Adobe Reader for mobile: ipad, iphone, Android Slides were tested

More information

I. Summary. Commercial operation commencement date April , February , June ,

I. Summary. Commercial operation commencement date April , February , June , I. Summary 1. Overview of the Reviewed Power Station The Japan Nuclear Technology Institute (JANTI) conducted a peer review (review) at Fukushima Daini Nuclear Power Station (station) of Tokyo Electric

More information

Operator Assignment and Routing Problems in Home Health Care Services

Operator Assignment and Routing Problems in Home Health Care Services 8th IEEE International Conference on Automation Science and Engineering August 20-24, 2012, Seoul, Korea Operator Assignment and Routing Problems in Home Health Care Services Semih Yalçındağ 1, Andrea

More information

Identifying step-down bed needs to improve ICU capacity and costs

Identifying step-down bed needs to improve ICU capacity and costs www.simul8healthcare.com/case-studies Identifying step-down bed needs to improve ICU capacity and costs London Health Sciences Centre and Ivey Business School utilized SIMUL8 simulation software to evaluate

More information

Technical Notes for HCAHPS Star Ratings (Revised for April 2018 Public Reporting)

Technical Notes for HCAHPS Star Ratings (Revised for April 2018 Public Reporting) Technical Notes for HCAHPS Star Ratings (Revised for April 2018 Public Reporting) Overview of HCAHPS Star Ratings As part of the initiative to add five-star quality ratings to its Compare Web sites, the

More information

HEALT POST LOCATION FOR COMMUNITY ORIENTED PRIMARY CARE F. le Roux 1 and G.J. Botha 2 1 Department of Industrial Engineering

HEALT POST LOCATION FOR COMMUNITY ORIENTED PRIMARY CARE F. le Roux 1 and G.J. Botha 2 1 Department of Industrial Engineering HEALT POST LOCATION FOR COMMUNITY ORIENTED PRIMARY CARE F. le Roux 1 and G.J. Botha 2 1 Department of Industrial Engineering UNIVERSITY OF PRETORIA, SOUTH AFRICA franzel.leroux@up.ac.za 2 Department of

More information

Standard of Care for MTC inpatients

Standard of Care for MTC inpatients Standard of Care for MTC inpatients The following document is intended to summarise the model of care for patients admitted under the care of the Leeds Major Trauma System. It will outline expected duties

More information

UNITED STATES PATENT AND TRADEMARK OFFICE The Patent Hoteling Program Is Succeeding as a Business Strategy

UNITED STATES PATENT AND TRADEMARK OFFICE The Patent Hoteling Program Is Succeeding as a Business Strategy UNITED STATES PATENT AND TRADEMARK OFFICE The Patent Hoteling Program Is Succeeding as a Business Strategy FINAL REPORT NO. OIG-12-018-A FEBRUARY 1, 2012 U.S. Department of Commerce Office of Inspector

More information

A Generic Two-Phase Stochastic Variable Neighborhood Approach for Effectively Solving the Nurse Rostering Problem

A Generic Two-Phase Stochastic Variable Neighborhood Approach for Effectively Solving the Nurse Rostering Problem Algorithms 2013, 6, 278-308; doi:10.3390/a6020278 Article OPEN ACCESS algorithms ISSN 1999-4893 www.mdpi.com/journal/algorithms A Generic Two-Phase Stochastic Variable Neighborhood Approach for Effectively

More information

CWE FB MC project. PLEF SG1, March 30 th 2012, Brussels

CWE FB MC project. PLEF SG1, March 30 th 2012, Brussels CWE FB MC project PLEF SG1, March 30 th 2012, Brussels 1 Content 1. CWE ATC MC Operational report 2. Detailed updated planning 3. Status on FRM settlement 4. FB model update since last PLEF Intuitiveness

More information

Scottish Hospital Standardised Mortality Ratio (HSMR)

Scottish Hospital Standardised Mortality Ratio (HSMR) ` 2016 Scottish Hospital Standardised Mortality Ratio (HSMR) Methodology & Specification Document Page 1 of 14 Document Control Version 0.1 Date Issued July 2016 Author(s) Quality Indicators Team Comments

More information

A Measurement Guide for Long Term Care

A Measurement Guide for Long Term Care Step 6.10 Change and Measure A Measurement Guide for Long Term Care Introduction Stratis Health, in partnership with the Minnesota Department of Health, is pleased to present A Measurement Guide for Long

More information

Case-mix Analysis Across Patient Populations and Boundaries: A Refined Classification System

Case-mix Analysis Across Patient Populations and Boundaries: A Refined Classification System Case-mix Analysis Across Patient Populations and Boundaries: A Refined Classification System Designed Specifically for International Quality and Performance Use A white paper by: Marc Berlinguet, MD, MPH

More information

Total Joint Partnership Program Identifies Areas to Improve Care and Decrease Costs Joseph Tomaro, PhD

Total Joint Partnership Program Identifies Areas to Improve Care and Decrease Costs Joseph Tomaro, PhD WHITE PAPER Accelero Health Partners, 2013 Total Joint Partnership Program Identifies Areas to Improve Care and Decrease Costs Joseph Tomaro, PhD ABSTRACT The volume of total hip and knee replacements

More information

Technical Notes on the Standardized Hospitalization Ratio (SHR) For the Dialysis Facility Reports

Technical Notes on the Standardized Hospitalization Ratio (SHR) For the Dialysis Facility Reports Technical Notes on the Standardized Hospitalization Ratio (SHR) For the Dialysis Facility Reports July 2017 Contents 1 Introduction 2 2 Assignment of Patients to Facilities for the SHR Calculation 3 2.1

More information

General practitioner workload with 2,000

General practitioner workload with 2,000 The Ulster Medical Journal, Volume 55, No. 1, pp. 33-40, April 1986. General practitioner workload with 2,000 patients K A Mills, P M Reilly Accepted 11 February 1986. SUMMARY This study was designed to

More information

What is a Pathways HUB?

What is a Pathways HUB? What is a Pathways HUB? Q: What is a Community Pathways HUB? A: The Pathways HUB model is an evidence-based community care coordination approach that uses 20 standardized care plans (Pathways) as tools

More information

Emergency Department Throughput

Emergency Department Throughput Emergency Department Throughput Patient Safety Quality Improvement Patient Experience Affordability Hoag Memorial Hospital Presbyterian One Hoag Drive Newport Beach, CA 92663 www.hoag.org Program Managers:

More information

Reducing emergency admissions

Reducing emergency admissions A picture of the National Audit Office logo Report by the Comptroller and Auditor General Department of Health & Social Care NHS England Reducing emergency admissions HC 833 SESSION 2017 2019 2 MARCH 2018

More information

Adopting Accountable Care An Implementation Guide for Physician Practices

Adopting Accountable Care An Implementation Guide for Physician Practices Adopting Accountable Care An Implementation Guide for Physician Practices EXECUTIVE SUMMARY November 2014 A resource developed by the ACO Learning Network www.acolearningnetwork.org Executive Summary Our

More information

Title: The Parent Support and Training Practice Protocol - Validation of the Scoring Tool and Establishing Statewide Baseline Fidelity

Title: The Parent Support and Training Practice Protocol - Validation of the Scoring Tool and Establishing Statewide Baseline Fidelity Title: The Parent Support and Training Practice Protocol - Validation of the Scoring Tool and Establishing Statewide Baseline Fidelity Sharah Davis-Groves, LMSW, Project Manager; Kathy Byrnes, M.A., LMSW,

More information