患者様向け

医療扶助におけるオンライン資格確認の導入(大阪市)への対応について

患者様各位

大阪社会医療センター付属病院
病院長

 当院では、令和7年8月1日(金)からマイナンバーカードを利用したオンラインによる医療扶助の資格確認の取り扱いを開始いたします。

 利用には事前の登録が必要となりますので、詳細は福祉事務所へお問い合わせください。

担当:医事係(電話06-6635-0088)

// // サムネイルクリックでiframeに差し替え // document.addEventListener("DOMContentLoaded", function() { // const lazyVideos = document.querySelectorAll(".youtube-lazy"); // // lazyVideos.forEach(el => { // el.addEventListener("click", function() { // const videoId = this.dataset.id; // // if (!videoId) return; // // // iframeを生成 // const iframe = document.createElement("iframe"); // iframe.src = "https://www.youtube.com/embed/" + videoId + "?autoplay=1&muted=1&playsinline=1&rel=0"; // iframe.frameBorder = "0"; // iframe.allowFullscreen = true; // iframe.allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"; // iframe.title = "YouTube video player"; // iframe.setAttribute("playsinline", ""); // iPhone対応 // iframe.style.width = "100%"; // iframe.style.height = "100%"; // // // サムネイルをiframeに置き換え // this.innerHTML = ""; // this.appendChild(iframe); // }, { passive: true }); // スクロール警告回避 // }); // });