今日の問題 「痴呆」から「認知症」へと名称が変更されたのは? ① 1989年 ② 1998年 ③ 2004年 ④ 2010年 ※回答はこちらからログインしてご確認ください 回答はこちら 正解は③ 2004年です! 2004年12月24日に"「痴呆」に替わる用語に関する検討会報告書"が発表され、「認知症」が最も適当だとされた。 関連記事 ・当事者から学ぶ、認知症の新たな捉え方 過去の問題 ・日本でペニシリンの製造が本格的に開始されたのは? ・AYA世代とは通常、何歳から何歳までの集団を指す? ・2022年現在、日本人の死因として最も多いのはがん。2番目に多いのは? // ログイン調査 $(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' } })