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,而不是去纠结实现它的原理是什么. ...
随机推荐
- js 数组判断是否包含某元素 或 数组去重
判断包含: 1.借助 jquery $.inArray(obj.UNIVERSITY_NAME, arryDatas) < 0var arr = [ "xml", &quo ...
- java要注意的问题2
八.替Java省点内存 某些Java程序是CPU密集型的,但它们会需要大量的内存.这类程序通常运行得很缓慢,因为它们对内存的需求很大.为了能提升这类应用的性能,可得给它们多留点内存.因此,假设我们有一 ...
- redis---在CentOS6.5下安装与配置
本文详细介绍redis单机单实例安装与配置,服务及开机自启动.如有不对的地方,欢迎大家拍砖o(∩_∩)o (以下配置基于CentOS release 6.5 Final, redis版本3.0.2 [ ...
- TP框架基础2
---恢复内容开始--- [空操作和空控制器处理] 空操作:就没有指定的操作方法 空控制器:没有指定控制器 http://网址/index.php/Home/User/login http://网址/ ...
- URAL 2081 Faulty dial
题目: Faulty dial Pavel has not played ACM for ages, nor does he train teams, nor prepare problems. Th ...
- python入门四:异常
一.异常 异常就是在触发异常条件时(解释器或程序员)而采取相应的措施 c++中异常使用try, throw, catch等关键字,而python中使用try, raise, except等 二.标准异 ...
- wpf利用线程制作初始界面和关闭窗体特效
1.首先定义初始窗体,和主窗体. 初始窗体(StartWindow) 主窗体(MainWindow): 2.在主窗体界面中,加载初始窗体.注意在线程中操作UI元素需要使用BeginInvoke或者In ...
- sql 语句 名称解析,是 由内向外的。
子查询内 找不到的 字段 会 向外 寻找,还是找不到 就报错:找到了就不报错,但是 子查询语句就毫无意义了: 解决办法: 字段前面要跟上表的名称. 一般 字段无效 立刻 报错.
- poj1694
/*给出一棵树的描述 第一行输入t,代表案例的个数 第二行一个n代表这棵树有n个节点 接下来n行第一个数是节点的编号,根节点编号为1,然后第二个数是节点的个数,如果为0那就没子节点,否则输入节点的 编 ...
- ubuntu开启ROOT用户自动登录教程
ub默认不开root很纠结,虽说是为了安全,但对于linux老鸟,老是sudo烦的很 开root方法: sudo passwd root 输入root密码 sudo gedit /etc/gdm/cu ...