نتایج جستجو برای: profit healthcare

تعداد نتایج: 156420  

2014
Upendra Bhojani Narayanan Devedasan Arima Mishra Stefaan De Henauw Patrick Kolsteren Bart Criel

BACKGROUND Weak health systems in low- and middle-income countries are recognized as the major constraint in responding to the rising burden of chronic conditions. Despite recognition by global actors for the need for research on health systems, little attention has been given to the role played by local health systems. We aim to analyze a mixed local health system to identify the main challeng...

Journal: :Health progress 1993
B Coreil

WHY HEALTHCARE REFORM IS REAL Heal thcare reform is being driven by four economic and social forces, the most potent of which is the rapidly rising cost of healthcare. At current rates of growth, it is predicted that in six years the annual healthcare costs for a family of four will be $30,000—more than the family will spend on food, housing, transportat ion, and clothing combined. These costs ...

Journal: :Nursing science quarterly 2013
Susan MacLeod Dyess Anne Boykin Mary Jo Bulfin

The authors in this paper describe the process and findings of a participatory action research project between a college of nursing and a for-profit acute healthcare organization as practice environment transformation occurred, grounded in caring theory. The participatory action research process and findings emphasize the importance of the intention to know what matters and the required time, c...

2012
Shadi Ghajar-Khosravi Samir Gupta Mark Chignell

Copyright © 2012-2013, Usability Professionals’ Association and the authors. Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, or republish, to pos...

Journal: :Healthcare financial management : journal of the Healthcare Financial Management Association 2012
Daniel M Grauman Matthew P Tam

For many stand-alone hospitals, a merger, partnership, or affiliation may be the only option to access scale and remain viable in the nation's emerging new healthcare delivery system. These organizations can consider many options for affiliation, including traditional options such as affiliation with regional academic medical centers, a merger or takeover to become the corporate member of a lar...

2000
Jason R. Barro Nancy Dean Beaulieu

In this study we examine the effects of transferring physicians from a compensation system based on salary to a profit-sharing system. Consistent with theory, we find that the change has a large and significant effect on the quantity of services provided. In addition, we find a selection effect, where the least productive doctors leave the company and more productive doctors join. We want to th...

2013
David Conley Alberto Coustasse

P4P is the reimbursement incentive that is based on quality improvement, efficiency, which is dominating the healthcare landscape and CMS. A literature review was conducted to search for and review significant information regarding P4P and how it pertains to chronic conditions and reimbursement methods. This literature review displayed while some programs were able to display a benefit/ profit ...

Journal: :IJTM 2009
Nick Bontis Alexander Serenko

Long-term healthcare organisations significantly benefit from Knowledge Management (KM). However, the extant literature has little empirical support for this statement. Using the KM instrument developed by Bontis and Fitz-enz (2002), this paper extends prior studies by evaluating behaviours within a not-for-profit context over several years. As such, it tests a comprehensive causal model that i...

Journal: :LDI issue brief 2000
L R Burns

On July 21, 1998, the nonprofit Allegheny Health, Education, and Research Foundation (AHERF) filed for bankruptcy, with $1.3 billion in debt and 65,000 creditors. The Pittsburgh-based organization had pursued an aggressive strategy of acquiring physicians and hospitals in the Philadelphia area. Its dramatic collapse prompted the entry of a for-profit hospital chain into the Philadelphia market,...

2014
Roy Guharoy Mohamad G. Fakih Gail Fraine Michelle Heavens Ann Hendrich

183. Evaluating Multidrug Resistance Prevalence and Antimicrobial Stewardship Preparedness in the Largest Not-For-Profit Healthcare System in the United States: Taking the First Step to Optimize Antimicrobial Use Roy Guharoy, PharmD, MBAS; Mohamad G. Fakih, MD, MPH; Gail Fraine, RN; Michelle Heavens, BSN, MHA; Ann Hendrich, RN, PhD; Medicine, University of Massachusetts Medical School, Worceste...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->