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. android -------- ConstraintLayout 约束属性(二)

    ConstraintLayout 介绍 (一) ConstraintLayout 最基本的属性控制有以下几个,即 layout_constraintXXX_toYYYOf 格式的属性,即将“View ...

  2. Javascript的常见数据类型以及相应操作

    JavaScript概述 1 ECMAScript和JavaScript的关系 1996年11月,JavaScript的创造者--Netscape公司,决定将JavaScript提交给国际标准化组织E ...

  3. python记录_day12 生成器

    什么是生成器? 生成器的实质就是迭代器,我们能够从生成器中一个一的拿值 python中获取生成器的方式有三种: 1.通过生成器函数 2.通过生成器表达式 3.通过数据转换也可以获取生成器(某些对象执行 ...

  4. hadoopMR自定义输入类型

    hadoop中的输入输出数据类型: BooleanWritable:标准布尔型数值 ByteWritable:单字节数值 DoubleWritable:双字节数值 FloatWritable:浮点数 ...

  5. chrome 浏览器去掉输入框背景透明色

    chrome浏览器选择记住密码的账号,输入框会自动加上黄色的背景,有些设计输入框是透明背景的,需要去除掉这个黄色的背景: 这个黄色背景是谷歌浏览器默认的样式 user agent stylesheet ...

  6. (效率低下)77. Combinations C++回溯法 组合

    https://leetcode.com/problems/combinations/ 沿用78题的思路 class Solution { public: void backTrack(vector& ...

  7. Maven依赖标红线,非jar包冲突问题

    Maven依赖标红线 在pom中引入依赖fastdfs-client时,该依赖可以正常引入,但是查看Maven Project时,该依赖下总是有几个依赖报红线,并不是依赖冲突,测试代码无法正常运行.想 ...

  8. 线程池 execute 和 submit 的区别

    代码示例: public class ThreadPool_Test { public static void main(String[] args) throws InterruptedExcept ...

  9. MySQL设置白名单教程

    1 登录mysql mysql -h host -u username -p password 2 切换至mysql库 use mysql; 3 查看当前允许登录IP及用户 select Host,U ...

  10. Java Code Examples for org.codehaus.jackson.map.DeserializationConfig 配置

    The following code examples are extracted from open source projects. You can click  to vote up the e ...