Hawari, at forum, showcases ‘rapid advancements’ of health sector

AMMAN — During a session titled "The quality of life", held on the sidelines of the “A Year of Modernisation” forum Health Minister Firas Al Hawari said that one of the most important indicators of the health sector in the Economic Modernisation Vision is the establishment of 36 health centres and upgrading the efficiency of 150 centres. It also includes the establishment of four new hospitals in Tafileh, Ajloun, Ruweished and the specialised surgical hospital within Al Bashir Hospital with a total of 500 beds. Also speaking during the session Amman Mayor Yousef Shawarbeh highlighted the Greater Amman Municipality's (GAM) plan launched in 2022 for the modernisation of infrastructure and quality of life. He noted that GAM has completed 32 kilometres of the bus rapid transit (BRT) project with a capacity to transport 72,000 passengers per month. The municipality also completed preliminary studies for the 42-km BRT route bid, which needs three years for construction. Philip ter Woort, Director of the Eastern Mediterranean Region at the European Bank for Reconstruction and Development, stressed the importance of using modern technologies and upgrading the infrastructure in a way that is on par with green cities. USAID Mission Director for Jordan Leslie Reed highlighted USAID's support to expand hospitals and health centres, in addition to cooperation with the Education Ministry to rehabilitate schools.

.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'); }); }); });