Queen joins Doctors of Jordan free medical open day

Queen joins Doctors of Jordan  free medical open day

AMMAN — Her Majesty Queen Rania joined the Doctors of Jordan’s free medical open day at Zai in Balqa Governorate on Monday to discuss the group’s volunteering efforts.

Doctors of Jordan is a volunteer group that aims to organise free medical open days on a weekly or monthly basis across Jordan, as well as provide healthcare services to all those who cannot afford them.

Queen Rania was welcomed by Doctors of Jordan co-presidents Razan Ghareeb and Alaa Abu Salhieh, along with the director of the Zai Cultural Forum, Yousef Amaireh, a statement from Her Majesty’s office said.

Her Majesty toured the spaces set up for the free medical day, which included a general examination room, ophthalmology and gynaecology clinics, a lab and pharmacy, and an area dedicated to general practitioners and specialists.

After the tour, Queen Rania met with the group’s board members and volunteers, and commended their efforts in providing free healthcare to those in need.

During the meeting, which was moderated by the co-founder and President of Jordan Volunteers Mo’tasem Masalmeh, Her Majesty was briefed on the history of the group, its initiatives, and the past experiences of its volunteers.

Doctors of Jordan is an initiative established by Jordan Volunteers in January of 2016 as the succeeding phase to the “Lissa fe Himmeh” initiative.

The group has organised a total of 25 events thus far, examining around 800 patients per event, and providing complete medical care to those in need.

During the free medical open days, volunteers offer awareness lectures, free medical consultations, lab tests, radiological imaging and minor surgeries. They also adopt cases for long-term follow-ups that may require further evaluation.

Volunteering members include both organisers and medical specialists, the latter of which include consultants, general practitioners, dentists, pharmacists, lab technicians, nurses, physiotherapists, optometrists and medical students.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });