Doctor’s License Revoked for Forcibly Administering Abortion Pills to Girlfriend
// Function to encode the URL and set it to the share link
function setShareLinks() {
var pageUrl = encodeURIComponent(document.location.href);
// Set tweet text to the article title
var tweetText = encodeURIComponent(document.title);
// Set the Facebook share URL
document.getElementById('facebookShare').setAttribute('href', `https://www.facebook.com/share.php?u=${pageUrl}`);
// Set the Twitter share URL
document.getElementById('twitterShare').setAttribute('href', `https://twitter.com/intent/tweet?url=${pageUrl}&text=${tweetText}`);
}
// Call the function on page load
window.onload = function() {
setShareLinks();
};
A report from Ohio states that the State Medical Board has suspended the license of Dr. Hassan-James Abbas for allegedly forcing crushed abortion pills under his pregnant girlfriend’s lip. The accused had separated from his wife in October 2024 and started a romantic and sexual relationship with another woman who is referred to as Patient 1 in the medical board’s notice.
According to the notice, Abbas ordered abortion pills, paid with his credit card, and received them at his address. The action of Abbas is in violation of Ohio’s medical practice standards such as “selling, giving away, personally furnishing, prescribing or administering drugs for other than legal and legitimate therapeutic purposes,” according to local reports. Abbas’ acts allegedly also classify as felonies including “Identity Fraud, Deception to Obtain a Dangerous Drug, Unlawful Distribution of an Abortion-Inducing Drug, Abduction, Disrupting Public Services, and Tampering with Evidence.”
The medical board has given Abbas 30 days to request a hearing after which decisions will be made on further disciplinary action.
This story was first reported by The Lion and is being shared here with permission.