Ensure availability of necessary medications

I am most surprised to find that certain essential medicines are not available in Jordan, and I am wondering why the Ministry of Health does not take measures to ensure that they are available on the market.

I require a medicine known by its commercial name of "Gastrofait" for my very elderly mother, who had a near fatal stomach bleed last week. Her doctor prescribed this medicine for her, but it is not being imported, and all the pharmacies that I have tried do not stock it.

Upon making enquiries, I discovered that “Gastrofait”, known by the pharmaceutical name of Sucralfate, is manufactured by an Egyptian pharmaceutical company, which has stopped manufacturing it because it has run out of raw materials, according to the importing agent, whom I contacted.

Sucralfate is a medication that patients with ulcers and other severe stomach problems depend on and there are almost certainly other commercial brands around the world in which it must be available. How come that such a basic and essential medication is unavailable in Jordan, and why does the Ministry of Health not take steps to ensure that it is available, in whatever commercial brand that is manufactured and can be imported?

Is it acceptable to deprive patients whose lives may depend on taking such medicines from access to them? Should ensuring the availability of necessary medications not be one of the basic services that the Ministry of Health provides to Jordanian citizens?

Samira Kawar

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