How should we define the death of a person? Philosophers and physicians have long pondered this question, yet we still don’t have a satisfactory answer. For much of human history, death was synonymous with the cessation of the heartbeat. However, there are patients in hospitals whose hearts are still beating but who appear to be less than fully alive. Are they dead?

Fifty years ago, a Harvard committee tried to bring a modern perspective to this question. The chairman, Henry Beecher, a renowned bioethicist, was motivated by the conundrum of “hopelessly unconscious” patients being kept alive by mechanical ventilation and other newly developed medical technologies. Such patients were “increasing in numbers over the land,” he wrote.

Dr. Beecher’s committee, in a report titled “A Definition of Irreversible Coma,” defined a new state of death — brain death — in which patients were unconscious, unresponsive to pain and unable to breathe on their own, and had no basic reflexes (pupils unreactive to light, no gag reflex and so on). These were conditions suggesting a brain stem that was irreversibly damaged. Such patients, the committee asserted, were in fact dead and could be declared so by a physician. Additional tests, such as a flat brain-wave scan or an angiogram showing no cerebral blood flow, could be used to confirm the diagnosis but were not necessary.

The Harvard committee’s concept of brain death was eventually accepted by states across the country. Today, patients in the United States and many other countries can be declared dead either because their hearts have stopped or because their brains have ceased to function, even if blood is still circulating.

In the years after the Harvard report was published, doctors relied on the concept of brain death to withdraw life support from neurologically devastated patients, curtailing futile care. Just as important, brain-dead patients were declared deceased before their blood had stopped circulating, thus minimizing injury to other vital organs, allowing them to be transplanted. Some physicians believe that facilitating organ transplantation was the Harvard committee’s true aim in redefining death.

“There is great need for the tissues and organs of the hopelessly comatose in order to restore to health those who are still salvageable,” the committee wrote in an early draft of its report — though this sentence did not appear in the final version. In the years just before the report’s publication, doctors had performed the first liver, lung and heart transplants. The number of available organs, then as now, was small, however, and there was a great desire to expand the pool.

In the main, this goal was achieved. After the Harvard committee issued its report, the number of transplanted organs drastically increased, and thousands of patients waiting on organ transplant lists were saved. Today, brain-dead individuals supply most of the transplanted organs in the United States. Because of the opioid epidemic, those numbers have increased. Deaths from opioid overdose now account for about 13 percent of the nation’s organ donors, up from 1 percent two decades ago.

But the concept of brain death was controversial from the start. Many people, including many Native Americans, evangelical Protestants and Orthodox Jews, rejected the concept of brain death for religious or cultural reasons. Even apart from such considerations, a determination of brain death can seem implausible in the face of a healthy body: Some patients who have been declared brain-dead whose life support has not been withdrawn have “survived” with intact organ function for months, even years. These patients often don’t look “dead.” They may have warm skin and a normal complexion and may continue to grow, menstruate, even gestate children. Families still come up to me in the intensive care unit and say: “His heart is beating, Doctor. How can he be dead?”

Because of improvements in technology, organs designated for transplantation today can be nourished and remain viable for longer periods, so it is less critical to remove organs before the heart stops beating. As a result, more organs, especially in Europe, are being removed and transplanted after the more traditional declaration of death: the stoppage of blood circulation. Death in these cases is declared the old-fashioned way, after the heart stops beating, typically after withdrawal of life support. As technology continues to advance, we may even be able to return to the original definition of death, should we want to.

All of which serves as a reminder that our definition of death is man-made. In the spectrum between alive and dead, we set the threshold, and we can do so in response to biological, ethical and even practical considerations. Death is not a binary state or a simple biological fact but a complex social choice.

L304 What Is Death?的更多相关文章

  1. 【清北学堂】 死亡(death)

    M个位置可以打sif,N+1个人等着打sif,已知前N个人的时间,问第N+1个人什么时候才能打sif(不能插队,即必须按顺序来打sif) 输入N,M以及每个人所需要的时间:输出第N+1个人所需的时间 ...

  2. HDU 5860 Death Sequence(死亡序列)

    p.MsoNormal { margin: 0pt; margin-bottom: .0001pt; text-align: justify; font-family: Calibri; font-s ...

  3. Ping of Death

    [Ping of Death] The ping of death attack, or PoD, can cripple a network based on a flaw in the TCP/I ...

  4. 2016暑假多校联合---Death Sequence(递推、前向星)

    原题链接 Problem Description You may heard of the Joseph Problem, the story comes from a Jewish historia ...

  5. 2015年第5本(英文第4本):Death on the Nile尼罗河上的惨案

    书名:Death on the Nile 作者: Agatha Christie 单词数:7.9万(读完后发现网上还有一个版本,总共2.7万单词,孩子都能读懂,看来是简写版) 词汇量:6700 首万词 ...

  6. 模拟实现死亡之Ping(Ping of death)

    需求描述 使用hping构造IP分片,模拟实现死亡之Ping 环境搭建 使用VMWare和Dynamips. 实现思路 构造重装后大于65535字节的IP分片 hping 192.168.1.1 -1 ...

  7. 字符串(AC自动机):HDU 5129 Yong Zheng's Death

    Yong Zheng's Death Time Limit: 20000/10000 MS (Java/Others)    Memory Limit: 512000/512000 K (Java/O ...

  8. HDU 5860 Death Sequence(递推)

    HDU 5860 Death Sequence(递推) 题目链接http://acm.split.hdu.edu.cn/showproblem.php?pid=5860 Description You ...

  9. Educational Codeforces Round 48 (Rated for Div. 2)——A. Death Note ##

    A. Death Note time limit per test 2 seconds memory limit per test 256 megabytes input standard input ...

随机推荐

  1. 关于如何获取Google 官方 NavgationView中的控件的方法

    最近在想要寻找一个好集成的SlidingMenu,看上了官方的DrawLayout,简单易集成 然后如果想动态改变DrawLayout头部的HeaderVIew的资源的话需要先获取到控件 方法如下 n ...

  2. shiro中INI配置

    4.1 根对象SecurityManager 从之前的Shiro架构图可以看出,Shiro是从根对象SecurityManager进行身份验证和授权的:也就是所有操作都是自它开始的,这个对象是线程安全 ...

  3. mybatis使用@param("xxx")注解传参和不使用的区别

    public interface SystemParameterMapper { int deleteByPrimaryKey(Integer id); int insert(SystemParame ...

  4. 剑指offer-整数中1出现的次数

    题目描述 求出1~13的整数中1出现的次数,并算出100~1300的整数中1出现的次数?为此他特别数了一下1~13中包含1的数字有1.10.11.12.13因此共出现6次,但是对于后面问题他就没辙了. ...

  5. sqlite3 删除数据

    cx = sqlite3.connect("c:/数据库地址") # 打开数据库cu = cx.cursor()# delete the rowcu.execute("d ...

  6. [转载]Python3编码问题详解

    原文:Python3的编码问题 Python3 最重要的一项改进之一就是解决了 Python2 中字符串与字符编码遗留下来的这个大坑.Python 编码为什么那么蛋疼?已经介绍过 Python2 字符 ...

  7. GitHub 简单用法

    1. GitHub账号的申请 首先打开Github主页,https://github.com 如果你没有登录过的话会打开如下图的界面(登录过你就不用看这段了), 注册画面如下: 注意右侧不是登陆界面而 ...

  8. 推送证书p12文件转换成pem的命令

    openssl pkcs12 -in 你的p12文件名称.p12 -out 需要生成的pem文件名称.pem -nodes

  9. [LeetCode] 20. Valid Parentheses ☆

    转载:https://leetcode.windliang.cc/leetCode-20-Valid%20Parentheses.html 描述 Given a string containing j ...

  10. SecureCRT sftp上传文件报错:put: failed to upload xxx 拒绝访问

    1.问题 使用sftp上传文件时报错:put: failed to upload xxx 拒绝访问.类似下图所示: 2.原因 造成这个问题的原因可能有两个,一是要上到的那个目录剩余磁盘空间不足,二是打 ...