How Technology Is Revolutionizing Health Care

One of technology’s biggest potential impacts on health care is providing patients with better preventive care so that some medical emergencies like heart attacks can be averted.

Bruce Broussard, CEO of health insurer Humana, explained Tuesday at Fortune‘s Brainstorm Health conference in San Diego, that he believes technology will help patients receive help during medical crises.

For instance, he cited the growth of Internet-connected devices—smartwatches among them—that can track heart rates as potentially revolutionary because they allow for monitoring of vital signs in daily life. By getting up-to-date patient data, medical companies would be better equipped to understand a “360 degree” view of the patient.

Broussard also pointed to the importance of telemedicine technologies, like video conferencing that let doctors virtually visit patients in their homes. He cited a hypothetical scenario of a patient who lives in a rural area taking a virtual meeting with a specialist doctor that’s complemented by an in-person visit from a nurse. This combination of virtual doctors and physical nurses could let health care providers do “all the things you could do in a physical office, in a home.”
“This extends the healthcare system,” Broussard said.

Despite the rise of telemedicine, Paul Jacobs, the former CEO of Qualcomm and now the CEO of wireless tech company XCOM, argued for medical professionals visiting their patients’ homes.

Jacobs recalled the case of a telemedicine patient who mistakenly believed that he or she had a migraine and wanted a prescription for a specific medication. Eventually, a doctor visited the patient’s house and discovered black mold. After the mold was removed, “the migraines went away,” Jacobs said, concluding “I think it is important, but we feel strongly that the personal touch, the human touch is still really important.”

L321 How Technology Is Revolutionizing Health Care的更多相关文章

  1. mit课程ocw-business

    https://ocw.mit.edu/courses/find-by-topic/#cat=business Course # Course Title Level 1.011 Project Ev ...

  2. Call for Papers International Conference for Smart Health (ICSH) 2014

    Call for PapersInternational Conference for Smart Health (ICSH) 2014 Beijing, China July 10-11, 2014 ...

  3. Overview and Evaluation of Bluetooth Low Energy: An Emerging Low-Power Wireless Technology

    转自:http://www.mdpi.com/1424-8220/12/9/11734/htm Sensors 2012, 12(9), 11734-11753; doi:10.3390/s12091 ...

  4. Toward Scalable Systems for Big Data Analytics: A Technology Tutorial (I - III)

    ABSTRACT Recent technological advancement have led to a deluge of data from distinctive domains (e.g ...

  5. 西安理工大学 李爱民 Xi'an University of Technology, Aimin Li

    李爱民-西安理工大学计算机科学与工程学院 ● 简介(Introduction)-> 李爱民(Aimin Li),男,湖北随州人,西安电子科学大学博士(PhD),中共党员.中国计算机学会会员,CS ...

  6. Technology, globalisation and the squeeze on good jobs

    Technology, globalisation and the squeeze on good jobs技术与全球化冲击好工作“Highest stock market EVER! Jobs ar ...

  7. 转 安装EBS前期检查工具 - RDA - Health Check / Validation Engine Guide

    http://blog.itpub.net/35489/viewspace-1295028/ 参考文档        RDA - Health Check / Validation Engine Gu ...

  8. 11g新特性:Health Monitor Checks

    一.什么是Health Monitor ChecksHealth Monitor Checks能够发现文件损坏,物理.逻辑块损坏,undo.redo损坏,数据字典损坏等等.Health Monitor ...

  9. International Conference for Smart Health 2015 Call for Papers

    Advancing Informatics for healthcare and healthcare applications has become an international researc ...

随机推荐

  1. android--------自定义控件 之 ViewGroup

    前面几篇讲了自定义控件的组合控件,地址:http://www.cnblogs.com/zhangqie/p/8985612.html 今天这篇博文主要来说说 自定义控件的 ViewGroup. 什么是 ...

  2. Composer 的学习

    一.Composer简介 Composer 是PHP用来管理依赖关系的工具. 使用 composer 的必要前提有: 1.PHP版本要高于PHP5.3.2 2.PHP支持OpenSSL扩展 3.安装有 ...

  3. leetcode-algorithms-36 Valid Sudoku

    leetcode-algorithms-36 Valid Sudoku Determine if a 9x9 Sudoku board is valid. Only the filled cells ...

  4. Leetcode 124 *

    /** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode ...

  5. servlet-api-2.4.jar not loaded(转)

    信息: validateJarFile(D:/xj/workspace/webworktest/webapp/WEB-INF/lib/servlet-api-2.4.jar) - jar not lo ...

  6. Oracle EBS SLA 详解(转)

    原文地址: Oracle EBS SLA 详解

  7. Java中关键字this、super的含义及使用

    Java语言中this的含义及作用: 关键字this用来指向当前实例对象(内存里正在运行的哪个实例对象),它的另一作用是用来区分对象的成员变量与方法的形参. 关键字super指的是当前对象里边的父对象 ...

  8. Microsoft SQL Server Trace Flags

    Complete list of Microsoft SQL Server trace flags (585 trace flags) REMEMBER: Be extremely careful w ...

  9. Ubuntu 系统优化(不定时更新)

    系统美化 1. 为Ubuntu安装Numix主题和图标 sudo add-apt-repository ppa:numix/ppa sudo apt-get update sudo apt-get i ...

  10. ActiveMQ 处理不同类型的消息

    ActiveMQ 中的消息都继承自 org.apache.activemq.command.BaseCommand 类. broker 处理消息的调用栈如下: TransportConnection ...