Major Opioid Maker to Pay for Overdose-Antidote Development

A company whose prescription opioid marketing practices are being blamed for sparking the addiction and overdose crisis says it's helping to fund an effort to make a lower-cost overdose antidote.
OxyContin maker Purdue Pharma announced Wednesday that it's making a $3.4 million grant to Harm Reduction Therapeutics, a Pittsburgh-based nonprofit, to help develop a low-cost naloxone nasal spray.
The announcement comes as lawsuits from local governments blaming Purdue, based in Stamford, Connecticut, and other companies in the drug industry for using deceptive marketing practices to encourage heavy prescribing of the powerful and addictive painkillers. Last week, the number of lawsuits against the industry being overseen by a federal judge topped 1,000.
The Cleveland-based judge, Dan Polster, is pushing the industry to settle with the plaintiffs — mostly local governments and Native American tribes — and with state governments, most of which have sued in state court or are conducting a joint investigation. Hundreds of other local governments are also suing in state courts across the country.
The sides have had regular settlement discussions, but it's not clear when a deal might be struck in the case, which is complicated by the number of parties and questions on how to assign blame.
The U.S. Centers for Disease Control and Prevention reported that drug overdoses killed a record 72,000 Americans last year. The majority of the deaths involved opioids. But a growing number of them are from illicit synthetic drugs, including fentanyl, rather than prescription opioids such as OxyContin or Vicodin.
Governments are asking for changes in how opioids are marketed, and for help paying for treatment and the costs of ambulance runs, child welfare systems, jails and other expenses associated with the opioid crisis.
Polster is expected to rule in coming weeks on motions from drugmakers, distributors and pharmacies to dismiss thee claims. Trials in some of the cases — being used to test issues common to many of them — are now scheduled to begin in September 2019.
Purdue agreed to pay $634 million in fines back in 2007 to settle charges that the company downplayed the risk of addiction and abuse of its blockbuster painkiller OxyContin starting in the 1990s.

L132的更多相关文章

  1. 细化如何安装LNMP + Zabbix 监控安装文档以及故障排除

    1.LNMP所需安装包: 上传如下软件包到/soft目录中 mysql- (centos6. 64位自带)也可根据版本自行挑选,前提你了解这个版本 pcre-8.36.tar.gz nginx-.ta ...

  2. dmalloc 原文 翻译整理

    http://blog.csdn.net/cardinal_508/article/details/5553387 L13 从快速入门开始(Quickstart) 这个库是一个文件中所有简化用法中最常 ...

  3. WPF控件NumericUpDown (转)

    WPF控件NumericUpDown示例 (转载请注明出处) 工具:Expression Blend 2 + Visual Studio 2008 语言:C# 框架:.Net Framework 3. ...

  4. C语言程序设计(十三) 文件操作

    第十三章 文件操作 文本文件:将数值型数据的每一位数字作为一个字符以其ASCII码的形式存储(每一位数字都单独占用一个字节的存储空间) 二进制文件:数据值是以二进制形式存储的 文本文件可以方便地被其他 ...

随机推荐

  1. React官网首页demo(单文件实现版)

    本博客实现React官网首页上展示的demo, 为了方便直接采用单文件的形式, 如果想完整集成 在自己的项目中, 可以参考React官网的安装指南, 安装Create React App. hello ...

  2. curl: (60) SSL certificate problem: unable to get local issuer certificate

    国内私募机构九鼎控股打造APP,来就送 20元现金领取地址:http://jdb.jiudingcapital.com/phone.html 内部邀请码:C8E245J (不写邀请码,没有现金送) 国 ...

  3. 微信小程序组件icon

    基础内容icon:官方文档 Demo Code Page({ data: { iconSize: [20, 30, 40, 50, 60, 70], iconColor: [ 'red', 'oran ...

  4. springmvc pojo

    /** * Spring MVC 会按请求参数名和 POJO 属性名进行自动匹配, 自动为该对象填充属性值.支持级联属性. * 如:dept.deptId.dept.address.tel 等 */ ...

  5. 8月白盒测试课程 - C C++ 白盒测试实践

    8月白盒测试课程 - C C++ 白盒测试实践http://gdtesting.cn/news.php?id=36

  6. netty应用

    http://www.blogjava.net/yongboy/archive/2013/05/13/399203.html http://shentar.me/tag/netty-2/ 代理 htt ...

  7. Building an FTP Test Plan

    参考:http://jmeter.apache.org/usermanual/build-ftp-test-plan.html 1.创建一个线程组 2.线程组--->添加--->配置元件- ...

  8. 【HTML5校企公益课】第四天

    1.上午考试没去.. 2.下午跟不上.. 变色.html <!DOCTYPE html> <html> <head> <meta charset=" ...

  9. 配置火星板(MarS Board)的启动参数

    昨天终于拿到了MarS Board.本来上周就应该到的,结果销售人员给我发了块BeagleBone Black... 要是给我的是Sabre Lite也就算了.发错货总是消费者吃亏,好像没怎么听说过占 ...

  10. 20145219 《Java程序设计》第06周学习总结

    20145219 <Java程序设计>第06周学习总结 教材学习内容总结 InputStream与OutputStream 串流设计 1.串流:Java将输入/输出抽象化为串流,数据有来源 ...