‘Gov’t to cover remaining cost of MP’s treatment’

‘Gov’t to cover remaining cost  of MP’s treatment’

AMMAN — The government has pledged to cover the cost of the remaining treatment of MP Mariam Lozi (Amman, 5th District), according to her colleague Mahmoud Kharabsheh.

During Tuesday’s Lower House session, MP Kharabsheh (Balqa, 1st District) said the parliamentary committee following up on the issue has met with Prime Minister Abdullah Ensour, who pledged to cover the remainder of the cost of Lozi’s treatment.

House Speaker Atef Tarawneh pointed out that His Majesty King Abdullah has directed the government to cover the cost.

For her part, Lozi said she is now suffering as the result of some “medical errors” which are “threatening her life”.

She also said that the government has only paid JD44,000 of her treatment bill, which has reached around JD1 million.

In October 2013, Lozi left for the US for treatment.

In a letter she sent to the House in June 2014, the lawmaker said the cost of the medical treatment and the surgery she had undergone reached JD800,000.

In the letter, a copy of which was seen by The Jordan Times, Lozi said that her son-in-law, who has been living in the US for more than 20 years, had to sell some property to pay the hospital.

At the time, Lozi said she received JD34,000 from the government, adding that the hospital where she had the surgery has agreed to receive monthly instalments.

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