Gov’t urged to secure sufficient monkeypox vaccines amid global outbreak

Gov’t urged to secure sufficient monkeypox  vaccines amid global outbreak

AMMAN — Experts are urging the government to secure sufficient supplies of monkeypox vaccines in the event of an outbreak.

Munir Ghazi, a dermatologist, told The Jordan Times that monkeypox vaccines have to be ready in the case of an outbreak.

Ghazi said that monkeypox is caused by a virus similar to smallpox. Vaccines against smallpox are expected to prevent or reduce the severity of monkeypox infection, he added.

Hussam Abu Farsakh, a diagnostic specialist, agrees that the country needs a sufficient stock of vaccines, but “there’s no need to stockpile jabs”.

He highlighted that monkeypox is not easily transmitted from one patient to another, unlike COVID-19. “It's not a highly contagious disease,” said Abu Farsakh.

The probability of catching monkeypox virus from a surface of even a sneeze is “close to zero”, he added.

“Individuals vaccinated against smallpox are 85 per cent immune to monkeypox,” Abu Farsakh noted.

The chickenpox vaccine is mandatory in Jordan. However, “it offers no protection from monkeypox”, Abu Farsakh added.

He said that globally, smallpox vaccines are being offered to people who are most at risk of contracting monkeypox.

Despite multiple attempts by The Jordan Times, the Directorate of Communicable Diseases was not available for comment.

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