US soldier dies in Jordan; incident does not involve Jordanians

AMMAN — The US embassy in Amman on Tuesday said no Jordanians were involved in the death of Spec. Adrian M. Perkins, 19, of Pine Valley, California, who died in the capital last Saturday.

“We are very sorry to confirm reports that a US soldier was shot at a Jordanian military base and that the soldier died on May 17, 2014 at the King Hussein Medical Centre in Amman as a result of his injuries,” a spokesperson for the US embassy told The Jordan Times.

“There were no Jordanians involved in the incident, because it was between two US soldiers. The government of Jordan has turned over jurisdiction of the investigation to the US Armed Forces,” the spokesperson said on condition of anonymity.

Investigation is under way to uncover the details of the incident, he added.

The US Department of Defence announced the death of Perkins, who it said was supporting Operation Enduring Freedom, according to a statement on its website.

Operation Enduring Freedom is the official name used by the US for its Afghanistan operations.

The Department of Defence said the soldier, who was assigned to 1st Battalion, 67th Armour Regiment, 2nd Brigade Combat Team, 4th Infantry Division, Fort Carson, Colorado, died from a “non-combat related injury”.

“Out of respect for the family during this difficult time, we have no additional comment on this case,” the embassy spokesperson said.

“We are thankful to tireless efforts of the medical staff at King Hussein Medical Centre and to the government of Jordan and the Jordan Armed Forces for their assistance at this difficult time, particularly with the repatriation of the deceased to the United States,” he added.

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