



<!DOCTYPE html>
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
  <head>
    
    <meta name="csrf-param" content="authenticity_token"/>
<meta name="csrf-token" content="a1&#x2F;Xb1zqGOe4qp5xZQkyEHBRwnsJI&#x2F;MEoMBJ1FK5ctI="/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="For some large hospitals in Houston that experienced massive flooding and loss of medical equipment and research materials in Tropical Storm Allison, the outcome of late-August’s bout with a storm of epic proportions was a testament to smart planning.">
    <meta name="keywords" content="Hurricane Harvey,Texas Hospital Association,Texas Medical Center,Tropical Storm Allison,University of Arkansas for Medical Sciences,ashe,texas children&#x27;s hospital">
    <link href="https://www.hfmmagazine.com/rss/articles" rel="alternate" title="Health Facilities Management  RSS Feed" type="application/rss+xml" />
    
    <meta content="Houston hospitals weather Hurricane Harvey through smart planning" property="og:title" />
<meta content="Infrastructure improvements made after Tropical Storm Allison helped Houston prepare for future storms." property="og:description" />
<meta content="https://www.hfmmagazine.com/articles/3098-houston-hospitals-weather-hurricane-harvey-through-smart-planning" property="og:url" />
<meta content="https://www.hfmmagazine.com/ext/resources/images/2017/HFM-magazine/October/1017_upfront_hurricane_prep.jpg?height=635&amp;t=1505505572&amp;width=1200" property="og:image" />
<meta content="700" property="og:image:width" />
<meta content="468" property="og:image:height" />
<meta content="Article" property="og:type" />
<meta content="Houston hospitals weather Hurricane Harvey through smart planning" name="twitter:title" />
<meta content="Infrastructure improvements made after Tropical Storm Allison helped Houston prepare for future storms." name="twitter:description" />
<meta content="summary" name="twitter:card" />
<meta content="https://www.hfmmagazine.com/ext/resources/images/2017/HFM-magazine/October/1017_upfront_hurricane_prep.jpg?1505505572" name="twitter:image" />
    <!-- Best resource about favicons: https://github.com/audreyr/favicon-cheat-sheet -->
<!-- **************************************************************************** -->

<!-- Touch icon for iOS 2.0+ and Android 2.1+ (auto-downscaled by devices) - https://tinypng.com -->
<link href="/images/favicons/favicon-152.png?1517299476" rel="apple-touch-icon-precomposed" sizes="152x152" type="image/vnd.microsoft.icon" />

<!-- IE 10 Metro tile icon (Metro equivalent of apple-touch-icon) - https://tinypng.com -->
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="/images/favicons/favicon-144.png">

<!-- Default required by IE. (16x16 24x24 32x32 48x48 64x64) - http://converticon.com -->
<link href="/images/favicons/favicon.ico?1517299476" rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/x-icon" />

<!-- Favicons targeted to any additional png sizes that aren't covered above - https://tinypng.com -->
<link href="/images/favicons/favicon-32.png?1517299476" rel="icon" sizes="32x32" type="image/vnd.microsoft.icon" />

  <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet'>

    <title>Houston hospitals weather Hurricane Harvey through smart planning | Health Facilities Management</title>
    <link href="/stylesheets/application.css?1517299476" media="screen" rel="stylesheet" type="text/css" />
    
    <link href="/ext/resources/hfmmagazine.css" media="screen" rel="stylesheet" type="text/css" />
    <script src="/javascripts/jade.default.min.js?1517299476" type="text/javascript"></script>
    
    
<!-- dataLayer scripts, place in head before GTM snippet -->
<script>var dataLayer = window.dataLayer = window.dataLayer || [];</script>

<!-- End dataLayer -->

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KGK8LNG');</script>
<!-- End Google Tag Manager -->

    <script>
  window.epub = window.epub || {};

    window.epub['AD_HISTORY_ENABLED'] = false;
</script>

      <!-- Start Visual Website Optimizer Asynchronous Code -->
<script type='text/javascript'>
  var _vwo_code = (function() {
      var account_id = 80110,
          settings_tolerance = 2000,
          library_tolerance = 2500,
          use_existing_jquery = false,
          // DO NOT EDIT BELOW THIS LINE
          f = false,
          d = document;
      return {
          use_existing_jquery: function() {
              return use_existing_jquery;
          },
          library_tolerance: function() {
              return library_tolerance;
          },
          finish: function() {
              if (!f) {
                  f = true;
                  var a = d.getElementById('_vis_opt_path_hides');
                  if (a) a.parentNode.removeChild(a);
              }
          },
          finished: function() {
              return f;
          },
          load: function(a) {
              var b = d.createElement('script');
              b.src = a;
              b.type = 'text/javascript';
              b.innerText;
              b.onerror = function() {
                  _vwo_code.finish();
              };
              d.getElementsByTagName('head')[0].appendChild(b);
          },
          init: function() {
              settings_timer = setTimeout('_vwo_code.finish()', settings_tolerance);
              var a = d.createElement('style'),
                  b = 'body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',
                  h = d.getElementsByTagName('head')[0];
              a.setAttribute('id', '_vis_opt_path_hides');
              a.setAttribute('type', 'text/css');
              if (a.styleSheet) a.styleSheet.cssText = b;
              else a.appendChild(d.createTextNode(b));
              h.appendChild(a);
              this.load(
                  '//dev.visualwebsiteoptimizer.com/j.php?a=' + account_id + '&u=' + encodeURIComponent(d.URL) + '&r=' + Math.random());
              return settings_timer;
          }
      };
  }());
  _vwo_settings_timer = _vwo_code.init();
</script>
<!-- End Visual Website Optimizer Asynchronous Code -->

  <script>
    //configuration
    var OAS_url = 'https://oasc18.247realmedia.com/RealMedia/ads/';
    var OAS_sitepage = 'www.hfmmagazine.com/articles/3098-houston-hospitals-weather-hurricane-harvey-through-smart-planning';
    var OAS_listpos = 'Top,Bottom,Popup,Right1,Right2,Middle1,Middle2,Middle3';
    var OAS_target = '_top';
    var OAS_query = 'hfmpub=3098&hfmpub=regulatory&hfmpub=emergency-preparedness&hfmpub=news';
    var OAS_rns = (Math.random() + "").substring (2, 11);
    document.write('<script src="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '?' + OAS_query + '"></scr'+''+'ipt>');
  </script>

  </head>
  <body data-action="show" data-article-requires-registration="false" data-article-requires-subscription="false" data-controller="articles">
    
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KGK8LNG"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
    
      <div class="document mmenu-placeholder">
    <div class="advertisement leaderboard-ad">
      <div class="wrapper">
        <div class="advertisement__title"><span>Advertisement</span></div>
        <div class="advertisement__ad"><script>OAS_RICH('Top');</script></div>
      </div>
    </div>

    <div class="main-wrapper">
      <header id="header" class="header">     

  <div id="header-logo" class="header__logo">
    <a href="/" class="header__logo--not-mobile"><img alt="Health Facilities Management" src="/ext/resources/images/logo.png" /></a>
    <a href="/" class="header__logo--mobile"><img alt="Health Facilities Management" src="/ext/resources/images/logo-mobile.png" /></a>
  </div>
  
  <div class="header__search">
      <section class="quick-search" id="quick-search">
      <form id="quick-search-form" name="quick-search" method="get" action="/search">
  <input class="quick-search__input" type="search" name="q" id="q" placeholder="Search" tabindex="1" />
  <div id="quick-search-toggle" class="quick-search__toggle"></div>
</form>

  </section>
    
  </div> 

  <div class="header__login">
      <section class="editorial-content home-cta-0">

    <div class="editorial-content__details">


      <div class="editorial-content__body">
          <a href="/media/photos">Design Center</a>
      </div>

    </div>
  </section>

      <div class="header__login-spacer"></div>
      <a href="#" id="login-link" class="header__login-link"></a>
  </div>

  <nav class="header__editorial-content">
      <section class="editorial-content top-header-right">
      <div class="editorial-content__image">
          <a href="www.aha.org">
            <img alt="AHA Logo" height="148" src="//www.hfmmagazine.com/ext/resources/images/logo_site/aha_logo.jpg?1486071734" width="259" />
</a>      </div>

    <div class="editorial-content__details">


      <div class="editorial-content__body">
          <style>
/*hide the "Associated web link" url */
.editorial-content__link {display: none}
</style>

<p><em>HFM</em> is an AHA Publication</p>
      </div>

        <div class="editorial-content__link">
          <a href="www.aha.org">www.aha.org</a>
        </div>
    </div>
  </section>

  </nav>

  <a href="#" id="hamburger-nav-link" class="header__hamburger-nav-link"></a>
  
</header>

      
      <section class="login-panel" id="login-panel">
  <div class="login-panel__close-button"></div>
  <div class="login-panel__wrapper">
    <div class="login-panel__editorial-content">
    <section class="editorial-content user-nav-content">

    <div class="editorial-content__details">


      <div class="editorial-content__body">
          <div class="drop1">
<h2>Quick Links</h2>
<ul>
	<li><a href="/media/photos">Design Center</a></li>
	<li><a href="/topics/94">Surveys</a></li>
	<li><a href="/topics/95">Trends</a></li>
	<li><a href="/topics/242">Special Reports</a></li>
	<li><a href="/publications/5">Current Issue</a></li>
	<li><a href="/subscribe">Subscribe</a></li>
	<li><a href="/topics/239">HFM Daily</a></li>
	<li><a href="http://digital.hfmmagazine.com/" class="link1 external" target="_blank">Digital Edition</a></li>
<li><a href="/whitepapers">White Papers</a></li>
</ul>
</div>

<div class="drop2">
<h2>HFM Daily</h2>
<a href="/topics/239"><img src="/ext/resources/inc-hfm/img/enewsletters/HFM-Daily-ad-728x90.jpg"></a>
<p>HFM Daily offers blog coverage by the award-winning HFM editorial team and links to in-depth information on health care design, construction, engineering, environmental services, operations and technology. You can read HFM Daily stories on this page or <a href="/subscribe">subscribe to Health Facilities Management This Week</a> for a Friday roundup of the week's posts.</p>
</div>
      </div>

    </div>
  </section>

</div>
<form class="login-panel__login-form" method="post" action="https://www.hfmmagazine.com/user/login">
  <div class="login-panel__title">
    
  </div>
  <div class="login-panel__username">
    <input id="username" name="user[email]" placeholder="Username" title="email" type="text"/>
  </div>
  <div class="login-panel__password">
    <input id="password" name="user[password]" placeholder="Password" title="password" type="password"/>
  </div>
  <div class="login-panel__login-button">
    <input class="button" value="Login" type="submit"/>
  </div>
  <div class="login-panel__login-links">
    
  </div>
</form>
<div class="login-panel__logout-form">
  <div class="login-panel__logout-links">
    
    <a href="/user/logout?referer=https://www.hfmmagazine.com/articles/3098-houston-hospitals-weather-hurricane-harvey-through-smart-planning" class="login-panel__logout-button">Logout</a>
  </div>
</div>

  </div>
</section>

        <nav class="main-nav main-nav--horizontal">
          <div class='navigation' id='main'><ul class='level1'><li class='level1-li first '><a href="/articles/topic/136-architecture" class="link2" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Architecture|url: /articles/topic/136-architecture" data-eventname="nav-menu-main">Architecture</a><ul class='level2'><li class='level2-li first '><a href="/topics/149-acute-care-hospitals" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Acute Care Hospitals|url: /topics/149-acute-care-hospitals" data-eventname="nav-menu-main">Acute Care Hospitals</a></li><li class='level2-li  '><a href="/topics/150-architecture-trends" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Architecture Trends|url: /topics/150-architecture-trends" data-eventname="nav-menu-main">Architecture Trends</a></li><li class='level2-li  '><a href="/topics/151-facility-planning" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Facility Planning|url: /topics/151-facility-planning" data-eventname="nav-menu-main">Facility Planning</a></li><li class='level2-li  '><a href="/topics/152-facility-profiles" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Facility Profiles|url: /topics/152-facility-profiles" data-eventname="nav-menu-main">Facility Profiles</a></li><li class='level2-li  '><a href="/topics/153-outpatient-facilities" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Outpatient Facilities|url: /topics/153-outpatient-facilities" data-eventname="nav-menu-main">Outpatient Facilities</a></li><li class='level2-li  last'><a href="/topics/154-specialty-facilities" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Specialty Facilities|url: /topics/154-specialty-facilities" data-eventname="nav-menu-main">Specialty Facilities</a></li></ul></li><li class='level1-li  '><a href="/articles/topic/140-construction" class="link2" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Construction|url: /articles/topic/140-construction" data-eventname="nav-menu-main">Construction</a><ul class='level2'><li class='level2-li first '><a href="/topics/155-construction-survey" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Construction Survey|url: /topics/155-construction-survey" data-eventname="nav-menu-main">Construction Survey</a></li><li class='level2-li  '><a href="/topics/156-construction-trends" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Construction Trends|url: /topics/156-construction-trends" data-eventname="nav-menu-main">Construction Trends</a></li><li class='level2-li  last'><a href="/topics/159-project-management" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Project Management|url: /topics/159-project-management" data-eventname="nav-menu-main">Project Management</a></li></ul></li><li class='level1-li  '><a href="/articles/topic/142-engineering" class="link2" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Engineering|url: /articles/topic/142-engineering" data-eventname="nav-menu-main">Engineering</a><ul class='level2'><li class='level2-li first '><a href="/topics/161-biomedical-engineering" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Biomedical Engineering|url: /topics/161-biomedical-engineering" data-eventname="nav-menu-main">Biomedical Engineering</a></li><li class='level2-li  '><a href="/topics/162-building-automation-systems" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Building Automation Systems|url: /topics/162-building-automation-systems" data-eventname="nav-menu-main">Building Automation Systems</a></li><li class='level2-li  '><a href="/topics/163-commissioning" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Commissioning|url: /topics/163-commissioning" data-eventname="nav-menu-main">Commissioning</a></li><li class='level2-li  '><a href="/topics/168-engineering-leadership" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Engineering Leadership|url: /topics/168-engineering-leadership" data-eventname="nav-menu-main">Engineering Leadership</a></li><li class='level2-li  '><a href="/topics/164-energy-management" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Energy Management|url: /topics/164-energy-management" data-eventname="nav-menu-main">Energy Management</a></li><li class='level2-li  '><a href="/topics/165-engineering-trends" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Engineering Trends|url: /topics/165-engineering-trends" data-eventname="nav-menu-main">Engineering Trends</a></li><li class='level2-li  '><a href="/topics/166-fire-and-life-safety-systems" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Fire and Life Safety Systems|url: /topics/166-fire-and-life-safety-systems" data-eventname="nav-menu-main">Fire and Life Safety Systems</a></li><li class='level2-li  '><a href="/topics/167-hvac-systems" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: HVAC Systems|url: /topics/167-hvac-systems" data-eventname="nav-menu-main">HVAC Systems</a></li><li class='level2-li  '><a href="/topics/169-maintenance" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Maintenance|url: /topics/169-maintenance" data-eventname="nav-menu-main">Maintenance</a></li><li class='level2-li  '><a href="/topics/170-power-and-electrical" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Power and Electrical|url: /topics/170-power-and-electrical" data-eventname="nav-menu-main">Power and Electrical</a></li><li class='level2-li  last'><a href="/topics/171-plumbing-systems" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Plumbing Systems|url: /topics/171-plumbing-systems" data-eventname="nav-menu-main">Plumbing Systems</a></li></ul></li><li class='level1-li  '><a href="/articles/topic/141-environmental-services" class="link2" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: ES|url: /articles/topic/141-environmental-services" data-eventname="nav-menu-main">ES</a><ul class='level2'><li class='level2-li first '><a href="/topics/172-cleaning-and-disinfection" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Cleaning and Disinfection|url: /topics/172-cleaning-and-disinfection" data-eventname="nav-menu-main">Cleaning and Disinfection</a></li><li class='level2-li  '><a href="/topics/173-cleaning-technology" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Cleaning Technology|url: /topics/173-cleaning-technology" data-eventname="nav-menu-main">Cleaning Technology</a></li><li class='level2-li  '><a href="/topics/177-environmental-services-leadership" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Environmental Services Leadership|url: /topics/177-environmental-services-leadership" data-eventname="nav-menu-main">Environmental Services Leadership</a></li><li class='level2-li  '><a href="/topics/174-environmental-services-trends" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Environmental Services Trends|url: /topics/174-environmental-services-trends" data-eventname="nav-menu-main">Environmental Services Trends</a></li><li class='level2-li  '><a href="/topics/175-infection-prevention" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Infection Prevention|url: /topics/175-infection-prevention" data-eventname="nav-menu-main">Infection Prevention</a></li><li class='level2-li  '><a href="/topics/176-laundry-operations" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Laundry Operations|url: /topics/176-laundry-operations" data-eventname="nav-menu-main">Laundry Operations</a></li><li class='level2-li  '><a href="/topics/178-patient-satisfaction" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Patient Satisfaction|url: /topics/178-patient-satisfaction" data-eventname="nav-menu-main">Patient Satisfaction</a></li><li class='level2-li  last'><a href="/topics/179-pest-control" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Pest Control|url: /topics/179-pest-control" data-eventname="nav-menu-main">Pest Control</a></li></ul></li><li class='level1-li  '><a href="/articles/topic/143-interior-design" class="link2" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Interior Design|url: /articles/topic/143-interior-design" data-eventname="nav-menu-main">Interior Design</a><ul class='level2'><li class='level2-li first '><a href="/topics/184-design-trends" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Design Trends|url: /topics/184-design-trends" data-eventname="nav-menu-main">Design Trends</a></li><li class='level2-li  last'><a href="/topics/180-evidence-based-design" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Evidence-based Design|url: /topics/180-evidence-based-design" data-eventname="nav-menu-main">Evidence-based Design</a></li></ul></li><li class='level1-li  '><a href="/articles/topic/145-operations" class="link2" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Operations|url: /articles/topic/145-operations" data-eventname="nav-menu-main">Operations</a><ul class='level2'><li class='level2-li first '><a href="/topics/185-compliance" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Compliance|url: /topics/185-compliance" data-eventname="nav-menu-main">Compliance</a></li><li class='level2-li  '><a href="/topics/186-operations-leadership" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Operations Leadership|url: /topics/186-operations-leadership" data-eventname="nav-menu-main">Operations Leadership</a></li><li class='level2-li  '><a href="/topics/187-operations-trends" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Operations Trends|url: /topics/187-operations-trends" data-eventname="nav-menu-main">Operations Trends</a></li><li class='level2-li  '><a href="/topics/188-property-management" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Property Management|url: /topics/188-property-management" data-eventname="nav-menu-main">Property Management</a></li><li class='level2-li  '><a href="/topics/190-quality" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Quality|url: /topics/190-quality" data-eventname="nav-menu-main">Quality</a></li><li class='level2-li  last'><a href="/topics/189-safety-and-security" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Safety and Security|url: /topics/189-safety-and-security" data-eventname="nav-menu-main">Safety and Security</a></li></ul></li><li class='level1-li  '><a href="/articles/topic/146-products" class="link2" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Products|url: /articles/topic/146-products" data-eventname="nav-menu-main">Products</a><ul class='level2'><li class='level2-li first '><a href="/topics/191-building-controls" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Building Controls|url: /topics/191-building-controls" data-eventname="nav-menu-main">Building Controls</a></li><li class='level2-li  '><a href="/topics/192-chillers-and-boilers" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Chillers and Boilers|url: /topics/192-chillers-and-boilers" data-eventname="nav-menu-main">Chillers and Boilers</a></li><li class='level2-li  '><a href="/topics/193-cleaning-equipment-and-supplies" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Cleaning Equipment and Supplies|url: /topics/193-cleaning-equipment-and-supplies" data-eventname="nav-menu-main">Cleaning Equipment and Supplies</a></li><li class='level2-li  '><a href="/topics/194-cmms-software" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: CMMS Software|url: /topics/194-cmms-software" data-eventname="nav-menu-main">CMMS Software</a></li><li class='level2-li  '><a href="/topics/195-fire-safety" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Fire Safety|url: /topics/195-fire-safety" data-eventname="nav-menu-main">Fire Safety</a></li><li class='level2-li  '><a href="/topics/196-flooring-and-carpeting" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Flooring and Carpeting|url: /topics/196-flooring-and-carpeting" data-eventname="nav-menu-main">Flooring and Carpeting</a></li><li class='level2-li  '><a href="/topics/197-furnishings" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Furnishings|url: /topics/197-furnishings" data-eventname="nav-menu-main">Furnishings</a></li><li class='level2-li  '><a href="/topics/198-hand-hygiene" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Hand Hygiene|url: /topics/198-hand-hygiene" data-eventname="nav-menu-main">Hand Hygiene</a></li><li class='level2-li  '><a href="/topics/199-hvac" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: HVAC|url: /topics/199-hvac" data-eventname="nav-menu-main">HVAC</a></li><li class='level2-li  '><a href="/topics/200-infection-prevention" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Infection Prevention|url: /topics/200-infection-prevention" data-eventname="nav-menu-main">Infection Prevention</a></li><li class='level2-li  '><a href="/topics/201-laundry" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Laundry|url: /topics/201-laundry" data-eventname="nav-menu-main">Laundry</a></li><li class='level2-li  '><a href="/topics/202-lighting" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Lighting|url: /topics/202-lighting" data-eventname="nav-menu-main">Lighting</a></li><li class='level2-li  '><a href="/topics/203-plumbing" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Plumbing|url: /topics/203-plumbing" data-eventname="nav-menu-main">Plumbing</a></li><li class='level2-li  '><a href="/topics/204-power-and-electrical" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Power and Electrical|url: /topics/204-power-and-electrical" data-eventname="nav-menu-main">Power and Electrical</a></li><li class='level2-li  '><a href="/topics/205-security" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Security|url: /topics/205-security" data-eventname="nav-menu-main">Security</a></li><li class='level2-li  last'><a href="/topics/206-wayfinding-and-signage" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Wayfinding and Signage|url: /topics/206-wayfinding-and-signage" data-eventname="nav-menu-main">Wayfinding and Signage</a></li></ul></li><li class='level1-li  '><a href="/articles/topic/139-regulatory" class="link2" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Regulatory|url: /articles/topic/139-regulatory" data-eventname="nav-menu-main">Regulatory</a><ul class='level2'><li class='level2-li first '><a href="/topics/207-codes" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Codes|url: /topics/207-codes" data-eventname="nav-menu-main">Codes</a></li><li class='level2-li  '><a href="/topics/208-emergency-preparedness" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Emergency Preparedness|url: /topics/208-emergency-preparedness" data-eventname="nav-menu-main">Emergency Preparedness</a></li><li class='level2-li  '><a href="/topics/209-guidelines" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Guidelines|url: /topics/209-guidelines" data-eventname="nav-menu-main">Guidelines</a></li><li class='level2-li  '><a href="/topics/210-regulatory-trends" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Regulatory Trends|url: /topics/210-regulatory-trends" data-eventname="nav-menu-main">Regulatory Trends</a></li><li class='level2-li  last'><a href="/topics/211-standards" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Standards|url: /topics/211-standards" data-eventname="nav-menu-main">Standards</a></li></ul></li><li class='level1-li  '><a href="/articles/topic/144-sustainability" class="link2" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Sustainability|url: /articles/topic/144-sustainability" data-eventname="nav-menu-main">Sustainability</a><ul class='level2'><li class='level2-li first '><a href="/topics/212-energy-management" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Energy Management|url: /topics/212-energy-management" data-eventname="nav-menu-main">Energy Management</a></li><li class='level2-li  '><a href="/topics/213-green-cleaning" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Green Cleaning|url: /topics/213-green-cleaning" data-eventname="nav-menu-main">Green Cleaning</a></li><li class='level2-li  '><a href="/topics/214-green-construction" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Green Construction|url: /topics/214-green-construction" data-eventname="nav-menu-main">Green Construction</a></li><li class='level2-li  '><a href="/topics/215-resilient-design" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Resilient Design|url: /topics/215-resilient-design" data-eventname="nav-menu-main">Resilient Design</a></li><li class='level2-li  '><a href="/topics/216-sustainability-trends" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Sustainability Trends|url: /topics/216-sustainability-trends" data-eventname="nav-menu-main">Sustainability Trends</a></li><li class='level2-li  '><a href="/topics/217-water-conservation" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Water Conservation|url: /topics/217-water-conservation" data-eventname="nav-menu-main">Water Conservation</a></li><li class='level2-li  last'><a href="/topics/218-waste-management" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Waste Management|url: /topics/218-waste-management" data-eventname="nav-menu-main">Waste Management</a></li></ul></li><li class='level1-li  '><a href="/articles/topic/147-technology" class="link2" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Technology|url: /articles/topic/147-technology" data-eventname="nav-menu-main">Technology</a><ul class='level2'><li class='level2-li first '><a href="/topics/221-building-information-modeling" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Building Information Modeling|url: /topics/221-building-information-modeling" data-eventname="nav-menu-main">Building Information Modeling</a></li><li class='level2-li  '><a href="/topics/222-communication-systems" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Communication Systems|url: /topics/222-communication-systems" data-eventname="nav-menu-main">Communication Systems</a></li><li class='level2-li  '><a href="/topics/223-data-centers" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Data Centers|url: /topics/223-data-centers" data-eventname="nav-menu-main">Data Centers</a></li><li class='level2-li  '><a href="/topics/224-digital-signage" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Digital Signage|url: /topics/224-digital-signage" data-eventname="nav-menu-main">Digital Signage</a></li><li class='level2-li  '><a href="/topics/225-energy-management-systems" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Energy Management Systems|url: /topics/225-energy-management-systems" data-eventname="nav-menu-main">Energy Management Systems</a></li><li class='level2-li  '><a href="/topics/226-it-infrastructures" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: IT Infrastructures|url: /topics/226-it-infrastructures" data-eventname="nav-menu-main">IT Infrastructures</a></li><li class='level2-li  '><a href="/topics/227-medical-equipment" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Medical Equipment|url: /topics/227-medical-equipment" data-eventname="nav-menu-main">Medical Equipment</a></li><li class='level2-li  '><a href="/topics/228-real-time-location-systems" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Real-time Location Systems|url: /topics/228-real-time-location-systems" data-eventname="nav-menu-main">Real-time Location Systems</a></li><li class='level2-li  '><a href="/topics/229-security-systems" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Security Systems|url: /topics/229-security-systems" data-eventname="nav-menu-main">Security Systems</a></li><li class='level2-li  last'><a href="/topics/230-technology-trends" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Technology Trends|url: /topics/230-technology-trends" data-eventname="nav-menu-main">Technology Trends</a></li></ul></li><li class='level1-li  last'><a href="/aboutus" class="link2" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: About Us|url: /aboutus" data-eventname="nav-menu-main">About Us</a><ul class='level2'><li class='level2-li first '><a href="/subscribe" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Subscribe|url: /subscribe" data-eventname="nav-menu-main">Subscribe</a></li><li class='level2-li  '><a href="/aboutus/hfm-staff" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Contact Us|url: /aboutus/hfm-staff" data-eventname="nav-menu-main">Contact Us</a></li><li class='level2-li  '><a href="/aboutus/hfm-advertising-info" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Advertising Information|url: /aboutus/hfm-advertising-info" data-eventname="nav-menu-main">Advertising Information</a><ul class='level3'><li class='level3-li first '><a href="/aboutus/hfm-advertising-staff" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Advertising Sales Staff|url: /aboutus/hfm-advertising-staff" data-eventname="nav-menu-main">Advertising Sales Staff</a></li><li class='level3-li  '><a href="/aboutus/classifieds" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Classifieds|url: /aboutus/classifieds" data-eventname="nav-menu-main">Classifieds</a></li><li class='level3-li  '><a href="/aboutus/hfm-advertising-info#msg" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Marketing Solutions Guide|url: /aboutus/hfm-advertising-info#msg" data-eventname="nav-menu-main">Marketing Solutions Guide</a></li><li class='level3-li  last'><a href="/aboutus/hfm-advertising-info#BPA" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: BPA Report|url: /aboutus/hfm-advertising-info#BPA" data-eventname="nav-menu-main">BPA Report</a></li></ul></li><li class='level2-li  '><a href="/aboutus/editorial-guidelines" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Editorial Guidelines|url: /aboutus/editorial-guidelines" data-eventname="nav-menu-main">Editorial Guidelines</a></li><li class='level2-li  '><a href="/authors" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: HFM Authors|url: /authors" data-eventname="nav-menu-main">HFM Authors</a></li><li class='level2-li  '><a href="/rss" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: HFM RSS Feeds|url: /rss" data-eventname="nav-menu-main">HFM RSS Feeds</a></li><li class='level2-li  '><a href="/aboutus/hfm-article-reprints" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Ordering HFM Reprints|url: /aboutus/hfm-article-reprints" data-eventname="nav-menu-main">Ordering HFM Reprints</a></li><li class='level2-li  last'><a href="/events" class="link1" data-background-image="" data-eventaction="main-link" data-eventcategory="click" data-eventlabel="text: Events|url: /events" data-eventname="nav-menu-main">Events</a></li></ul></li></ul></div>
        </nav>

      <div class="container">
          <div id="section-2" class="main-body page-article-show">
    <div id="breadcrumbs" class="breadcrumbs"><a href="/" class="">Home</a> &raquo; Houston hospitals weather Hurricane Harvey through smart planning</div>
    
<div class="article-toolbar">

  <div class="addthis_sharing_toolbox"></div>

  <script>
    var addthis_config = {
      data_ga_property: "",
      data_ga_social : true
    };
  </script>
  <script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>

<![if !(IE 6)]><script type="text/javascript">
//<![CDATA[
var addthis_config = { ui_language: 'en' };
//]]>
</script><script src="//s7.addthis.com/js/300/addthis_widget.js#pubid=healthforum" type="text/javascript">
//<![CDATA[

//]]>
</script><![endif]>
 </div>

    

    <div class="box1 article article-show ">
      <div class="records">
        <div class="record">

          <!-- Show Sponsored Authors if the article is sponsored -->
          

            <div class="kicker">Emergency Preparedness</div>

          <h1 class="headline">Houston hospitals weather Hurricane Harvey through smart planning</h1>

            <h4 class="sub-headline">Infrastructure improvements made after Tropical Storm Allison helped Houston prepare for future storms</h4>

          <div class="additional">

              <div class="date">September 18, 2017</div>

              <div class="author"><a href="/authors/734-jeff-ferenc">Jeff Ferenc</a></div>

            
<div class="comment-count">
    <a href="https://www.hfmmagazine.com/articles/3098-houston-hospitals-weather-hurricane-harvey-through-smart-planning#disqus_thread"
       data-disqus-identifier="article-3098"></a>
</div>


            

          </div>

          <div class="advertisement middle1-ad"><script>OAS_RICH('Middle1');</script></div>


          <div class="content">

            <div class="body article-body"><div class="ctrinsert"><img alt="hurricane relief workers" border="0" src="/ext/resources/images/2017/HFM-magazine/October/1017_upfront_hurricane_prep.jpg" />
<p>Workers at MD Anderson Cancer Center in Houston install temporary flood gates in anticipation of Hurricane Harvey.</p>

<div id="ctrcredit">Photo courtesy of MD Anderson Cancer Center</div>
</div>

<p>It&rsquo;s amazing what a difference 16 years can make. For some large hospitals in Houston that experienced massive flooding and loss of medical equipment and research materials in Tropical Storm Allison, the outcome of late-August&rsquo;s bout with a storm of epic proportions was a testament to smart planning.&nbsp;</p>                  <div class="advertisement middle2-ad"><script>OAS_RICH('Middle2');</script></div>



<p>The mostly positive outcome for hospitals at the Texas Medical Center, which were badly damaged by Allison but left largely unscathed by Hurricane Harvey, was not happenstance. The resiliency that kept the facilities nearly bone dry while the streets outside the hospitals turned to rivers was the result of hardened infrastructure borne out of judicious preparation and investment &mdash; and lessons learned. &nbsp;</p>

<p>&ldquo;When you consider the magnitude of this storm, hospitals prepared really well not only in terms of the management of their staff and how they moved patients when necessary, but with the investment made by facilities themselves and their emergency preparation over the years,&rdquo; says Lance Lunsford, senior vice president for marketing and business development, Texas Hospital Association.</p>

<p>Key among actions taken by hospitals after Allison in June 2001 and Hurricane Ike in September 2008 was a substantial investment in specially designed flood walls and flood gates that prevent water intrusion from the outside or within the interior.&nbsp;</p>

<p>Over the years, some Houston hospitals have moved critical equipment such as emergency generators, information technology equipment and electrical systems from basements and lower levels to upper floors, facility professionals say.&nbsp;</p>

<p>Even the relatively small number among the 250 or so Houston area hospitals and health facilities that were forced to evacuate patients or close because of severe damage provided medical care for as long as they could. No patients died while either being transferred or hospitalized during the storm, officials say.</p>

<p>Recovery by even the 27 hospitals forced to temporarily close was rapid. Within two weeks of the storm, an estimated 95 percent of all health care facilities in the metropolitan area were open, says Darrell Pile, CEO of Southeast Texas Regional Advisory Council, Houston.</p>

<p>&ldquo;We led disaster preparedness and exercises over recent years and, together with providers, we put those emergency plans into action during the storm,&rdquo; Pile says.&nbsp;</p>

<p>The result was that care was delivered by hospitals despite dire conditions outside.</p>

<p>&ldquo;The care that was provided by hospitals was extraordinary even if they were having hardships of their own. Care was continuously delivered safely,&rdquo; he adds.&nbsp;</p>

<p>The foresight of Mark Kenneday, vice chancellor of campus operations, University of Arkansas for Medical Sciences, and president of the American Society for Healthcare Engineering of the American Hospital Association in 2013, greatly impacted hospitals in the Houston area.&nbsp;</p>

<p>Kenneday was director of engineering and maintenance at Texas Children&rsquo;s Hospital in Houston when Allison hit. At his urging, the hospital invested in a flood mitigation system that featured watertight submarine doors that could be operated by an 80-pound nurse, he says.&nbsp;</p>

<p>The hospital stayed dry during Allison while others connected to it by tunnels were ravaged by flooding. Those same and other hospitals at Texas Medical Center have since incorporated similar flood-control steps.</p>

<p>Meanwhile, as the city of Houston and those hospitals damaged by Harvey regain their footing, many hospitals impacted by Hurricane Irma in Florida and elsewhere in the Southeast were returning to regular operations, reports stated.</p>

<p>Hospital officials again credited efforts to strengthen their facilities for the quick rebound.</p></div>

          </div>

          <span class="topics"><a href="/topics/208-emergency-preparedness" class="topic">Emergency Preparedness</a><span class="del"></span><a href="/topics/139-regulatory" class="topic">Regulatory</a></span>

          

          
        </div>
      </div>
    </div>

    
<div class="sidebar">
      <div class="records show articles">
        <h3 class="current">Related Articles</h3>

            <div class="record related-content-item">
                <figure class="related-content-item__image">
                  <a href="/articles/3084-aha-partnering-with-states-to-respond-to-hurricane-harvey-infrastructure-issues" class="related-content-item__thumb-link">
                    <img alt="0901_hurricane" class="related-content-item__thumb" src="//www.hfmmagazine.com/ext/resources/images/2017/HFM-This-Week/0901_hurricane.jpg?t=1504211699&amp;width=650" />
</a>                </figure>
              <div class="details -has-image">
                <h2 class="headline">
                  <a href="/articles/3084-aha-partnering-with-states-to-respond-to-hurricane-harvey-infrastructure-issues">AHA partnering with states to respond to Hurricane Harvey, infrastructure issues</a>
                </h2>
                  <div class="teaser">Also this week: FDA sends notice on forced-air thermal regulating systems.</div>
              </div>
            </div>
            <div class="record related-content-item">
                <figure class="related-content-item__image">
                  <a href="/articles/2401-florida-hospital-proves-an-active-shooter-plan-can-save-lives" class="related-content-item__thumb-link">
                    <img alt="0916_upfront_parrish_shooting_190" class="related-content-item__thumb" src="//www.hfmmagazine.com/ext/resources/images/2016/August/0916_upfront_parrish_shooting_190.jpg?t=1486071720&amp;width=650" />
</a>                </figure>
              <div class="details -has-image">
                <h2 class="headline">
                  <a href="/articles/2401-florida-hospital-proves-an-active-shooter-plan-can-save-lives">Florida hospital proves an active shooter plan can save lives</a>
                </h2>
                  <div class="teaser">Police say Parrish Medical Center's planning reduced violence</div>
              </div>
            </div>
            <div class="record related-content-item">
                <figure class="related-content-item__image">
                  <a href="/articles/3172-engineering-teams-quick-thinking-keeps-hurricane-harvey-damage-at-bay" class="related-content-item__thumb-link">
                    <img alt="1031_bentaub_facility" class="related-content-item__thumb" src="//www.hfmmagazine.com/ext/resources/images/2017/HFM-Daily/oct/1031_bentaub_facility.jpg?t=1509463760&amp;width=650" />
</a>                </figure>
              <div class="details -has-image">
                <h2 class="headline">
                  <a href="/articles/3172-engineering-teams-quick-thinking-keeps-hurricane-harvey-damage-at-bay">Engineering team&#x27;s quick thinking keeps Hurricane Harvey damage at bay</a>
                </h2>
                  <div class="teaser">Staff at Ben Taub Hospital quickly handled unexpected pipe bursts and flooding to prevent patient evacuations.</div>
              </div>
            </div>
      </div>
</div>


    <div class="advertisement middle3-ad"><script>OAS_RICH('Middle3');</script></div>



  


<div id="disqus_thread"></div>

<script type="text/javascript">
  var disqus_developer  = 0;
  var disqus_shortname  = "hfmmag";
  var disqus_identifier = "article-3098";
  var disqus_url        = "https://www.hfmmagazine.com/articles/3098-houston-hospitals-weather-hurricane-harvey-through-smart-planning";
  var disqus_title      = "Houston hospitals weather Hurricane Harvey through smart planning";

  /* * * DON'T EDIT BELOW THIS LINE * * */
  (function() {
      var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
      dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
      (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  })();
</script>

<noscript>Please enable JavaScript to view the
  <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>
</noscript>

<a href="http://disqus.com" class="dsq-brlink">
  Comments powered by <span class="logo-disqus">Disqus</span>
</a>

<script type="text/javascript">
  var disqus_shortname = "hfmmag";

  (function () {
      var s = document.createElement('script'); s.async = true;
      s.type = 'text/javascript';
      s.src = '//' + disqus_shortname + '.disqus.com/count.js';
      (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
  }());
</script>




</div>




        <aside class="main-sidebar">

    <section class="editorial-content home-cta-1">

    <div class="editorial-content__details">


      <div class="editorial-content__body">
          <!-- Special Report -->
<div class="specialcoverage">
	<h5 class="specialcoveragetitle">Special Coverage</h5>
	<ul>
		<a href="/media/photos"><li>Design Center</li></a>
                <a href="/topics/94"><li>Surveys</li></a>
		<a href="/topics/95"><li>Trends</li></a>
		<a href="/topics/78"><li>Field Report</li></a>
	</ul>
</div>
      </div>

    </div>
  </section>


  <div class="advertisement right1-ad"><script>OAS_RICH('Right1');</script></div>


  

    <section class="editorial-content social-media-rightrail">
      <div class="editorial-content__image">
          <a href="/publications/5">
            <img alt="0118_HFMcover_170x129.jpg" height="170" src="//www.hfmmagazine.com/ext/resources/images/2018/magazine/jan_feb/0118_HFMcover_170x129.jpg?1515428579" width="129" />
</a>      </div>

    <div class="editorial-content__details">


      <div class="editorial-content__body">
          <!-- Spacer -->
<div class="filler"></div>


<!-- Buttons -->	
<div class="buttonholder"> 

	<a class="external" href="/subscribe">
		<div class="button01">   
				Subscribe
		</div>
	</a>
 
 	<a href="/topics/239" class="btn-it">
		<div class="button01">   
				HFM Daily
		</div>
	</a>
 
 	<a href="http://digital.hfmmagazine.com/" class="btn-it">
		<div class="button01">   
				Digital Edition   
		</div>
	</a>
</div>

<div class="social-box">
	<!-- AddThis Follow BEGIN -->
		<div class="addthis_toolbox addthis_32x32_style addthis_default_style">
		<a class="addthis_button_facebook_follow" addthis:userid="ahahealthforum"></a>
		<a class="addthis_button_twitter_follow" addthis:userid="hfmmagazine"></a>
		<a class="addthis_button_linkedin_follow" addthis:userid="health-forum" addthis:usertype="company"></a>
		<a class="addthis_button_youtube_follow" addthis:userid="HealthForum1"></a>
		</div>
		<script type="text/javascript" src="https://s7.addthis.com/js/300/addthis_widget.js#pubid=healthforum"></script>
		<!-- AddThis Follow END -->
</div>



<!-- If wanted to have grey buttons with the small image on left -->
<!--
	<div class="buttoncon">

		<div class="buttonin">
		<a href="http://digital.trusteemag.com/">
		<img alt="Subscription icon link" src="/ext/resources/images/digital-mag-icon.gif" height="55" width="58">
		<span>Digital Magazine</span>
		</a>
		</div>
        </div>
-->
      </div>

        <div class="editorial-content__link">
          <a href="/publications/5">/publications/5</a>
        </div>
    </div>
  </section>

  
  <div class="advertisement right2-ad"><script>OAS_RICH('Right2');</script></div>


    <section class="editorial-content twitter-widget-rightrail">

    <div class="editorial-content__details">


      <div class="editorial-content__body">
          <style>
iframe.mickle {
	border: 0px;
	height: 405px;
	overflow-y: hidden;
}
</style>
<iframe class="mickle" src="https://feed.mikle.com/widget/v2/700/"></iframe>  
      </div>

    </div>
  </section>


  

<div class="featured-poll">

</div>


  

  

  

    <section class="editorial-content right-rail-careerclassifieds">

    <div class="editorial-content__details">


      <div class="editorial-content__body">
          <hr class="site-divider" />
<p>
<a title="Health Career Center" href="http://www.healthcareercenter.com" target="_blank">
<img src="/inc-hfm/img/design/AHACareerCenter.jpg" alt="">
</a>
</p>


<script language=JavaScript SRC=" http://jobs.healthcareercenter.com/services/widgets/js-activejobs-plugin.cfm?keywords=%22facilities%20management%22%20or%20facilities%20or%20%22building%20management%22%20or%20maintenance%20or%20construction%20or%20%22environmental%20services%22%20or%20biomedical%20or%20security&titlesOnly=true&filter=%2B(DISCIPLINE%3electrical-engineering DISCIPLINE%3engineering DISCIPLINE%3health-and-safety-engineering DISCIPLINE%3hospitality-facility-environmental-support DISCIPLINE%3mechanical-engineering)&maxjobs=4&fontfamily=arial&fontsize=11pt" TYPE=text/javascript></script>

<p>
<a title="Health Career Center" href="http://jobs.healthcareercenter.com/jobs?keywords=“facilities+management”+or+facilities+or+”building+management”+or+maintenance+or+construction+or+”environmental+services”+or+biomedical+or+security& discipline=engineering&discipline=engineering-management&discipline=health-and-safety-engineering&discipline=hospitality-facility-environmental-support&discipline=mechanical-engineering&sort=" target="_blank">View More Career Opportunities</a>
</p>
<hr class="site-divider" />




      </div>

    </div>
  </section>


    <section class="editorial-content home-corporate-news">

    <div class="editorial-content__details">
        <h1 class="editorial-content__title">Corporate News</h1>


      <div class="editorial-content__body">
          <li>
<span class="date">02-01-18</span> By <a 

href="https://explore.schooldude.com/HC-Energy-Whitepaper-Gated.html?utm_source=paid&utm_medium=display&utm_campaign=AD-2018-02-HC-HFM-Energy/" target="_blank">Dude Solutions</a></li> 
                <li><a href="https://explore.schooldude.com/HC-Energy-Whitepaper-Gated.html?utm_source=paid&utm_medium=display&utm_campaign=AD-2018-02-HC-HFM-Energy/" 

target="_blank"><img 

src="/ext/resources/images/Partner_Article/DudeSolutions_corpnews_logo.jpg" 

alt="Dude Solutions logo" style="max-width: 156px; max-height: 

144px;"></a></li>
<li>Download our free Guide to Efficient Energy Management for 
Healthcare Organizations.</li>

<li>
<span class="date">02-01-18</span> By <a 

href="http://www.emcorgovservices.com/" target="_blank">Emcor 

Government Services</a></li> 
                <li><a href="http://www.emcorgovservices.com/" 

target="_blank"><img 

src="/ext/resources/images/Partner_Article/Emcor_corpnews_logo.jpg" 

alt="Emcor logo" style="max-width: 156px; max-height: 

144px;"></a></li>
<li>Healthcare Facilities require higher standards of Integrated 

Facilities Services, EGS is uniquely able to support these specialized 

organizations.</li>


<li>
 <span class="date">02-01-18</span> By <a 

href="http://www.RedHawkus.com/" target="_blank">Red Hawk Fire and 

Security</a></li> 
                <li><a href="http://www.RedHawkus.com/" 

target="_blank"><img 

src="/ext/resources/images/Partner_Article/RedHawkFire_corpnews_logo.j

pg" alt="RedHawkFire corpnews" style="max-width: 156px; max-height: 

175px;"></a></li>
<li>We install, test, inspect, integrate and service advanced 

technologies custom designed for your specific business.</li>


<li>
 <span class="date">02-01-18</span> By <a 

href="http://www.smartfacilitysoftware.com/" target="_blank">Smart 

Facility Software</a></li> 
                <li><a href="http://www.smartfacilitysoftware.com/" 

target="_blank"><img 

src="/ext/resources/images/Partner_Article/SmartFacility_corpnews_logo

.jpg" alt="Smart Facility logo" style="max-width: 156px; max-height: 

39px;"></a></li>
<li>Providing the tools to make your facility and survey management 

the best they can be.</li>



<!-- Twitter Feed - glitchy -->
            <a class="twitter-timeline"  href="https://twitter.com/hfmmagazine" data-widget-id="716017009402576896">Tweets by @hfmmagazine</a>
            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
      </div>

    </div>
  </section>


    <section class="editorial-content home-cta-5">

    <div class="editorial-content__details">


      <div class="editorial-content__body">
          <style>

/*ePub - over rides for the Automated Trends section*/
.trending-articles__teaser{
  z-index: 1 /*not to overlay the top ad */;
}
.trending-articles{
  margin-bottom:15px
}
	@media (max-width:900px) and (min-width:750px){
		.trending-articles__teaser {
			font-size: .59rem;
			line-height: .65rem
		}
	}

	@media (max-width:550px) and (min-width:450px){
		.trending-articles__teaser {
			font-size: .6rem;
			line-height: .65rem
		}
	}
</style>
      </div>

    </div>
  </section>


  <hr class="site-divider" />

</aside>



        <div class="advertisement bottom-ad"><script>OAS_RICH('Bottom');</script></div>

      </div>
    </div>

    <div class="advertisement popup-ad"><script>OAS_RICH('Popup');</script></div>


      <footer class="main-footer">
    <div class="wrapper">
      <nav class="footer-column-1"><div class='navigation' id='footer-column-1'><ul class='level1'><li class='level1-li first last'><a class="no_link" data-background-image="" data-eventaction="footer-column-1-link" data-eventcategory="click" data-eventlabel="text: HFM Topics|url: " data-eventname="nav-menu-footer-column-1">HFM Topics</a><ul class='level2'><li class='level2-li first '><a href="/articles/topic/136-architecture" class="link1" data-background-image="" data-eventaction="footer-column-1-link" data-eventcategory="click" data-eventlabel="text: Architecture|url: /articles/topic/136-architecture" data-eventname="nav-menu-footer-column-1">Architecture</a></li><li class='level2-li  '><a href="/topics/140-construction" class="link1" data-background-image="" data-eventaction="footer-column-1-link" data-eventcategory="click" data-eventlabel="text: Construction|url: /topics/140-construction" data-eventname="nav-menu-footer-column-1">Construction</a></li><li class='level2-li  '><a href="/articles/topic/142-engineering" class="link1" data-background-image="" data-eventaction="footer-column-1-link" data-eventcategory="click" data-eventlabel="text: Engineering|url: /articles/topic/142-engineering" data-eventname="nav-menu-footer-column-1">Engineering</a></li><li class='level2-li  '><a href="/articles/topic/141-environmental-services" class="link1" data-background-image="" data-eventaction="footer-column-1-link" data-eventcategory="click" data-eventlabel="text: Environmental Services|url: /articles/topic/141-environmental-services" data-eventname="nav-menu-footer-column-1">Environmental Services</a></li><li class='level2-li  '><a href="/articles/topic/143-interior-design" class="link1" data-background-image="" data-eventaction="footer-column-1-link" data-eventcategory="click" data-eventlabel="text: Interior Design|url: /articles/topic/143-interior-design" data-eventname="nav-menu-footer-column-1">Interior Design</a></li><li class='level2-li  '><a href="/articles/topic/145-operations" class="link1" data-background-image="" data-eventaction="footer-column-1-link" data-eventcategory="click" data-eventlabel="text: Operations|url: /articles/topic/145-operations" data-eventname="nav-menu-footer-column-1">Operations</a></li><li class='level2-li  '><a href="/articles/topic/146-products" class="link1" data-background-image="" data-eventaction="footer-column-1-link" data-eventcategory="click" data-eventlabel="text: Products|url: /articles/topic/146-products" data-eventname="nav-menu-footer-column-1">Products</a></li><li class='level2-li  '><a href="/articles/topic/139-regulatory" class="link1" data-background-image="" data-eventaction="footer-column-1-link" data-eventcategory="click" data-eventlabel="text: Regulatory|url: /articles/topic/139-regulatory" data-eventname="nav-menu-footer-column-1">Regulatory</a></li><li class='level2-li  '><a href="/articles/topic/144-sustainability" class="link1" data-background-image="" data-eventaction="footer-column-1-link" data-eventcategory="click" data-eventlabel="text: Sustainability|url: /articles/topic/144-sustainability" data-eventname="nav-menu-footer-column-1">Sustainability</a></li><li class='level2-li  last'><a href="/articles/topic/147-technology" class="link1" data-background-image="" data-eventaction="footer-column-1-link" data-eventcategory="click" data-eventlabel="text: Technology|url: /articles/topic/147-technology" data-eventname="nav-menu-footer-column-1">Technology</a></li></ul></li></ul></div></nav>
      <nav class="footer-column-2"><div class='navigation' id='footer-column-2'><ul class='level1'><li class='level1-li first last'><a class="no_link" data-background-image="" data-eventaction="footer-column-2-link" data-eventcategory="click" data-eventlabel="text: HFM Magazine|url: " data-eventname="nav-menu-footer-column-2">HFM Magazine</a><ul class='level2'><li class='level2-li first '><a href="/aboutus/hfm-article-reprints" class="link1" data-background-image="" data-eventaction="footer-column-2-link" data-eventcategory="click" data-eventlabel="text: Article Reprints|url: /aboutus/hfm-article-reprints" data-eventname="nav-menu-footer-column-2">Article Reprints</a></li><li class='level2-li  '><a href="/aboutus" class="link1" data-background-image="" data-eventaction="footer-column-2-link" data-eventcategory="click" data-eventlabel="text: About HFM|url: /aboutus" data-eventname="nav-menu-footer-column-2">About HFM</a></li><li class='level2-li  '><a href="/publications/5" class="link1" data-background-image="" data-eventaction="footer-column-2-link" data-eventcategory="click" data-eventlabel="text: HFM Magazine Archives|url: /publications/5" data-eventname="nav-menu-footer-column-2">HFM Magazine Archives</a></li><li class='level2-li  '><a href="/rss" class="link1" data-background-image="" data-eventaction="footer-column-2-link" data-eventcategory="click" data-eventlabel="text: HFM RSS Feed|url: /rss" data-eventname="nav-menu-footer-column-2">HFM RSS Feed</a></li><li class='level2-li  '><a href="/aboutus/hfm-staff" class="link1" data-background-image="" data-eventaction="footer-column-2-link" data-eventcategory="click" data-eventlabel="text: HFM Staff|url: /aboutus/hfm-staff" data-eventname="nav-menu-footer-column-2">HFM Staff</a></li><li class='level2-li  '><a href="Editorial Guidelines" class="link1" data-background-image="" data-eventaction="footer-column-2-link" data-eventcategory="click" data-eventlabel="text: Editorial Guidelines|url: Editorial Guidelines" data-eventname="nav-menu-footer-column-2">Editorial Guidelines</a></li><li class='level2-li  '><a href="http://www.aha.org/help/privacy.shtml" class="link1" data-background-image="" data-eventaction="footer-column-2-link" data-eventcategory="click" data-eventlabel="text: Privacy Policy|url: http://www.aha.org/help/privacy.shtml" data-eventname="nav-menu-footer-column-2" target="_blank">Privacy Policy</a></li><li class='level2-li  '><a href="/authors" class="link1" data-background-image="" data-eventaction="footer-column-2-link" data-eventcategory="click" data-eventlabel="text: Search by Author|url: /authors" data-eventname="nav-menu-footer-column-2">Search by Author</a></li><li class='level2-li  '><a href="/sitemap" class="link1" data-background-image="" data-eventaction="footer-column-2-link" data-eventcategory="click" data-eventlabel="text: Sitemap|url: /sitemap" data-eventname="nav-menu-footer-column-2">Sitemap</a></li><li class='level2-li  last'><a href="http://www.aha.org/help/termsofuse.shtml" class="link1" data-background-image="" data-eventaction="footer-column-2-link" data-eventcategory="click" data-eventlabel="text: Terms of Use|url: http://www.aha.org/help/termsofuse.shtml" data-eventname="nav-menu-footer-column-2" target="_blank">Terms of Use</a></li></ul></li></ul></div></nav>
      <nav class="footer-column-3"><div class='navigation' id='footer-column-3'><ul class='level1'><li class='level1-li first '><a href="/subscribe" class="link2" data-background-image="" data-eventaction="footer-column-3-link" data-eventcategory="click" data-eventlabel="text: Subscribe|url: /subscribe" data-eventname="nav-menu-footer-column-3">Subscribe</a></li><li class='level1-li  '><a href="/aboutus/hfm-advertising-info" class="link2" data-background-image="" data-eventaction="footer-column-3-link" data-eventcategory="click" data-eventlabel="text: Advertise|url: /aboutus/hfm-advertising-info" data-eventname="nav-menu-footer-column-3">Advertise</a></li><li class='level1-li  '><a href="/events" class="link2" data-background-image="" data-eventaction="footer-column-3-link" data-eventcategory="click" data-eventlabel="text: Events|url: /events" data-eventname="nav-menu-footer-column-3">Events</a></li><li class='level1-li  last'><a href="/whitepapers" class="link2" data-background-image="" data-eventaction="footer-column-3-link" data-eventcategory="click" data-eventlabel="text: White Papers|url: /whitepapers" data-eventname="nav-menu-footer-column-3" target="_blank">White Papers</a></li></ul></div></nav>
      <nav class="footer-column-4"><div class='navigation' id='footer-column-4'><ul class='level1'><li class='level1-li first '><a href="http://www.ashe.org/" class="link2" data-background-image="" data-eventaction="footer-column-4-link" data-eventcategory="click" data-eventlabel="text: ASHE|url: http://www.ashe.org/" data-eventname="nav-menu-footer-column-4" target="_blank">ASHE</a><ul class='level2'><li class='level2-li first '><a href="http://www.ashe.org/about/index.shtml" class="link1" data-background-image="" data-eventaction="footer-column-4-link" data-eventcategory="click" data-eventlabel="text: About ASHE|url: http://www.ashe.org/about/index.shtml" data-eventname="nav-menu-footer-column-4" target="_blank">About ASHE</a></li><li class='level2-li  '><a href="http://www.ashe.org/contact/index.dhtml" class="link1" data-background-image="" data-eventaction="footer-column-4-link" data-eventcategory="click" data-eventlabel="text: Contact ASHE|url: http://www.ashe.org/contact/index.dhtml" data-eventname="nav-menu-footer-column-4" target="_blank">Contact ASHE</a></li><li class='level2-li  last'><a href="http://www.ashe.org/ASHE_membership/index.shtml" class="link1" data-background-image="" data-eventaction="footer-column-4-link" data-eventcategory="click" data-eventlabel="text: Become a Member|url: http://www.ashe.org/ASHE_membership/index.shtml" data-eventname="nav-menu-footer-column-4" target="_blank">Become a Member</a></li></ul></li><li class='level1-li  '><a class="no_link" data-background-image="" data-eventaction="footer-column-4-link" data-eventcategory="click" data-eventlabel="text: Footer Column|url: " data-eventname="nav-menu-footer-column-4">Footer Column</a></li><li class='level1-li  last'><a href="https://www.aha.org/" class="link2" data-background-image="" data-eventaction="footer-column-4-link" data-eventcategory="click" data-eventlabel="text: AHA|url: https://www.aha.org/" data-eventname="nav-menu-footer-column-4" target="_blank">AHA</a><ul class='level2'><li class='level2-li first '><a href="https://www.aha.org/about" class="link1" data-background-image="" data-eventaction="footer-column-4-link" data-eventcategory="click" data-eventlabel="text: About AHA|url: https://www.aha.org/about" data-eventname="nav-menu-footer-column-4" target="_blank">About AHA</a></li><li class='level2-li  last'><a href="http://www.aha.org/about/contact-hf.shtml" class="link1" data-background-image="" data-eventaction="footer-column-4-link" data-eventcategory="click" data-eventlabel="text: Contact AHA|url: http://www.aha.org/about/contact-hf.shtml" data-eventname="nav-menu-footer-column-4" target="_blank">Contact AHA</a></li></ul></li></ul></div></nav>
      <div class="main-footer__logo">
        <a href="http://www.aha.org/"><img alt="Health Facilities Management" src="/ext/resources/images/logo-association.png" /></a>
      </div>
        <section class="editorial-content footer-badge">
      <div class="editorial-content__image">
          <img alt="bg store" height="84" src="//www.hfmmagazine.com/ext/resources/images/bg-store.gif?1486071666" width="177" />
      </div>

    <div class="editorial-content__details">


      <div class="editorial-content__body">
          <a href="https://ams.aha.org/eweb/?site=aha&ahabu=ashe" target="_blank">ASHE Online Store</a>
      </div>

    </div>
  </section>


        <section class="editorial-content footer-copyright">

    <div class="editorial-content__details">


      <div class="editorial-content__body">
          <p>The opinions expressed by authors do not necessarily reflect the policy of the American Hospital Association. This website contains links to sites which are not owned or maintained by the American Hospital Association(AHA). The AHA is not responsible for the content of non-AHA linked sites, and the views expressed on non-AHA sites do not necessarily reflect the views of the American Hospital Association.</p>
<p>© 2017 Health Forum</p>
      </div>

    </div>
  </section>


      <p class="main-footer__copyright">Design, CMS, Hosting &amp; Web Development :: <a href="http://www.epublishing.com" target="_blank">ePublishing</a></p>
    </div>
  </footer>

  </div><!--END of document-->

    
    <script async="async" src="/javascripts/app/main.js?1517299178" type="text/javascript"></script>
      <script src="/javascripts/pages/article.js?1517299177" type="text/javascript"></script>
  <script src="/javascripts/jquery.rating.pack.js?1517299177" type="text/javascript"></script>

  <script>
  $(function(){
      require(['bundle/photo-gallery.bundle'], function(PhotoGallery) {
        new PhotoGallery.default('.photo-gallery', {
          thumbnailConfig: {
            loop: false
          },
          galleryConfig: {
            loop: true
          }
        });
      });
    });

    $(function(){
      $('.article-show .body .image').each(function() {
      	$('.article-show .body .image .caption').css('display', 'block');
      	if ($(this).find('img').width() > '125') {
          $(this).width($(this).find('img').width());
      	} else {
          $(this).width(125);
      	}
      });

      $.get("#{article_log_view_url(@article.id)}");

      return false;
    });
  </script>
  <script>
    (function(){
      window.TrackerKey = '795d5694-1c42-4f8a-b6e7-9273519cf477';
      var url = 'https://apidt.ecn5.com/ECN_tracker_Secure.js';
      var script = document.createElement('script');
      script.setAttribute('src', url);
      script.setAttribute('type', 'text/javascript');
      document.body.appendChild(script);
    })();
  </script>

  <!-- Go to www.addthis.com/dashboard to customize your tools -->
  <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=healthforum" async="async"></script>

    <script src="/javascripts/client.js" type="text/javascript"></script>
    

</body></html>


