{"id":95353,"date":"2024-08-26T09:53:49","date_gmt":"2024-08-26T09:53:49","guid":{"rendered":"https:\/\/prod.wplb.labbenchmarking.com\/%e3%82%b3%e3%83%9f%e3%83%a5%e3%83%8b%e3%83%86%e3%82%a3\/"},"modified":"2026-04-27T07:08:11","modified_gmt":"2026-04-27T07:08:11","slug":"%e3%82%b3%e3%83%9f%e3%83%a5%e3%83%8b%e3%83%86%e3%82%a3","status":"publish","type":"page","link":"https:\/\/labinsights.com\/ja\/community-in-healthcare\/","title":{"rendered":"\u533b\u7642\u5c02\u9580\u5bb6\u30b3\u30df\u30e5\u30cb\u30c6\u30a3"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"95353\" class=\"elementor elementor-95353 elementor-3279\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-647a35d e-flex e-con-boxed e-con e-parent\" data-id=\"647a35d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fbc3437 elementor-widget elementor-widget-shortcode\" data-id=\"fbc3437\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><nav class=\"custom-breadcrumb\"><a class=\"breadcrumb-category\" href=\"https:\/\/labinsights.com\/ja\/thought-leadership\/\">\u533b\u7642\u5c02\u9580\u5bb6\u306e\u77e5\u898b<\/a><span class=\"breadcrumb-separator\">&gt;<\/span> <span class=\"breadcrumb-last-updated\" style=\"max-width: 22%;\">\u533b\u7642\u5c02\u9580\u5bb6\u30b3\u30df\u30e5\u30cb\u30c6\u30a3<\/span><\/nav><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c9d136 e-flex e-con-boxed e-con e-parent\" data-id=\"6c9d136\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-92efe37 e-con-full e-flex e-con e-child\" data-id=\"92efe37\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9358620 elementor-widget elementor-widget-heading\" data-id=\"9358620\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">\u533b\u7642\u696d\u754c\u306e\u30b3\u30df\u30e5\u30cb\u30c6\u30a3<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2cd55fa e-con-full e-flex e-con e-child\" data-id=\"2cd55fa\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d9c560c parent-expanded-search-main elementor-widget elementor-widget-shortcode\" data-id=\"d9c560c\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <script>\n    function getBaseUrl() {\n        const fullPath = `${window.location.origin}${window.location.pathname}`;\n        const wpDir = '\/efs\/'; \/\/ Change this to your WordPress directory if needed\n        const wpDirIndex = fullPath.indexOf(wpDir);\n        return wpDirIndex !== -1 ? fullPath.substring(0, wpDirIndex + wpDir.length) : window.location.origin;\n    }\n    async function fetchSearchResults2(value, instance_id) {\n\t    \/\/console.log(value);\n        try {\n            const post_types = [\"acf_article\",\"wmc_webinar\"] || ['acf_article','wmc_webinar'];\n            const postTypesQuery = post_types.map(type => `post_types[]=${encodeURIComponent(type)}`).join('&');\n            const current_language = \"ja\";\n            \/\/ Get 'cc' from current URL if present\n            const urlParams = new URLSearchParams(window.location.search);\n            const ccParam = urlParams.get('cc');\n            let url = `${getBaseUrl()}\/wp-json\/custom\/v1\/search?query=${encodeURIComponent(value)}&${postTypesQuery}&lang=${current_language}`;\n\t    \tif (ccParam) {\n                  url += `&cc=${encodeURIComponent(ccParam)}`;\n            }\n            const response = await fetch(url, {\n                method: 'GET', \/\/ Explicitly defining the method\n                headers: {\n                    'Accept': 'application\/json',\n                    'Content-Type': 'application\/json'\n                }\n            });\n            if (!response.ok) {\n                throw new Error(`HTTP error! Status: ${response.status}`);\n            }\n            return await response.json();\n        } catch (error) {\n            console.error('Error fetching search results:', error);\n            return { posts: [], categories: [], contributors: [] };\n        }\n    }\n    function highlightMatch(text, searchTerm) {\n        const escapedTerm = searchTerm.replace(\/[-\/\\\\^$*+?.()|[\\]{}]\/g, '\\\\$&'); \/\/ Escape regex special chars\n        const regex = new RegExp(`(${escapedTerm})`, 'gi'); \/\/ Case-insensitive\n        return text.replace(regex, '<strong>$1<\/strong>');\n    }\n\tfunction expandedselectTopCategory(parent, categories, ppsinstance_id) {\n        ppsinstance_id = window.innerWidth > 768 ? 2 : 1;\n        var currentUrl = new URL(window.location.href);\n        var currentPath = currentUrl.pathname;\n        const current_language = \"ja\";\n        var languagePath = `\/${current_language}\/`;\n        if (!Array.isArray(categories)) {\n            categories = [categories];\n        }\n        if (currentPath === '\/' || currentPath === '' || currentPath === '\/efs\/') {\n            currentPath = currentPath ? currentPath + 'labinsights-topics' : '\/labinsights-topics';\n        } else if (currentPath.includes('\/thought-leadership\/')) {\n            currentPath = currentPath.replace('\/thought-leadership\/', '\/labinsights-topics');\n        } else if (currentPath.includes('\/community-in-healthcare\/')) {\n            currentPath = currentPath.replace('\/community-in-healthcare\/', '\/labinsights-topics');\n        } else {\n            if (parent && categories) {\n                \/\/currentPath = currentPath + `labinsights-topics`;\n\t    \t\tif (!currentPath.includes('\/labinsights-topics\/')) {\n                   currentPath = currentPath + `labinsights-topics`;\n               }\n            }\n        }\n        const searchParams = new URLSearchParams(window.location.search); \/\/ browser URL\n        const ccParam = searchParams.get('cc'); \/\/ check if 'cc' exists\n\t    \/\/ Clear all existing query parameters\n        currentUrl.search = '';\n        var urlParams = currentUrl.searchParams;\n        var categoriesString = categories.join(',');\n\t    urlParams.set('topics', 'show');\n        urlParams.set('filter_categories_'+ppsinstance_id, categoriesString);    \n        if (ccParam) {\n            urlParams.set('cc', ccParam);\n        } \n        currentUrl.pathname = currentPath;\n        currentUrl.search = urlParams.toString();\n        \/\/ Return the computed URL instead of redirecting\n        return currentUrl.toString();\n    }\n    function expandedredirectToAllResults(ppsinstance_id, query, type) {\n        let currentUrl = new URL(window.location.href);\n        let currentPath = currentUrl.pathname;\n        if (type === \"categories\") {\n            return ppsselectTopCategory(query, ppsinstance_id);\n        }\n        if (type === \"posts\") {\n            if (currentPath.includes('\/thought-leadership\/')) {\n                currentPath = currentPath.replace('\/thought-leadership\/', '\/labinsights-topics');\n            } else if (currentPath.includes('\/community-in-healthcare\/')) {\n                currentPath = currentPath.replace('\/community-in-healthcare\/', '\/labinsights-topics');\n            }\n            \/\/ Clear all existing query parameters if 'query' is provided\n            if (query) {\n                const searchParams = new URLSearchParams(window.location.search); \/\/ browser URL\n                const ccParam = searchParams.get('cc'); \/\/ check if 'cc' exists\n                currentUrl.search = ''; \/\/ Clears all query parameters\n                let urlParams = new URLSearchParams(); \/\/ Create a fresh URLSearchParams instance\n                urlParams.set('topics', 'show');\n                urlParams.set('search', query);\n                if (ccParam) {\n                    urlParams.set('cc', ccParam);\n                }\n                currentUrl.search = urlParams.toString();\n            }\n            \/\/ Update the pathname\n            currentUrl.pathname = currentPath;\n            \/\/ Return the computed URL instead of redirecting\n            return currentUrl.toString();\n        }\n        return null; \/\/ If no valid type is provided, return null\n    }\n    async function showSuggestions2(value, instance_id) {\n        if (value.length <= 1) {\n        document.getElementById('expanded-searchResults').innerHTML = '';\n        return;\n        }\n        const data = await fetchSearchResults2(value, instance_id); \/\/ Wait for data\n        try {\n            let suggestionsHtml = '';\n            const suggestedTopics = \"\\u63d0\\u6848\\u3055\\u308c\\u305f\\u30c8\\u30d4\\u30c3\\u30af\";\n            const suggestedContributor = \"\\u63a8\\u5968\\u3055\\u308c\\u308b\\u5bc4\\u7a3f\\u8005\";\n            const suggestedArticle = \"\\u304a\\u3059\\u3059\\u3081\\u306e\\u8a18\\u4e8b\\\/\\u30a6\\u30a7\\u30d3\\u30ca\\u30fc\";\n            const showallthesearchResult = \"\\u3059\\u3079\\u3066\\u306e\\u7d50\\u679c\\u3092\\u8868\\u793a\\n\";\n            const no_match_statement = \"\\u7533\\u3057\\u8a33\\u3042\\u308a\\u307e\\u305b\\u3093\\uff01\\u305d\\u306e\\u5358\\u8a9e\\u307e\\u305f\\u306f\\u30d5\\u30ec\\u30fc\\u30ba\\u306b\\u8a72\\u5f53\\u3059\\u308b\\u3082\\u306e\\u304c\\u898b\\u3064\\u304b\\u308a\\u307e\\u305b\\u3093\\u3067\\u3057\\u305f\\u3002\\u5225\\u306e\\u30ad\\u30fc\\u30ef\\u30fc\\u30c9\\u3092\\u8a66\\u3059\\u304b\\u3001\\u30ab\\u30c6\\u30b4\\u30ea\\u30bb\\u30af\\u30b7\\u30e7\\u30f3\\u3067\\u30c8\\u30d4\\u30c3\\u30af\\u3092\\u691c\\u7d22\\u3057\\u3066\\u304f\\u3060\\u3055\\u3044\\u3002\";\n\t\t\tconst go_to_all_topics = \"\\u3059\\u3079\\u3066\\u306e\\u30c8\\u30d4\\u30c3\\u30af\\u306b\\u79fb\\u52d5\";\n\t\t    const urlParams = new URLSearchParams(window.location.search);\n\t\t    const topics = urlParams.get(\"topics\");\n            const ccParam = urlParams.get('cc');\n            if (data.categories.length > 0) {\n                suggestionsHtml += `<div class=\"expanded-pps-suggestion-topics\">\n                    <div class=\"expanded-suggestion-label\">${suggestedTopics}<\/div>\n                    <ul class=\"expanded-pps-suggestion-topics-list\">\n                        ${data.categories.slice(0, 3).map(category => {\n                            let categoryUrl = expandedselectTopCategory(category.parent_slug, category.id, instance_id);\n                            return `<li class=\"expanded-category-suggestion\">\n                                <a href=${categoryUrl} rel=\"noopener noreferrer\">\n                                    ${highlightMatch(category.name, value)}\n                                <\/a>\n                            <\/li>`;\n                        }).join('')}\n                    <\/ul>\n                <\/div>`;\n            }\n            \n            if (data.contributors.length > 0) {\n                \/\/ console.log(data.contributors);\n                suggestionsHtml += `<div class=\"expanded-pps-suggestion-topics\">\n                    <div class=\"expanded-suggestion-label\">${suggestedContributor}<\/div>\n                    <ul class=\"expanded-pps-suggestion-topics-list\">\n                       ${data.contributors.slice(0, 5).map(contributor => {\n                            let contributorUrl = contributor.url;\n                             console.log(contributor);\n                            \/\/ Append cc param if missing and ccParam exists\n                            if (ccParam && !contributorUrl.includes('cc=')) {\n                                const separator = contributorUrl.includes('?') ? '&' : '?';\n                                contributorUrl += `${separator}cc=${encodeURIComponent(ccParam)}`;\n                            }\n\n                            \/\/ Escape quotes in URL for safety\n                            const safeUrl = contributorUrl.replace(\/\"\/g, '&quot;').replace(\/'\/g, '&#39;');\n\n                            return `<li class=\"expanded-category-suggestion\">\n                            <a href=${contributorUrl} rel=\"noopener noreferrer\"\n                            onclick=\"selectSuggestion('${contributorUrl}', ${instance_id})\">\n                                <div>${highlightMatch(contributor.name, value)}<\/div>\n                            <\/a>\n                        <\/li>`\n                        }).join('')}\n                    <\/ul>\n                <\/div>`;\n            }\n\n            if (data.posts.length > 0) {\n                suggestionsHtml += `<div class=\"expanded-pps-post-suggestion\">\n                    <div class=\"expanded-suggestion-label\">${suggestedArticle}<\/div>\n                    <ul class=\"expanded-pps-post-suggestion-list\">\n                        ${data.posts.slice(0, 3).map(post => \n\t\t\t\t\t\t\t`<li class=\"expanded-post-suggestion\"><a href=${post.url} rel=\"noopener noreferrer\" onclick=\"selectSuggestion(${post.url}, ${instance_id})\"><div>${highlightMatch(post.title, value)}<\/div><\/a><\/li><hr>`\n                        ).join('')}\n                <\/ul><\/div>`;\n                if (data.posts.length > 3) {\n                    let post_Url = expandedredirectToAllResults(instance_id, value, 'posts'); \/\/ No need for `${}`\n                    suggestionsHtml += `<div class=\"expanded-pps-post-all-suggestion\">\n                        <li class=\"expanded-show-all\">\n                            <a class=\"link-color-gradient\" href=${post_Url} style=\"text-decoration: underline;\">\n                                ${showallthesearchResult}\n                            <\/a>\n                        <\/li>\n                    <\/div>`;\n                }\n            }\n            if (data.posts.length === 0 && data.categories.length === 0 && data.contributors.length === 0) {\n                suggestionsHtml += `<img decoding=\"async\" loading=\"lazy\" src=\"\/app\/uploads\/2025\/06\/Search_empty.svg\" alt=\"searching\" class=\"no-match-img\"><p class=\"no-match\">${data.translation.no_matches_found}<\/p><p class=\"error-msg\">${no_match_statement}<\/p>`;\n               if (topics == 'all' || topics == 'show') {\n                        suggestionsHtml += '';\n               } else {\n                    let allTopicsUrl = \"\/labinsights-topics\/?topics=show\";\n                    if (ccParam) {\n                        allTopicsUrl += `&cc=${encodeURIComponent(ccParam)}`;\n                    }\n\t\t\t\t   suggestionsHtml += `<div class=\"all-topic-link\"><a class=\"link-color-gradient\" href=${allTopicsUrl} style=\"text-decoration: underline;\">\n                        ${go_to_all_topics}<\/a><img decoding=\"async\" loading=\"lazy\" src=\"\/app\/uploads\/2025\/03\/arrow_right.svg\" alt=\"go to all topics\" ><\/div>`;\n\t\t\t   }\n            }\n            document.getElementById('expanded-searchResults').innerHTML = suggestionsHtml;\n        } catch (error) {\n          console.error('Error fetching suggestions:', error);\n          document.getElementById(`expanded-searchResults`).innerHTML = `<img decoding=\"async\" loading=\"lazy\" src=\"\/app\/uploads\/2025\/06\/Search_empty.svg\" alt=\"searching\" class=\"no-match-img\"><p class=\"no-match\">${data.translation.no_matches_found}<\/p><p class=\"error-msg>${no_match_statement}<\/p>`;\n               if (topics == 'all' || topics == 'show') {\n                        suggestionsHtml += '';\n\t\t\t   } else {\n                    let allTopicsUrl = \"\/labinsights-topics\/?topics=show\";\n                    if (ccParam) {\n                        allTopicsUrl += `&cc=${encodeURIComponent(ccParam)}`;\n                    }\n\t\t\t\t    suggestionsHtml += `<div><a class=\"link-color-gradient\" href=${allTopicsUrl} style=\"text-decoration: underline;\">\n                        ${go_to_all_topics}<\/a><img decoding=\"async\" loading=\"lazy\" src=\"\/app\/uploads\/2025\/03\/arrow_right.svg\" alt=\"go to all topics\" class=\"no-match-img\"><\/div>`;\n\t\t\t   }\n        }\n    }\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        const searchBox = document.getElementById(\"expanded-searchInput\");\n        const backButton = document.getElementById(\"expanded-backButton\");\n        const clearButton = document.getElementById(\"expanded-clearButton\");\n        const searchResults = document.getElementById(\"expanded-searchResults\");\n        const searchContainer = document.querySelector(\".expanded-search-container\");\n\t\tconst parentExpandedSearchMain= document.querySelector(\".parent-expanded-search-main\");\n        const overlay = document.getElementById(\"expanded-overlay\");\n\t\tconst searching_statement = \"\\u63a2\\u3057\\u3066\\u3044\\u307e\\u3059...\\u63a2\\u3057\\u3066\\u3044\\u307e\\u3059\";\n\t\tconst searching_statement2 = \"\\u3057\\u3070\\u3089\\u304f\\u304a\\u5f85\\u3061\\u304f\\u3060\\u3055\\u3044\";\n\t\tconst comunity_filter_expanded_search = document.querySelector(\".author-filter-icon\");\n\t\tconst topics_top_filters_expanded_search = document.querySelector(\".topics-top-filters\");\n\t\tconst pps_menu_wrapper_expanded_search = document.getElementById(\"pps-menu-wrapper\");\n\t\tconst ppw_filters_arrow_topics_expanded_search = document.querySelector(\".ppw-filters-arrow-topics\");\n        let debounceTimer; \n        let lastSearchTerm = \"\"; \/\/ Store latest valid search term\n\t\tconst currentUrl = new URL(window.location.href);\n        const currentPath = currentUrl.pathname;\n\t\tconst urlParams = new URLSearchParams(window.location.search);\n\t\tconst topics = urlParams.get(\"topics\");\n\t\tconst isMobileView = window.matchMedia(\"(max-width: 767px)\").matches;\n\t\tif (currentPath.includes('\/community-in-healthcare\/') || (topics == 'all' || topics == 'show')) {\n\t\t\tsearchContainer.style.minWidth = \"300px\";\n\t\t\tif (isMobileView) {\n\t\t\t\tsearchBox.classList.add(\"expanded-search-box-community-and-topics\");\n\t\t\t\tsearchBox.classList.remove(\"expanded-search-box\");\n\t\t\t}\n\t\t} else {\n\t\t\t    searchContainer.style.minWidth = \"\";\n\t\t}\n        function openSearch() {\n        searchBox.classList.add(\"expanded\");\n\t    searchBox.setAttribute('placeholder', '\u691c\u7d22\u3092\u958b\u59cb\u3059\u308b\u306b\u306f\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044'); \/\/ Change placeholder to $Search_here2\n        searchContainer.style.width = \"550px\";\n\t\tif (topics == 'all' || topics == 'show') {  \/\/ Check if topics is 'all' or 'show'\n        \tif (isMobileView) {\n\t\t\t\ttopics_top_filters_expanded_search.classList.add(\"all-topic-filter-expand-topics-top\");\n\t\t\t\tpps_menu_wrapper_expanded_search.classList.add(\"all-topic-filter-expand-wrapper\");\n                ppw_filters_arrow_topics_expanded_search.classList.add(\"all-topic-filter-expand-filter\");\n\t\t\t}\n\t\t}\n\t\t\tif(window.matchMedia(\"(max-width:768px)\").matches){\n\t\t\t\tif (comunity_filter_expanded_search) {\n\t\t\t\tcomunity_filter_expanded_search.style.top=\"22px\";\n\t\t\t\t}\n\t\t\t\tsearchContainer.style.width = \"100%\";\n\t\t\t\tif (parentExpandedSearchMain) {\n\t\t\t\tparentExpandedSearchMain.style.position = \"absolute\";\n\t\t\t\tparentExpandedSearchMain.style.top=\"10px\";\n\t\t\t\tparentExpandedSearchMain.style.left=\"0px\";\n\t\t\t\tparentExpandedSearchMain.style.width=\"100%\";\n\t\t\t\tparentExpandedSearchMain.style.zIndex=\"14\";\n\t\t\t\t}\n\t\t\t}\n         \/\/ Ensure backButton is selected correctly and is visible\n        backButton.style.display = \"flex\";\n        overlay.style.display = \"block\";\n\t    document.body.classList.add(\"expanded-search-overlay-active\"); \/\/ Add class to body\n        searchBox.focus(); \/\/ Trigger focus on input field\n        }\n\t\tsearchBox.addEventListener(\"focus\", openSearch);\n\t\tfunction closeSearch() {\n        searchBox.value = \"\";\n        searchBox.classList.remove(\"expanded\");\n\t\tif (currentPath.includes('\/community-in-healthcare\/') || (topics == 'all' || topics == 'show')) {\n\t\t\tif(isMobileView){\n\t\t\t\tsearchBox.setAttribute('placeholder', '\u3053\u3053\u3067\u691c\u7d22\u3057\u3066\u304f\u3060\u3055\u3044');\n\t\t\t}else{\n\t\t\t\tsearchBox.setAttribute('placeholder', '\u30bf\u30a4\u30c8\u30eb\u3001\u30ad\u30fc\u30ef\u30fc\u30c9\u3001\u8457\u8005\u3067\u691c\u7d22'); \/\/ Change placeholder to $Search_here2\n\t\t\t}\n\t\t} else {\n\t\t\tsearchBox.setAttribute('placeholder', '\u3053\u3053\u3067\u691c\u7d22\u3057\u3066\u304f\u3060\u3055\u3044'); \/\/ Change placeholder to $Search_here2\n\t\t}\n        searchContainer.style.width = \"auto\";\n        searchResults.classList.remove(\"visible\");\n        backButton.style.display = \"none\";\n        clearButton.style.display = \"none\";\n        overlay.style.display = \"none\";\n        if (topics == 'all' || topics == 'show') {  \/\/ Check if topics is 'all' or 'show'\n        \t\tif (isMobileView) {\n            \t\ttopics_top_filters_expanded_search.classList.remove(\"all-topic-filter-expand-topics-top\");\n            \t\tpps_menu_wrapper_expanded_search.classList.remove(\"all-topic-filter-expand-wrapper\");\n            \t\tppw_filters_arrow_topics_expanded_search.classList.remove(\"all-topic-filter-expand-filter\");\n        \t    } \n\t\t}\n\t\tif(window.matchMedia(\"(max-width:768px)\").matches){\n\t\t\t\tsearchContainer.style.width = \"100%\";\n   \t\t\t\tif (parentExpandedSearchMain) {\n                parentExpandedSearchMain.removeAttribute(\"style\");\n                }\n\t\t\t\tif (comunity_filter_expanded_search) {\n\t\t\t\tcomunity_filter_expanded_search.style.top=\"-37px\";\n\t\t\t\t}\n\t\t} \n\t\tdocument.body.classList.remove(\"expanded-search-overlay-active\"); \/\/ Add class to body\n        }\n\t\tbackButton.addEventListener(\"click\", closeSearch);\n        clearButton.addEventListener(\"click\", () => {\n            searchBox.value = \"\";\n            clearButton.style.display = \"none\";\n            searchResults.classList.remove(\"visible\");\n\t\t\t\n        });\n\t\tsearchBox.addEventListener(\"input\", handleSearch);\n        searchBox.addEventListener(\"paste\", (event) => {\n           setTimeout(() => handleSearch(event), 50); \/\/ Delay to capture pasted text\n        });\n        function handleSearch() {\n    \t\tclearTimeout(debounceTimer); \/\/ Clear previous timer\n    \t\tif (searchBox.value.trim()) {\n        \t\tconst currentValue = searchBox.value.trim();\n        \t\tif (currentValue.length <= 1) {\n            \t\tsearchResults.classList.remove(\"visible\");\n            \t\tclearButton.style.display = \"none\";\n            \t\treturn;\n        \t\t}\n        \t\tclearButton.style.display = \"block\";\n        \t\tsearchResults.innerHTML = `<div class=\"expanded-searching\"><img decoding=\"async\" loading=\"lazy\" src=\"\/app\/uploads\/2025\/06\/Search_empty.svg\" alt=\"searching\"><p>${searching_statement}<\/p><p>${searching_statement2}<\/p><\/div>`;\n        \t\tsearchResults.classList.add(\"visible\");\n        \t\tif (currentPath.includes('\/community-in-healthcare\/') || (topics == 'all' || topics == 'show')) {\n           \t\t\t searchResults.classList.add(\"community-and-topics\");\n        \t\t} else {\n            \t\tsearchResults.classList.remove(\"community-and-topics\");\n        \t\t}\n        \t\tdebounceTimer = setTimeout(async () => {\n            \tif (currentValue !== lastSearchTerm) { \n                \tlastSearchTerm = currentValue;\n                \tawait showSuggestions2(currentValue, 1);\n            \t}\n        \t}, 300); \/\/ Waits 300ms before making the API call\n    \t\t} else {\n        \t\tsearchResults.classList.remove(\"visible\");\n        \t\tclearButton.style.display = \"none\";\n    \t\t}\n\t\t}\n\t\t\/\/ Close search when clicking outside\n    \t\/*document.addEventListener(\"click\", (event) => {\n        if (\n            !searchContainer.contains(event.target) && \n            event.target !== searchBox && \n            event.target !== backButton &&\n\t\t\t!searchBox.contains(event.target)  \/\/ Added this check to allow clicking inside the input\n        ) {\n            closeSearch();\n        }\n        });*\/\n\t\t\/\/ Add event listener to the .expanded-overlay element\n        if (overlay) {\n          overlay.addEventListener(\"click\", closeSearch);\n        }\n    });\n    <\/script>\n    \n    <div class=\"expanded-overlay\" id=\"expanded-overlay\"><\/div>\n    <div class=\"expanded-search-container\">\n\t\t<input type=\"text\" class=\"expanded-search-box\" placeholder=\"\u3053\u3053\u3067\u691c\u7d22\u3057\u3066\u304f\u3060\u3055\u3044\" id=\"expanded-searchInput\">\n        <button class=\"expanded-clear-button\" id=\"expanded-clearButton\"><img decoding=\"async\" loading=\"lazy\" src=\"\/app\/uploads\/2025\/03\/Union.webp\" alt=\"x\" title=\"\"><\/button>\n        <button class=\"expanded-back-button\" id=\"expanded-backButton\">\n            \u8fd1\u3044        <\/button>\n    <\/div>\n    <div class=\"expanded-results\" id=\"expanded-searchResults\"><\/div>\n     <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0f59f45 e-flex e-con-boxed e-con e-parent\" data-id=\"0f59f45\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b4f3a8 elementor-widget elementor-widget-contributor-filter-widget\" data-id=\"9b4f3a8\" data-element_type=\"widget\" data-widget_type=\"contributor-filter-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n    <!-- mobile filter -->\n    <div class=\"author-filter-icon\">\n        <div id=\"author-filter-icon\">\u30d5\u30a3\u30eb\u30bf\n<span class=\"community-dropdown-icon\"><\/span><\/div>\n            <!-- <svg id=\"author-filter-icon\" width=\"20\" height=\"21\" viewBox=\"0 0 20 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.82 2.49991C7.6098 1.92076 7.22637 1.42037 6.72184 1.06676C6.2173 0.713137 5.61612 0.523438 5 0.523438C4.38388 0.523438 3.7827 0.713137 3.27817 1.06676C2.77363 1.42037 2.3902 1.92076 2.18 2.49991H0V4.49991H2.18C2.3902 5.07907 2.77363 5.57945 3.27817 5.93307C3.7827 6.28669 4.38388 6.47639 5 6.47639C5.61612 6.47639 6.2173 6.28669 6.72184 5.93307C7.22637 5.57945 7.6098 5.07907 7.82 4.49991H20V2.49991H7.82ZM5 4.49991C4.80222 4.49991 4.60888 4.44127 4.44443 4.33138C4.27998 4.2215 4.15181 4.06532 4.07612 3.8826C4.00043 3.69987 3.98063 3.4988 4.01921 3.30482C4.0578 3.11084 4.15304 2.93266 4.29289 2.79281C4.43275 2.65296 4.61093 2.55771 4.80491 2.51913C4.99889 2.48054 5.19996 2.50035 5.38268 2.57603C5.56541 2.65172 5.72159 2.77989 5.83147 2.94434C5.94135 3.10879 6 3.30213 6 3.49991C6 3.76513 5.89464 4.01948 5.70711 4.20702C5.51957 4.39456 5.26522 4.49991 5 4.49991ZM15 7.49992C14.3811 7.50166 13.7778 7.69479 13.2729 8.05285C12.7681 8.41091 12.3863 8.91637 12.18 9.49992H0V11.4999H12.18C12.3902 12.0791 12.7736 12.5795 13.2782 12.9331C13.7827 13.2867 14.3839 13.4764 15 13.4764C15.6161 13.4764 16.2173 13.2867 16.7218 12.9331C17.2264 12.5795 17.6098 12.0791 17.82 11.4999H20V9.49992H17.82C17.6137 8.91637 17.2319 8.41091 16.7271 8.05285C16.2222 7.69479 15.6189 7.50166 15 7.49992ZM15 11.4999C14.8022 11.4999 14.6089 11.4413 14.4444 11.3314C14.28 11.2215 14.1518 11.0653 14.0761 10.8826C14.0004 10.6999 13.9806 10.4988 14.0192 10.3048C14.0578 10.1108 14.153 9.93266 14.2929 9.79281C14.4327 9.65296 14.6109 9.55772 14.8049 9.51913C14.9989 9.48055 15.2 9.50035 15.3827 9.57604C15.5654 9.65172 15.7216 9.7799 15.8315 9.94435C15.9414 10.1088 16 10.3021 16 10.4999C16 10.7651 15.8946 11.0195 15.7071 11.207C15.5196 11.3946 15.2652 11.4999 15 11.4999ZM7.27293 15.0529C7.7778 14.6948 8.38106 14.5017 9 14.4999C9.61894 14.5017 10.2222 14.6948 10.7271 15.0529C11.2319 15.4109 11.6137 15.9164 11.82 16.4999H20V18.4999H11.82C11.6098 19.0791 11.2264 19.5795 10.7218 19.9331C10.2173 20.2867 9.61612 20.4764 9 20.4764C8.38388 20.4764 7.7827 20.2867 7.27816 19.9331C6.77363 19.5795 6.3902 19.0791 6.18 18.4999H0V16.4999H6.18C6.38631 15.9164 6.76807 15.4109 7.27293 15.0529ZM8.44443 18.3314C8.60888 18.4413 8.80222 18.4999 9 18.4999C9.26522 18.4999 9.51957 18.3946 9.70711 18.207C9.89464 18.0195 10 17.7651 10 17.4999C10 17.3021 9.94135 17.1088 9.83147 16.9443C9.72159 16.7799 9.56541 16.6517 9.38268 16.576C9.19996 16.5003 8.99889 16.4805 8.80491 16.5191C8.61093 16.5577 8.43275 16.653 8.29289 16.7928C8.15304 16.9327 8.0578 17.1108 8.01921 17.3048C7.98063 17.4988 8.00043 17.6999 8.07612 17.8826C8.15181 18.0653 8.27998 18.2215 8.44443 18.3314Z\" fill=\"#4D4D4E\"\/>\n            <\/svg> -->\n    <\/div>\n\n    <div id=\"country-drawer\" class=\"country-drawer\" style=\"display: none;\">\n        <div class=\"drawer-content\">\n            <label for=\"filter_country_1\">\u5834\u6240\/\u5730\u57df:<\/label>\n            <div class=\"custom-select\">\n                <select class=\"new-type-filter\" id=\"mobile-filter\" name=\"mobile-filter\">\n                    <option value=\"\">\u3059\u3079\u3066\u306e\u5834\u6240<\/option>\n                <\/select>\n                <div class=\"checkbox-list\" id=\"drawer-country-filters\" style=\"display: block;\">\n\n                <\/div>\n                <!-- <div class=\"drawer-footer\">\n                        <a href=\"#\" id=\"drawer-clear-filters\" class=\"clear-btn\">Clear<\/a>\n                        <button id=\"drawer-apply-filters\" class=\"apply-btn\">Apply<\/button>\n                <\/div> -->\n            <\/div>\n        <\/div>\n    <\/div>\n    <!-- end mobile filter -->\n\n    <div class=\"row\">\n                <div id=\"filter-container\" class=\"col-3 mb-4\">\n            <div class=\"filter-location\">\n                <div class=\"row mb-3 clear-country-text\">\n                    <div class=\"col-8-cont-full\">\n                        <p class=\"mb-1 filter-cntry\">\u5834\u6240\u3092\u9078\u629e\n<\/p>\n                    <\/div>\n                    <!-- <div class=\"col-8-cont\">\n                        <p class=\"mb-1 filter-cntry\">\u5834\u6240\u3092\u9078\u629e\n<\/p>\n                    <\/div> -->\n                    <!-- <div class=\"col-5-cont text-right\">\n                        <a href=\"#\" id=\"clear-filters\" class=\"clear-text\">\u30af\u30ea\u30a2<\/a>\n                    <\/div> -->\n                <\/div>\n                <div id=\"country-filters\" class=\"list-group\">\n                <\/div>\n            <\/div>\n            <div class=\"filter-footer\">\n                <a href=\"#\" id=\"footer-clear-filters\" class=\"clear-btn footer-clear-filters\">\u3059\u3079\u3066\u30af\u30ea\u30a2\n<\/a>\n                <button id=\"apply-filters\" class=\"apply-btn\">\u9069\u7528<\/button>\n            <\/div>\n        <\/div>\n                            <div class=\"col-9\">\n                            <div class=\"applied-filetr-top-section\">\n                        <div id=\"selected-location-container\"><\/div>\n                        <!-- <div class=\"clear-all-filters\">\n                            <button class=\"clear-button clear-all-filter-btn link-color-gradient\" id=\"clear-all-filter-btn\">\n                            <\/button>\n                        <\/div> -->\n                    <\/div>\n                    <div id=\"contributors-container\" class=\"contributor-row\"><\/div>\n                    <div id=\"pagination-container\" class=\"pagination-container row\"><\/div>\n        <\/div>\n    <\/div>\n    <!-- Drawer for country filters -->\n    <!-- <div id=\"country-drawer\" class=\"country-drawer\">\n        <div class=\"drawer-content\">\n            <div class=\"drawer-header\">\n                <h5>Country<\/h5>\n                <button id=\"close-drawer\" class=\"close-btn\">&times;<\/button>\n            <\/div>\n            <div id=\"drawer-country-filters\"><\/div>\n            <div class=\"drawer-footer\">\n                    <a href=\"#\" id=\"drawer-clear-filters\" class=\"clear-btn\">Clear<\/a>\n                    <button id=\"drawer-apply-filters\" class=\"apply-btn\">Apply<\/button>\n            <\/div>\n        <\/div>\n    <\/div> -->\n  \n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u533b\u7642\u696d\u754c\u306e\u30b3\u30df\u30e5\u30cb\u30c6\u30a3 Filter Lokasi\/wilayah: Semua Lokasi Pilih lokasi Hapus semua Terapkan<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-95353","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/labinsights.com\/ja\/wp-json\/wp\/v2\/pages\/95353","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/labinsights.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/labinsights.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/labinsights.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/labinsights.com\/ja\/wp-json\/wp\/v2\/comments?post=95353"}],"version-history":[{"count":6,"href":"https:\/\/labinsights.com\/ja\/wp-json\/wp\/v2\/pages\/95353\/revisions"}],"predecessor-version":[{"id":139982,"href":"https:\/\/labinsights.com\/ja\/wp-json\/wp\/v2\/pages\/95353\/revisions\/139982"}],"wp:attachment":[{"href":"https:\/\/labinsights.com\/ja\/wp-json\/wp\/v2\/media?parent=95353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}