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. scrapy-redis(一)

    安装scrapy-redis pip install scrapy-redis 从GitHub 上拷贝源码: clone github scrapy-redis源码文件 git clone https ...

  2. https请求排错过程

    1. 看请求有没有到nginx 此时需要查看nginx的日志.一般每一个项目都会配置一个nginx站点,而一个站点都会又一个nginx配置文件,这个文件位于哪里呢?不出意外应该在:下面,如果找不到的话 ...

  3. php 常用函数总结

    1. is_numeric() // 判断变量是不是数字或者数字字符串 2. array_column() // 获取某一列 3. array_search() // array_search(val ...

  4. yarn基本命令

    参考文章:https://blog.csdn.net/mjzhang1993/article/details/70092902 1.安装 windows: 下载地址 mac: brew install ...

  5. python-day91--同源策略与Jsonp

    一.同源策略 同源策略(Same origin policy)是一种约定,它是浏览器最核心也最基本的安全功能,如果缺少了同源策略,则浏览器的正常功能可能都会受到影响.可以说Web是构建在同源策略基础之 ...

  6. Slony-I同步复制部署

    本次测试环境 IP 10.189.102.118 10.189.100.195 10.189.100.226 PGHOME /usr/local/pgsql /usr/local/pgsql /usr ...

  7. maven配置多仓库镜像(转)

    原文地址:maven配置多仓库镜像 问题场景: 1.国内访问maven默认远程中央镜像特别慢 2.用阿里的镜像替代远程中央镜像 3.大部分jar包都可以在阿里镜像中找到,部分jar包在阿里镜像中没有, ...

  8. 【Java】XML

    一.XML XML(Extensible Markup Language),可扩展标记语言,是一种用于标记电子文件使其具有结构性的标记语言. 格式: <?xml version="1. ...

  9. TLS与SSL之间关系——SSL已经被IEFT组织废弃,你可以简单认为TLS是SSL的加强版

    TLS与SSL之间关系 原文地址:SSL vs. TLS - What's the Difference? from:https://juejin.im/post/5b213a0ae51d4506d4 ...

  10. [转]perftools查看堆外内存并解决hbase内存溢出

    最近线上运行的hbase发现分配了16g内存,但是实际使用了22g,堆外内存达到6g.感觉非常诡异.堆外内存用一般的工具很难查看,可以通过google-perftools来跟踪: http://cod ...