今日の問題 2022年度の救急自動車による現場到着所要時間は全国平均で約10.3分。では、病院収容所要時間は? ① 29分 ② 38分 ③ 47分 ④ 53分 ※回答はこちらからログインしてご確認ください 回答はこちら 正解は③ 47分です! 総務省消防庁「令和5年版 救急・救助の現況」によると、病院収容所要時間は全国平均約47.2分だった。 関連記事 ・救急出動、2年連続過去最多 人の往来増加、「適正利用を」―東京消防庁〔時事メディカル〕 ・救急患者の搬送先決定までの時間を5~7割減 過去の問題 ・致死率は高いが、一生に一度しか罹患しないことから、江戸時代に「御役三病」と称された感染症は「麻疹(はしか)」、「水疱瘡(水痘)」、もう1つは? ・CTスキャンは何の略称? ・MRIは何の略称? // ログイン調査 $(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' } })