Foul play ruled out in death of Kuwaiti national

AMMAN — Authorities on Sunday ruled out foul play in the death of a 26-year-old Kuwaiti national, whose body was found in an Amman suburb on Saturday.

The body was found at a construction site in the Deir Ghbar neighbourhood, in west Amman, on Saturday morning, official sources have said.

A team of pathologists conducted an autopsy at the National Institute of Forensic Medicine (NIFM) on Saturday evening and concluded that the man “died as a result of fractured bones that resulted from a fall”, head of the NIFM, Ahmad Bani Hani, said.

“We concluded that there was no foul play in the death of the Kuwaiti national,” Bani Hani told The Jordan Times.

Police Spokesperson Lt. Col. Amer Sartawi told The Jordan Times that “based on the NIFM’s report and investigations by our special teams, we concluded that the death was accidental”.

Meanwhile, an official at the Kuwaiti embassy in Amman told The Jordan Times that the “next of kin were notified”.

The Kuwaiti news agency KUNA quoted the Kuwaiti Ambassador to Jordan Aziz Dehani as thanking the Jordanian authorities “for their tireless investigative efforts that resulted in the quick results”.

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