نتایج جستجو برای: abim questionnaire

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

2015
Tannaz Ahadi Elaheh Mianehsaz Gholamreza Raissi Seyed Alireza Moraveji Vahid Sharifi

Professionalism is the foundation of trust on which the doctor-patient relationship is built. This study was performed to measure professionalism in Iranian physical medicine and rehabilitation residents as a baseline assessment tool for future studies. This was a descriptive study. The Persian version of the American Board of Internal Medicine (ABIM) questionnaire was distributed among all the...

Journal: :The Journal of continuing education in the health professions 2006
Eric S Holmboe Thomas P Meehan Lorna Lynn Paula Doyle Tierney Sherwin F Daniel Duffy

INTRODUCTION The American Board of Internal Medicine (ABIM) recognized that certification and recertification must be based on an assessment of performance in practice as well as an examination of medical knowledge. Physician self-assessment of practice performance is proposed as one method that certification boards may use to evaluate competence in practice-based learning and improvement and s...

2012
Erik Diringer Sachin Yende

CITATION Prasad M, Holmboe ES, Lipner RS, Hess BJ, Christie JD, Bellamy SL, Rubenfeld GD, Kahn JM. Clinical Protocols and Trainee Knowledge About Mechanical Ventilation. JAMA. 2011; 306(9):935-941. PubMed PMID: 21900133 This is available on http://www.pubmed.gov BACKGROUND Clinical protocols are associated with improved patient outcomes; however, they may negatively affect medical education b...

2015
MEHRDAD ASKARIAN MOHAMMAD JAVAD EBRAHIMI NIA FATEMEH SADEGHIPUR MINA DANAEI MOHSEN MOMENI

INTRODUCTION Today, development of professionalism is a critical aim of medical schools. Studies have demonstrated that medical students' perceived level of professionalism is inadequate worldwide. This study aimed to investigate the medical students' perceptions of their colleagues' professional behavior. METHODS This study is a cross-sectional study with 280 medical students at Shiraz Unive...

2006
Christine Cassel

One hundred and ten leaders from across health care came together at the ABIM Foundation 2006 Summer Forum, to consider whether there was, among them, a shared vision of a path to make our health care system more efficient. While discussion was vigorous, a high level of consensus emerged: we have a common problem; it is understandable; it is solvable; but solving it will require leadership and ...

Journal: :Academic medicine : journal of the Association of American Medical Colleges 2012
Brian J Hess Weifeng Weng Eric S Holmboe Rebecca S Lipner

PURPOSE To examine the association between physicians' cognitive skills and their performance on a composite measure of diabetes care that included process, outcome, and patient experience measures. METHOD The sample was 676 physicians from the United States with time-limited certification in general internal medicine between 2005 and 2009. Scores from the American Board of Internal Medicine ...

2012
Dolores Buscemi Helen Wang Michael Phy Kenneth Nugent

The clinical practice of internal medicine continues to evolve with the addition of new information and new technology. Most internists in practice will have erosion of their knowledge after they complete training unless life-long learning occurs. The American Board of Internal Medicine (ABIM) began to issue time-limited certification in 1990 and asserts that the Maintenance of Certification (M...

پایان نامه :دانشگاه تربیت معلم - سبزوار - دانشکده ادبیات و علوم انسانی 1391

abstract this study evaluates the iranian pre-university english textbook in terms of needs, objectives, content, and methodology. the study was designed on the qualitative- quantitative survey basis using interviews and questionnaires, a researcher-made textbook evaluation checklist and a needs analysis questionnaire. the textbook evaluation questionnaire was used in this study to elicit the ...

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

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

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"; } -->