Participants were asked to complete a brief questionnaire to assess the potential benefits of AI-based telemedicine platforms in conjunction with on-site medical services. The questionnaire included questions such as:
- Did you use a medical Mokeb?
- How long did you wait to receive medical services?
- Which medical issues had the highest occurrence during your pilgrimage?
- Was an in-person visit necessary for your case?
- Do you think a remote consultation could also have helped you?
- Would you prefer to have the option of using telemedicine and AI-based medical services next time?
Most respondents emphasized the necessity of AI-based telemedicine platforms, expressing that such services would reduce the demand for in-person consultations with on-site medical staff. They were also asked to identify the most common medical issues experienced during the Arbaeen pilgrimage.
Based on patients’ experiences and expert recommendations, a selection of key medical specialties has been chosen for the virtual clinics. These online clinics will include surgeons, doctors, nurses, and paramedics who have registered their availability in advance and provide remote services at designated times. When patients require medical assistance, they can describe their condition through a short questionnaire, using text, voice, or video message, with the option to communicate in their preferred language. Online medical staff will review these descriptions, offer consultations, or direct patients to the nearest in-person medical clinics if necessary. For urgent situations, patients can share their location information. Additionally, patients may provide local real-time information to assist medical staff in making informed decisions.
Figure 1 illustrates the first proposed setup: In
Figure 1A, patients in a mass gathering can consult with an online surgeon or doctor by sending relevant data, such as images. In
Figure 1B, an online doctor or surgeon reviews patient comments and consults with the patient remotely, using the information sent by the patient.
Arbaeen health telemedicine platform. A, patient at the mass gathering asking questions by sending data e.g. by sending an image to an online surgeon; B an online surgeon consulting the patient at the mass gathering from remote by investigating data e.g. image which is sent by the patient.
In the second component, AI-based health services are provided. Approved AI medical platforms, registered in the system, deliver services by receiving essential input information, such as images or sounds. Patients are required to enter demographic details and answer specific questions related to their symptoms, depending on their medical category. Using machine learning algorithms, the AI system processes this data, identifies hidden patterns, and performs the detection process once the learning phase is complete.
Figure 2 illustrates the proposed AI-based telemedicine setup.
As a test case for AI-based telemedicine, we propose an AI-powered heat stroke prediction system to detect Exertional heat stroke (EHS), a life-threatening condition triggered by factors such as intense physical activity and environmental heat. Exertional heat stroke leads to a rapid rise in core body temperature and dysfunction in the central nervous system, necessitating immediate cooling to prevent further illness progression.
Artificial intelligence (AI)-based telemedicine. The intelligent system is trained by different data using machine learning algorithms and service patients as a web-based mobile platform. When a patient at the mass gathering enters data in the intelligent system, it will diagnose and recommend medical consultation or recommend the patient to go to an on-site medical clinic in an urgent case.
To implement the system, we utilized data from 608 patients diagnosed with heat stroke, as referenced in (
10). This dataset comprises 27 features, of which we selected 25 relevant attributes for our analysis, including Daily ingested water (DIW) in liters, time of year (month), history of cardiovascular disease, dehydration status, Heat Index (HI), diastolic blood pressure (DBP), environmental temperature in celsius, systolic blood pressure (SBP), weight in kilograms, patient’s core temperature, rectal temperature, relative humidity, sun exposure, Body Mass Index (BMI), barometric pressure, heat stroke diagnosis, heart rate or pulse, age, sweating presence, skin color (with values such as flushed/normal = 1, pale = 0.5, cyanotic = 0), exercise engagement, nationality, gender, skin condition (hot/dry), and time of day.
After completing data preprocessing, we applied Pearson’s correlation matrix to reduce the impact of correlated variables in the prediction model. Subsequently, we used four machine learning algorithms: Adaboost, Bagging Decision Tree, Bagging KNeighbors, and Multi-Layer Perceptron (MLP) to perform the prediction.