Glossary/Definition of Terms / en Tue, 20 May 2025 13:55:40 -0500 Wed, 08 Mar 23 11:01:39 -0600 Sustainability Glossary /sustainability/glossary <div></div> <div> #main-content p, #main-content ol>li, #main-content ul>li{ font-size:16px } .BulletCircle ul { list-style: none; /* Remove default bullets */ padding-left: 0px } .BulletCircle ul li { margin-bottom: 7px; line-height: 1.5em; } .BulletCircle ul li::before { content: "●"; font-size: 1em; position: relative; top: 0px; color:#78be20; text-indent: -20px; /* key property */ margin-left: 20px; /* key property */ padding-right:10px } .BulletCircle ul li { text-indent: -40px; /* key property */ margin-left: 30px; /* key property */ } */ </div> .Banner_Title_Overlay_Bar { position: relative; display: block; overflow: hidden; max-width: 1170px; margin: 0px auto 0px auto; } .LogoInsert { position: absolute; top: 0px; height:100%; left:0px; } .LogoInsert img{ max-width:500px; max-height:125px; top:calc(50% - 125px/2); left:calc(100% + 50px); position:absolute; } .LogoInsert h1{ position:absolute; left:0px; bottom:0px; width:500px; opacity:0; margin: 0px; padding: 0; } @media (max-width:640px) { .LogoBG { object-fit: cover; height: 200px; } .LogoInsert img { max-width: 250px; left: calc(100% + 15px); top: calc(50% - 112px/2); background-color: #00584499; padding: 25px; border-radius: 30px 0px; } } @media (max-width:320px) { .LogoBG { height: 150px; } } <header class="Banner_Title_Overlay_Bar"><img alt="Banner Image - Glass Earth sitting in a hand over tall grass" class="LogoBG" src="/sites/default/files/2023-03/sustainability-roadmap-web-home-banner-1170x250.jpg" /> <div class="LogoInsert"> <h1>Sustainability Glossary</h1> <img alt="Sustainability Roadmap for Health Care | Achieving Your Sustainability Goals - Logo" src="/sites/default/files/2023-03/SustainabilityRoadmap_Logo_Hor-white_700x217.png" /></div> </header> .shcIntro{ background-color:#78be2022; padding: 5px 50px 15px 50px; margin-bottom:20px; } .shcIntro h2{ color:#005844; text-align:center; } shcIntro ul{ color: grey; } <div class="shcIntro BulletCircle"> <h2>Glossary for the Sustainability Roadmap for Health Care</h2> <p>Understand the basics of health care sustainability starting with this glossary of terms.</p> </div> <div class="row"> /* TocMini */ .TocMini { margin: 0px auto 25px; padding-bottom: 5px; color: #005844; letter-spacing: 1.5px; font-weight: 400; font-size: .7em; width: 80%; } .TocMini .TocMiniBar { border: 1px solid #78be20; padding: 5px 10px; overflow: auto; border-radius: 20px 0px; } .TocMini .TocMiniBar .TocMiniGroup a:after { content: "|"; padding: 0 3px 0 6px; color: #253b80; font-weight: 700; } .TocMini .TocMiniBar .TocMiniGroup a:last-child:after { content: ""; } .TocMini .TocMiniGroup { float: right; } .TocMini .TocMiniHome { text-transform: uppercase; color: #005844; font-weight: 700; } .TocMini .TocMiniChild { font-weight: 500; opacity: .9; color: #555; } .TocMini .TocMiniHome:hover, .TocMini .TocMiniChild:hover { text-transform: ; color: #5fa1d0; } .TocMini .TocMiniActive{ font-weight: 700; color: #5fa1d0; } /* TocMini // */ <div class="TocMini"> <div class="TocMiniBar"><a class="TocMiniHome" href="/sustainability" target="_blank" title="Home - Sustainability Roadmap for Health Care">Sustainability Roadmap for Health Care </a> <div class="TocMiniGroup"><a class="TocMiniChild" href="https://www.ashe.org/sustainability" target="_blank" title="ASHE Sustainability for Health Care Facilities">Sustainability for Health Care Facilities</a> <a class="TocMiniChild" href="/sustainability/glossary" target="_blank" title="Glossary">Glossary</a> <a class="TocMiniChild" href="https://www.ashe.org/sustainability/healquest" target="_blank" title="HealQuest">HealQuest<sup>TM</sup></a></div> </div> </div> </div> <div class="cc_tabs"> /* Bottom of the Wrapper*/ .cc_tabs{ margin-bottom:25px; } /* reset */ .cc_tabs ul.a-container { margin: 0; padding: 0; list-style: none; padding: 0 10px 10px 10px; display: inline-block; } .cc_tabs input[type=radio], .cc_tabs input[type=checkbox] { display: none; } /* style */ .cc_tabs .a-container { width: 100%; margin: 20px auto; } /* Label: Nonactive */ .cc_tabs .a-container label { display: block; position: relative; cursor: pointer; font-weight: bold; border-bottom: 1px solid #005844; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; margin-top:15px; font-size: 18px /*Default 18px*/; padding: 10px 20px /*Default 10px 20px*/; color: #005844 /*Default #555*/; background-color: #78be2022 /*Default #eee*/; } /* Label: Active */ .cc_tabs .a-container input:checked + label, .cc_tabs .a-container label:hover{ background-color: #78be20 /*Defaut #003087 */; } /* Label: Active, Hover */ .cc_tabs .a-container input:checked + label, .cc_tabs .a-container label:hover, .cc_tabs .a-container input:checked + label p, .cc_tabs .a-container label:hover p{ color: #fff; } /* Arrow: Closed */ .cc_tabs .a-container label:after { content: ""; width: 0; height: 0; border-top: 8px solid #005844; border-right: 6px solid transparent; border-bottom: 8px solid transparent; border-left: 6px solid transparent; position: absolute; right: 10px; top: 16px; } /* Arrow: Open */ .cc_tabs .a-container input:checked + label:after { border-top: 8px solid transparent; border-right: 6px solid transparent; border-bottom: 8px solid #fff; border-left: 6px solid transparent; top: 6px; } /* Container */ .cc_tabs .a-content { padding: 0 20px 20px; display: none; height:auto; max-height: 40vh /*Default 40vh - Can be vh (% of window) or px*/ ; overflow: auto; } .cc_tabs .a-container input:checked ~ .a-content { display: block; border-left: solid 1px #005844; border-right: solid 1px #005844; border-bottom: solid 1px #005844; padding-top:10px; background-color: #78be2011; } .a-items label{ margin-bottom: 0px; } /* External Wrapper */ .cc_tabs .tab ~ .tabcontent{ border: solid 1px #005844; padding-top:0px; padding-bottom:25px; clear: both; } /* Style the tab */ /* No need for the "@media(min-width:640px){" if only have two tabs with one word */ .cc_tabs .tab { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } /* Section behind the Tabs*/ .cc_tabs .tab { background-color: #fff; width: auto; height: auto; overflow: auto; } /* Buttons - aka Tabs */ .cc_tabs .tab>[class*='tablinks'] { width: calc(100%/3 - 30px); margin: 0px 15px /*Default Margin 0px 15px, if 6 tabs 0px 7px*/; font-size: 20px /*Default 20px, 12px if 6 tabs*/; background-color: #B1b3b344 /*Default #B1b3b344*/; color: #003087 /*Default #003087 - nonactive*/; padding: 10px 14px 10px 14px; border: solid 1px #B1b3b344; display: block; outline: none; text-align: left; cursor: pointer; transition: 0.3s; float: left; overflow: auto; -webkit-border-top-left-radius: 15px; -webkit-border-top-right-radius: 15px; -moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; font-weight: 700; } @media (max-width:500px){ /* Buttons - aka Tabs */ .cc_tabs .tab>[class*='tablinks'] { width: calc(100%/2 - 10px); font-size:12px; margin: 0px 5px } } @media (max-width:320px){ /* Buttons - aka Tabs */ .cc_tabs .tab>[class*='tablinks'] { width: calc(100%/2 - 10px); font-size:10px; margin: 0px 5px } } /* Change background color of buttons on hover */ .cc_tabs .tab button:hover { background-color: #003087 /*Default #003087*/; color:#fff /*Default #fff*/; } /* Active/Current "tab button" */ .cc_tabs .tab button.active { background-color: #003087 /*Default #003087*/; color:#fff /*Default #fff*/; } /* Style the tab content - Dont htink is needed .cc_tabs .tab .tabcontent{ float: right !important; padding: 15px 12px; border: 1px solid #ccc; width: 100%; height: auto; }*/ .cc_tabs .tablinks:after { content: '\2610'; color: #777; font-weight: bold; float: right; margin-left: 5px; } .cc_tabs .tablinks.active:after { content: "\2611"; } /* For Indented Bulleted List */ .bullet-list-optA{ list-style: none; } .bullet-list-optA>li{ margin-bottom:15px; } .bullet-list-optA h3{ margin-bottom:0px; margin:0px; } .bullet-list-optA h4{ margin:0px; font-size:; } .bullet-list-optA li ul li a{ font-weight:700; } .bullet-list-optA li ul li p{ margin-bottom: 0px; } RegistrationGeneralHealth & Safety </div>--> <div class="tabcontent" id="Registration"> .BulletCircle ul { list-style: none; /* Remove default bullets */ padding-left: 0px } .BulletCircle ul li { margin-bottom: 7px; line-height: 1.5em; } .BulletCircle ul li::before { content: "●"; font-size: 1em; position: relative; top: 0px; color: #78be20; text-indent: -20px; /* key property */ margin-left: 20px; /* key property */ padding-right: 10px } .BulletCircle ul li { text-indent: -40px; /* key property */ margin-left: 30px; /* key property */ } <ul class="a-container"> <li class="a-items"> Carbon Credits <div class="a-content BulletCircle"> <ul> <li>Credits purchased from low- or zero-emissions electricity providers by paying for emissions reductions.</li> </ul> </div> </li> <li class="a-items"> Carbon footprint (aka Greenhouse gas inventory) <div class="a-content BulletCircle"> <ul> <li>A measure of the carbon dioxide equivalents emitted by an organization, individual or country due to the consumption of fossil fuels.</li> </ul> </div> </li> <li class="a-items"> Carbon Negative <div class="a-content BulletCircle"> <ul> <li>The removal of more carbon dioxide equivalents than those produced.</li> </ul> </div> </li> <li class="a-items"> Carbon Neutral <div class="a-content BulletCircle"> <ul> <li>A status achieved when an organization’s carbon dioxide equivalent emissions are equal to the amount removed from the atmosphere, either through that organization’s efforts or offset to make overall emissions zero.</li> <li>In addition to energy consumption (scope 1 and 2 emissions), carbon neutrality includes emissions beyond the entity's direct control (scope 3 emissions).</li> </ul> </div> </li> <li class="a-items"> Carbon Offsets <div class="a-content BulletCircle"> <ul> <li>The production of sustainable energy to counterbalance the use of fossil fuels.</li> </ul> </div> </li> <li class="a-items"> Carbon Zero <div class="a-content BulletCircle"> <ul> <li>A state wherein carbon dioxide equivalent emissions are not being produced.</li> </ul> </div> </li> <li class="a-items"> Climate Action <div class="a-content BulletCircle"> <ul> <li>The effort to reduce greenhouse gases emissions and integrated into strategies and planning.</li> </ul> </div> </li> <li class="a-items"> Decarbonization <div class="a-content BulletCircle"> <ul> <li>The process to phase out carbon dioxide equivalent emissions, in the form of both operational and embodied carbon.</li> <li>Encompasses removing carbon from the process chain as well as carbon released from producing building materials.</li> </ul> </div> </li> <li class="a-items"> Electrification <div class="a-content BulletCircle"> <ul> <li>The process of replacing technologies that use fossil fuels with technologies that use electricity as a source of energy.</li> </ul> </div> </li> <li class="a-items"> Embodied Carbon <div class="a-content BulletCircle"> <ul> <li>The greenhouse gas emissions associated with the manufacturing, transportation, installation, maintenance and disposal of purchased products/materials.</li> <li>Includes indirect emissions, such as construction materials.</li> </ul> </div> </li> <li class="a-items"> Environmental, Social and Governance (ESG) <div class="a-content BulletCircle"> <ul> <li>A framework used by organizations to define organizational strategy and report performance to stakeholders.</li> <li>Recognizes that sustainability goes beyond environmental issues.</li> </ul> </div> </li> <li class="a-items"> Global Warming Potential (GWP) <div class="a-content BulletCircle"> <ul> <li>The measure of how destructive a climate pollutant is. The GWP of a gas refers to the total contribution to global warming resulting from the emission of one unit of that gas relative to one unit of the reference gas, CO2, which is assigned a value of 1.</li> </ul> </div> </li> <li class="a-items"> Greenhouse Gas Protocol <div class="a-content BulletCircle"> <ul> <li>A widely accepted metric for accounting and reporting emissions. The protocol classifies emissions as scope 1, 2 or 3: <ul> <li><strong>Scope 1:</strong> Direct emissions. Emissions emanating directly from health care facilities and health care-owned vehicles.</li> <li><strong>Scope 2:</strong> Indirect emissions. Indirect emissions from purchased energy sources such as electricity, steam, cooling and heating.</li> <li><strong>Scope 3:</strong> The lion’s share of emissions derived from the health care supply chain through the production, transport and disposal of goods and services, such as pharmaceuticals and other chemicals, food and agricultural products, medical devices, hospital equipment and instruments.</li> </ul> </li> </ul> </div> </li> <li class="a-items"> Net Zero Energy <div class="a-content BulletCircle"> <ul> <li>A state achieved when an entity achieves balance between emissions produced and removed from the atmosphere.</li> <li>When describing a building, it means the building generates as much energy as it uses.</li> <li>Not the same as “carbon neutral.”</li> </ul> </div> </li> <li class="a-items"> Operational Carbon <div class="a-content BulletCircle"> <ul> <li>The greenhouse gas emissions associated with daily operations.</li> <li>Includes direct and indirect emissions. For example: <ul> <li>Building energy consumption.</li> <li>Anesthetic gases.</li> <li>Refrigerants on-site.</li> <li>Staff commuting.</li> <li>Business travel.</li> </ul> </li> </ul> </div> </li> <li class="a-items"> Resiliency (Health Care-specific) <div class="a-content BulletCircle"> <ul> <li>The capacity of a system to maintain function in the face of complex hazards that challenge accepted baseline assumptions for infrastructure capabilities, redundancies and disaster preparedness and response.</li> </ul> </div> </li> <li class="a-items"> Sustainability <div class="a-content BulletCircle"> <ul> <li>In health care, refers to the integration of environmental stewardship, social equity and fiduciary responsibility in health care organizations to support healthy, equitable and resilient environments and communities maintained over time.</li> <li>Based on a simple principle: Everything that humans need for their survival and well-being depends, either directly or indirectly, on the natural environment.</li> <li>To pursue sustainability is to create and maintain the conditions under which humans and nature can exist in productive harmony to support present and future generations.</li> </ul> </div> </li> </ul> </div> function openCity(evt, cityName) { var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } // Get the element with id="defaultOpen" and click on it document.getElementById("defaultOpen").click(); </div> Wed, 08 Mar 2023 11:01:39 -0600 Glossary/Definition of Terms Emergency Readiness Resources: Acronyms /2006-05-12-emergency-readiness <div class="outlineContent clearfix wide"><h2>Acronyms</h2><div class="clearfix"> <h2 class="alt"> Acronyms </h2> <span class="altMain"></span>--><table border="0" cellpadding="4" cellspacing="0" width="60%"><tbody><tr align="left" valign="top"><td>CDC</td><td> </td><td>Centers for Disease Control and Prevention</td></tr><tr><td>DHS</td><td> </td><td>Department of Homeland Security</td></tr><tr align="left" valign="top"><td>DMAT</td><td> </td><td>Disaster Medical Assistance Team</td></tr><tr align="left" valign="top"><td>DMORT</td><td> </td><td>Disaster Mortuary Operational Response Team</td></tr><tr align="left" valign="top"><td>DoD</td><td> </td><td>Department of Defense</td></tr><tr align="left" valign="top"><td>DOE</td><td> </td><td>Department of Energy</td></tr><tr align="left" valign="top"><td>DOJ</td><td> </td><td>Department of Justice</td></tr><tr align="left" valign="top"><td>FBI</td><td> </td><td>Federal Bureau of Investigation</td></tr><tr align="left" valign="top"><td>FEMA</td><td> </td><td>Federal Emergency Management Agency</td></tr><tr align="left" valign="top"><td>HazMat</td><td> </td><td>Hazardous Material</td></tr><tr align="left" valign="top"><td>HHS</td><td> </td><td>Department of Health and Human Services</td></tr><tr align="left" valign="top"><td>ICS</td><td> </td><td>Incident Command System</td></tr><tr align="left" valign="top"><td>LEPC</td><td> </td><td>Local Emergency Planning Committee</td></tr><tr align="left" valign="top"><td>MMRS</td><td> </td><td>Metropolitan Medical Response System</td></tr><tr align="left" valign="top"><td>NBC</td><td> </td><td>Nuclear, Biological, and Chemical</td></tr><tr align="left" valign="top"><td>NDMS</td><td> </td><td>National Disaster Medical System</td></tr><tr align="left" valign="top"><td>NDPO</td><td> </td><td>National Domestic Preparedness Office</td></tr><tr align="left" valign="top"><td>NMRT</td><td> </td><td>National Medical Response Team</td></tr><tr align="left" valign="top"><td>NTIS</td><td> </td><td>National Technical Information Service</td></tr><tr align="left" valign="top"><td>OEP</td><td> </td><td>Office of Emergency Preparedness</td></tr><tr align="left" valign="top"><td>OSLDPS</td><td> </td><td>Office for State and Local Domestic Preparedness Support</td></tr><tr align="left" valign="top"><td>PHS</td><td> </td><td>Public Health Service</td></tr><tr align="left" valign="top"><td>RRIS</td><td> </td><td>Rapid Response Information System</td></tr><tr align="left" valign="top"><td>VA</td><td> </td><td>Department of Veterans Affairs</td></tr><tr align="left" valign="top"><td>WMD</td><td> </td><td>Weapons of Mass Destruction</td></tr></tbody></table></div><div class="ie"> </div></div> Fri, 12 May 2006 00:00:00 -0500 Glossary/Definition of Terms