Previous Article in Journal
Optimizing Data Pipelines for Green AI: A Comparative Analysis of Pandas, Polars, and PySpark for CO2 Emission Prediction
Previous Article in Special Issue
A New AI Framework to Support Social-Emotional Skills and Emotion Awareness in Children with Autism Spectrum Disorder
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Healthcare AI for Physician-Centered Decision-Making: Case Study of Applying Deep Learning to Aid Medical Professionals

by
Aleksandar Milenkovic
1,*,
Andjelija Djordjevic
1,
Dragan Jankovic
1,
Petar Rajkovic
1,
Kofi Edee
2 and
Tatjana Gric
3
1
Department of Computer Science, Faculty of Electronic Engineering in Nis, University of Nis, 18000 Nis, Serbia
2
Institut Pascal, CNRS, Clermont Auvergne INP, Université Clermont Auvergne, F-63000 Clermont-Ferrand, France
3
Department of Electronic Systems, Vilnius Gediminas Technical University, LT-10223 Vilnius, Lithuania
*
Author to whom correspondence should be addressed.
Computers 2025, 14(8), 320; https://doi.org/10.3390/computers14080320
Submission received: 18 July 2025 / Revised: 4 August 2025 / Accepted: 5 August 2025 / Published: 7 August 2025
(This article belongs to the Special Issue AI in Its Ecosystem)

Abstract

This paper aims to leverage artificial intelligence (AI) to assist physicians in utilizing advanced deep learning techniques integrated into developed models within electronic health records (EHRs) in medical information systems (MISes), which have been in use for over 15 years in health centers across the Republic of Serbia. This paper presents a human-centered AI approach that emphasizes physician decision-making supported by AI models. This study presents two developed and implemented deep neural network (DNN) models in the EHR. Both models were based on data that were collected during the COVID-19 outbreak. The models were evaluated using five-fold cross-validation. The convolutional neural network (CNN), based on the pre-trained VGG19 architecture for classifying chest X-ray images, was trained on a publicly available smaller dataset containing 196 entries, and achieved an average classification accuracy of 91.83 ± 2.82%. The DNN model for optimizing patient appointment scheduling was trained on a large dataset (341,569 entries) and a rich feature design extracted from the MIS, which is daily used in Serbia, achieving an average classification accuracy of 77.51 ± 0.70%. Both models have consistent performance and good generalization. The architecture of a realized MIS, incorporating the positioning of developed AI tools that encompass both developed models, is also presented in this study.

1. Introduction

AI in medical diagnosis represents a powerful tool that assists physicians in their daily work. With the help of AI systems, physicians receive valuable support that enables them to quickly identify potential problems and notice details that the “human eye” might miss. AI can analyze large amounts of data in record time, saving valuable time while also providing additional accuracy in analyzing images or other medical data.
However, the final decision still needs to be made by the physicians. Based on the suggestions provided by the AI system, the physician considers all relevant information from the patient’s medical history (from the EHR) and decides on treatment. AI can clearly show the physician which aspects of the data it has highlighted, such as parts of an image that are considered suspicious, ensuring transparency in the decision-making process [1].
The greatest advantage of this approach is that responsibility for the patient’s treatment remains entrusted to the physician. AI systems are not autonomous; they simply assist the physician in making more informed decisions by providing additional information and recommendations, while the physician retains a pivotal role in the diagnostic process.
The benefits of this integrated approach are manifold. First, it enables faster and more accurate diagnostics, thereby reducing patient waiting times and enhancing the quality of healthcare. AI provides greater access to medical expertise, particularly in rural areas where specialists may not be readily available. It also reduces the number of errors that can occur due to fatigue or stress. Meanwhile, the AI system, through continuous learning from new cases, gradually becomes more accurate, always under the supervision of experts.
Today, modern MIS and EHR systems should incorporate AI-based tools to enhance the quality of healthcare services, improve overall performance, and streamline daily operations. Deep learning [2] is a branch of AI and machine learning (ML). Deep learning algorithms are based on artificial neural network (ANN) models. Deep learning techniques include DNNs, recurrent neural networks, CNNs, and deep belief networks. These techniques are used to solve complex problems such as natural language processing (NLP), computer vision, bioinformatics, audio recognition, medical image analysis, and speech recognition. Deep learning provides valuable solutions for medical image analysis problems and is a key method for future applications [3]. A DNN is an ANN with more hidden layers between the input and output layers. A CNN [4] is a type of DNN model that enables the extraction of higher representations of image content. CNNs are a state-of-the-art image classification technique [5], which uses some features of the visual cortex. In this paper, a state-of-the-art technique for the classification of chest X-ray images is presented. The DNN model is used to optimize scheduling time slots. Both models are created in order to combat the COVID-19 pandemic.
The most efficient and reliable way to diagnose patients infected by COVID-19 during the pandemic and monitor their recovery is the chest X-ray and CT image [6]. By using the CNN, the model presented in this paper was developed, which rapidly classifies patients according to the chest X-ray image into two categories: one category is patients with COVID-19, while the other is those without COVID-19. The automatic classification assists the physicians in establishing the COVID-19 diagnosis.
Due to social distancing and other measures that limited the movement of patients during the COVID-19 pandemic, a considerable percentage of patients did not appear for their scheduled appointments. The appointments for an examination with a physician and/or diagnostic device remained reserved; however, the patients did not appear for them. Those are also often scheduled examinations on expensive diagnostic devices, for which patients must wait for an extended period of time, sometimes even 6 months. In this regard, there was a need to develop a tool to optimize patient scheduling in available slots. During the COVID-19 pandemic, primary healthcare institutions operated at reduced capacity (with fewer available slots for scheduling appointments), making it essential to optimize and increase the occupancy rate of these slots. The tool presented in this paper utilizes the developed DNN to classify patients with scheduled appointments as either arriving or not arriving at their scheduled time slots. Patients classified as those who were “potentially not coming” to their scheduled appointments should have been contacted by phone to confirm their arrival. An option was also supported for scheduling a higher number of patients classified as “potentially not coming” in the same time slots, which was modeled according to airline companies’ overbooking of seat procedures [7].
The objective of this paper is to assist physicians in making final decisions by utilizing deep learning techniques incorporated into AI tools in MIS and EHRs. This study showcases the effective application of AI in addressing critical situations, such as the COVID-19 pandemic, by prioritizing AI-assisted Physician-Centered Decision-Making. The model for rapidly classifying chest X-ray images into two classes, non-COVID-19 and COVID-19, is designed using a CNN. The model for the classification of appointments of patients in two classes during the pandemic: 0—patient is predicted to arrive at the scheduled time slot, 1—patient is predicted not to arrive, is created using the DNN.
This study presents the need for physician-centered decision-making in fast-reacting situations, utilizing AI tools that encompass both developed DNN models. The primary goal of this research is to integrate AI into existing MISes and enhance EHR with AI, rather than competing with sophisticated models in the field of study. Overall, the developed models presented in this paper have achieved remarkable accuracy and performance. Outbreaks, such as COVID-19, are exact situations where rapid physician-centered decision-making, assisted by AI tools, is crucial.
After the Introduction section, the Background and the Materials and Methods sections follow, respectively. The authors then present the results in the Results section and discuss them in the Discussion section. After the Discussion, the Conclusion section and the Reference list follow.

2. Background

The coronavirus SARS-CoV-2 appeared by the end of 2019 [8]. It was discovered in China in the city of Wuhan, the province of Hubei [9]. The disease it causes is called COVID-19. For COVID-19, the World Health Organization (WHO) assigned the urgent ICD-10 diagnosis U07.1 [10]. The newly emerged virus was connected to the virus SARS-CoV since 2013 [11]. The basic symptoms caused by COVID-19 are described in [9]. Figure 1 shows the exponential rise in the number of infected and deceased people worldwide during the COVID-19 pandemic [12]. The main crisis centers became Europe and North America, after the emergence of the virus in China. Due to the characteristics of COVID-19, the WHO decided to mark the epidemic of the virus SARS-CoV-2 as a pandemic on 11 March 2020.
Deep learning techniques for biomedical and health informatics are described in depth in [13]. Automated diagnosis of tuberculosis from chest X-rays has been tackled with either hand-crafted algorithms or ML approaches such as support vector machines and CNNs [14]. The detailed descriptions of deep learning for medical image analysis and the principles and methods of neural networks and deep learning concepts are given in [3]. The authors show COVID-NET [15], a tailored deep convolutional neural network design for detecting COVID-19 cases from chest X-ray images with an accuracy of 92.6%. Markus Schmitt shows nine ways of machine learning that help to combat the viral pandemic [16]. The approach that enables the automatic detection of the coronavirus disease using X-ray images and deep convolutional networks is shown in [17]. The authors used the pre-trained models ResNET50, Inception V3, and Inception-ResNetV2. They achieved the best performance with the pre-trained model ResNET50. Models with a location-attention mechanism could more accurately diagnose COVID-19 at the chest radiography with an overall accuracy rate of 86.7% and could be a promising supplementary diagnostic method for frontline clinical physicians [18]. The symptoms and establishing the COVID-19 diagnosis based on chest X-ray images are shown in the article [19]. Developing an intelligent healthcare system [20] is a crucial factor for further improvements from the perspective of patients, healthcare employees, and medical science researchers. To support early detection efforts, researchers proposed a Genetic Deep Learning Convolutional Neural Network model enhanced with Huddle Particle Swarm Optimization instead of traditional gradient descent. Using public chest X-ray datasets, the model effectively identifies COVID-19 and other pneumonia types, achieving 97.23% accuracy, 98.62% sensitivity, 97.0% specificity, and 93.0% precision. Authors emphasize that future work should involve expanding to larger datasets and broader lung disease prediction [21]. Many institutions improved their IT infrastructure to prepare for the exponential rise of patients suffering from COVID-19 [22]. The prediction about the visits of patients can be helpful for stakeholders in hospitals or other health centers to make decisions in managing human resources and materials [23].
The survey paper [24] comprehensively examines various interpretation and visualization techniques applied to deep learning models in medical imaging. This paper reviews methodologies, discusses their applications, and evaluates their effectiveness in enhancing the interpretability, reliability, and clinical relevance of deep learning models in medical image analysis. While significant progress has been made, challenges related to scalability, clinical integration, robustness, standardization, and ethical considerations persist.
This paper [25] presents a comprehensive review of ChatGPT’s applications in healthcare, focusing on its role in enhancing patient engagement, symptom assessment, and decision support to improve diagnostic accuracy. It evaluates ChatGPT’s usefulness across medical specialties and highlights its benefits in clinical, educational, and administrative settings. While the model seems promising, the review also addresses key challenges, including potential inaccuracies, ethical issues, and regulatory concerns. The goal is to provide a balanced perspective for healthcare professionals, researchers, and policymakers, emphasizing the need for continual updates as medical knowledge evolves.

3. Materials and Methods

This research uses two datasets and two different deep learning techniques for binary classifications: one for X-ray image classification using CNN and another for optimizing time slot scheduling using DNN. The Graphics Card NVIDIA GTX 1080 Ti 11 GB GDDR5X, Intel Core i7-9700K, 32 GB RAM, and 512 GB SSD are used to train proposed models. As software tools during research, we used TensorFlow 2.18.0 [26], Keras 3.7.0 [27], NumPy 2.0.2 [28], pandas 2.2.3 [29], matplotlib 3.10.0 [30], OpenCV 4.12.0 [31], scikit-learn 1.6.0 [32], and PyCharm 2024.3.1.1 for Python 3.12.8 [33].

3.1. Model for the Chest X-Ray Image Classification

This research uses a dataset, shared by Dr. Joseph Cohen [34], to classify chest X-ray images. The dataset contains chest X-ray/CT images with COVID-19, acute respiratory distress syndrome (ARDS) [35], MERS [36], SARS [37], and pneumonia. The authors used 98 X-ray images that were labeled with COVID-19. Also, 98 non-COVID-19 chest X-ray images were selected from the dataset Chest X-Ray Images (Pneumonia) [38]. Our research is based on 98 COVID-19 and 98 patients with Non-COVID-19 disease (a total of 196 images). All images are preprocessed: adjusted contrast, adjusted saturation, removed black bars, and saved in 224 × 224 image format.
Deep CNN [39] models may take longer to train on large datasets. Transfer learning [40] involves using models trained on one problem but used on a related similar problem. Transfer learning decreases the time necessary for training deep neural network models and provides a better reduction of the generalization error. A way to shorten this process is to reuse the model weights from pre-trained models developed for standard computer vision benchmark datasets, such as the ImageNet [41] image recognition tasks [42]. We created the CNN model based on the VGG19 [43] pre-trained model to classify chest X-ray images into two classes: Non-COVID-19 and COVID-19 (Figure 2).
All images are randomly split into two separate datasets with a ratio of 80% (for training) and 20% (for testing). The k-fold cross-validation [44] is used to evaluate the CNN model. The value for k is set to 5 (Figure 3). The batch size is set to 32, the number of epochs to 300, and the learning rate to 0.001 (hyperparameters were determined experimentally).

3.2. Model for the Optimization of Time Slots Scheduling

The City of Nis is the third-largest city in the Republic of Serbia (RS) by area and population and became the second-largest COVID-19 hotspot in the country. It is served by a single health center with 63 branches, making the Health Center Nis (HCN) the largest primary healthcare provider in Serbia and the Balkans, serving around half a million patients. In RS, several nationwide licensed MISes are used, one of which is MEDIS.NET [45]. Developed at the Faculty of Electronic Engineering in Nis, it is used in 25 primary healthcare facilities across southeastern RS and has been in operation at HCN for over 15 years.
The dataset used for training the DNN model is extracted from the database of HCN. It contains features presented in Table 1, which are related to the time slot scheduling of patients. The data in the dataset are extracted from the database for a period of 5 years (from 2015 to 2019).
The relationship between different input features in a dataset is presented in Figure 4 and indicates how much they tend to change together. The distribution of data within a dataset is shown in Figure 5.
The DNN model is created to binary classify scheduled time slots by feature status (0—patient is predicted to arrive at the scheduled time slot, 1—patient is predicted not to arrive). The dataset initially contained 388,194 rows. After processing (removing rows with nullable values, all values are normalized), the data dataset contains 341,569 (88%) rows. The dataset is very well balanced by feature status (Figure 5), with almost 50% for classes 0 and 1. It is randomly split into two divided datasets with a ratio of 80% (for training) and 20% (for testing). The k-fold cross-validation is used to evaluate the DNN model. The value for k is set to 5. The batch size is set to 512, the number of epochs to 100, and the learning rate to 0.01 (hyperparameters were determined experimentally). The model for binary classification is shown in Figure 6.

3.3. Performance Metrics

In order to measure the performance of proposed models, a Classification report [46] is used. Variables TP, FP, TN, and FN are True Positive, False Positive, True Negative, and False Negative, respectively. The accuracy, sensitivity, specificity, precision, and F1-score [47] were used to calculate the model’s performance.
a c c u r a c y = T P + T N T P + F P + T N + F N
r e c a l l = T P T P + F N
p r e c i s i o n = T P T P + F P
F 1 - s c o r e = 2 · p r e c i s i o n · r e c a l l p r e c i s i o n + r e c a l l
The accuracy determines how correctly the values are predicted. The precision determines how many of the predictions are correct. The recall determines how many of the correct results are discovered. The F1-score uses precision and recall calculations. It is a measure of balanced average results.
s e n s i t i v i t y = T P T P + F N
Sensitivity is called the true positive rate (TPR), recall, or probability of detection. This is a measure of actual positives that are correctly identified (e.g., the ability of a test to identify patients with a disease correctly).
s p e c i f i c i t y = T N F P + T N
Specificity is called the true negative rate (TNR). This is a measure of actual negatives that are correctly identified (e.g., the ability of a test to identify a patient without the disease correctly).

4. Results

This section presents the achieved results and performance of the two developed DNN models, as well as their application in MIS.

4.1. Model for the Chest X-Ray Image Classification

Figure 7 presents the performance of the model for chest X-ray image classification. The confusion matrix and classification report are shown in Figure 8. The maximum accuracy, precision, sensitivity, specificity, and F1-score are 94.87%, 94.74%, 94.74%, 95.00% and 94.74%, respectively, for fold number 3. The average accuracy, precision, sensitivity, specificity, and F1-score across all folds are 91.83 ± 2.82%, 92.78 ± 4.36%, 90.83 ± 2.22%, 92.90 ± 4.42% and 91.76 ± 2.78%. Table 2 shows metrics for a model for chest X-ray image classification.
TP is the number of patients (94.7%) that the model classified as having COVID-19, and they are patients with that diagnosis. TN is the number of patients (95%) predicted by the model not to have the disease COVID-19, and who actually do not have the disease. Patients without and with the disease can be identified with an accuracy of 95% using the proposed model. FP is the number of patients (5%) predicted by the model to be positive for COVID-19, but actually they are not. This is where the problem lies because such patients would most likely be sent to a temporary COVID-19 hospital and thus stay in a highly infectious environment. There is a high chance that such patients will become infected with COVID-19 after additional exposure to the viral environment. FN is the number of patients (5.3%) predicted by the model to not be positive for COVID-19 but are actually positive. Such patients would be discharged without an established diagnosis of COVID-19 and could infect a larger population of people with whom they have social contact and would not receive adequate healthcare. Nonetheless, chest X-ray imaging is performed for patients who have a distinct picture of the disease of COVID-19, so they would certainly not be immediately discharged home without additional testing (RT-PCR testing). In order to increase the performance of the model, it is necessary to increase the percentage of TP and TN and decrease FP and FN.

4.2. Model for the Optimization of Time Slots Scheduling

Figure 9 presents the model’s performance for optimizing time slot scheduling. The confusion matrix and classification report are shown in Figure 10. The maximum accuracy, precision, sensitivity, specificity, and F1-score calculated on the confusion matrix are 78.23%, 82.82%, 72.59%, 84.16%, and 77.37%, respectively, for fold number 4. The average accuracy, precision, sensitivity, specificity, and F1-score across all folds are 77.51 ± 0.7%, 82.53 ± 0.46%, 71.57 ± 1.08%, 83.86 ± 0.38% and 76.66 ± 0.70%. Table 3 shows metrics for a model for the optimization of time slot scheduling.
TP is the number of patients (72.59%) the model predicted would arrive at the scheduled time. Those patients would definitely come at their scheduled time. This has no positive or negative effects on the model. TN is the number of patients (84.16%) that the model classified as not coming to the scheduled examination, and they really did not come. It is possible to double appointments in those appointments to ensure a higher degree of occupancy of the available appointments. FP is the number of patients (15.84%) for whom the system predicted they would come for an examination but who did not come for the scheduled examination. Therefore, those appointments remain unfilled. To increase the occupancy of this time slot, two patients can be scheduled at the same time. FN is the number of patients (27.41%) for whom the model predicted that they would not come for examination, but they did come. Such patients are generally a potential problem for crowding and overbooking appointment slots. In real situations, a little space is always left between two adjacent slots to schedule an examination to provide medical services to such patients. The duration of those breaks between two appointment slots is defined depending on the specialization and the type of service in the health center. For the system to have a better performance, it is necessary to increase the percentages of TP and TN and decrease the percentages for FP and FN, in order to increase accuracy, sensitivity (recall), specificity, precision, and F1-score.

4.3. AI Tools in MIS That Use Developed Models

Figure 11 shows two modules in MEDIS.NET that use described and developed models to classify chest X-ray images and optimize time slot scheduling. The physician can activate the tool for the chest X-ray to diagnose COVID-19 automatically from the patient’s health record. The tool relies on the developed CNN model for classifying chest X-ray images.
During the examination appointment for each selected patient, an estimate can be obtained as to whether the patient will appear at the scheduled time. That functionality relies on the developed DNN model.
Figure 12 and Figure 13 show how both developed models are integrated into MIS MEDIS.NET and EHR.

5. Discussion

In this research, chest X-ray images are used to predict COVID-19, and an average accuracy of 91.83 ± 2.82% is accomplished by using the pre-trained VGG19 model for the classification of non-COVID-19 and COVID-19 cases. Accuracy values are increased through the training process of 300 epochs, while loss values are decreased (Figure 7). The performance metrics of the model for X-ray image classification are presented in Figure 7. In [48], the authors proposed a detection of COVID-19 by using X-ray images based on deep features and SVM. They obtained an accuracy of 95.38% for ResNet50 and SVM. The authors in [18] proposed a prediction model for distinguishing COVID-19 from influenza-A viral pneumonia by using CT images. They used deep learning techniques and achieved an accuracy of 86.7%. The Inception transfer learning model is used by the authors in [49] to predict COVID-19 cases by CT images. They accomplished an accuracy of 89.5%. In [17], the author compares three pre-trained models for X-ray image classification: InceptionV3, ResNet50, and Inception ResNetV2, and obtained the accuracy of 97%, 98%, and 97%, respectively. In their research, the best result was obtained by using a pre-trained ResNet50 model with an accuracy of 98%.
Our trained model for the classification of chest X-ray images can be used at the Department of Radiology at the HCN as a supporting tool for physicians during and after the COVID-19 pandemic (Figure 11, left side). Radiologists in the HCN can use this new tool within the already existing radiology module. This tool can be well-accepted and more appealing to young physicians and physicians at the Department of Radiology in HCN, during the COVID-19 pandemic. Despite the satisfactory classification average accuracy of 91.83 ± 2.82%, the radiologists are those who make the final decision to establish the diagnosis of COVID-19 and to decide whether to hospitalize the patient.
The developed DNN model for the optimization of time slot scheduling is used for the implementation of the subsystem of MEDIS.NET for the intelligent identification and assessment of patients who will not come to the appointment with the chosen physician or/and to expensive diagnostic examinations for which a patient needs to wait, sometimes even for several months. The subsystem is part of the Scheduling Module of MEDIS.NET, shown in Figure 11 on the right side. The developed DNN model is used for the classification of scheduled patient examinations into two classes: 0—patient is predicted to arrive at the scheduled time slot, 1—patient is predicted not to arrive at the scheduled time slot. For each created patient appointment, the physician receives a message that informs him/her about the possibility of the patient’s non-arrival in the scheduled time slot. During the COVID-19 pandemic, patients were able to schedule an examination appointment directly with the chosen physician by calling the Call Centre of the HCN (Figure 13). At the moment of scheduling, using the developed DNN model, a Call Center operator can receive an estimate, the classification of the scheduled appointment is determined into the two previously mentioned classes, and information is provided about the potential non-arrival of a patient to the scheduled appointment. The operator can mark the slot in that way, allowing the other patient to be scheduled simultaneously. Usually, in those overlapping slots, those patients are scheduled for whom the system issues a warning during the scheduling process that they will not arrive at the scheduled appointment. Airline companies worldwide have used similar principles for overbooking seats for many years. The paper [50] shows optimal overbooking strategies in airlines by using a dynamic programming approach in continuous time. By using the developed DNN model, upon the request of the health center employees, each patient who had a scheduled examination appointment could check whether he/she would arrive at the time of the appointment, and a corresponding report is generated. After the system check, daily reports were created about the patients who were not going to arrive at the scheduled appointments as per the assessment of the system. After the check, the patients were contacted by phone to confirm their arrival at the scheduled appointments. It was required to contact patients with scheduled appointments on expensive diagnostic devices, like CT and MRI, by phone and who were classified as patients who were potentially not arriving at the examination (class 1). During the COVID-19 pandemic, all physicians at the health center worked according to the changed, reduced schedule only a few days a week. The number of possible time slots for scheduling appointments was significantly reduced (72%), making it more difficult for patients to book their desired appointments. Due to the reduction of possible slots for the scheduling of appointments, a check about the possible non-arrival of patients at their appointments was necessary. Even beyond the work reduction, the number of scheduled appointments on a daily basis was immense. The average number of scheduled slots daily was 1738. Because of such a huge number of appointments, Call Center operators were not able to call each patient separately to confirm their arrival at the scheduled appointment. The average percent of non-arrivals of patients at the scheduled slots during the COVID-19 pandemic was 62%. If more patients arrived for one scheduled slot, the patients would then be examined by the first available physicians. Such a case is unlikely to happen for scheduled slots on expensive diagnostic devices (CT, MRI) since the patients were contacted about their arrival at the appointment in advance.
The satisfaction of end users, who directly or indirectly use the software, is always a key goal during the development of large and complex information systems, especially those such as medical information systems. During the COVID-19 pandemic, we were unable to interview doctors and patients who were both direct and indirect users of the system. In regular circumstances, overbooking patients for one appointment slot is unfeasible. This does not mean that today this model is unusable, but that it can be used for resource planning (appointments are made with the chosen physicians, but also with diagnostic devices). According to the regulations of the Republic of Serbia, it is possible to schedule only one patient per time slot. In Serbia, a central registry for scheduling examinations was developed, and all MISes were integrated with it.
The model’s average accuracy for optimizing time slot scheduling is 77.51 ± 0.7%. Accuracy values are increased through a training process of 100 epochs, while loss values are decreased (Figure 9). In order to increase the efficacy of the classification of time slot scheduling, the authors of this paper have developed two more models by using Random Forest [51] and Logistic Regression [52] for the same dataset created for the training of the neural network model. After training the models, the accuracy for the developed models that used Random Forest (Figure 14) and logistic regression is 74% and 73%, respectively. With these three models, the voting system is created. The voting system is used to more precisely determine whether the patient is arriving at the scheduled appointment. The soft voting method is applied, treating all classifiers equally. The final output is generated by averaging the outputs of each individual classifier [53] as shown in Figure 15. Using the voting system, the number of non-arrivals is reduced to below 10%.

5.1. Architecture of MIS MEDIS.NET and Position of AI Tools

The architecture of MIS MEDIS.NET is shown in Figure 16. The MIS MEDIS.NET is composed of several interconnected modules designed to support healthcare professionals in performing their tasks more efficiently, while also ensuring comprehensive storage and analysis of medical data. These modules significantly contribute to the efficient and coordinated operation of healthcare institutions. At the heart of the MIS is the EHR, which serves as its foundational component. Beyond the EHR, the system also incorporates modules for financial management, administration, and user privileges, static and dynamic reporting, as well as mHealth and TeleHealth functionalities. In addition, it includes Laboratory and Radiological Information Systems, along with a set of artificial intelligence tools, which contain the two previously described modules. Both realized modules (Module for the Department of Radiology, Module for Scheduling Patient Appointments) are directly dependent on artificial intelligence tools, electronic health records, and the Radiological Information System. The models presented in this paper have been developed and integrated into artificial intelligence tools.
Figure 16 shows the collaboration between MIS and other available services in the Republic of Serbia. The MIS MEDIS.NET is equipped with services that enable communication and data exchange with external systems. In the RS, a Vertical Integration has been established, enabling the secure exchange of key patient information between different healthcare providers and MISes. This system allows physicians to access medical data from other institutions upon obtaining patient consent, which is particularly important for providing more personalized and continuous care. Moreover, centralized data exchange on a national level supports monitoring of rare and chronic diseases, electronic prescription management, school enrollment procedures, appointment scheduling, preventive care, public health surveillance, along with other functionalities aimed at improving the accessibility and quality of care.
This paper [54] identifies key challenges and solutions for the implementation of modern MIS MEDIS.NET in a Serbian healthcare organization, including issues such as poor infrastructure, complex user interfaces, and low IT literacy. It outlines strategies for software architecture, development, and deployment to improve system usability and adoption. In the paper [55], the use and acceptance of the MIS MEDIS.NET in Serbian primary healthcare are analyzed. The study evaluates the success rate of entering various medical records and assesses user acceptance through the Technology Acceptance Model, focusing on perceived ease of use and usefulness. Results show high acceptance and accuracy for frequently used features, such as service registration. In contrast, specialized functionalities (e.g., for adult physical exams) are used less, indicating areas for further system improvement.

5.2. Physician-Centered Decision-Making Supported by AI

Table 4 provides a comparative analysis of three possible approaches to decision-making in MIS: AI-assisted decision-making, traditional physician decision-making, and the AI-supported combined approach. Each option has its advantages and disadvantages, including accuracy, speed, risk of errors, and the level of physician intervention. This analysis facilitates the understanding of how AI can enhance MISes while simultaneously emphasizing the importance of the physician’s role in final decision-making. This study, presented in this paper, is primarily focused on physician-centered decision-making supported by AI.

5.3. Protection of Personal Data

MIS MEDIS.NET was implemented in accordance with the requirements of the Ministry of Health of the Republic of Serbia, which are based on the EuroRec standard. After implementation, it received a certificate from the Ministry of Health of the Republic of Serbia for use in health institutions in the Republic of Serbia.
We are committed to complying with national data protection laws and the EU General Data Protection Regulation (GDPR). To ensure data privacy and security, we implemented strict safeguards throughout all stages of data management. Data are collected securely, with explicit consent from individuals and clear privacy notices. All data are encrypted during storage and transmission, with access restricted to authorized personnel who use multi-factor authentication. Anonymization or pseudonymization is used where possible (e.g., personal patient and physician data, demographic data, and sensitive information that requires special attention under the Law on Personal Data Protection in Serbia). Anonymized and pseudonymized data are securely destroyed when no longer needed and retained only as long as necessary. Staff in health institutions received extensive lessons on data protection during the deployment of MIS MEDIS.NET. These measures ensure compliance with data protection laws and maintain high standards of privacy. For scientific research purposes and to improve MIS MEDIS.NET, which is used daily, the Faculty of Electronics in Nis and the Laboratory for Medical Informatics have been granted permission to use anonymized data from HCN.
Final decisions about treatment rest solely with the physician, who bears full responsibility and signs the patient’s treatment documents. AI tools serve primarily as a support for physicians, streamlining their work routine and clinical workflow.

6. Conclusions

We use deep learning techniques to create a model for the classification of chest X-ray images and a model for optimization of the time slot scheduling. With these models, we conduct a study demonstrating the significant impact of deep learning in healthcare, especially during the COVID-19 pandemic. The CNN model efficiently classifies chest X-rays, aiding rapid diagnosis, while the DNN model optimizes appointment scheduling, enhancing resource utilization.
A CNN with a pre-trained VGG19 model classifies chest X-ray images into non-COVID-19 and COVID-19 categories, achieving an average accuracy of 91.83 ± 2.82%. A DNN model with four dense layers classifies patients who miss scheduled appointments, achieving an average accuracy of 77.51 ± 0.7%. Both models are integrated into the MEDIS.NET system and have significantly contributed to combating the COVID-19 pandemic.
Future research should focus on expanding datasets, conducting external validation, refining models, conducting real-world deployment studies, and integrating feedback to support model refinement. This includes creating new DNN models for clustering patients by therapy and risk factors, predicting diagnoses, selecting laboratory tests, and forecasting disease spread. Chest X-ray models could be trained with larger datasets to classify images into categories like COVID-19, SARS, MERS, and pneumonia. Models for time slot scheduling could incorporate additional features like weather, traffic, and chronic therapy expiration. The deep learning techniques used for COVID-19 can also be applied to other epidemics and daily healthcare operations, laying the foundation for improved efficiency and outcomes in healthcare systems.
This study emphasizes the importance of physician-centered decision-making in urgent situations like pandemics, leveraging AI tools that incorporate advanced DNN models. The main objective of this research is to integrate AI into current MISes and improve EHRs with AI, rather than to compete with already established models in the field. In general, these developed models have demonstrated outstanding accuracy and performance. Events like the COVID-19 outbreak highlight scenarios where fast, physician-centered decision-making, supported by AI tools, is essential. The authors acknowledge that AI presents a major challenge for both healthcare professionals and engineers in the field of medical informatics, highlighting the importance of automating physicians’ processes and decision-making in daily practice, while ensuring that the physician remains at the center of final decision-making (physician-centered decision-making).
The method presented in the paper can also be applied to other diseases, such as ‘coin syndrome’ or lung tumors. Firstly, it is essential to collect high-quality data to build a robust dataset. The data from the dataset needs to be well-annotated by experienced physicians in their respective fields of practice. After that, it is necessary to carry out quality preprocessing of the collected data and select those that can be used as a final dataset for training the created model (this process must be carried out under the constant supervision of experts—physicians of the appropriate specialization). After creating the model, training it, and fine-tuning the hyperparameters, it is necessary to validate the model using new data that was not included in the previously created dataset. After that, it is necessary to implement the developed AI model in the existing electronic patient record within the medical information system. Ultimately, experts in the field (physicians of the relevant specialty) must validate the AI model.
The methodologies and results presented here serve as a foundation for integrating deep learning into healthcare systems for improved efficiency and patient outcomes.

Author Contributions

Conceptualization, A.M.; methodology, A.M.; software, A.M., P.R. and A.D.; validation, A.M., A.D. and K.E.; investigation, A.M. and A.D.; writing—original draft preparation, A.M.; writing—review and editing, A.M., D.J., K.E. and T.G.; visualization, A.M.; supervision, D.J., K.E. and T.G. All authors have read and agreed to the published version of the manuscript.

Funding

This work was partially supported by the Ministry of Science, Technological Development and Innovation of the Republic of Serbia [grant number 451-03-137/2025-03/200102].

Data Availability Statement

Data are contained within the article. The dataset is available upon request from the authors.

Acknowledgments

Special thanks are extended to COST (European Cooperation in Science and Technology) Action CA23125—The Metamaterial Formalism Approach to Recognize Cancer.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
AIArtificial Intelligence
ANNArtificial Neural Network
ARDSAcute Respiratory Distress Syndrome
CNNConvolutional Neural Network
DNNDeep Neural Network
EHRElectronic Health Record
FNFalse Negatives
FPFalse Positive
HCNHealth Center Nis
MISMedical Information Systems
MLMachine Learning
NLPNatural Language Processing
TNTrue Negative
TNRTrue Negative Rate
TPTrue Positive
TPRTrue Positive Rate
WHOWorld Health Organization

References

  1. Shneiderman, B. Human-Centered AI; Oxford Academic: Oxford, UK, 2022. [Google Scholar]
  2. Chouhan, V.; Singh, S.K.; Khamparia, A.; Gupta, D.; Tiwari, P.; Moreira, C.; Damaševičius, R.; de Albuquerque, V.H.C. A Novel Transfer Learning Based Approach for Pneumonia Detection in Chest X-ray Images. Appl. Sci. 2020, 10, 559. [Google Scholar] [CrossRef]
  3. Alom, M.Z.; Taha, T.M.; Yakopcic, C.; Westberg, S.; Sidike, P.; Nasrin, M.S.; Hasan, M.; Van Essen, B.C.; Awwal, A.A.S.; Asari, V.K. A State-of-the-Art Survey on Deep Learning Theory and Architectures. Electronics 2019, 8, 292. [Google Scholar] [CrossRef]
  4. Abidoye, I.; Ikeji, F.; Coupland, C.A.; Calaminus, S.D.J.; Sander, N.; Sousa, E. Platelets Image Classification Through Data Augmentation: A Comparative Study of Traditional Imaging Augmentation and GAN-Based Synthetic Data Generation Techniques Using CNNs. J. Imaging 2025, 11, 183. [Google Scholar] [CrossRef] [PubMed]
  5. Neha, S.; Vibhor, J.; Anju, M. An Analysis of Convolutional Neural Networks For Image Classification. Procedia Comput. Sci. 2018, 132, 377–384. [Google Scholar] [CrossRef]
  6. Shaheed, K.; Szczuko, P.; Abbas, Q.; Hussain, A.; Albathan, M. Computer-Aided Diagnosis of COVID-19 from Chest X-ray Images Using Hybrid-Features and Random Forest Classifier. Healthcare 2023, 11, 837. [Google Scholar] [CrossRef] [PubMed]
  7. Tsai, T.H.; Chen, C.M. Exploring passengers’ choices in the event of denied boarding compensation. Transp. Policy 2025, 166, 166–178. [Google Scholar] [CrossRef]
  8. Arnaud, F.; Brigitte, A.; Bruno, L.; Marie, P.K.; Salim, S.A.K.; Devi, S. SARS-CoV-2 variants and ending the COVID-19 pandemic. Lancet 2021, 397, 952–954. [Google Scholar]
  9. Chen, W.; Peter, W.H.; Frederick, G.H.; George, F.G. A novel coronavirus outbreak of global health concern. Lancet 2020, 395, 470–473. [Google Scholar] [CrossRef] [PubMed]
  10. Janet, V.D.; Margaret, H.; Silvia, B.; Hannah, E.D.; Tarun, D.; Charu, K.; John, C.M.; Maria, R.P.; Nathalie, S.W.; Joan, B.S. Towards a universal understanding of post COVID-19 condition. Bull. World Health Organ. 2021, 99, 901–903. [Google Scholar]
  11. Xie, M.; Chen, Q. Insight into 2019 novel coronavirus—An updated intrim review and lessons from SARS-CoV and MERS-CoV. Int. J. Infect. Dis. 2020, 94, 119–124. [Google Scholar] [CrossRef]
  12. European Data. COVID-19 Coronavirus Data 2020. Available online: https://data.europa.eu/euodp/en/data/dataset/covid-19-coronavirus-data/resource/55e8f966-d5c8-438e-85bc-c7a5a26f4863 (accessed on 30 April 2025).
  13. Basant, A.; Valentina, E.B.; Lakhmi, C.J.; Ramesh, C.P.; Manisha, S. Deep Learning Techniques for Biomedical and Health Informatics, 1st ed.; Academic Press: Cambridge, MA, USA, 2020. [Google Scholar]
  14. Pasa, F.; Golkov, V.; Pfeiffer, F.; Cremers, D.; Pfeiffer, D. Efficient Deep Network Architectures for Fast Chest X-Ray Tuberculosis Screening and Visualization. Sci. Rep. 2019, 9, 6268. [Google Scholar] [CrossRef]
  15. Linda, W.; Alexander, W. COVID-Net: A Tailored Deep Convolutional Neural Network Design for Detection of COVID-19 Cases from Chest X-Ray Images. arXiv 2020, arXiv:2003.09871. [Google Scholar]
  16. Schmitt, M. How to Fight COVID-19 with Machine Learning. 2020. Available online: https://medium.com/data-science/fight-covid-19-with-machine-learning-1d1106192d84 (accessed on 30 April 2025).
  17. Ali, N.; Ceren, K.; Ziynet, P. Automatic Detection of Coronavirus Disease (COVID-19) Using X-ray Images and Deep Convolutional Neural Networks. arXiv 2020, arXiv:2003.10849. [Google Scholar] [CrossRef]
  18. Xu, X.; Jiang, X.; Ma, C.; Du, P.; Li, X.; Lv, S.; Yu, L.; Ni, Q.; Chen, Y.; Su, J.; et al. Deep Learning System to Screen Coronavirus Disease 2019 Pneumonia. arXiv 2020, arXiv:2002.09334. [Google Scholar] [CrossRef] [PubMed]
  19. Adam, J.; Michael, C.; Adam, B.; Corey, E. Portable chest X-ray in coronavirus disease-19 (COVID-19): A pictorial review. Clin. Imaging 2020, 64, 35–42. [Google Scholar] [CrossRef] [PubMed]
  20. Lin, N.; Paul, R.; Guerra, S.; Liu, Y.; Doulgeris, J.; Shi, M.; Lin, M.; Engeberg, E.D.; Hashemi, J.; Vrionis, F.D. The Frontiers of Smart Healthcare Systems. Healthcare 2024, 12, 2330. [Google Scholar] [CrossRef] [PubMed]
  21. Babukarthik, R.G.; Chandramohan, D.; Tripathi, D.; Kumar, M.; Sambasivam, G. COVID-19 identification in chest X-ray images using intelligent multi-level classification scenario. Comput. Electr. Eng. 2022, 104, 108405. [Google Scholar] [CrossRef] [PubMed]
  22. Adalja, A.A.; Toner, E.; Inglesby, T.V. Priorities for the US Health Community Responding to COVID-19. JAMA 2020, 3, 1343–1344. [Google Scholar] [CrossRef] [PubMed]
  23. Ramirez-Alcocer, U.M.; Tello-Leal, E.; Romero, G.; Macías-Hernández, B.A. A Deep Learning Approach for Predictive Healthcare Process Monitoring. Information 2023, 14, 508. [Google Scholar] [CrossRef]
  24. Bhati, D.; Neha, F.; Amiruzzaman, M. A Survey on Explainable Artificial Intelligence (XAI) Techniques for Visualizing Deep Learning Models in Medical Imaging. J. Imaging 2024, 10, 239. [Google Scholar] [CrossRef]
  25. Neha, F.; Bhati, D.; Shukla, D.K.; Amiruzzaman, M. ChatGPT: Transforming Healthcare with AI. AI 2024, 5, 2618–2650. [Google Scholar] [CrossRef]
  26. TensorFlow. Available online: https://www.tensorflow.org/ (accessed on 5 December 2024).
  27. Keras. Available online: https://keras.io/ (accessed on 30 April 2025).
  28. NumPy. Available online: https://numpy.org/ (accessed on 30 April 2025).
  29. Pandas. Available online: https://pandas.pydata.org/ (accessed on 30 April 2025).
  30. Matplotlib. Available online: https://matplotlib.org/ (accessed on 30 April 2025).
  31. OpenCV. Available online: https://opencv.org/ (accessed on 30 April 2025).
  32. Scikit-Learn. Available online: https://scikit-learn.org/ (accessed on 30 April 2025).
  33. PyCharm. Available online: https://www.jetbrains.com/pycharm/ (accessed on 30 April 2025).
  34. Cohen, J.P.; Morrison, P.; Dao, L. COVID-19 image data collection. arXiv 2020, arXiv:2003.11597. [Google Scholar] [PubMed]
  35. Bos, L.D.J.; Ware, L.B. Acute respiratory distress syndrome: Causes, pathophysiology, and phenotypes. Lancet 2022, 400, 1145–1156. [Google Scholar] [CrossRef]
  36. Memish, A.Z.; Perlman, S.; Kerkhove, D.V.M.; Zumla, A. Middle East respiratory syndrome. Lancet 2020, 395, 1063–1077. [Google Scholar] [CrossRef] [PubMed]
  37. Bugl, P. SARS in Context: Memory, History, Policy; The Lancet Infectious Diseases; McGill-Queen’s University Press: Montreal, QC, Canada, 2007; p. 7. [Google Scholar]
  38. Mooney, P. Chest X-Ray Images (Pneumonia). Available online: https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia (accessed on 6 June 2025).
  39. Mienye, I.D.; Swart, T.G.; Obaido, G.; Jordan, M.; Ilono, P. Deep Convolutional Neural Networks in Medical Image Analysis: A Review. Information 2025, 16, 195. [Google Scholar] [CrossRef]
  40. Salehi, A.W.; Khan, S.; Gupta, G.; Alabduallah, B.I.; Almjally, A.; Alsolai, H.; Siddiqui, T.; Mellit, A. A Study of CNN and Transfer Learning in Medical Imaging: Advantages, Challenges, Future Scope. Sustainability 2023, 15, 5930. [Google Scholar] [CrossRef]
  41. Raptis, C.; Karavasilis, E.; Anastasopoulos, G.; Adamopoulos, A. Comparative Analysis of Conventional CNN v’s ImageNet Pretrained ResNet in Medical Image Classification. Information 2024, 15, 806. [Google Scholar] [CrossRef]
  42. Brownlee, J. Transfer Learning in Keras with Computer Vision Models. Available online: https://machinelearningmastery.com/how-to-use-transfer-learning-when-developing-convolutional-neural-network-models/ (accessed on 6 June 2025).
  43. Nguyen, T.-H.; Nguyen, T.-N.; Ngo, B.-V. A VGG-19 Model with Transfer Learning and Image Segmentation for Classification of Tomato Leaf Disease. AgriEngineering 2022, 4, 871–887. [Google Scholar] [CrossRef]
  44. Allgaier, J.; Pryss, R. Cross-Validation Visualized: A Narrative Guide to Advanced Methods. Mach. Learn. Knowl. Extr. 2024, 6, 1378–1388. [Google Scholar] [CrossRef]
  45. Milenkovic, A.; Jankovic, D.; Rajkovic, P. Extensions and Adaptations of Existing Medical Information System in Order to Reduce Social Contacts During COVID-19 Pandemic. Int. J. Med. Inform. 2020, 141, 104224. [Google Scholar] [CrossRef]
  46. Krishnan, M. Understanding the Classification Report Through Sklearn. Available online: https://muthu.co/understanding-the-classification-report-in-sklearn/ (accessed on 30 April 2025).
  47. Jayaswal, V. Performance Metrics: Confusion Matrix, Precision, Recall, and F1 Score. Available online: https://towardsdatascience.com/accuracy-precision-recall-or-f1-331fb37c5cb9 (accessed on 6 June 2025).
  48. Sethy, P.K.; Behera, S.K.; Ratha, P.K.; Biswas, P. Detection of Coronavirus Disease (COVID-19) based on Deep Features and Support Vector Machine. Int. J. Math. Eng. Manag. Sci. 2020, 5, 643–651. [Google Scholar] [CrossRef]
  49. Wang, S.; Kang, B.; Ma, J.; Zeng, X.; Xiao, M.; Guo, J.; Cai, M.; Yang, J.; Li, Y.; Meng, X.; et al. A deep learning algorithm using CT images to screen for Corona virus disease (COVID-19). Eur. Radiol. 2021, 31, 6096–6104. [Google Scholar] [CrossRef]
  50. Fard, F.A.; Sy, M.; Ivanov, D. Optimal overbooking strategies in the airlines using dynamic programming approach in continuous time. Transp. Res. Part E Logist. Transp. Rev. 2019, 128, 384–399. [Google Scholar] [CrossRef]
  51. Imani, M.; Beikmohammadi, A.; Arabnia, H.R. Comprehensive Analysis of Random Forest and XGBoost Performance with SMOTE, ADASYN, and GNUS Under Varying Imbalance Levels. Technologies 2025, 13, 88. [Google Scholar] [CrossRef]
  52. Grzelak, M.; Owczarek, P.; Stoica, R.-M.; Voicu, D.; Vilău, R. Application of Logistic Regression to Analyze the Economic Efficiency of Vehicle Operation in Terms of the Financial Security of Enterprises. Logistics 2024, 8, 46. [Google Scholar] [CrossRef]
  53. Zhou, Z. Ensemble Methods: Foundations and Algorithms; CRC press: Boca Raton, FL, USA, 2025. [Google Scholar]
  54. Rajković, P.; Janković, D.; Milenković, A. Developing and Deploying Medical Information Systems for Serbian Public Healthcare—Challenges, Lessons Learned and Guidelines. ComSIS 2013, 10, 1429–1454. [Google Scholar] [CrossRef]
  55. Rajković, P.; Janković, D.; Milenković, A.; Kocić, I. Analysis of the level of use and acceptance of the medical information system in primary health care. Acta Medica Median. 2018, 57, 122–136. [Google Scholar] [CrossRef]
Figure 1. Worldwide spread of COVID-19 during the first weeks of 2020.
Figure 1. Worldwide spread of COVID-19 during the first weeks of 2020.
Computers 14 00320 g001
Figure 2. Model for predicting COVID-19 and non-COVID-19 cases.
Figure 2. Model for predicting COVID-19 and non-COVID-19 cases.
Computers 14 00320 g002
Figure 3. K-fold cross-validation for k = 5.
Figure 3. K-fold cross-validation for k = 5.
Computers 14 00320 g003
Figure 4. Features correlation between different input features in a dataset. A darker color represents a stronger correlation between the corresponding features.
Figure 4. Features correlation between different input features in a dataset. A darker color represents a stronger correlation between the corresponding features.
Computers 14 00320 g004
Figure 5. Distribution of data within a dataset.
Figure 5. Distribution of data within a dataset.
Computers 14 00320 g005
Figure 6. DNN model graph with dense layers.
Figure 6. DNN model graph with dense layers.
Computers 14 00320 g006
Figure 7. The performance of the model for chest X-ray image classification.
Figure 7. The performance of the model for chest X-ray image classification.
Computers 14 00320 g007
Figure 8. Confusion matrix results and classification report of the model for chest X-ray images classification for binary classification.
Figure 8. Confusion matrix results and classification report of the model for chest X-ray images classification for binary classification.
Computers 14 00320 g008
Figure 9. The performance of the model for the optimization of time slot scheduling.
Figure 9. The performance of the model for the optimization of time slot scheduling.
Computers 14 00320 g009
Figure 10. Confusion matrix results and classification report of the model for optimizing time slots scheduling (0—patient arrives at scheduled time slots, 1—patient does not arrive at scheduled time slots).
Figure 10. Confusion matrix results and classification report of the model for optimizing time slots scheduling (0—patient arrives at scheduled time slots, 1—patient does not arrive at scheduled time slots).
Computers 14 00320 g010
Figure 11. The MIS MEDIS.NET modules use previously described, developed, and trained models (Left—Module for the Department of Radiology, Right—Module for scheduling patient appointments).
Figure 11. The MIS MEDIS.NET modules use previously described, developed, and trained models (Left—Module for the Department of Radiology, Right—Module for scheduling patient appointments).
Computers 14 00320 g011
Figure 12. Scheduling an appointment for a new examination and using the Module for the Department of Radiology via the EHR.
Figure 12. Scheduling an appointment for a new examination and using the Module for the Department of Radiology via the EHR.
Computers 14 00320 g012
Figure 13. Scheduling an appointment for a new examination through the Call Center of a health center that uses the MIS MEDIS.NET.
Figure 13. Scheduling an appointment for a new examination through the Call Center of a health center that uses the MIS MEDIS.NET.
Computers 14 00320 g013
Figure 14. The Random Forest model’s performance for optimizing time slot scheduling.
Figure 14. The Random Forest model’s performance for optimizing time slot scheduling.
Computers 14 00320 g014
Figure 15. Example for soft voting ensemble of DNN, Random Forest, and logistic regression classifiers.
Figure 15. Example for soft voting ensemble of DNN, Random Forest, and logistic regression classifiers.
Computers 14 00320 g015
Figure 16. Architecture of MIS MEDIS.NET and position of artificial intelligence tools.
Figure 16. Architecture of MIS MEDIS.NET and position of artificial intelligence tools.
Computers 14 00320 g016
Table 1. List of features in the dataset.
Table 1. List of features in the dataset.
FeaturesFeatures TagDescriptions
DoctorDPhysician’s ID
GenderG1—Male, 0—Female
Chronic diagnosisCd0—No, 1—Yes
Day of weekdow[1–7], 1—the first day of the week (Monday)
QuartalQ[1–4], annual quarter
Week numberWnWeek number of the year
Family feastFfThe scheduled examination is on the date of the top 10 family feasts in Serbia
New Year’s Daynyd30th, 31st December and 1st, 2nd,3rd January
ChristmasCh6th, 7th, 8th January
Type of health insuranceThi1—employed (codes: 10 **)
2—unemployed (codes: 9999, 11 **)
3—pensioners (codes: 12 **)
4—other types of insurance (codes: 15 **)
5—sensitive groups (codes: 1820, 421)
6—foreign citizens (codes: 17 **)
7—state health care users (codes: 18 **)
8—special regulations (codes: 19 **)
9—soldiers (codes: 90 **, 434, 1012, 1913)
10—conventions (codes: 20 **)
11—pregnant women (codes: 412, 1811)
Patient agePa1—[less than 1] years
2—[1–6] years
3—[7–18] years
4—[19–34] years
5—[35–49] years
6—[50–64] years
7—[65–74] years
8—[75+] years
SeasonsS1—Spring
2—Summer
3—Autumn
4—Winter
Specialty for schedulingSs1—neuropsychiatry
2—dentist
3—psychiatry
4—medical doctor
5—dermatovenerology
6—otorhinolaryngology
7—physical medicine and rehabilitation
8—internal medicine
9—pediatrics
10—ophthalmology
11—gynecology and obstetrics
12—general medicine
Number of days until the scheduled datendusdNumber of days from the moment of scheduling an examination slot until the actual examination
Percent of non-attendancepnaPercentage of missed scheduled appointments by patients
Statusstat0—patient is predicted to arrive at the scheduled time slot
1—patient is predicted not to arrive at the scheduled time slot
**—Represent combinations of other available types of health insurance codes in the Republic of Serbia.
Table 2. Metrics for a model for chest X-ray image classification.
Table 2. Metrics for a model for chest X-ray image classification.
Fold NumberAccuracyPrecisionSensitivitySpecificityF1-score
10.87180.85000.89470.85000.8718
20.92310.94740.90000.94740.9231
30.94870.94740.94740.95000.9474
40.92310.94440.89470.95000.9189
50.92500.95000.90480.94740.9268
Mean:0.91830.92780.90830.92900.9176
95% CI:[0.8834, 0.9533][0.8738, 0.9819][0.8807, 0.9359][0.8741, 0.9838][0.8830, 0.9522]
Standard Deviation:0.9183 ± 0.02820.9278 ± 0.04360.9083 ± 0.02220.9290 ± 0.04420.9176 ± 0.0278
Table 3. Metrics for a model for the optimization of time slot scheduling.
Table 3. Metrics for a model for the optimization of time slot scheduling.
Fold NumberAccuracyPrecisionSensitivitySpecificityF1-score
10.76970.82310.70740.83670.7609
20.78190.82340.72840.83760.7730
30.77480.83180.71190.84330.7672
40.78230.82820.72590.84160.7737
50.76690.82020.70470.83380.7581
Mean:0.77510.82530.71570.83860.7666
95% CI:[0.7665, 0.7838][0.8196, 0.8311][0.7022, 0.7291][0.8338, 0.8434][0.7579, 0.7753]
Standard Deviation:0.7751 ± 0.00700.8253 ± 0.00460.7157 ± 0.01080.8386 ± 0.00380.7666 ± 0.0070
Table 4. Pros and cons of decision-making using AI vs. physician-centered decision-making vs. physician-centered decision-making supported by AI in MIS and EHR.
Table 4. Pros and cons of decision-making using AI vs. physician-centered decision-making vs. physician-centered decision-making supported by AI in MIS and EHR.
Decision-Making Using AIPhysician-Centered Decision-MakingPhysician-Centered Decision-Making Supported by AI
Pros:Pros:Pros:
High accuracy in identifying patterns in large datasets.Leverages experience, expertise, and patient history.Combines AI’s data analysis with the physician’s clinical judgment, improving decision quality.
Reduces human error, especially in complex diagnoses (e.g., cancer detection).Personalized care based on the physician’s knowledge and understanding of the patient.AI enhances decision-making by providing additional insights and predictions.
Speeds up the diagnostic process, leading to quicker treatments.Physicians can consider a wide range of factors, including non-quantifiable elements like intuition.Reduces workload by automating routine tasks, allowing physicians to focus on critical decisions.
Cons:Cons:Cons:
Requires large, high-quality datasets to work effectively.Can be influenced by bias, fatigue, or external factors affecting judgment.AI recommendations might be misunderstood or misinterpreted without a proper understanding from the physician.
Potential for over-reliance on AI, leading to reduced clinical skills over time.Time-consuming process, especially for complex diagnoses or rare diseases.AI may not always be trained on specific patient data, leading to inaccurate suggestions or bias in recommendations.
Lack of transparency in AI models (black-box problem) can hinder trust and interpretation of results.May not always have access to the latest research or technological advancements, leading to suboptimal decisions.Over-reliance on AI could reduce physician autonomy or lead to an “AI-driven” mindset, potentially sidelining human judgment.
Ethical concerns, especially with privacy, data usage, and algorithmic bias.Risk of misdiagnosis or treatment errors due to human limitations or misinterpretation of symptoms.AI models are only as good as the data they are trained on, and poor-quality data can affect the quality of support it offers.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Milenkovic, A.; Djordjevic, A.; Jankovic, D.; Rajkovic, P.; Edee, K.; Gric, T. Healthcare AI for Physician-Centered Decision-Making: Case Study of Applying Deep Learning to Aid Medical Professionals. Computers 2025, 14, 320. https://doi.org/10.3390/computers14080320

AMA Style

Milenkovic A, Djordjevic A, Jankovic D, Rajkovic P, Edee K, Gric T. Healthcare AI for Physician-Centered Decision-Making: Case Study of Applying Deep Learning to Aid Medical Professionals. Computers. 2025; 14(8):320. https://doi.org/10.3390/computers14080320

Chicago/Turabian Style

Milenkovic, Aleksandar, Andjelija Djordjevic, Dragan Jankovic, Petar Rajkovic, Kofi Edee, and Tatjana Gric. 2025. "Healthcare AI for Physician-Centered Decision-Making: Case Study of Applying Deep Learning to Aid Medical Professionals" Computers 14, no. 8: 320. https://doi.org/10.3390/computers14080320

APA Style

Milenkovic, A., Djordjevic, A., Jankovic, D., Rajkovic, P., Edee, K., & Gric, T. (2025). Healthcare AI for Physician-Centered Decision-Making: Case Study of Applying Deep Learning to Aid Medical Professionals. Computers, 14(8), 320. https://doi.org/10.3390/computers14080320

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop