11 COVID deaths, 965 virus cases recorded Wednesday

AMMAN — Eleven COVID-19 deaths and 965 virus cases were recorded in the Kingdom on Wednesday, increasing the caseload to 798,091, the government announced.

The new fatalities took the Kingdom’s coronavirus death toll to 10,422, according to a joint statement issued by the Prime Ministry and the Ministry of Health.

The share of tests returning a positive result, known as positive rate, stood at nearly 3.04 per cent.

A total of 31,771 virus tests were also conducted on Wednesday, bringing the cumulative number of coronavirus tests administered since the outbreak of the pandemic to 9,287,040, according to the statement.

The statement added that 782 recoveries were registered in hospitals and home quarantine on Wednesday, making the total number of recoveries to stand at 776,163 after finishing the 14-day quarantine period.

The statement added that there are currently 11,506 active COVID-19 cases in Jordan.

A total of 85 COVID-19 patients were admitted to hospitals on Wednesday, taking the number of patients currently receiving care for COVID-19 in hospitals to 574, the statement said, adding that 94 recovered patients left hospitals.

On hospital capacities, the statement revealed that in the northern region the occupancy rate of isolation beds occupied by COVID-19 patients reached 8 per cent, ICU beds reached 20 per cent, while occupancy rate of ventilators stood at 10 per cent.

In the central region, isolation bed occupancy rate reached 17 per cent, 25 per cent for ICUs and 11 per cent for ventilators.

The statement added that the southern region registered an isolation bed occupancy rate of 11 per cent, 15 per cent for ICUs and 11 per cent for ventilators.

The cases comprised 432 infections in Amman, 117 in Irbid, 34 in Balqa, 125 in Zarqa, six in Madaba, 33 in Aqaba, 21 in Mafraq, 42 in Jerash, 18 in Ajloun, 19 in Karak, 49 in Tafileh and 53 in Maan.

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