JPA reaffirms safety of Jordanian foodstuff, medical products

The Jordan Pharmacists Association on Tuesday said that Jordanian foodstuff and medicines are safe (File photo)

AMMAN — The Jordan Pharmacists Association (JPA) on Tuesday said that Jordanian foodstuff and medicines are safe and that the Jordan Food and Drug Administration (JFDA) is among the most important institutions which Jordanians trust.

The JPA voiced confidence in the JFDA and called on citizens to stand up against those trying to undermine its mandate regarding foodstuff and drug regulation, the Jordan News Agency, Petra, reported.

The association added that Jordanian foodstuff and medicinal products are exported to many countries worldwide, which is “a testament” to their safety, warning that “questioning the safety of Jordanian food and drugs risks harming the national economy”.

JPA President Zaid Kilani said that the JFDA follows the “best” international protocols and practices to monitor the safety of foodstuff and drugs in the Kingdom, referring to the JFDA’s continuous follow-ups on the markets.

Also on Tuesday, Mohammed Jitan, deputy president of the Jordan Chamber of Industry, said that foodstuff in Jordan is safe to “the highest levels”, especially since the Kingdom’s food products access international markets “easily”, Petra reported.

Jitan, who is also the representative of food, supply and agricultural industries at the chamber, said that the JFDA applies “strict standards with high quality” on food production, noting that Jordanian standards are among the top in the region and compete with those of Europe and the US.

He expressed “surprise” to those who cast rumours with the potential to damage the national economy, stressing that such attempts harm the national economy and the reputation of local foodstuff.

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