+ All Categories
Home > Documents > Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung...

Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung...

Date post: 16-Jan-2016
Category:
Upload: hugo-henderson
View: 214 times
Download: 0 times
Share this document with a friend
Popular Tags:
32
Patient Journey Patient Journey Optimization using a Optimization using a Multi-agent Approach Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1
Transcript
Page 1: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Patient Journey Patient Journey Optimization using a Optimization using a Multi-agent ApproachMulti-agent Approach

Victor Choi

Supervisor: Dr. William CheungCo-supervisor: Prof. Jiming Liu

1

Page 2: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

AgendaAgendaIntroductionPatient scheduling problem in

Hong KongProposed scheduling frameworkExperimentsConclusions and future works

2

Page 3: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

INTRODUCTIONINTRODUCTION

3

Page 4: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

ObjectiveObjectiveTo improve patient journey by

reducing undesired waiting times for patients

4

Page 5: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

How to achieve our How to achieve our objectiveobjectiveWith limited medical resources,

we need to schedule patients in a way such that the resources could be utilized in a more efficient manner

5

Page 6: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Reasons of using a multi-Reasons of using a multi-agent approachagent approachIt is found that hospitals have a

decentralized structure, a multi-agent approached is proposed since it favors geographically distributed entities to be coordinated

6

Page 7: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Related works of using a Related works of using a multi-agent approach for multi-agent approach for patient schedulingpatient scheduling T. O. Paulussen, I. S. Dept, K. S. Decker, A.

Heinzl, and N. R. Jennings. Distributed patient scheduling in hospitals. In Coordination and Agent Technology in Value Networks. GITO, pages 1224–1232. Morgan Kaufmann, 2003.

I. Vermeulen, S. Bohte, K. Somefun, and H. La Poutre. Improving patient activity schedules by multi-agent pareto appointment exchanging. In CEC-EEE ’06: Proceedings of the The 8th IEEE International Conference on E-Commerce Technology and The 3rd IEEE International Conference on Enterprise Computing, E-Commerce, and E-Services, page 9, Washington, DC, USA, 2006. IEEE Computer Society.

The use of health state as an utility function has been challenged

Temporal constraints between treatment operations are not

considered

7

Page 8: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

PATIENT SCHEDULING PATIENT SCHEDULING PROBLEM IN HONG PROBLEM IN HONG KONGKONG

8

Page 9: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Seven cancer clusters in Seven cancer clusters in Hong KongHong Kong

C = {HKE, HKW, KC, KE, KW, NTE, NTW}9

Page 10: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Treatment operations and Treatment operations and medical resourcesmedical resources

Treatment plan

Treatment operations

{ Radiotherapy, Surgery, Chemotherapy }

Medical resources (A)

{ Radiotherapy unit, Operation unit, Chemotherapy unit }

10

Page 11: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Patient journeyPatient journeyWe define patient journey as the

duration between the date of diagnosis and the date of the last treatment completed

Patient journey

11

Page 12: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

PROPOSED PROPOSED SCHEDULING SCHEDULING FRAMEWORKFRAMEWORK

12

Page 13: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Two types of agentsTwo types of agentsPatient agentResource agent

13

Page 14: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Patient agentPatient agent

14

Page 15: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Resource agentResource agent

15

Page 16: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Resource agent (cont.)Resource agent (cont.)

Cluster(HKE)

Cluster(HKW)

Cluster(KC)

Cluster(KE)

Cluster(KW)

Cluster(NTE)

Cluster(NTW)

Radiotherapy unit

Operation unit

Chemotherapy unit

16

Page 17: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Scheduling algorithmScheduling algorithm

17

Page 18: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Coordination frameworkCoordination framework

18

Page 19: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Coordination framework Coordination framework (cont.)(cont.)For each request, it includes:

Earliest Possible Start Date (EPS)◦The earliest date on which a treatment

operation could start

Latest Possible Start Date (LPS)◦The latest date on which a treatment

operation should start such that the treatment operation could be performed earlier

19

Page 20: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Coordination framework Coordination framework (cont.)(cont.)

20

Page 21: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Coordination framework Coordination framework (cont.)(cont.)For each Target patient agent PG :

Last = 0 if the involving treatment operation is not the last one for PG; otherwise

Temp = 0 if no temporal constraints are violated for PG; otherwise

Noti = 0 if there is a week’s time of notification for PG ;

otherwise

21

Page 22: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

EXPERIMENTSEXPERIMENTS

22

Page 23: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

DatasetDatasetA dataset provided by the Hospital

Authority in Hong Kong (containing 4720 cancer patient journeys) is used for performing the simulation

The diagnosis period of these 4720 patient journeys spanned across six months (1/7/2007 – 31/12/2007)

23

Page 24: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

4 experiment settings4 experiment settingsSetting 1: Patient agents are willing to

exchange timeslots with others whenever none of their overall schedules would be lengthened as a result

Setting 2: Only 20% of patients from each cancer cluster are allowed to exchange their timeslots

Setting 3: Patients are only be swapped to a nearby cancer cluster

Setting 4: Timeslots released by deceased patients are allocated to the patient agents with the longest patient journey

24

Page 25: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

ResultsResults

Average length of patient journey

Maximum length of patient journey

25

Page 26: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Simulations revealing the Simulations revealing the impacts of varying the unit impacts of varying the unit capacitiescapacitiesTo study the cost-effectiveness of

increasing the capacities of medical units, 3 different timeslot allocation strategies were used:

1) 2 timeslots were added to each medical unit on a daily-basis

2) 14 timeslots were added to each medical unit on a weekly-basis

3) 60 timeslots were added to each medical unit on a monthly-basis

26

Page 27: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Simulations revealing the Simulations revealing the impacts of varying the unit impacts of varying the unit capacities - Resultscapacities - Results

Average length of patient journey

Maximum length of patient journey

27

Page 28: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

CONCLUSIONS AND CONCLUSIONS AND FUTURE WORKSFUTURE WORKS

28

Page 29: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Conclusions and future Conclusions and future worksworksA multi-agent framework had

been proposed for patient scheduling

While no temporal constraints are violated for any single patient, no patients will get a lengthened overall schedule

29

Page 30: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Conclusions and future Conclusions and future works (cont.)works (cont.)Experiments showed that even with a

fixed amount of medical resources, the average length of patient journey could be shortened by about a week’s time

In the near future, rather than routinely allocate a fixed amount of additional timeslots to each cancer cluster, we are going to assess how resources (or timeslots) should be allocated to cancer clusters in a more sophisticated way such that the overall patient journey could be shortened in a greater extent.

30

Page 31: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

THE ENDTHE END

31

Page 32: Patient Journey Optimization using a Multi-agent Approach Victor Choi Supervisor: Dr. William Cheung Co-supervisor: Prof. Jiming Liu 1.

Q & AQ & A

32


Recommended