This weblog was co-authored with Kuldeep Singh, Head of AI Platform at Innovaccer.
The combination of agentic AI is ushering in a transformative period in well being care, marking a major departure from conventional AI programs. Agentic AI demonstrates autonomous decision-making capabilities and adaptive studying in advanced medical environments, enabling it to observe affected person progress, coordinate care groups, and regulate therapy methods in actual time. These clever programs have gotten deeply embedded in healthcare operations, from enhancing diagnostic precision via superior sample recognition to optimizing scientific workflows and accelerating drug discovery processes. Agentic AI combines proactive problem-solving skills with real-time adaptability in order that healthcare professionals can concentrate on high-value, patient-centered actions whereas the AI handles routine duties and sophisticated information evaluation.
Innovaccer, a pioneering healthcare AI firm, just lately launched Innovaccer Gravity™, constructed utilizing Amazon Bedrock AgentCore, a brand new healthcare intelligence platform set to revolutionize information integration and AI-driven healthcare transformation. Constructing on their spectacular monitor file—the place their present options serve greater than 1,600 US care areas, handle greater than 80 million unified well being information, and have generated $1.5B in value financial savings—this exemplifies how AWS clients are main the agentic AI evolution by creating clever options that remodel healthcare supply whereas delivering vital ROI.
Well being care calls for precision and accountability. AI brokers working inside this area should deal with delicate affected person information securely, adhere to rigorous compliance rules (like HIPAA), and preserve constant interoperability throughout numerous scientific workflows. Customary, generalized protocols fall quick when coping with advanced healthcare programs and affected person information safety necessities. Healthcare organizations want a sturdy service to transform their present APIs into Mannequin Context Protocol (MCP) appropriate instruments that may scale successfully whereas offering built-in authentication, authorization, encryption, and complete audit trails. Amazon Bedrock AgentCore Gateway gives well being care suppliers and digital well being firms a simple and safe solution to construct, deploy, uncover, and hook up with instruments at scale that they will use to create AI-powered healthcare options whereas sustaining the best requirements of safety and compliance.
Downside
Healthcare organizations face vital information silo challenges due to numerous digital well being file (EHR) codecs throughout totally different programs, typically sustaining a number of programs to serve specialised departmental wants and legacy programs. FHIR (Quick Healthcare Interoperability Assets) solves these interoperability challenges by standardizing healthcare information into exchangeable sources (like affected person information and lab outcomes), enabling seamless communication between totally different programs whereas sustaining safety and enhancing care coordination. Nevertheless, implementing FHIR presents its personal challenges, together with technical complexity in integrating with legacy programs and the necessity for specialised experience in healthcare informatics and API improvement.
The implementation of AI brokers introduces new layers of complexity, requiring cautious design and upkeep of interfaces with present programs. AI brokers want safe entry to the FHIR information and different healthcare instruments with authentication (each inbound and outbound) and end-to-end encryption. MCP is a standardized communication framework that permits AI programs to seamlessly work together with exterior instruments, information sources, and providers via a unified interface. Nevertheless, the event and scaling of MCP servers require substantial sources and experience. Internet hosting these providers calls for ongoing improvement time and a focus to keep up optimum efficiency and reliability. As healthcare organizations navigate this advanced terrain, addressing these challenges turns into crucial for attaining true interoperability and harnessing the total potential of contemporary healthcare expertise.
Deploy, improve, and monitor AI brokers at scale utilizing Amazon Bedrock AgentCore
Through the use of Amazon Bedrock AgentCore, you’ll be able to deploy and function extremely succesful AI brokers securely at scale. It gives infrastructure purpose-built for dynamic agent workloads, highly effective instruments to boost brokers, and important controls for real-world deployment. Bedrock AgentCore gives a set of composable providers with the providers most related to the answer on this submit talked about within the following listing. For extra data, see the Bedrock AgentCore documentation.
- AgentCore Runtime offers a safe, serverless runtime purpose-built for deploying and scaling dynamic AI brokers and instruments utilizing any open supply framework, protocol, and mannequin. Runtime was constructed to work for agentic workloads with industry-leading prolonged runtime assist, quick chilly begins, true session isolation, built-in identification, and assist for multi-modal payloads.
- AgentCore Gateway offers a safe approach for brokers to find and use instruments together with simple transformation of APIs, AWS Lambda capabilities, and present providers into agent-compatible instruments. Gateway accelerates customized code improvement, infrastructure provisioning, and safety implementation so builders can concentrate on constructing progressive agent purposes.
- AgentCore Identification offers a safe, scalable agent identification and entry administration functionality accelerating AI agent improvement. It’s appropriate with present identification suppliers, avoiding the necessity to migrate makes use of or rebuild authentication flows.
- AgentCore Observability helps builders hint, debug, and monitor agent efficiency in manufacturing via unified operational dashboards. With assist for OpenTelemetry appropriate telemetry and detailed visualizations of every step of the agent workflow.
On this resolution, we exhibit how the consumer (a dad or mum) can work together with a Strands or LangGraph agent in conversational fashion and get details about the immunization historical past and schedule of their little one, inquire in regards to the accessible slots, and e-book appointments. With some modifications, AI brokers will be made event-driven in order that they will robotically ship reminders, e-book appointments, and so forth. This reduces the executive burden on healthcare organizations and the dad and mom who not must preserve monitor of the paperwork or make a number of calls to e-book appointments.
As proven within the previous diagram, the workflow for the healthcare appointment e-book constructed utilizing Amazon Bedrock AgentCore is the next:
- Consumer interacts with Strands or LangGraph agent: The answer comprises each Strands and LangGraph brokers. You may as well use different frameworks reminiscent of AutoGen and CrewAI.
- Reasoning LLM from Amazon Bedrock: Claude 3.5 Sonnet massive language mannequin (LLM) is used from Amazon Bedrock. The mannequin demonstrates superior reasoning by greedy nuances and sophisticated directions, together with robust tool-calling capabilities that permit it to successfully combine with exterior purposes and providers to automate varied duties reminiscent of net shopping, calculations, or information interactions.
- Instruments uncovered utilizing AgentCore Gateway: AgentCore Gateway offers safe entry to the mandatory instruments required for the Strands or LangGraph agent utilizing normal MCP purchasers. On this resolution, REST APIs are hosted on Amazon API Gateway and uncovered as MCP instruments utilizing AgentCore Gateway.
- Ingress authentication for AgentCore Gateway: AgentCore Gateway is protected with oAuth 2.0 utilizing Amazon Cognito because the identification supplier. You should use different oAuth 2.0 appropriate identification suppliers reminiscent of Auth0, and Keycloak as wanted to suit your use case.
- OpenAPI specs transformed into instruments with AgentCore Gateway: Amazon API Gateway is used because the backend to show the APIs. By importing the OpenAPI specs, AgentCore Gateway offers an MCP appropriate server with out extra configuration for software metadata. The next are the instruments used within the resolution.
get_patient_emr()
: Will get the dad or mum’s and little one’s demographics data.search_immunization_emr()
– Will get the immunization historical past and schedule for the kid.get_available_slots()
– Will get the pediatrician’s schedule round dad or mum’s most well-liked date.book_appointment()
– Books an appointment and returns the affirmation quantity.
- AWS Healthlake because the FHIR server: HealthLake is used to handle affected person information associated to demographics, immunization historical past, schedule and appointments, and so forth. HealthLake is a HIPAA-eligible service providing healthcare firms an entire view of particular person and affected person inhabitants well being information utilizing FHIR API-based transactions to securely retailer and remodel their information right into a queryable format at petabyte scale, and additional analyze this information utilizing machine studying (ML) fashions.
- Egress authentication from AgentCore Gateway to instruments: OAuth 2.0 with Amazon Cognito because the identification supplier is used to do the authentication between AgentCore Gateway and the instruments used within the resolution.
Answer setup
Essential: The next code instance is supposed for studying and demonstration functions solely. For manufacturing implementations, it is suggested so as to add required error dealing with, enter validation, logging, and safety controls. |
The code and directions to arrange and clear up this instance resolution can be found on GitHub. When arrange, the answer appears to be like like the next and is focused in the direction of dad and mom to make use of the for immunization associated appointments.
Customizing the answer
The answer will be personalized to increase the identical or a distinct use case via the next mechanisms:
- OpenAPI specification: The answer makes use of a pattern OpenAPI specification (named
fhir-openapi-spec.yaml
) with APIs hosted on API Gateway. The OpenAPI specification will be personalized so as to add extra instruments or use fully totally different instruments by enhancing the YAML file. You need to recreate the AgentCore gateway after making modifications to the OpenAPI spec. - Agent directions and LLM: The
strands_agent.py
orlanggraph_agent.py
will be modified to make modifications to the purpose or directions for the Agent or to work with a distinct LLM.
Future enhancements
We’re already wanting ahead and planning future enhancements for this resolution.
- AgentCore Runtime: Host strands or a LangGraph agent on AgentCore Runtime.
- AgentCore Reminiscence: Use AgentCore Reminiscence to protect session data in short-term (in session) in addition to long-term (throughout classes) to offer a extra customized expertise to the agent customers.
Innovaccer’s use case for Bedrock AgentCore
Innovaccer’s gravity platform consists of greater than 400 connectors to unify information from EHRs from sources reminiscent of Epic, Oracle Cerner, and MEDITECH, greater than 20 pre-trained fashions, 15 pre-built AI brokers, 100 FHIR sources, and 60 out-of-the-box options with function primarily based entry management, complete audit path, end-to-end encryption, and safe private well being data (PHI) dealing with. Additionally they present a low-code or no-code interface to construct extra AI brokers with the instruments uncovered utilizing Healthcare Mannequin Context Protocol (HMCP) servers.
Innovaccer makes use of Bedrock AgentCore for the next functions:
- AgentCore Gateway to show their OpenAPI specs into HMCP appropriate instruments with out the heavy lifting required to construct, safe, or scale MCP servers.
- AgentCore Identification to deal with the inbound and outbound authentication integrating with Innovaccer- or customer-provided OAuth servers.
- AgentCore Runtime to deploy and scale the AI brokers with multi-agent collaboration, together with logging, traceability and skill to plug in customized guardrails.
Bedrock AgentCore helps enterprise-grade safety with encryption in transit and at relaxation, full session isolation, audit trails utilizing AWS CloudTrail, and complete controls to assist Innovaccer brokers function reliably and securely at scale.
Pricing for Bedrock AgentCore Gateway:
AgentCore Gateway gives a consumption-based pricing mannequin with billing primarily based on API invocations (reminiscent of ListTools
, InvokeTool
and Search API
), and indexing of instruments. For extra data, see the pricing web page.
Conclusion
The combination of Amazon Bedrock AgentCore with healthcare programs represents a major leap ahead within the utility of AI to enhance affected person care and streamline healthcare operations. Through the use of the suite of providers supplied by Bedrock AgentCore, healthcare organizations can deploy refined AI brokers that securely work together with present programs, adhere to strict compliance requirements, and scale effectively.
The answer structure introduced on this submit demonstrates the sensible utility of those applied sciences, showcasing how AI brokers can simplify advanced processes reminiscent of immunization scheduling and appointment reserving. This may cut back administrative burdens on healthcare suppliers and improve the affected person expertise by offering simple entry to crucial well being data and providers.
As we glance to the long run, the potential for AI brokers within the healthcare {industry} is huge. From enhancing diagnostic accuracy to personalizing therapy plans and streamlining scientific workflows, the chances are countless. Instruments like Amazon Bedrock AgentCore may help healthcare organizations confidently navigate the complexities of implementing AI whereas sustaining the best requirements of safety, compliance, and affected person care.
The healthcare {industry} stands on the cusp of a transformative period, the place AI brokers will play an more and more central function in delivering environment friendly, customized, and high-quality care. By embracing these applied sciences and persevering with to innovate, we will create a healthcare community that’s extra responsive, clever, and patient-centric than ever earlier than.
In regards to the Authors
Kamal Manchanda is a Senior Options Architect at AWS with 17 years of expertise in cloud, information, and AI applied sciences. He works intently with C-level executives and technical groups of AWS clients to drive cloud adoption and digital transformation initiatives. Previous to AWS, he led world groups delivering cloud-centric programs, data-driven purposes, and AI/ML options throughout consulting and product organizations. Kamal makes a speciality of translating advanced enterprise challenges into scalable, safe options that ship measurable enterprise worth.
Kuldeep Singh is AVP and Head of AI Platform at Innovaccer. He leads the work on AI agentic workflow layers for Gravity by Innovaccer, a healthcare intelligence platform designed to unify information, brokers, and compliant workflows so well being programs can deploy AI at scale. With deep expertise in information engineering, AI, and product management, Kuldeep focuses on making healthcare extra environment friendly, secure, and patient-centered. He performs a key function in constructing instruments that permit care groups to automate advanced, multi-step duties (like integrating payer or EHR information, orchestrating scientific brokers) with out heavy engineering. He’s keen about lowering clinician burnout, enhancing affected person outcomes, and turning pilot initiatives into enterprise-wide AI options.