Idaho lawmakers pass abortion bill copying Texas; what can abortion-rights states do?

  • Home
  • Daily News
  • Idaho lawmakers pass abortion bill copying…
  • Legislation & Lobbying Idaho lawmakers pass abortion bill copying Texas; what can abortion-rights states do?
    •  
    • !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); Tweet  
    • lang: en_US  
    • reddit_target='law';  
    • Print.

    shutterstock_Abortion Restriction paper, gavel and stethoscope

    Image from Shutterstock. Photo by Jim Block.

    Lawmakers in Idaho have approved an abortion bill modeled after Texas legislation that allows private citizens to enforce it.

    The Idaho House of Representatives passed the bill Monday following approval by the state Senate. If the bill is signed by the Republican governor, Gov. Brad Little, Idaho would be the first state to copy the Texas approach, albeit with some modifications.

    The Washington Post and the New York Times have coverage.

    Like the Texas law, the Idaho legislation bans abortions after a fetal heartbeat is detected, which happens at about six weeks of pregnancy.

    But the Idaho bill allows lawsuits only against abortion providers, unlike the Texas bill, which allows suits against anyone who aids an illegal abortion. And the Idaho bill allows suits only by the woman who had the abortion, as well as the father, siblings, grandparents, aunts and uncles of the fetus. Texas allows any private citizen to sue.

    The Idaho bill provides for at least $20,000 in damages, while the Texas bill sets the amount at a minimum of $10,000. The Idaho law makes exceptions for rape, incest and medical emergencies, while the Texas bill has no exceptions for rape or incest.

    By putting enforcement in the hands of private plaintiffs, both laws remove potential state defendants who could be sued in advance to block the law.

    Chemerinsky Related article from ABAJournal.com: “Chemerinsky: Ruling in abortion cases will greatly affect women’s lives but won’t end controversy”

    Abortion providers challenging the Texas law were stymied last week in their advance lawsuit to prevent enforcement after rulings by the U.S. Supreme Court and the Texas Supreme Court. Those courts ruled that state defendants named in the suit could not be sued because they had no enforcement authority.

    The Idaho bill is a part of a “wave of state anti-abortion legislation” being considered by states in advance of the Supreme Court decision in Dobbs v. Jackson Women’s Health Organization, the New York Times reports in a guest essay. Dobbs considers Mississippi’s ban on most abortions after 15 weeks of pregnancy.

    The essay highlights one approach incorporated in a Missouri bill. It would allow citizens to sue anyone who helps a Missouri resident get an abortion in another state.

    “What’s alarming about the Missouri bill, and others like it, is that it suggests a new tactic in the coming abortion wars,” the essay authors wrote. “Some states will go beyond banning abortion within their borders. They will try to impose their policy preferences on other states, in an attempt to stop their citizens from getting abortions anywhere at all.”

    The essay authors are David S. Cohen, Greer Donley and Rachel Rebouché, authors of an upcoming Columbia Law Review article titled, “The New Abortion Battleground.”

    The authors suggest how abortion-rights states can fight back. They include:

    • Banning state court assistance when a legal abortion is the subject of an out-of-state legal case.

    • Blocking law enforcement from cooperating when legal abortions are subject to out-of-state investigations.

    • Instructing medical boards and malpractice insurers to refrain from taking action against abortion providers who provide abortions for another state’s residents.

    • Allow medical professionals to remotely prescribe medication abortions to residents of other states.

    See also:

    ABAJournal.com: “Supreme Court will hear Texas abortion case on expedited basis but refuses again to block the law”

    ABAJournal.com: “SCOTUS considers expediting request to hear Texas abortion case, orders quick responses”

    ABAJournal.com: “Convicted ex-lawyer files bizarre suit against doctor under Texas abortion law”

    ABAJournal.com: “DOJ explores ways to challenge Texas abortion law; judge grants TRO against anti-abortion group”

    ABAJournal.com: “How could the DOJ counter Texas abortion restrictions? Law prof suggests prosecution”

    ABAJournal.com: “SCOTUS formally rejects request to block Texas abortion ban”

    ABAJournal.com: “Abortion providers ask Supreme Court to block Texas heartbeat law from taking effect”

    ABAJournal.com: “Conservative SCOTUS justices question abortion decisions but delay action on Mississippi’s viability cert petition”

    ABAJournal.com: “Supreme Court should uphold precedent in Mississippi abortion case, ABA amicus brief says”

    ABAJournal.com: “ABA urges Supreme Court to rule US can sue to block unconstitutional Texas abortion law”

    $( document ).ready(function() { var slidesFetched = false; var handleGalleryClick = function() { var $oldItem = $('.gallery_container'); $('.gallery_container .arrows a').click(function(e) { e.preventDefault(); $arrow = $(this); if (! slidesFetched) { $arrow.closest('.gallery_slide').css('opacity', '0.3'); var url = $(this).attr('href').replace('/gallery/', '/gallery/slides/'); $.get(url, function(data) { var $slides = $(data); $slides = $slides.filter('.gallery_container'); $('.gallery_container').replaceWith($slides); $slides = $('.gallery_container'); $slides.find('.arrows a').click(function(e2) { e2.preventDefault(); var $slideWrapper = $(this).closest('.gallery_container'); var $arrowContainer = $(this).closest('.arrows'); if ($arrowContainer.hasClass('previous')) { $slideWrapper.removeClass('active'); $slideWrapper.prev().addClass('active'); } else if ($arrowContainer.hasClass('next')) { $slideWrapper.removeClass('active'); $slideWrapper.next().addClass('active'); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); }); changeSlide($('.cell-'+$arrow.attr('data-slideid'))); slidesFetched = true; }); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); return false; }); var changeSlide = function($cell) { $('.slide-'+$cell.attr('data-slideid')).addClass('active').siblings().removeClass('active'); $cell.addClass('active').siblings().removeClass('active'); moveFilmstripCells($cell); // Hide filmstrip arrows if we're on the first/last slide. if ($('.gallery_container.active').find('.arrows.previous').length > 0) { $('#filmstrip_container .arrows.previous').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.previous').css('visibility', 'hidden'); } if ($('.gallery_container.active').find('.arrows.next').length > 0) { $('#filmstrip_container .arrows.next').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.next').css('visibility', 'hidden'); } }; var $cells = $('#filmstrip_container .cell'); var totalCells = $cells.length; var totalVisibleCells = $cells.filter('.visible').length; var pivotPoint = Math.floor(totalVisibleCells / 2); var moveFilmstripCells = function($activeCell) { var $visibleCells = $cells.filter('.visible'); var activeCellIndex = $cells.index($activeCell); var activeCellVisibleIndex = $visibleCells.index($activeCell); var firstVisibleCellIndex = $cells.index($cells.filter('.visible:first')); var lastVisibleCellIndex = $cells.index($cells.filter('.visible:last')); var cellsToMove = 0; var startingPoint = 0; // Do nothing if active cell is at the pivot point. if (activeCellVisibleIndex == pivotPoint) return; // Active cell is left of the pivot point. if (activeCellVisibleIndex < pivotPoint) { // Do nothing if the cell's index and visible index are identical, because that means // we don't have room to shift. if (activeCellIndex

    Introducing Jobbguru: Your Gateway to Career Success

    The ultimate job platform is designed to connect job seekers with their dream career opportunities. Whether you're a recent graduate, a seasoned professional, or someone seeking a career change, Jobbguru provides you with the tools and resources to navigate the job market with ease. 

    Take the next step in your career with Jobbguru:

    Don't let the perfect job opportunity pass you by. Join Jobbguru today and unlock a world of career possibilities. Start your journey towards professional success and discover your dream job with Jobbguru.

    Originally posted on: https://www.abajournal.com/news/article/idaho-lawmakers-pass-abortion-bill-copying-texas-what-can-pro-choice-states-do/?utm_source=feeds&utm_medium=rss&utm_campaign=site_rss_feeds