L131
Fake, Low Quality Drugs Come at High Cost
About one in eight essential medicines in low- and middle-income countries may be fake or contain dangerous mixes of ingredients that put patients' lives at risk, a research review suggests.
Researchers examined data from more 350 previous studies that tested more 400,000 drug samples in low- and middle-income countries. Overall, roughly 14 percent of medicines were counterfeit, expired or otherwise low quality and unlikely to be as safe or effective as patients might expect.
"Low-quality medicines can have no or little active pharmaceutical ingredient and can prolong illness, lead to treatment failure and contribute to drug resistance," said lead study author Sachiko Ozawa of the University of North Carolina at Chapel Hill.
"Or it may have too much active ingredient and cause a drug overdose," Ozawa said by email. "If it is contaminated or has other active ingredients, then the medication could cause poisoning, adverse drug interactions or avertable deaths."
Much of the research to date on counterfeit or otherwise unsafe medicines has focused on Africa, and about half of the studies in the current analysis were done there.
Almost one in five medications tested in Africa were fake or otherwise potentially unsafe, researchers report in JAMA Network Open.
Another third of the studies were done in Asia, where about 14 percent of medicines tested were found to be counterfeit or otherwise unsafe.
Antibiotics and antimalarials were the most tested drugs in the analysis. Overall, about 19 percent of antimalarials and 12 percent of antibiotics were falsified or otherwise unsafe.
While fake or improperly made medicines undoubtedly harm patients, the current analysis couldn't tell how many people suffered serious side effects or died as a result of falsified drugs.
Researchers did try to assess the economic impact of counterfeit or improperly made medicines and found the annual cost might run anywhere from $10 billion to $200 billion.
While the study didn't examine high-income countries, drug quality concerns are by no means limited to less affluent nations, Ozawa said.
"Even in high-income countries, purchasing cheaper medicines from illegitimate sources online could result in obtaining substandard or falsified medicines," Ozawa said. "Verify the source before you buy medications, and make policymakers aware of the problem so they can work to improve the global supply chain of medicines."
The study wasn't a controlled experiment designed to prove whether or how counterfeit or poorly made medicines directly harm patients, however. And economic impact was difficult to assess from smaller studies that often didn't include detailed methodology for calculating the financial toll.
The report "provides important validation of what is largely already known," Tim Mackey of the Global Health Policy Institute in La Jolla, California, writes in an accompanying editorial.
"It is important to note that although the study is comprehensive, its narrow scope means it only provides a snapshot of the entire problem, as it is limited to studies conducted in low- and middle-income countries and to those
medicines classified as essential by the World Health Organization."
L131的更多相关文章
- Silverlight日记:字符串装换成Path对象
		
一,需要动态绑定Path <UserControl x:Class="Secom.Emx2.SL.Common.Controls.EleSafe.Ele.Line" xmln ...
 - Luogu5285 [十二省联考2019] 骗分过样例
		
题目分析: 观察前3个点,$361=19*19$,所以可以发现实际上就是快速幂,然后模数猜测是$998244353$,因为功能编号里面有这个数字,用费马小定理处理一下. $pts:12$ 观察第4个点 ...
 - C语言程序设计(十三) 文件操作
		
第十三章 文件操作 文本文件:将数值型数据的每一位数字作为一个字符以其ASCII码的形式存储(每一位数字都单独占用一个字节的存储空间) 二进制文件:数据值是以二进制形式存储的 文本文件可以方便地被其他 ...
 - vue2.x核心源码深入浅出,我还是去看源码了
		
平常的工作就是以vue2.x进行开发,因为我是个实用主义者,以前我就一直觉得,你既然选择了这个框架开发你首先就要先弄懂这玩意怎么用,也就是先熟悉vue语法和各种api,而不是去纠结实现它的原理是什么. ...
 
随机推荐
- Django  CSRF cookie not set.错误
			
post提交表单报错: Forbidden (403) CSRF verification failed. Request aborted. You are seeing this message b ...
 - Python 网络编程了解
			
阅读目录 一: 网络编程socket http://www.cnblogs.com/zhoujunhao/articles/7592671.html 二: TCP粘包处理 http://www.cnb ...
 - mysql如果主库宕机,如何解决?
			
两种情况服务器down机,数据库down机 如果此时需要切从库 1.先show processlist\G,查看状态 如果看到两个状态,说明此时的从库和主库是同步的 state: waiting fo ...
 - python约束 与MD5加密写法
			
python 中约束写法有两种 1 常用的通过继承关系主动抛出异常 2 通过抽象类+抽象方法 1 常用的通过继承关系主动抛出异常写法 在本send方法中报错不会抛出异常, class BaseMes ...
 - git使用基础
			
一.git介绍 git是由 Linus 开发的一种“分布式版本控制”软件,而在此之前,版本控制基本上都是“集中式版本控制”,如:CVS,SVN 等.两者的区别: 1. "集中式版本控制系统& ...
 - reading list
			
Machine Learning1. Deep Learningimagenet classification with deep convolutional neural networks. 20 ...
 - Python3.x:pdf2htmlEX(解析pdf)安装和使用
			
Python3.x:pdf2htmlEX(解析pdf)安装和使用 简介 pdf2htmlEX是一款优秀的pdf转换成html的工具: 下载 windows下载地址:http://soft.rubypd ...
 - 介绍Web项目中用到的几款表单验证插件
			
第一个插件 jqueryvalidation 官网地址:http://jqueryvalidation.org/ 第二个插件 nice Validator 官网地址: http://niceue.co ...
 - Mahout 分类算法
			
实验简介 本次课程学习了Mahout 的 Bayes 分类算法. 一.实验环境说明 1. 环境登录 无需密码自动登录,系统用户名 shiyanlou 2. 环境介绍 本实验环境采用带桌面的Ubuntu ...
 - apache性能测试工具ab
			
性能测试工具目前最常见的有以下几种:ab.http_load.webbench.siege ab是apache自带的压力测试工具.ab非常实用,它不仅可以对apache服务器进行网站访问压力测试,也可 ...