SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5078
Hospital Admission Prediction: A Technology Survey
Twinkle L. Chauhan1, Mukta S. Takalikar2, Anil kumar Gupta3
1,2Dept. of Computer Engineering, PICT, Pune, Maharashtra, India.
3CDAC HPC I&E, Pune, Maharashtra, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Overcrowding in Emergency Departments
(ED’s) has a great impact on the patients along with
negative consequences. Therefore it gets important to find
innovative methods to improve patient flow and prevent
overcrowding. This can be done with the help of different
machine learning techniques to predict the hospital
admissions from ED. This will help in resource planning of
hospital as well. The paper consists of survey of the different
methods used for prediction. The paper also consist the
implementation result of three different methods of the
machine learning techniques along with its results
comparison.
Key Words: Data Mining, Health Care, Machine Learning.
1. INTRODUCTION
Emergency department in hospitals has main function to
treat patients who are suffering from injuries which may
lead to severe complications or acute serious illness.
Emergency departments are not for treating patients with
regular ongoing care. For ensuring that the sickest
patients get seen first, a sorting mechanism called triage
process is used to categorize patients. According to the
patient’s symptoms, the patient is categorized into three
levels of triage process. In this, critical patients are given
first importance and non-critical patients are given a
waiting time according to their symptoms to get treated by
doctors.
Patients waiting in the EDs lead to crowding and this may
have negative impacts on management, patients, etc.
Therefore, there is a need to explore methods which will
help to improve patient flow, prevent overcrowding and
reduce waiting time involved in triage process. Identifying
patients which are at high risk of getting admissions from
emergency department to hospital will help to reduce the
crowding and also help in resource management. This can
be done with the help of different machine learning
techniques by predicting the patient’s admission.
2. Literature Survey
Byron Graham. [1] developed a prediction model in which
machine learning techniques such as Logistic Regression,
Decision Tree and Gradient Boosted Machine were used.
The most important predictors in there model were age,
arrival mode, triage category, care group, admission in
past-month, past-year. In which the gradient boosted
machine outperforms and focus on avoiding the
bottleneck in patient flow. Jacinta Lucke. [2] and team has
designed the predictive model by considering age as main
attribute, where the age is categorized in two category
below 70 years and above 70 years. They observed that
the category of people below 70 years was less admitted in
compare with the category of people above 70 years.
Younger patient had higher accuracy while the older
patient had high risk of getting admitted to hospital. The
decision of prediction was based on the attributes such as
age, sex, triage category, mode of arrival, chief complaint,
ED revisits, etc. Xingyu Zhang [3] in there predictive
model, they have used logistic regression and multilayer
neural network. This methods were implemented using
the natural language processing and without natural
language processing. The accuracy of model with natural
language processing is more than the model without
natural language processing.
Boukenze. [4] with his team created a model using
decision tree C4.5 for predicting admissions which overall
gave a good accuracy and less execution time. The author
has used the prediction model for predicting a particular
disease that is chromic kidney disease. Dinh and his team
[5], developed a model which uses multivariable logistic
regression for prediction. For the prediction the two main
attributes were demographics and triage process, which
helped to increase the accuracy. Davood. [6] developed a
model for reducing emergency department boarding using
the logistic regression and neural network, were a set of
thumb rules were developed to predict the hospital
admissions. The prediction model used as decision
support tool and helped to reduce emergency department
boarding. The set of thumb rules were found by examining
the importance of eight demographic and clinical factors
such as encounter reason, age, radiology exam type, etc. of
the emergency department patient’s admission. Xie. [7]
and his teams model consist of coxian phase type
distribution (PH Model) and logistic regression where the
PH model has out performs than logistic regression.
Peck and his teams [8] created a model for predicting the
inpatient for same-day to improve patient flow. The model
uses Naive Bayes and linear regression with logit link
function, the result of the model was accurate even though
it had less number of independent variables. Sun. [9] and
his team uses logistic regression for creating the model
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5079
with the help of triage process which plays an important
role for early prediction of hospital admission.
The factors which were considered for prediction are age,
sex, emergency visit in preceding three months, arrival
mode, patient acuity category, coexisting chronic diseases.
Jones. [10] with his team developed a predictive model for
forecasting the daily patient volumes in emergency
department. The model uses regression which is actually a
time series regression and exponential smoothing where
time series regression performs better than linear
regression.
3. METHODOLOGY
As the patient arrives in the emergency department, a
triage process is carried out. If the patient is critical then
directly that patient is given emergency medicine if that
patient can get cure with it or else taken to surgery. In
mean time the relatives of the patient fill the causality
papers where that patient gets the admission number
which refers to the admission in the emergency
department .If that patient symptoms are not critical but
need to cure as soon as possible then such patients are
given waiting time of around 10 to 15 minutes. If the
Table 1. Literature Survey
Paper
No.
Methods Description Advantages Disadvantages
[1]
Logistic Regression,
Decision Tree and Gradient
Boosted Machine
Avoid bottleneck in
patient flow and
allowing hospital
resource planning
GBM outperforms from
rest two algorithms due
to the important
predictors.
GBM outperforms bit more
time than rest two
algorithms.
[2].
Multivariable Logistic
Regression
Younger patient had
higher accuracy while
older patient has high
risk of getting admitted
to hospital.
Age and triage category
plays an important role.
People with above 55 age
also has moderate risk of
getting admitted to
hospital.
[3].
Logistic Regression,
Multilayer Neural Network
With the help of NLP the
predictive accuracy
increased than without
NLP.
Demographics help in
NLP.
Logistic regression is time
consuming.
[4].
Decision Tree C4.5
Good accuracy and less
execution time.
Categorical attributes in
dataset.
Over fitting and pruning
may require as the dataset
gets larger.
[5].
Multivariable Logistic
Regression
Demographics and triage
process increased the
accuracy.
Deep analysis of decision
making nodes.
The outpatient record was
not maintained.
[6].
Logistic Regression, Neural
Network
A set of thumb rules
were developed to
predict hospital
admissions.
Demographics and
clinical factors help to
set the rules.
Small change in data leads
to drastic change in model.
[7].
Coxian Phase type
distribution (PH Model) ,
Logistic Regression
PH model has more
accuracy than Logistic
regression.
PH model provide more
information regarding
possible timing of
patient.
Risk of over fitting.
[8].
Naive Bayes and Linear
Regression with a logit link
function
The model was accurate
even though it had less
number of readily
available independent
variables.
Resources management
on early basis.
Model needs to recalibrate
when changes occur in
data.
[9].
Logistic Regression
Early prediction at the
triage process helped for
patient admission.
Demographics such as
PAC diagnosis helped for
making decision.
Important factor were
missing such as present
symptoms, the vital signs
of patients.
[10].
Time Series Regression,
Exponential Smoothing
Performs well than
linear regression.
Highly informative
model.
Patient acuity, minimum
staffing regulations and
clinician satisfaction such
factors were not taken into
consideration.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5080
patient has acute illness then such patients are kept
waiting for around 30 to 45 minutes. So, in overall triage
process each patient has to wait for some time at least.
This makes the emergency department crowded.
When an unknown patient arrives, such as through some
road accident, or anything such critical where the identity
of that patient can’t be recognized. That time the patient is
labeled unknown and a MLC is registered. MLC is
MedicoLegal Complaint where a complaint is registered
which is carried out by the police for identification of the
patient. One more case is handled by the ED is that when
certain patient arrives in emergency department as during
the triage process if patient is declared to be dead, then
those patients directly death certificate process starts
without admission in the emergency department.
The working of model is such that, as soon as the patient
arrives in the emergency department, a casualty officer
does the triage of the patient and mean while s/he checks
the past history of the patient. If the patient is old, then
according to the medical history of the patient, the officer
decides whether the patient will get admitted to hospital
or not as the records contain the complete history such as
last time when the patient got admitted, what disease does
that patient is suffering, etc. So as the patient is being get
treated by the doctor, in that time the inpatient bed is
made ready for that patient. If the patient is new then, its
record are added to the database of hospital patients and
triage is done.
3.1. SYSTEM ARCHITECTURE
The system architecture consists of five steps:
Figure 1: System Architecture
1) Dataset: A hospital dataset is taken for the further
processing. This is the raw data in the comma
separated value (csv) format. The dataset consist of 10
attributes such as ED-level, acuity, etc.
2) Data Preprocessing: The second step is data
preprocessing in which all the null values, missing
values are removed. Removal of extra value is also
done. Format the attributes in correct format.
3) Feature Extraction: In this step, a particular number of
features are extracted for the model. Such features are
selected which are important and which help in
predicting.
4) From the 10 attributes, main attributes are selected.
Here five main attributes are selected.
a) OSHPD-ID: A unique 10 digit number assigned to
each patient.
b) ED-LEVEL: Hospital services providing immediate
initial evaluation and treatment to patients on a
24hrs basis.
c) EMSA-TRAUMA-LEVEL: Emergency Medical
d) Services Agency trauma center designation level.
e) ACUITY: Emergency Department type of visit.
f) ADMISSION-FROM-ED: Total Emergency
Department visits by type, resulting in an
inpatient admission.
5) Modeling the data: The complete dataset is divided
into two parts, training and testing. In this step the
training dataset is used. Using different machine
learning techniques, the model is trained. The trained
model obtained in previous step is now used to
evaluate. For evaluating the testing dataset is used.
6) Predictive Model: Now after the number of times
training and evaluating the model, it is ready for the
prediction purpose where external data is given as
input.
3.2. MACHINE LEARNING ALGORITHMS AND
PERFORMANCE
In this model three machine learning algorithms are used
for training purpose: (1) Gradient Boosted Machine, (2)
Random Forest and (3) Decision Tree. Boosting is a class
of ensemble learning techniques for classification
problems. It aims to build a set of weak learners to create
one strong learner. The gradient boosted machine is that
algorithm which is a tree based ensemble technique. GBM
creates multiple weakly associated decision trees that are
combined to get the final prediction. It is also known as
boosting model. The second algorithm is the Random
forest. This algorithm also uses an ensemble learning
approach for classification while training process by
creating number of decision trees. The next algorithm is
the decision tree which is specifically recursive
partitioning. The algorithm splits the data at each node
based on the variable that separates the data unless an
optimal model is not obtained [1].
Using RPART, CARET packages the implementation of the
above algorithm is done. As decision tree works on single
tree and the random forest and gradient boosted machine
works on ensemble of trees this packages are helpful to
implement. The CARET package was used to train and
tune the machine learning algorithms. This library
provides a consistent framework to train and tune models.
The performances of the machine learning algorithms are
evaluated by the range of measures such as Accuracy,
Cohens Kappa, Sensitivity and Specificity.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5081
Table 2: Model Performance.
Accurac
y
Kappa Specifici
ty
Sensitivi
ty
GBM 0.9352 0.855 0.9631 0.7881
Decision
Tree
0.9488 0.8885 0.9742 0.7942
Random
Forest
0.9795 0.9561 0.9906 0.9304
4. RESULTS AND DISCUSSION
For the evaluation of the methods accuracy, kappa,
sensitivity and specificity this performance metrics are
used. As shown in table, the Random forest performs best
across all performance measures. A small difference is
observed the remaining two methods decision tree and
gradient boosted machine. Here it is seen that decision
tree is performing better than the gradient boosted
machine.
This study gives a broad spectrum of different methods of
machine learning used in the field of healthcare. The
prediction of the hospital admission from emergency
department helps the hospital management for resource
planning. This also reduces the waiting time of the patient
which is carried while the triage process. For admission of
any patient through the emergency department the triage
process plays an important role.
5. CONCLUSION AND FUTURE WORK
The overall study involved a survey of different methods
used for the prediction model of hospital admission. Along
with this study it also has comparison of three different
machine learning algorithms namely, decision tree,
random forest and gradient boosted machine which are
used for predicting the hospital admission from
emergency department. Overall the random forest
performs better when compared to the decision tree and
gradient boosted machine. Implementation of these
models could help the hospital decision makers for
planning and managing the hospital resources based on
the patient flow. This would help for reducing the
emergency department crowding.
In future, different algorithms regarding deep learning and
machine learning can used to implement the model. Even
ensemble of different algorithms can also be done.
Different demographics as predictor can be taken into
consideration.
REFERENCES
[1] Graham, Byron and Bond, Raymond and Quinn,
Michael and Mulvenna, Maurice,” Using Data
Mining to Predict Hospital Admissions from the
Emergency Department,” IEEE Access., vol.6,
pp.10458–10469, 2018.
[2] Lucke et al.,”Early prediction of hospital
admission for emergency department patients: a
comparison between patients younger or older
than 70 years,” Emerg Med J., vol.35, pp.18–27,
2018.
[3] Zhang, Xingyu and Kim, Joyce and Patzer, Rachel E
and Pitts, Stephen R and Patzer, Aaron and
Schrager, Justin D, ”Prediction of emergency
department hospital admission based on natural
language processing and neural networks,”
Methods of information in medicine., vol.56, pp.
377– 389, 2017.
[4] Boukenze, Basma and Mousannif, Hajar and
Haqiq, Abdelkrim,”Predictive analytics in
healthcare system using data mining techniques,”
Computer Sci Inf Technol., vol. 1, pp. 1–9, 2016.
[5] Dinh et al.,”The Sydney Triage to Admission Risk
Tool (START) to predict Emergency Department
Disposition: A derivation and internal validation
study using retrospective state-wide data from
New South Wales, Australia,” BMC emergency
medicine., vol.16, pp. 46, 2016.
[6] Golmohammadi, Davood, ”Predicting hospital
admissions to reduce emergency department
boarding,” International Journal of Production
Economics., vol. 182, pp. 535–544, 2016.
[7] Xie, Bin,”Development and validation of models to
predict hospital admission for emergency
department patients,” International Journal of
Statistics in Medical Research., vol.2, pp. 55–66,
2013.
[8] Peck, Jordan S and Benneyan, James C and
Nightingale, Deborah J and Gaehde, Stephan A,
”Predicting emergency department inpatient
admissions to improve same-day patient flow,”
Academic Emergency Medicine., vol. 19, pp.
E1045–E1054, 2012.
[9] Sun, Yan and Heng, Bee Hoon and Tay, Seow Yian
and Seow, Eillyne,”Predicting hospital admissions
at emergency department triage using routine
administrative data,” Academic emergency
Medicine., vol. 18, pp. 844–850, 2011.
[10] Jones et al.,” Forecasting daily patient
volumes in the emergency department,” Academic
Emergency Medicine., vol. 15, pp. 159–170, 2008.

More Related Content

What's hot

Wound Healing Predictive Model
Wound Healing Predictive ModelWound Healing Predictive Model
Wound Healing Predictive ModelTrustRobin
 
Predicting Diabetic Readmission Rates: Moving Beyond HbA1c
Predicting Diabetic Readmission Rates: Moving Beyond HbA1cPredicting Diabetic Readmission Rates: Moving Beyond HbA1c
Predicting Diabetic Readmission Rates: Moving Beyond HbA1cDamian R. Mingle, MBA
 
Introduction to Healthcare Analytics
Introduction to Healthcare Analytics Introduction to Healthcare Analytics
Introduction to Healthcare Analytics Experfy
 
Therapeutic_Innovation_&_Regulatory_Science-2015-Tantsyura
Therapeutic_Innovation_&_Regulatory_Science-2015-TantsyuraTherapeutic_Innovation_&_Regulatory_Science-2015-Tantsyura
Therapeutic_Innovation_&_Regulatory_Science-2015-TantsyuraVadim Tantsyura
 
Orthopedic Facility Clinic queuing findings
Orthopedic Facility Clinic queuing findingsOrthopedic Facility Clinic queuing findings
Orthopedic Facility Clinic queuing findingsalfred lopez
 
Linacs radiation treatment machine, syndicate 9 (1)
Linacs radiation treatment machine, syndicate 9 (1)Linacs radiation treatment machine, syndicate 9 (1)
Linacs radiation treatment machine, syndicate 9 (1)TopanArdiansyah1
 
IMPACT OF HEALTH INFORMATICS TECHNOLOGY ON THE IMPLEMENTATION OF A MODIFIED E...
IMPACT OF HEALTH INFORMATICS TECHNOLOGY ON THE IMPLEMENTATION OF A MODIFIED E...IMPACT OF HEALTH INFORMATICS TECHNOLOGY ON THE IMPLEMENTATION OF A MODIFIED E...
IMPACT OF HEALTH INFORMATICS TECHNOLOGY ON THE IMPLEMENTATION OF A MODIFIED E...hiij
 
readmission paper applied health econ
readmission paper applied health econreadmission paper applied health econ
readmission paper applied health econPamela Bonifay Peele
 
CPC-D-14-00002-3
CPC-D-14-00002-3CPC-D-14-00002-3
CPC-D-14-00002-3Rob Dickson
 
Health Technology Assessment- Overview
Health Technology Assessment- OverviewHealth Technology Assessment- Overview
Health Technology Assessment- Overviewshashi sinha
 
CROs Driving Changes in Patient Recruitment
CROs Driving Changes in Patient RecruitmentCROs Driving Changes in Patient Recruitment
CROs Driving Changes in Patient RecruitmentJohn Reites
 
Greengold Presentation
Greengold PresentationGreengold Presentation
Greengold Presentationsggibson
 
BDH Simulation Paper
BDH Simulation PaperBDH Simulation Paper
BDH Simulation PaperJamie Schultz
 

What's hot (16)

Wound Healing Predictive Model
Wound Healing Predictive ModelWound Healing Predictive Model
Wound Healing Predictive Model
 
Csph talk
Csph talkCsph talk
Csph talk
 
Predicting Diabetic Readmission Rates: Moving Beyond HbA1c
Predicting Diabetic Readmission Rates: Moving Beyond HbA1cPredicting Diabetic Readmission Rates: Moving Beyond HbA1c
Predicting Diabetic Readmission Rates: Moving Beyond HbA1c
 
Introduction to Healthcare Analytics
Introduction to Healthcare Analytics Introduction to Healthcare Analytics
Introduction to Healthcare Analytics
 
Therapeutic_Innovation_&_Regulatory_Science-2015-Tantsyura
Therapeutic_Innovation_&_Regulatory_Science-2015-TantsyuraTherapeutic_Innovation_&_Regulatory_Science-2015-Tantsyura
Therapeutic_Innovation_&_Regulatory_Science-2015-Tantsyura
 
Undertriage
UndertriageUndertriage
Undertriage
 
Orthopedic Facility Clinic queuing findings
Orthopedic Facility Clinic queuing findingsOrthopedic Facility Clinic queuing findings
Orthopedic Facility Clinic queuing findings
 
Linacs radiation treatment machine, syndicate 9 (1)
Linacs radiation treatment machine, syndicate 9 (1)Linacs radiation treatment machine, syndicate 9 (1)
Linacs radiation treatment machine, syndicate 9 (1)
 
IMPACT OF HEALTH INFORMATICS TECHNOLOGY ON THE IMPLEMENTATION OF A MODIFIED E...
IMPACT OF HEALTH INFORMATICS TECHNOLOGY ON THE IMPLEMENTATION OF A MODIFIED E...IMPACT OF HEALTH INFORMATICS TECHNOLOGY ON THE IMPLEMENTATION OF A MODIFIED E...
IMPACT OF HEALTH INFORMATICS TECHNOLOGY ON THE IMPLEMENTATION OF A MODIFIED E...
 
readmission paper applied health econ
readmission paper applied health econreadmission paper applied health econ
readmission paper applied health econ
 
CPC-D-14-00002-3
CPC-D-14-00002-3CPC-D-14-00002-3
CPC-D-14-00002-3
 
NIH Project Charter_
NIH Project Charter_NIH Project Charter_
NIH Project Charter_
 
Health Technology Assessment- Overview
Health Technology Assessment- OverviewHealth Technology Assessment- Overview
Health Technology Assessment- Overview
 
CROs Driving Changes in Patient Recruitment
CROs Driving Changes in Patient RecruitmentCROs Driving Changes in Patient Recruitment
CROs Driving Changes in Patient Recruitment
 
Greengold Presentation
Greengold PresentationGreengold Presentation
Greengold Presentation
 
BDH Simulation Paper
BDH Simulation PaperBDH Simulation Paper
BDH Simulation Paper
 

Similar to IRJET- Hospital Admission Prediction: A Technology Survey

O PTIMISATION B ASED ON S IMULATION : A P ATIENT A DMISSION S CHEDULING ...
O PTIMISATION  B ASED ON  S IMULATION : A P ATIENT  A DMISSION  S CHEDULING  ...O PTIMISATION  B ASED ON  S IMULATION : A P ATIENT  A DMISSION  S CHEDULING  ...
O PTIMISATION B ASED ON S IMULATION : A P ATIENT A DMISSION S CHEDULING ...IJCI JOURNAL
 
IRJET - Classification and Prediction for Hospital Admissions through Emergen...
IRJET - Classification and Prediction for Hospital Admissions through Emergen...IRJET - Classification and Prediction for Hospital Admissions through Emergen...
IRJET - Classification and Prediction for Hospital Admissions through Emergen...IRJET Journal
 
Machine learning and operations research to find diabetics at risk for readmi...
Machine learning and operations research to find diabetics at risk for readmi...Machine learning and operations research to find diabetics at risk for readmi...
Machine learning and operations research to find diabetics at risk for readmi...John Frias Morales, DrBA, MS
 
Sepsis Prediction Using Machine Learning
Sepsis Prediction Using Machine LearningSepsis Prediction Using Machine Learning
Sepsis Prediction Using Machine LearningIRJET Journal
 
A LEAN SIX SIGMA APPROACH TO REDUCE WAITING AND REPORTING TIME IN THE RADIOLO...
A LEAN SIX SIGMA APPROACH TO REDUCE WAITING AND REPORTING TIME IN THE RADIOLO...A LEAN SIX SIGMA APPROACH TO REDUCE WAITING AND REPORTING TIME IN THE RADIOLO...
A LEAN SIX SIGMA APPROACH TO REDUCE WAITING AND REPORTING TIME IN THE RADIOLO...Joe Andelija
 
ICU Patient Deterioration Prediction : A Data-Mining Approach
ICU Patient Deterioration Prediction : A Data-Mining ApproachICU Patient Deterioration Prediction : A Data-Mining Approach
ICU Patient Deterioration Prediction : A Data-Mining Approachcsandit
 
ICU PATIENT DETERIORATION PREDICTION: A DATA-MINING APPROACH
ICU PATIENT DETERIORATION PREDICTION: A DATA-MINING APPROACHICU PATIENT DETERIORATION PREDICTION: A DATA-MINING APPROACH
ICU PATIENT DETERIORATION PREDICTION: A DATA-MINING APPROACHcscpconf
 
System for Recommending Drugs Based on Machine Learning Sentiment Analysis of...
System for Recommending Drugs Based on Machine Learning Sentiment Analysis of...System for Recommending Drugs Based on Machine Learning Sentiment Analysis of...
System for Recommending Drugs Based on Machine Learning Sentiment Analysis of...IRJET Journal
 
IRJET- A System for Complete Healthcare Management: Ask-Us-Health A Secon...
IRJET-  	  A System for Complete Healthcare Management: Ask-Us-Health A Secon...IRJET-  	  A System for Complete Healthcare Management: Ask-Us-Health A Secon...
IRJET- A System for Complete Healthcare Management: Ask-Us-Health A Secon...IRJET Journal
 
Scheduling Of Nursing Staff in Hospitals - A Case Study
Scheduling Of Nursing Staff in Hospitals - A Case StudyScheduling Of Nursing Staff in Hospitals - A Case Study
Scheduling Of Nursing Staff in Hospitals - A Case Studyinventionjournals
 
Med peds noon conference feb 2011
Med peds noon conference feb 2011Med peds noon conference feb 2011
Med peds noon conference feb 2011nyayahealth
 
Harvard Internal Medicine-Pediatrics Noon Conference Feb 3, 2011
Harvard Internal Medicine-Pediatrics Noon Conference Feb 3, 2011Harvard Internal Medicine-Pediatrics Noon Conference Feb 3, 2011
Harvard Internal Medicine-Pediatrics Noon Conference Feb 3, 2011nyayahealth
 
38 www.e-enm.orgEndocrinol Metab 2016;3138-44httpdx.
38 www.e-enm.orgEndocrinol Metab 2016;3138-44httpdx.38 www.e-enm.orgEndocrinol Metab 2016;3138-44httpdx.
38 www.e-enm.orgEndocrinol Metab 2016;3138-44httpdx.dessiechisomjj4
 
Structure and development of a clinical decision support system: application ...
Structure and development of a clinical decision support system: application ...Structure and development of a clinical decision support system: application ...
Structure and development of a clinical decision support system: application ...komalicarol
 
Predictions And Analytics In Healthcare: Advancements In Machine Learning
Predictions And Analytics In Healthcare: Advancements In Machine LearningPredictions And Analytics In Healthcare: Advancements In Machine Learning
Predictions And Analytics In Healthcare: Advancements In Machine LearningIRJET Journal
 
PATIENT AWOL GUESS AFTER BOOKING SESSION
PATIENT AWOL GUESS AFTER BOOKING SESSIONPATIENT AWOL GUESS AFTER BOOKING SESSION
PATIENT AWOL GUESS AFTER BOOKING SESSIONIRJET Journal
 

Similar to IRJET- Hospital Admission Prediction: A Technology Survey (20)

O PTIMISATION B ASED ON S IMULATION : A P ATIENT A DMISSION S CHEDULING ...
O PTIMISATION  B ASED ON  S IMULATION : A P ATIENT  A DMISSION  S CHEDULING  ...O PTIMISATION  B ASED ON  S IMULATION : A P ATIENT  A DMISSION  S CHEDULING  ...
O PTIMISATION B ASED ON S IMULATION : A P ATIENT A DMISSION S CHEDULING ...
 
IRJET - Classification and Prediction for Hospital Admissions through Emergen...
IRJET - Classification and Prediction for Hospital Admissions through Emergen...IRJET - Classification and Prediction for Hospital Admissions through Emergen...
IRJET - Classification and Prediction for Hospital Admissions through Emergen...
 
Machine learning and operations research to find diabetics at risk for readmi...
Machine learning and operations research to find diabetics at risk for readmi...Machine learning and operations research to find diabetics at risk for readmi...
Machine learning and operations research to find diabetics at risk for readmi...
 
Sepsis Prediction Using Machine Learning
Sepsis Prediction Using Machine LearningSepsis Prediction Using Machine Learning
Sepsis Prediction Using Machine Learning
 
Deo swannetal
Deo swannetalDeo swannetal
Deo swannetal
 
A LEAN SIX SIGMA APPROACH TO REDUCE WAITING AND REPORTING TIME IN THE RADIOLO...
A LEAN SIX SIGMA APPROACH TO REDUCE WAITING AND REPORTING TIME IN THE RADIOLO...A LEAN SIX SIGMA APPROACH TO REDUCE WAITING AND REPORTING TIME IN THE RADIOLO...
A LEAN SIX SIGMA APPROACH TO REDUCE WAITING AND REPORTING TIME IN THE RADIOLO...
 
Application of artificial intelligence techniques in the intensive care unit
Application of artificial intelligence techniques in the intensive  care unitApplication of artificial intelligence techniques in the intensive  care unit
Application of artificial intelligence techniques in the intensive care unit
 
ICU Patient Deterioration Prediction : A Data-Mining Approach
ICU Patient Deterioration Prediction : A Data-Mining ApproachICU Patient Deterioration Prediction : A Data-Mining Approach
ICU Patient Deterioration Prediction : A Data-Mining Approach
 
ICU PATIENT DETERIORATION PREDICTION: A DATA-MINING APPROACH
ICU PATIENT DETERIORATION PREDICTION: A DATA-MINING APPROACHICU PATIENT DETERIORATION PREDICTION: A DATA-MINING APPROACH
ICU PATIENT DETERIORATION PREDICTION: A DATA-MINING APPROACH
 
EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
 
System for Recommending Drugs Based on Machine Learning Sentiment Analysis of...
System for Recommending Drugs Based on Machine Learning Sentiment Analysis of...System for Recommending Drugs Based on Machine Learning Sentiment Analysis of...
System for Recommending Drugs Based on Machine Learning Sentiment Analysis of...
 
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
 
IRJET- A System for Complete Healthcare Management: Ask-Us-Health A Secon...
IRJET-  	  A System for Complete Healthcare Management: Ask-Us-Health A Secon...IRJET-  	  A System for Complete Healthcare Management: Ask-Us-Health A Secon...
IRJET- A System for Complete Healthcare Management: Ask-Us-Health A Secon...
 
Scheduling Of Nursing Staff in Hospitals - A Case Study
Scheduling Of Nursing Staff in Hospitals - A Case StudyScheduling Of Nursing Staff in Hospitals - A Case Study
Scheduling Of Nursing Staff in Hospitals - A Case Study
 
Med peds noon conference feb 2011
Med peds noon conference feb 2011Med peds noon conference feb 2011
Med peds noon conference feb 2011
 
Harvard Internal Medicine-Pediatrics Noon Conference Feb 3, 2011
Harvard Internal Medicine-Pediatrics Noon Conference Feb 3, 2011Harvard Internal Medicine-Pediatrics Noon Conference Feb 3, 2011
Harvard Internal Medicine-Pediatrics Noon Conference Feb 3, 2011
 
38 www.e-enm.orgEndocrinol Metab 2016;3138-44httpdx.
38 www.e-enm.orgEndocrinol Metab 2016;3138-44httpdx.38 www.e-enm.orgEndocrinol Metab 2016;3138-44httpdx.
38 www.e-enm.orgEndocrinol Metab 2016;3138-44httpdx.
 
Structure and development of a clinical decision support system: application ...
Structure and development of a clinical decision support system: application ...Structure and development of a clinical decision support system: application ...
Structure and development of a clinical decision support system: application ...
 
Predictions And Analytics In Healthcare: Advancements In Machine Learning
Predictions And Analytics In Healthcare: Advancements In Machine LearningPredictions And Analytics In Healthcare: Advancements In Machine Learning
Predictions And Analytics In Healthcare: Advancements In Machine Learning
 
PATIENT AWOL GUESS AFTER BOOKING SESSION
PATIENT AWOL GUESS AFTER BOOKING SESSIONPATIENT AWOL GUESS AFTER BOOKING SESSION
PATIENT AWOL GUESS AFTER BOOKING SESSION
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 

Recently uploaded (20)

Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 

IRJET- Hospital Admission Prediction: A Technology Survey

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5078 Hospital Admission Prediction: A Technology Survey Twinkle L. Chauhan1, Mukta S. Takalikar2, Anil kumar Gupta3 1,2Dept. of Computer Engineering, PICT, Pune, Maharashtra, India. 3CDAC HPC I&E, Pune, Maharashtra, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Overcrowding in Emergency Departments (ED’s) has a great impact on the patients along with negative consequences. Therefore it gets important to find innovative methods to improve patient flow and prevent overcrowding. This can be done with the help of different machine learning techniques to predict the hospital admissions from ED. This will help in resource planning of hospital as well. The paper consists of survey of the different methods used for prediction. The paper also consist the implementation result of three different methods of the machine learning techniques along with its results comparison. Key Words: Data Mining, Health Care, Machine Learning. 1. INTRODUCTION Emergency department in hospitals has main function to treat patients who are suffering from injuries which may lead to severe complications or acute serious illness. Emergency departments are not for treating patients with regular ongoing care. For ensuring that the sickest patients get seen first, a sorting mechanism called triage process is used to categorize patients. According to the patient’s symptoms, the patient is categorized into three levels of triage process. In this, critical patients are given first importance and non-critical patients are given a waiting time according to their symptoms to get treated by doctors. Patients waiting in the EDs lead to crowding and this may have negative impacts on management, patients, etc. Therefore, there is a need to explore methods which will help to improve patient flow, prevent overcrowding and reduce waiting time involved in triage process. Identifying patients which are at high risk of getting admissions from emergency department to hospital will help to reduce the crowding and also help in resource management. This can be done with the help of different machine learning techniques by predicting the patient’s admission. 2. Literature Survey Byron Graham. [1] developed a prediction model in which machine learning techniques such as Logistic Regression, Decision Tree and Gradient Boosted Machine were used. The most important predictors in there model were age, arrival mode, triage category, care group, admission in past-month, past-year. In which the gradient boosted machine outperforms and focus on avoiding the bottleneck in patient flow. Jacinta Lucke. [2] and team has designed the predictive model by considering age as main attribute, where the age is categorized in two category below 70 years and above 70 years. They observed that the category of people below 70 years was less admitted in compare with the category of people above 70 years. Younger patient had higher accuracy while the older patient had high risk of getting admitted to hospital. The decision of prediction was based on the attributes such as age, sex, triage category, mode of arrival, chief complaint, ED revisits, etc. Xingyu Zhang [3] in there predictive model, they have used logistic regression and multilayer neural network. This methods were implemented using the natural language processing and without natural language processing. The accuracy of model with natural language processing is more than the model without natural language processing. Boukenze. [4] with his team created a model using decision tree C4.5 for predicting admissions which overall gave a good accuracy and less execution time. The author has used the prediction model for predicting a particular disease that is chromic kidney disease. Dinh and his team [5], developed a model which uses multivariable logistic regression for prediction. For the prediction the two main attributes were demographics and triage process, which helped to increase the accuracy. Davood. [6] developed a model for reducing emergency department boarding using the logistic regression and neural network, were a set of thumb rules were developed to predict the hospital admissions. The prediction model used as decision support tool and helped to reduce emergency department boarding. The set of thumb rules were found by examining the importance of eight demographic and clinical factors such as encounter reason, age, radiology exam type, etc. of the emergency department patient’s admission. Xie. [7] and his teams model consist of coxian phase type distribution (PH Model) and logistic regression where the PH model has out performs than logistic regression. Peck and his teams [8] created a model for predicting the inpatient for same-day to improve patient flow. The model uses Naive Bayes and linear regression with logit link function, the result of the model was accurate even though it had less number of independent variables. Sun. [9] and his team uses logistic regression for creating the model
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5079 with the help of triage process which plays an important role for early prediction of hospital admission. The factors which were considered for prediction are age, sex, emergency visit in preceding three months, arrival mode, patient acuity category, coexisting chronic diseases. Jones. [10] with his team developed a predictive model for forecasting the daily patient volumes in emergency department. The model uses regression which is actually a time series regression and exponential smoothing where time series regression performs better than linear regression. 3. METHODOLOGY As the patient arrives in the emergency department, a triage process is carried out. If the patient is critical then directly that patient is given emergency medicine if that patient can get cure with it or else taken to surgery. In mean time the relatives of the patient fill the causality papers where that patient gets the admission number which refers to the admission in the emergency department .If that patient symptoms are not critical but need to cure as soon as possible then such patients are given waiting time of around 10 to 15 minutes. If the Table 1. Literature Survey Paper No. Methods Description Advantages Disadvantages [1] Logistic Regression, Decision Tree and Gradient Boosted Machine Avoid bottleneck in patient flow and allowing hospital resource planning GBM outperforms from rest two algorithms due to the important predictors. GBM outperforms bit more time than rest two algorithms. [2]. Multivariable Logistic Regression Younger patient had higher accuracy while older patient has high risk of getting admitted to hospital. Age and triage category plays an important role. People with above 55 age also has moderate risk of getting admitted to hospital. [3]. Logistic Regression, Multilayer Neural Network With the help of NLP the predictive accuracy increased than without NLP. Demographics help in NLP. Logistic regression is time consuming. [4]. Decision Tree C4.5 Good accuracy and less execution time. Categorical attributes in dataset. Over fitting and pruning may require as the dataset gets larger. [5]. Multivariable Logistic Regression Demographics and triage process increased the accuracy. Deep analysis of decision making nodes. The outpatient record was not maintained. [6]. Logistic Regression, Neural Network A set of thumb rules were developed to predict hospital admissions. Demographics and clinical factors help to set the rules. Small change in data leads to drastic change in model. [7]. Coxian Phase type distribution (PH Model) , Logistic Regression PH model has more accuracy than Logistic regression. PH model provide more information regarding possible timing of patient. Risk of over fitting. [8]. Naive Bayes and Linear Regression with a logit link function The model was accurate even though it had less number of readily available independent variables. Resources management on early basis. Model needs to recalibrate when changes occur in data. [9]. Logistic Regression Early prediction at the triage process helped for patient admission. Demographics such as PAC diagnosis helped for making decision. Important factor were missing such as present symptoms, the vital signs of patients. [10]. Time Series Regression, Exponential Smoothing Performs well than linear regression. Highly informative model. Patient acuity, minimum staffing regulations and clinician satisfaction such factors were not taken into consideration.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5080 patient has acute illness then such patients are kept waiting for around 30 to 45 minutes. So, in overall triage process each patient has to wait for some time at least. This makes the emergency department crowded. When an unknown patient arrives, such as through some road accident, or anything such critical where the identity of that patient can’t be recognized. That time the patient is labeled unknown and a MLC is registered. MLC is MedicoLegal Complaint where a complaint is registered which is carried out by the police for identification of the patient. One more case is handled by the ED is that when certain patient arrives in emergency department as during the triage process if patient is declared to be dead, then those patients directly death certificate process starts without admission in the emergency department. The working of model is such that, as soon as the patient arrives in the emergency department, a casualty officer does the triage of the patient and mean while s/he checks the past history of the patient. If the patient is old, then according to the medical history of the patient, the officer decides whether the patient will get admitted to hospital or not as the records contain the complete history such as last time when the patient got admitted, what disease does that patient is suffering, etc. So as the patient is being get treated by the doctor, in that time the inpatient bed is made ready for that patient. If the patient is new then, its record are added to the database of hospital patients and triage is done. 3.1. SYSTEM ARCHITECTURE The system architecture consists of five steps: Figure 1: System Architecture 1) Dataset: A hospital dataset is taken for the further processing. This is the raw data in the comma separated value (csv) format. The dataset consist of 10 attributes such as ED-level, acuity, etc. 2) Data Preprocessing: The second step is data preprocessing in which all the null values, missing values are removed. Removal of extra value is also done. Format the attributes in correct format. 3) Feature Extraction: In this step, a particular number of features are extracted for the model. Such features are selected which are important and which help in predicting. 4) From the 10 attributes, main attributes are selected. Here five main attributes are selected. a) OSHPD-ID: A unique 10 digit number assigned to each patient. b) ED-LEVEL: Hospital services providing immediate initial evaluation and treatment to patients on a 24hrs basis. c) EMSA-TRAUMA-LEVEL: Emergency Medical d) Services Agency trauma center designation level. e) ACUITY: Emergency Department type of visit. f) ADMISSION-FROM-ED: Total Emergency Department visits by type, resulting in an inpatient admission. 5) Modeling the data: The complete dataset is divided into two parts, training and testing. In this step the training dataset is used. Using different machine learning techniques, the model is trained. The trained model obtained in previous step is now used to evaluate. For evaluating the testing dataset is used. 6) Predictive Model: Now after the number of times training and evaluating the model, it is ready for the prediction purpose where external data is given as input. 3.2. MACHINE LEARNING ALGORITHMS AND PERFORMANCE In this model three machine learning algorithms are used for training purpose: (1) Gradient Boosted Machine, (2) Random Forest and (3) Decision Tree. Boosting is a class of ensemble learning techniques for classification problems. It aims to build a set of weak learners to create one strong learner. The gradient boosted machine is that algorithm which is a tree based ensemble technique. GBM creates multiple weakly associated decision trees that are combined to get the final prediction. It is also known as boosting model. The second algorithm is the Random forest. This algorithm also uses an ensemble learning approach for classification while training process by creating number of decision trees. The next algorithm is the decision tree which is specifically recursive partitioning. The algorithm splits the data at each node based on the variable that separates the data unless an optimal model is not obtained [1]. Using RPART, CARET packages the implementation of the above algorithm is done. As decision tree works on single tree and the random forest and gradient boosted machine works on ensemble of trees this packages are helpful to implement. The CARET package was used to train and tune the machine learning algorithms. This library provides a consistent framework to train and tune models. The performances of the machine learning algorithms are evaluated by the range of measures such as Accuracy, Cohens Kappa, Sensitivity and Specificity.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5081 Table 2: Model Performance. Accurac y Kappa Specifici ty Sensitivi ty GBM 0.9352 0.855 0.9631 0.7881 Decision Tree 0.9488 0.8885 0.9742 0.7942 Random Forest 0.9795 0.9561 0.9906 0.9304 4. RESULTS AND DISCUSSION For the evaluation of the methods accuracy, kappa, sensitivity and specificity this performance metrics are used. As shown in table, the Random forest performs best across all performance measures. A small difference is observed the remaining two methods decision tree and gradient boosted machine. Here it is seen that decision tree is performing better than the gradient boosted machine. This study gives a broad spectrum of different methods of machine learning used in the field of healthcare. The prediction of the hospital admission from emergency department helps the hospital management for resource planning. This also reduces the waiting time of the patient which is carried while the triage process. For admission of any patient through the emergency department the triage process plays an important role. 5. CONCLUSION AND FUTURE WORK The overall study involved a survey of different methods used for the prediction model of hospital admission. Along with this study it also has comparison of three different machine learning algorithms namely, decision tree, random forest and gradient boosted machine which are used for predicting the hospital admission from emergency department. Overall the random forest performs better when compared to the decision tree and gradient boosted machine. Implementation of these models could help the hospital decision makers for planning and managing the hospital resources based on the patient flow. This would help for reducing the emergency department crowding. In future, different algorithms regarding deep learning and machine learning can used to implement the model. Even ensemble of different algorithms can also be done. Different demographics as predictor can be taken into consideration. REFERENCES [1] Graham, Byron and Bond, Raymond and Quinn, Michael and Mulvenna, Maurice,” Using Data Mining to Predict Hospital Admissions from the Emergency Department,” IEEE Access., vol.6, pp.10458–10469, 2018. [2] Lucke et al.,”Early prediction of hospital admission for emergency department patients: a comparison between patients younger or older than 70 years,” Emerg Med J., vol.35, pp.18–27, 2018. [3] Zhang, Xingyu and Kim, Joyce and Patzer, Rachel E and Pitts, Stephen R and Patzer, Aaron and Schrager, Justin D, ”Prediction of emergency department hospital admission based on natural language processing and neural networks,” Methods of information in medicine., vol.56, pp. 377– 389, 2017. [4] Boukenze, Basma and Mousannif, Hajar and Haqiq, Abdelkrim,”Predictive analytics in healthcare system using data mining techniques,” Computer Sci Inf Technol., vol. 1, pp. 1–9, 2016. [5] Dinh et al.,”The Sydney Triage to Admission Risk Tool (START) to predict Emergency Department Disposition: A derivation and internal validation study using retrospective state-wide data from New South Wales, Australia,” BMC emergency medicine., vol.16, pp. 46, 2016. [6] Golmohammadi, Davood, ”Predicting hospital admissions to reduce emergency department boarding,” International Journal of Production Economics., vol. 182, pp. 535–544, 2016. [7] Xie, Bin,”Development and validation of models to predict hospital admission for emergency department patients,” International Journal of Statistics in Medical Research., vol.2, pp. 55–66, 2013. [8] Peck, Jordan S and Benneyan, James C and Nightingale, Deborah J and Gaehde, Stephan A, ”Predicting emergency department inpatient admissions to improve same-day patient flow,” Academic Emergency Medicine., vol. 19, pp. E1045–E1054, 2012. [9] Sun, Yan and Heng, Bee Hoon and Tay, Seow Yian and Seow, Eillyne,”Predicting hospital admissions at emergency department triage using routine administrative data,” Academic emergency Medicine., vol. 18, pp. 844–850, 2011. [10] Jones et al.,” Forecasting daily patient volumes in the emergency department,” Academic Emergency Medicine., vol. 15, pp. 159–170, 2008.