Earthquake
Earthquake
The problem forming the basis of this research is the process of transporting severely
injured patients to healthcare facilities in a region with numerous casualties following a major
disaster such as an earthquake. The uncertainty of many parameters during this process
significantly complicates the problem, making it more challenging to solve.
▪ Can the process of transporting casualties to healthcare facilities in a region with a large
number of injuries after an earthquake be improved?
▪ Can the transport times of casualties be reduced?
▪ Can the total transport time be optimized?
Problem Representation
The details of the problem, the steps of the proposed solution to achieve the desired objectives,
and their characteristics are outlined below:
• It is assumed that search and rescue operations will continue for 72 hours.
• Pendik District of Istanbul Province has been chosen as the application area.
• The locations of casualties within the Pendik District boundaries are selected randomly.
• In directing casualties to hospitals, hospital occupancy rates varying across periods have
been taken into account.
• The Pendik District of Istanbul has been assessed independently, excluding patients,
ambulances, and hospitals from neighboring districts.
• Incoming patient information is prioritized based on the severity of the injury (triage).
Only severely injured individuals are assigned ambulances.
• The total number of severely injured individuals is assumed to arrive at the system as an
exponential function every hour.
• Once patients are reached, they are transported to hospitals via the shortest route
available.
Problem Parameters
In this research, the following considerations are assessed for the problem:
Hospitals:
• Hospital addresses.
• Coordinates.
• Bed capacities.
Ambulances:
• Types/classes of ambulances.
Patients:
• Number of patients.
• Locations of patients.
• Triage information.
Although ambulances initially depart from their stations, it is observed that they are
unlikely to return to the stations due to the dynamic nature of the process and the high demand.
Ambulances are expected to head directly to the next assigned patient after delivering the
current patient to a hospital. Ambulances will not return to their stations until all patients are
transported. For this reason, all publicly owned ambulances in the Pendik District are assumed
to start their operations from Pendik State Hospital.
• The critical 72-hour period after an earthquake, during which the probability of survival
is highest, is divided into 72 one-hour periods.
• Considering that individuals rescued from earthquakes are generally classified into three
categories: Minor Injuries, Moderate Injuries, and Severe Injuries.
• In this study, priority for transport to hospitals is given to severely injured individuals.
• It is assumed that minor and moderate injuries receive first aid at the scene without
occupying ambulances or being transported to hospitals.
• Patients who cannot be served in a given period are prioritized for transport in
subsequent periods through penalty costs.
• Ambulances initially transport patients to assigned hospitals until bed capacities are full,
after which they transport patients to other hospitals.
• Severe injury demands for each period are determined using an exponential function,
with high numbers initially decreasing over time.
• Ambulances unable to deliver patients to assigned hospitals due to capacity issues are
redirected to other hospitals in subsequent periods.
One of the most frequent challenges crisis managers face during disasters and
emergencies is the transportation of casualties to hospitals amidst high demand. Determining
the routes to follow for delivering assistance to needed areas, identifying distribution locations,
and accounting for all risk factors along the routes are among the key topics in logistics
network design.
The objective of this research is to design a logistics network that minimizes the time
taken for severely injured patients rescued from earthquakes to be transported to hospitals by
ambulances. A mathematical model has been developed for this purpose, along with a novel
patient selection strategy.
The proposed mathematical solution model aims to optimize the process of transporting
severely injured individuals from earthquake-stricken areas to permanent and temporary
hospitals. The patient selection strategy aims to minimize patients' waiting times and coordinate
transportation operations.
By utilizing the optimization model and the prioritized patient selection strategy, the
goal is to ensure the fastest possible transport of patients to healthcare facilities and reduce the
number of patients waiting.
• The casualty logistics problem addressed in this research was designed as a multi-stage
integrated logistics network. The problem was solved using the proposed MILP model
and patient selection model.
• Dijkstra’s Shortest Path Algorithm was used to determine the shortest distances between
hospitals and casualties.
• The Branch and Cut Algorithm (CBC) was used to solve the model, aiming to minimize
the total transportation time of ambulances.
• The patient selection method determined which patients to attend to and which could
not be reached.
Grafic Model
4.2.3 Notation
Sets and Parameters
For solving post-disaster casualty logistics problems, the necessary sets and parameters are
defined as follows:
State Variables
Decision Variable
Objective Function
Minimize
𝐻
∑ 𝑀 = 𝐴𝑛𝑛𝑝
ℎ=1
∀A∈P
M ∈ {0,1}
M ≥ 0 Patient Assignment Situation
Ptwt≥ 0 The waiting time for each patient to receive service must be
greater than 0.
Ptt≥ Ptn + Pus The total number of patients waiting at the beginning of period
t is equal to the sum of new patients at the beginning of period
t and the number of untreated patients from period t-1.
Ptt≥ Ptns + Ptnu The total number of patients waiting at the beginning of period
t is equal to the sum of patients transported and patients left
untreated by the end of period t.
Ptt= Annp The total number of patients waiting at the beginning of period
t is equal to the number of patients that ambulances need to
transport during the period.
Assumptions