19 COVID deaths, 1,174 virus cases recorded on Tuesday

AMMAN — Nineteen COVID-19 deaths and 1,174 virus cases were recorded in the Kingdom on Tuesday, increasing the caseload to 726,432.

The new fatalities took the Kingdom’s coronavirus death toll to 9,295, according to a government statement.

The share of tests returning a positive result, known as positive rate, stood at nearly 3.94 per cent, compared with 3.54 per cent reported on Monday.

A total of 29,802 virus tests were also conducted on Tuesday, bringing the cumulative number of coronavirus tests administered since the outbreak of the pandemic to 7,001,979, according to the statement.

The statement added that 1,220 recoveries were registered in hospitals and home quarantine on Tuesday, bringing the total number of recoveries to 706,408.

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

A total of 95 COVID-19 patients were admitted to hospitals on Tuesday, taking the number of patients currently receiving care for COVID-19 in hospitals to 654, the statement said, adding that 127 recovered patients left hospitals.

The cases comprised 487 infections in Amman, 147 in Irbid, including 32 cases in Ramtha District, 131 in Zarqa, 96 in Maan, out of which nine cases in Petra District, 64 in Balqa, 64 in Mafraq, 58 in Karak, 46 in Ajloun, 29 in Jerash, 19 in Aqaba, 19 in Madaba and 14 in Tafileh.

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