今日の問題 米国医学研究所(IOM)は、診療ガイドラインについて「エビデンスのシステマチックレビューに基づき、患者ケアの最適化を目的とする推奨を含む文書」と定義している。○か×か? ① ○ ② × ※回答はこちらからログインしてご確認ください 回答はこちら 正解は① ○です! 「医療者と患者が特定の臨床場面で適切な決断を下せるように支援する目的で、体系的な方法にのっとって作成された文書」との定義も示している。 関連記事 ・先行公開!『日本版敗血症診療GL2024』 過去の問題 ・日本老年学会と日本老年医学会が医学的な立場から提言した「高齢者」の年齢は? ・特定外来生物に指定され、全国45都道府県で生息が確認されているセアカゴケグモ。セアカゴケグモ咬症について誤っているものは? ・世界で最も死亡者数が多い非感染性疾患(NCD)は? // ログイン調査 $(document).ready(function () { // 医師のみの場合 // if (js_class == '医師・研修医') { // $('#answerButton').removeAttr('disabled'); // console.log('医師・研修医IDでログイン中'); // } // ログインしてるか?のみチェック if ('' != sf_id) { $('#answerButton').removeAttr('disabled'); $('#notLoggedText').hide(); } }); const answerButton = document.getElementById('answerButton') answerButton.addEventListener('click', function() { this.classList.toggle('active') const answer = this.nextElementSibling if (answer.style.maxHeight) { answer.style.maxHeight = null } else { answer.style.maxHeight = answer.scrollHeight + 'px' } })