Diabetes 3rd leading cause of death in Jordan — Gallup poll

AMMAN — Diabetes is the third-leading cause of death in Jordan, according to a recent survey by Gallup.

The survey was issued in collaboration with Bloomberg Philanthropies and the World Health Organisation; it focuses on people’s attitudes and perceptions of non-communicable diseases (NCDs), in particular cardiovascular diseases, cancers, chronic respiratory diseases and diabetes.

The survey collected data from across five countries, including Jordan, Colombia, India, Tanzania and the United States. The survey indicated that overall perceptions and experiences of how harmful the five NCDs vary according to disease and country. Diabetes, despite being one of the leading causes of mortality in Jordan, is only viewed as “very harmful” by 36 per cent of Jordanians.

The findings also revealed that cancer is considered as the most harmful of the five diseases, whereas an average of 83 per cent of adults across the five countries perceived this disease as "very harmful." However, heart diseases surpassed cancer as a leading cause of death worldwide.

The latest Health Ministry statistics in the Kingdom showed that NCDs accounted for 78 per cent of all deaths in Jordan, 37 per cent of which of are due to cardiovascular diseases, while cancer accounts for 15 per cent and diabetes 7 per cent.

With regard to diabetes, the survey noted that diabetes deaths have increased by 70 per cent worldwide between 2000 and 2019.

“Over 95 per cent of diabetes cases globally are Type 2 diabetes,” the survey added.

In Jordan, the percentage of people with diabetes and prediabetes reached 45 per cent, according to the latest study by the National Centre for Diabetes, Endocrinology and Genetics.

According to the Gallup website, “the data from this survey is aimed to improve awareness of NCDs through the development of better outreach, and strengthen public knowledge of NCDs”.

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