{"id":24995,"date":"2025-07-22T10:13:12","date_gmt":"2025-07-22T14:13:12","guid":{"rendered":"https:\/\/enterprise-knowledge.com\/?p=24995"},"modified":"2025-11-17T17:21:05","modified_gmt":"2025-11-17T22:21:05","slug":"semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider","status":"publish","type":"post","link":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/","title":{"rendered":"Semantic Search Advisory and Implementation for an Online Healthcare Information Provider"},"content":{"rendered":"\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-top\" style=\"grid-template-columns:15% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"771\" height=\"771\" src=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01.png\" alt=\"\" class=\"wp-image-11017 size-full\" srcset=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01.png 771w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01-336x336.png 336w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01-140x140.png 140w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01-768x768.png 768w\" sizes=\"auto, (max-width: 771px) 100vw, 771px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading\">The Challenge<\/h2>\n\n\n\n<p>The medical field is an extremely complex space, with thousands of concepts that are referred to by vastly different terms. These terms can vary across regions, languages, areas of practice, and even from clinician to clinician. Additionally, patients often communicate with clinicians using language that reflects their more elementary understanding of health. This complicates the experience for patients when trying to find resources relevant to certain topics such as medical conditions or treatments, whether through search, chatbots, recommendations, or other discovery methods. This can lead to confusion during stressful situations, such as when trying to find a topical specialist or treat an uncommon condition.<\/p>\n\n\n\n<p>A major online healthcare information provider engaged with EK to improve both their consumer-facing and clinician-facing natural language search and discovery platforms in order to deliver faster and more relevant results and recommendations. Their consumer-facing web pages aimed to connect consumers with healthcare providers when searching for a condition, with consumers often using terms or phrases that may not be an exact match with medical terms. In contrast, the clinicians who purchased licenses to the provider\u2019s content required a fast and accurate method of searching for content regarding various conditions. They work in time-sensitive settings where rapid access to relevant content could save a patient\u2019s life, and often use synonymous acronyms or domain-specific jargon that complicates the search process. The client desired a solution which could disambiguate between concepts and match certain concepts to a list of potential conditions. EK was tasked to refine these search processes to provide both sets of end users with accurate content recommendations.<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-top\" style=\"grid-template-columns:15% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"771\" height=\"771\" src=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Solution-01.png\" alt=\"\" class=\"wp-image-11018 size-full\" srcset=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Solution-01.png 771w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Solution-01-336x336.png 336w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Solution-01-140x140.png 140w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Solution-01-768x768.png 768w\" sizes=\"auto, (max-width: 771px) 100vw, 771px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading\">The Solution<\/h2>\n\n\n\n<p>Leveraging both industry and organizational taxonomies for clinical topics and conditions, EK architected a search solution that could take both the technical terms preferred by clinicians and the more conversational language used by consumers and match them to conditions and relevant medical information.&nbsp;<\/p>\n\n\n\n<p>To improve search while maintaining a user-friendly experience, EK worked to:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Enhance keyword search through metadata enrichment;<\/li>\n\n\n\n<li>Enable natural language search using large language models (LLMs) and vector search techniques, and;<\/li>\n\n\n\n<li>Introduce advanced search features post-initial search, allowing users to refine results with various facets.<\/li>\n<\/ol>\n\n\n\n<p>The core components of EK\u2019s semantic search advisory and implementation included:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Search Solution Vision: <\/strong>EK collaborated with client stakeholders to determine and implement business and technical requirements with associated search metrics. This would allow the client to effectively evaluate LLM-powered search performance and measure levels of improvement. This approach focused on making the experience faster for clinicians searching for information and for consumers seeking to connect with a doctor. This work supported the long-term goal of improving the overall experience for consumers using the search platform. The choice of LLM and associated embeddings played a key role: by selecting the right embeddings, EK could improve the association of search terms, enabling more accurate and efficient connections, which proved especially critical during crisis situations.&nbsp;<\/li>\n\n\n\n<li><strong>Future State Roadmap: <\/strong>As part of the strategy portion of this engagement, EK worked with the client to create a roadmap for deploying the knowledge panel to the consumer-facing website in production. This roadmap involved deploying and hosting the content recommender, further expanding the clinical taxonomy, adding additional filters to the knowledge panel (such as insurance networks and location data), and search features such as autocomplete and type-ahead search. Setting future goals after implementation, EK suggested the client use machine learning methods to classify consumer queries based on language and predict their intent, as well as establish a way to personalize the user experience based on collected behavioral data\/characteristics.<\/li>\n\n\n\n<li><strong>Keyword and Natural Language Search Enhancement: <\/strong>EK developed a gold standard template for client experts in the medical domain to provide the ideal expected search results for particular clinician queries. This gold standard served as the foundation for validating the accuracy of the search solution in pointing clinicians to the right topics. Additionally, EK used semantic clustering and synonym analysis in order to identify further search terms to add as synonyms into the client\u2019s enterprise taxonomy. Enriching the taxonomy with more clinician-specific language used when searching for concepts with natural language improved the retrieval of more relevant search results.<\/li>\n\n\n\n<li><strong>Semantic Search Architecture Design and LLM Integration:<\/strong> EK designed and implemented a semantic search architecture to support the solution\u2019s search features, EK connecting the client\u2019s existing taxonomy and ontology management system (TOMS), the client\u2019s search engine, and a new LLM. Leveraging the taxonomy stored in the TOMS and using the LLM to match search terms and taxonomy concepts based on similarity enriched the accuracy and contextualization of search results. EK also wrote custom scripts to evaluate the LLM\u2019s understanding of medical terminology and generate evaluation metrics, allowing for performance monitoring and continuous improvement to keep the client\u2019s search solution at the forefront of LLM technology. Finally, EK created a bespoke, reusable benchmark for LLM scores, evaluating how well a certain model matched natural language queries to clinical search terms and allowing the client to select the highest-performing model for consumer use.<\/li>\n\n\n\n<li><strong>Semantic Knowledge Panel: <\/strong>To demonstrate the value this technology would bring to consumers, EK developed a clickable, action-oriented knowledge panel that showcased the envisioned future-state experience. Designed to support consumer health journeys, the knowledge panel guides users through a seamless journey \u2013&nbsp;from conversational search (e.g. <em>\u201cI think I broke my ankle\u201d<\/em>), to surfacing relevant contextual information (such as web content related to terms and definitions drawn from the taxonomy), to connecting users to recommended clinicians and their scheduling pages based on their ability to treat the condition being searched (e.g. An orthopedist for a broken ankle). EK\u2019s prototype leveraged a taxonomy of tagged keywords and provider expertise, with a scoring algorithm that assessed how many, and how well, those tags matched the user\u2019s query. This scoring informed a sorted display of provider results, enabling users to take direct action (e.g. scheduling an appointment with an orthopedist) without leaving the search experience.<\/li>\n<\/ol>\n\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-top\" style=\"grid-template-columns:15% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"771\" height=\"771\" src=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/EK-Difference-01.png\" alt=\"\" class=\"wp-image-11019 size-full\" srcset=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/EK-Difference-01.png 771w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/EK-Difference-01-336x336.png 336w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/EK-Difference-01-140x140.png 140w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/EK-Difference-01-768x768.png 768w\" sizes=\"auto, (max-width: 771px) 100vw, 771px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading\">The EK Difference<\/h2>\n\n\n\n<p>EK\u2019s expertise in semantic layer, solution architecture, artificial intelligence, and enterprise search came together to deliver a bespoke and unified solution that returned more accurate, context-aware information for clinicians and consumers. By collaborating with key medical experts to enrich the client\u2019s enterprise taxonomy, EK\u2019s semantic experts were able to share unique insights and knowledge on LLMs, combined with their experience with applying taxonomy and semantic similarity in natural language search use cases, to place the client in the best position to enable accurate search. EK also was able to upskill the client\u2019s technical team on semantic capabilities and the architecture of the knowledge panel through knowledge transfers and paired programming, so that they could continue to maintain and enhance the solution in the future.<\/p>\n\n\n\n<p>Additionally, EK\u2019s solution architects, possessing deep knowledge of enterprise search and artificial intelligence technologies, were uniquely positioned to provide recommendations on the most advantageous method to seamlessly integrate the client\u2019s TOMS and existing search engine with an LLM specifically developed for information retrieval. While a standard-purpose LLM could perform these tasks to some extent, EK helped design a purpose-built semantic search solution leveraging a specialized LLM that better identified and disambiguated user terms and phrases.&nbsp;<\/p>\n\n\n\n<p>Finally, EK\u2019s search experts were able to define and monitor key search metrics with the client\u2019s team, enabling them to closely monitor improvement over time, identifying trends and suggesting improvements to match. These search improvements resulted in a solution the client could be confident in and trust to be accurate.<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-top is-style-default\" style=\"grid-template-columns:15% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"771\" height=\"771\" src=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Results-01.png\" alt=\"\" class=\"wp-image-11020 size-full\" srcset=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Results-01.png 771w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Results-01-336x336.png 336w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Results-01-140x140.png 140w, https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Results-01-768x768.png 768w\" sizes=\"auto, (max-width: 771px) 100vw, 771px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading\">The Results<\/h2>\n\n\n\n<p>The delivery of a semantic search prototype with a clear path to a production, web-based solution resulted in the opportunity for greatly augmented search capabilities across the organization\u2019s products. Overall, this solution allowed both healthcare patients and clinicians to find exactly what they are looking for using a wide variety of terms.<\/p>\n\n\n\n<p>As a result of EK\u2019s semantic search advisory and implementation efforts, the client was able to:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Empower potential patients to use web-based semantic search platform to search for specialists who can treat their conditions quickly and easily find care;&nbsp;<\/li>\n\n\n\n<li>Streamline the content delivery process in critical, time-sensitive situations such as emergency rooms by providing rapid and accurate content that highlights and elaborates on potential diagnoses and treatments to healthcare professionals; and<\/li>\n\n\n\n<li>Identify potential data and metadata gaps in the healthcare information database that the client relies on to populate its website and recommend content to users.<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li><\/li>\n<\/ul>\n\n\n\n<p>Looking to improve your organization\u2019s search capabilities? Want to see how LLMs can power your semantic ecosystem? <a href=\"https:\/\/enterprise-knowledge.com\/knowledge-base\/\">Learn more<\/a> from our experience or <a href=\"https:\/\/enterprise-knowledge.com\/contact-us\/\">contact us<\/a> today.<\/p>\n\n\n\n\n\n<div class=\"wp-block-stackable-button-group stk-block-button-group stk-block stk-ad7b9e7\" data-block-id=\"ad7b9e7\"><div class=\"stk-row stk-inner-blocks has-text-align-center stk-block-content stk-button-group\">\n<div class=\"wp-block-stackable-button stk-block-button has-text-align-left stk-block stk-9409a5c\" data-block-id=\"9409a5c\"><style>.stk-9409a5c .stk-button{padding-top:6px !important;padding-right:40px !important;padding-bottom:6px !important;padding-left:40px !important;background:#409F67 !important;border-top-left-radius:50px !important;border-top-right-radius:50px !important;border-bottom-right-radius:50px !important;border-bottom-left-radius:50px !important;}<\/style><a class=\"stk-link stk-button stk--hover-effect-darken\" href=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2025\/07\/Semantic-Search-Advisory-and-Implementation-for-an-Online-Healthcare-Information-Provider.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"stk-button__inner-text\">Download Flyer<\/span><\/a><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-spacer\" style=\"height: 48px;\" aria-hidden=\"true\">\u00a0<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-call-to-action alignfull stk-block-call-to-action stk-block stk-771a887 stk-block-background is-style-default\" data-v=\"2\" data-block-id=\"771a887\"><style>.stk-771a887 {background-color:#5A2C85 !important;}.stk-771a887:before{background-color:#5A2C85 !important;}.stk-771a887-container{background-color:#5A2C85 !important;}.stk-771a887-container:before{background-color:#5A2C85 !important;}<\/style><div class=\"stk-block-call-to-action__content stk-content-align stk-771a887-column alignfull stk-container stk-771a887-container stk-hover-parent\"><div class=\"has-text-align-center stk-block-content stk-inner-blocks stk-771a887-inner-blocks\">\n<div class=\"wp-block-stackable-heading stk-block-heading stk-block-heading--v2 stk-block stk-0e3ba4b\" id=\"span-style-color-ffffff-class-stk-highlight-ready-to-get-started-span\" data-block-id=\"0e3ba4b\"><style>.stk-0e3ba4b {margin-bottom:16px !important;}.stk-0e3ba4b .stk-block-heading__text{font-size:30px !important;color:#ffffff !important;}@media screen and (max-width: 1023px){.stk-0e3ba4b .stk-block-heading__text{font-size:30px !important;}}<\/style><h3 class=\"stk-block-heading__text has-text-color has-white-color\"><span class=\"stk-highlight\" style=\"color: #ffffff;\">Ready to Get Started?<\/span><\/h3><\/div>\n\n\n\n<div class=\"wp-block-stackable-button-group stk-block-button-group stk-block stk-820aa2f\" data-block-id=\"820aa2f\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-button-group\">\n<div class=\"wp-block-stackable-button stk-block-button stk-block stk-d4dce62\" data-block-id=\"d4dce62\"><style>.stk-d4dce62 .stk-button{padding-top:6px !important;padding-right:40px !important;padding-bottom:6px !important;padding-left:40px !important;background:#E7E0F3 !important;border-radius:50px !important;}.stk-d4dce62 .stk-button__inner-text{color:#000000 !important;}<\/style><a class=\"stk-link stk-button stk--hover-effect-darken\" href=\"https:\/\/enterprise-knowledge.com\/contact-us\/\" target=\"_blank\" rel=\"noreferrer noopener\"><span class=\"has-text-color stk-button__inner-text\">Get in Touch<\/span><\/a><\/div>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n","protected":false},"excerpt":{"rendered":"<p>The medical field is an extremely complex space, with thousands of concepts that are referred to by vastly different terms. These terms can vary across regions, languages, areas of practice, and even from clinician to clinician. Additionally, patients often communicate &#8230; <a href=\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/\"  class=\"with-arrow\">Continue reading<\/a><\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_uag_custom_page_level_css":"","footnotes":""},"categories":[718,512],"tags":[672,1475,135,1239,164,582],"article-type":[721],"solution":[1092,1119],"ppma_author":[1391],"class_list":["post-24995","post","type-post","status-publish","format-standard","hentry","category-enterprise-search","category-knowledge-graphs-data-modeling","tag-enterprise-ai","tag-enterprise-llm","tag-enterprise-search","tag-llm","tag-search","tag-semantic-search","article-type-case-study","solution-enterprise-ai","solution-knowledge-graph"],"acf":[],"featured_image_urls_v2":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":"","slideshow":"","slideshow-2x":"","banner":"","home-large":"","home-medium":"","home-small":"","gform-image-choice-sm":"","gform-image-choice-md":"","gform-image-choice-lg":""},"post_excerpt_stackable_v2":"<p>The medical field is an extremely complex space, with thousands of concepts that are referred to by vastly different terms. These terms can vary across regions, languages, areas of practice, and even from clinician to clinician. Additionally, patients often communicate &#8230;<\/p>\n","category_list_v2":"<a href=\"https:\/\/enterprise-knowledge.com\/category\/enterprise-search\/\" rel=\"category tag\">Enterprise Search<\/a>, <a href=\"https:\/\/enterprise-knowledge.com\/category\/knowledge-graphs-data-modeling\/\" rel=\"category tag\">Knowledge Graphs &amp; Data Modeling<\/a>","author_info_v2":{"name":"EK Team","url":"https:\/\/enterprise-knowledge.com\/author\/enterprise-knowledge\/"},"comments_num_v2":"0 comments","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Semantic Search Advisory and Implementation for an Online Healthcare Information Provider - Enterprise Knowledge<\/title>\n<meta name=\"description\" content=\"Discover how EK improved semantic search for a healthcare provider using LLMs, enhancing access to accurate info for both patients and clinicians.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Semantic Search Advisory and Implementation for an Online Healthcare Information Provider - Enterprise Knowledge\" \/>\n<meta property=\"og:description\" content=\"Discover how EK improved semantic search for a healthcare provider using LLMs, enhancing access to accurate info for both patients and clinicians.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/\" \/>\n<meta property=\"og:site_name\" content=\"Enterprise Knowledge\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Enterprise-Knowledge-359618484181651\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-22T14:13:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-17T22:21:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"771\" \/>\n\t<meta property=\"og:image:height\" content=\"771\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"EK Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2024\/05\/Marketing_Sales-Strategy-Entity-e1716562850203.png\" \/>\n<meta name=\"twitter:creator\" content=\"@EKConsulting\" \/>\n<meta name=\"twitter:site\" content=\"@EKConsulting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"EK Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/\"},\"author\":{\"name\":\"EK Team\",\"@id\":\"https:\/\/enterprise-knowledge.com\/#\/schema\/person\/fe4c950023b0a2d4ea9057f16c70a16c\"},\"headline\":\"Semantic Search Advisory and Implementation for an Online Healthcare Information Provider\",\"datePublished\":\"2025-07-22T14:13:12+00:00\",\"dateModified\":\"2025-11-17T22:21:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/\"},\"wordCount\":1456,\"publisher\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01.png\",\"keywords\":[\"enterprise ai\",\"enterprise LLM\",\"Enterprise Search\",\"LLM\",\"Search\",\"semantic search\"],\"articleSection\":[\"Enterprise Search\",\"Knowledge Graphs &amp; Data Modeling\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/\",\"url\":\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/\",\"name\":\"Semantic Search Advisory and Implementation for an Online Healthcare Information Provider - Enterprise Knowledge\",\"isPartOf\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01.png\",\"datePublished\":\"2025-07-22T14:13:12+00:00\",\"dateModified\":\"2025-11-17T22:21:05+00:00\",\"description\":\"Discover how EK improved semantic search for a healthcare provider using LLMs, enhancing access to accurate info for both patients and clinicians.\",\"breadcrumb\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#primaryimage\",\"url\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01.png\",\"contentUrl\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01.png\",\"width\":771,\"height\":771},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/enterprise-knowledge.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Semantic Search Advisory and Implementation for an Online Healthcare Information Provider\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/enterprise-knowledge.com\/#website\",\"url\":\"https:\/\/enterprise-knowledge.com\/\",\"name\":\"Enterprise Knowledge\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/enterprise-knowledge.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/enterprise-knowledge.com\/#organization\",\"name\":\"Enterprise Knowledge\",\"url\":\"https:\/\/enterprise-knowledge.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/enterprise-knowledge.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2013\/09\/favicon.jpg\",\"contentUrl\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2013\/09\/favicon.jpg\",\"width\":69,\"height\":69,\"caption\":\"Enterprise Knowledge\"},\"image\":{\"@id\":\"https:\/\/enterprise-knowledge.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Enterprise-Knowledge-359618484181651\/\",\"https:\/\/x.com\/EKConsulting\",\"https:\/\/www.linkedin.com\/company\/enterprise-knowledge-llc\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/enterprise-knowledge.com\/#\/schema\/person\/fe4c950023b0a2d4ea9057f16c70a16c\",\"name\":\"EK Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/enterprise-knowledge.com\/#\/schema\/person\/image\/11955f4cea9ef25d7e2fbc5bf76ce329\",\"url\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2025\/06\/avatar_user_17_1749066222-96x96.png\",\"contentUrl\":\"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2025\/06\/avatar_user_17_1749066222-96x96.png\",\"caption\":\"EK Team\"},\"description\":\"A services firm that integrates Knowledge Management, Information Management, Information Technology, and Agile Approaches to deliver comprehensive solutions. Our mission is to form true partnerships with our clients, listening and collaborating to create tailored, practical, and results-oriented solutions that enable them to thrive and adapt to changing needs.\",\"url\":\"https:\/\/enterprise-knowledge.com\/author\/enterprise-knowledge\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Semantic Search Advisory and Implementation for an Online Healthcare Information Provider - Enterprise Knowledge","description":"Discover how EK improved semantic search for a healthcare provider using LLMs, enhancing access to accurate info for both patients and clinicians.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/","og_locale":"en_US","og_type":"article","og_title":"Semantic Search Advisory and Implementation for an Online Healthcare Information Provider - Enterprise Knowledge","og_description":"Discover how EK improved semantic search for a healthcare provider using LLMs, enhancing access to accurate info for both patients and clinicians.","og_url":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/","og_site_name":"Enterprise Knowledge","article_publisher":"https:\/\/www.facebook.com\/Enterprise-Knowledge-359618484181651\/","article_published_time":"2025-07-22T14:13:12+00:00","article_modified_time":"2025-11-17T22:21:05+00:00","og_image":[{"width":771,"height":771,"url":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01.png","type":"image\/png"}],"author":"EK Team","twitter_card":"summary_large_image","twitter_image":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2024\/05\/Marketing_Sales-Strategy-Entity-e1716562850203.png","twitter_creator":"@EKConsulting","twitter_site":"@EKConsulting","twitter_misc":{"Written by":"EK Team","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#article","isPartOf":{"@id":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/"},"author":{"name":"EK Team","@id":"https:\/\/enterprise-knowledge.com\/#\/schema\/person\/fe4c950023b0a2d4ea9057f16c70a16c"},"headline":"Semantic Search Advisory and Implementation for an Online Healthcare Information Provider","datePublished":"2025-07-22T14:13:12+00:00","dateModified":"2025-11-17T22:21:05+00:00","mainEntityOfPage":{"@id":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/"},"wordCount":1456,"publisher":{"@id":"https:\/\/enterprise-knowledge.com\/#organization"},"image":{"@id":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#primaryimage"},"thumbnailUrl":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01.png","keywords":["enterprise ai","enterprise LLM","Enterprise Search","LLM","Search","semantic search"],"articleSection":["Enterprise Search","Knowledge Graphs &amp; Data Modeling"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/","url":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/","name":"Semantic Search Advisory and Implementation for an Online Healthcare Information Provider - Enterprise Knowledge","isPartOf":{"@id":"https:\/\/enterprise-knowledge.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#primaryimage"},"image":{"@id":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#primaryimage"},"thumbnailUrl":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01.png","datePublished":"2025-07-22T14:13:12+00:00","dateModified":"2025-11-17T22:21:05+00:00","description":"Discover how EK improved semantic search for a healthcare provider using LLMs, enhancing access to accurate info for both patients and clinicians.","breadcrumb":{"@id":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#primaryimage","url":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01.png","contentUrl":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2020\/04\/Challenge-01.png","width":771,"height":771},{"@type":"BreadcrumbList","@id":"https:\/\/enterprise-knowledge.com\/semantic-search-advisory-and-implementation-for-an-online-healthcare-information-provider\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/enterprise-knowledge.com\/"},{"@type":"ListItem","position":2,"name":"Semantic Search Advisory and Implementation for an Online Healthcare Information Provider"}]},{"@type":"WebSite","@id":"https:\/\/enterprise-knowledge.com\/#website","url":"https:\/\/enterprise-knowledge.com\/","name":"Enterprise Knowledge","description":"","publisher":{"@id":"https:\/\/enterprise-knowledge.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/enterprise-knowledge.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/enterprise-knowledge.com\/#organization","name":"Enterprise Knowledge","url":"https:\/\/enterprise-knowledge.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/enterprise-knowledge.com\/#\/schema\/logo\/image\/","url":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2013\/09\/favicon.jpg","contentUrl":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2013\/09\/favicon.jpg","width":69,"height":69,"caption":"Enterprise Knowledge"},"image":{"@id":"https:\/\/enterprise-knowledge.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Enterprise-Knowledge-359618484181651\/","https:\/\/x.com\/EKConsulting","https:\/\/www.linkedin.com\/company\/enterprise-knowledge-llc"]},{"@type":"Person","@id":"https:\/\/enterprise-knowledge.com\/#\/schema\/person\/fe4c950023b0a2d4ea9057f16c70a16c","name":"EK Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/enterprise-knowledge.com\/#\/schema\/person\/image\/11955f4cea9ef25d7e2fbc5bf76ce329","url":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2025\/06\/avatar_user_17_1749066222-96x96.png","contentUrl":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2025\/06\/avatar_user_17_1749066222-96x96.png","caption":"EK Team"},"description":"A services firm that integrates Knowledge Management, Information Management, Information Technology, and Agile Approaches to deliver comprehensive solutions. Our mission is to form true partnerships with our clients, listening and collaborating to create tailored, practical, and results-oriented solutions that enable them to thrive and adapt to changing needs.","url":"https:\/\/enterprise-knowledge.com\/author\/enterprise-knowledge\/"}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"slideshow":false,"slideshow-2x":false,"banner":false,"home-large":false,"home-medium":false,"home-small":false,"gform-image-choice-sm":false,"gform-image-choice-md":false,"gform-image-choice-lg":false},"uagb_author_info":{"display_name":"EK Team","author_link":"https:\/\/enterprise-knowledge.com\/author\/enterprise-knowledge\/"},"uagb_comment_info":0,"uagb_excerpt":"The medical field is an extremely complex space, with thousands of concepts that are referred to by vastly different terms. These terms can vary across regions, languages, areas of practice, and even from clinician to clinician. Additionally, patients often communicate ... Continue reading","authors":[{"term_id":1391,"user_id":17,"is_guest":0,"slug":"enterprise-knowledge","display_name":"EK Team","avatar_url":"https:\/\/enterprise-knowledge.com\/wp-content\/uploads\/2025\/06\/avatar_user_17_1749066222-96x96.png","first_name":"EK","last_name":"Team","user_url":"","job_title":"","description":"A services firm that integrates Knowledge Management, Information Management, Information Technology, and Agile Approaches to deliver comprehensive solutions. Our mission is to form true partnerships with our clients, listening and collaborating to create tailored, practical, and results-oriented solutions that enable them to thrive and adapt to changing needs."}],"_links":{"self":[{"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/posts\/24995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/comments?post=24995"}],"version-history":[{"count":10,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/posts\/24995\/revisions"}],"predecessor-version":[{"id":26060,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/posts\/24995\/revisions\/26060"}],"wp:attachment":[{"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/media?parent=24995"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/categories?post=24995"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/tags?post=24995"},{"taxonomy":"article-type","embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/article-type?post=24995"},{"taxonomy":"solution","embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/solution?post=24995"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/enterprise-knowledge.com\/wp-json\/wp\/v2\/ppma_author?post=24995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}