AWS Machine Learning Blog 07月22日 01:28
Kyruus builds a generative AI provider matching solution on AWS
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

Kyruus Health利用AWS的Amazon Bedrock和Amazon OpenSearch Service,开发了名为Guide的AI解决方案,以解决医疗健康领域信息不对称的问题。该方案能够理解患者用日常语言描述的症状,并将其转化为精确的医疗术语,从而匹配到最合适的医生。通过这种方式,患者无需具备专业医学知识,就能更便捷地找到所需的医疗服务。Kyruus Health的实践表明,AI技术在提升患者就医体验、提高就诊转化率和满意度方面具有显著成效,为医疗健康行业的数字化转型提供了有益借鉴。

🏥 **自然语言处理优化就医体验:** Kyruus Health的Guide解决方案利用AI技术,能够理解患者用日常语言描述的健康问题,如“爬楼梯时膝盖疼痛”,并将其准确翻译成临床所需的专业术语,如“骨科”或“物理医学”,从而消除了患者在寻找医生时因语言障碍而产生的困扰。

💡 **AI驱动的精准匹配服务:** 该解决方案的核心在于结合Amazon Bedrock的强大语言模型(如Anthropic的Claude 3.5 Sonnet)与Amazon OpenSearch Service的高效搜索能力。Bedrock负责解析患者的自然语言描述,OpenSearch则根据解析出的结构化医疗参数,从庞大的医生数据库中进行精准匹配,确保患者能够找到符合其需求的专业医生。

🚀 **技术架构与合规性保障:** 整个解决方案的架构设计考虑了HIPAA合规性,通过端到端加密和细粒度访问控制,确保了患者数据的安全性。API Gateway、Amazon ECS等AWS服务协同工作,实现了从患者输入到医生推荐的整个流程的顺畅和安全,让Kyruus Health能够专注于提升用户体验而非基础设施管理。

🤝 **伙伴合作加速创新:** Kyruus Health与AWS合作伙伴Tribe AI的合作,充分发挥了Tribe AI在企业级生成式AI解决方案部署方面的专长,尤其是在医疗健康等复杂监管环境下的经验。这种合作模式加速了Kyruus Health的AI转型进程,并降低了引入生成式AI的风险。

📈 **关键洞察推动AI落地:** 成功的实施带来了几项关键洞察:建立医疗场景测试基础设施至关重要;以用户为中心的设计原则是AI成功的基石;战略性地选择和部署专用模型能够显著提升业务成果。这些经验为其他医疗AI项目的实施提供了宝贵的指导。

This post was written with Zach Heath of Kyruus Health.

When health plan members need care, they shouldn’t need a dictionary. Yet millions face this exact challenge—describing symptoms in everyday language while healthcare references clinical terminology and complex specialty classifications. This disconnect forces members to become amateur medical translators, attempting to convert phrases like “my knee hurts when I climb stairs” into specialized search criteria such as orthopedics or physical medicine. Traditional provider directories compound this problem with overwhelming filter options and medical jargon, leading to frustrated members, delayed care access, and ultimately higher costs for both individuals and health plans.

Kyruus Health, a leading provider of care access solutions, serves over 1,400 hospitals, 550 medical groups, and 100 health plan brands—connecting more than 500,000 providers with patients seeking care and facilitating over 1 million appointments annually. To address the challenges of healthcare navigation, they developed Guide, an AI-powered solution that understands natural language and connects members with the right providers. With Guide, members can express health concerns in their own words and receive personalized provider matches without requiring clinical knowledge. Health plans implementing this solution have reported enhanced member experience and higher Net Promoter Scores (NPS), along with improved care access conversion and appointment scheduling rates.

In this post, we demonstrate how Kyruus Health uses AWS services to build Guide. We show how Amazon Bedrock, a fully managed service that provides access to foundation models (FMs) from leading AI companies and Amazon through a single API, and Amazon OpenSearch Service, a managed search and analytics service, work together to understand everyday language about health concerns and connect members with the right providers. We explore the solution architecture, share implementation insights, and examine how this approach delivers measurable business value for health plans and their members.

Solution overview

Guide transforms healthcare provider search by translating natural language health concerns into precisely matched provider recommendations. The solution uses Amazon Bedrock with Anthropic’s Claude 3.5 Sonnet to understand everyday descriptions of health concerns and convert them into structured medical parameters. Then it uses OpenSearch Service to match these parameters against comprehensive provider data and deliver targeted recommendations.

This architecture makes it possible for members to express health needs in plain language while making sure provider matches meet clinical requirements. The entire solution maintains HIPAA compliance through end-to-end encryption and fine-grained access controls, so Kyruus Health to focus on improving the member experience instead of managing complex infrastructure.

The following diagram illustrates the solution architecture.

This architecture translates natural language queries into structured healthcare parameters through the following steps:

    A member enters a query like “I’ve been having shooting pain down my leg for two weeks” through the health plan application. Amazon API Gateway securely receives the member’s query request. API Gateway routes the request to Guide’s conversation service running on Amazon Elastic Container Service (Amazon ECS). Guide’s conversation service calls Amazon Bedrock, where Anthropic’s Claude 3.5 Sonnet processes the natural language. The model identifies potential sciatica and translates this everyday description into structured medical parameters, including appropriate specialties like neurology or orthopedics. The health plan application initiates a new API call through API Gateway to the Provider Search Service running on Amazon ECS, using the structured parameters derived from the previous steps. The Provider Search Service queries OpenSearch Service, which contains comprehensive provider data previously ingested from Amazon Simple Storage Service (Amazon S3), including specialties, clinical focus areas, locations, and insurance network participation.

Matched providers are then returned to the health plan application and presented to the member through an intuitive conversational interface. This architecture demonstrates the powerful combination of Amazon Bedrock FMs with purpose-built AWS services like OpenSearch Service, creating an end-to-end solution that bridges the gap between complex healthcare data and intuitive member experiences.

Building with Tribe AI

To accelerate their AI transformation, Kyruus Health partnered with Tribe AI, an AWS Partner with extensive experience in building and implementing enterprise-grade generative AI solutions at scale. Tribe AI’s proven track record in deploying FMs in complex, regulatory environments like healthcare helped de-risk the adoption of generative AI for Kyruus. This partnership allowed Kyruus to focus on their healthcare domain expertise while using Tribe AI’s technical implementation knowledge to bring Guide from concept to production.

Implementation insights

Kyruus Health’s successful implementation of Guide yielded key insights that can help organizations building healthcare AI initiatives:

These insights demonstrate how a thoughtful implementation approach can transform complex healthcare navigation challenges into intuitive member experiences that deliver measurable business results.

Guide member experience in action

The following screenshot shows how the AWS architecture translates into the real-world member experience. When a member enters their symptom description and location preference, Guide processes this natural language input through Amazon Bedrock and identifies appropriate specialists using OpenSearch Service. The system interprets the medical concern and location requirements, responding with relevant specialists within the requested distance who are accepting new patients. This streamlined experience has delivered higher match rates and increased appointment completion for health plans.

Conclusion

Guide demonstrates how generative AI powered by AWS transforms healthcare navigation by bridging the gap between everyday language and clinical terminology. In this post, we explored how an architecture combining Amazon Bedrock and OpenSearch Service processes natural language queries into personalized provider matches, helping members find appropriate healthcare providers using natural language descriptions of their symptoms.

For health plans evaluating digital initiatives, Guide offers a blueprint for solving complex healthcare challenges while delivering measurable improvements in member satisfaction and appointment conversion rates. To build your own generative AI solutions, explore Amazon Bedrock for managed access to FMs. For healthcare-specific guidance, check out the AWS Healthcare Industry Lens and browse implementation examples, use cases, and technical guidance in the AWS Healthcare and Life Sciences Blog.


About the authors

Zach Heath is a Senior Staff Software Engineer at Kyruus Health. A passionate technologist, he specializes in architecting and implementing robust, scalable software solutions that transform healthcare search experiences by connecting patients with the right care through innovative technology.

Anil Chinnam is a Solutions Architect at AWS. He is a generative AI enthusiast passionate about translating cutting-edge technologies into tangible business value for healthcare customers. As a trusted technical advisor, he helps customers drive cloud adoption and business transformation outcomes.

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

Kyruus Health AI医疗 Amazon Bedrock Amazon OpenSearch Service 医疗导航
相关文章