This weblog was co-authored with Kuldeep Singh, Head of AI Platform at Innovaccer.
The mixing of agentic AI is ushering in a transformative period in well being care, marking a major departure from conventional AI techniques. Agentic AI demonstrates autonomous decision-making capabilities and adaptive studying in complicated medical environments, enabling it to watch affected person progress, coordinate care groups, and regulate remedy methods in actual time. These clever techniques have gotten deeply embedded in healthcare operations, from enhancing diagnostic precision by means of superior sample recognition to optimizing scientific workflows and accelerating drug discovery processes. Agentic AI combines proactive problem-solving talents with real-time adaptability in order that healthcare professionals can deal with high-value, patient-centered actions whereas the AI handles routine duties and sophisticated information evaluation.
Innovaccer, a pioneering healthcare AI firm, not too long ago 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 document—the place their present options serve greater than 1,600 US care places, handle greater than 80 million unified well being information, and have generated $1.5B in value financial savings—this exemplifies how AWS prospects 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 keep constant interoperability throughout numerous scientific workflows. Customary, generalized protocols fall quick when coping with complicated healthcare techniques and affected person information safety necessities. Healthcare organizations want a sturdy service to transform their present APIs into Model Context Protocol (MCP) suitable instruments that may scale successfully whereas offering built-in authentication, authorization, encryption, and complete audit trails. Amazon Bedrock AgentCore Gateway affords well being care suppliers and digital well being corporations an easy and safe approach to construct, deploy, uncover, and hook up with instruments at scale that they will use to create AI-powered healthcare options whereas sustaining the very best requirements of safety and compliance.
Drawback
Healthcare organizations face vital information silo challenges due to numerous digital well being document (EHR) codecs throughout totally different techniques, usually sustaining a number of techniques to serve specialised departmental wants and legacy techniques. FHIR (Quick Healthcare Interoperability Sources) solves these interoperability challenges by standardizing healthcare information into exchangeable assets (like affected person information and lab outcomes), enabling seamless communication between totally different techniques whereas sustaining safety and enhancing care coordination. Nonetheless, implementing FHIR presents its personal challenges, together with technical complexity in integrating with legacy techniques and the necessity for specialised experience in healthcare informatics and API growth.
The implementation of AI brokers introduces new layers of complexity, requiring cautious design and upkeep of interfaces with present techniques. 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 techniques to seamlessly work together with exterior instruments, information sources, and companies by means of a unified interface. Nonetheless, the event and scaling of MCP servers require substantial assets and experience. Internet hosting these companies calls for ongoing growth time and a focus to keep up optimum efficiency and reliability. As healthcare organizations navigate this complicated terrain, addressing these challenges turns into vital for reaching true interoperability and harnessing the complete potential of contemporary healthcare know-how.
Deploy, improve, and monitor AI brokers at scale utilizing Amazon Bedrock AgentCore
By utilizing Amazon Bedrock AgentCore, you possibly can deploy and function extremely succesful AI brokers securely at scale. It affords infrastructure purpose-built for dynamic agent workloads, highly effective instruments to reinforce brokers, and important controls for real-world deployment. Bedrock AgentCore affords a set of composable companies with the companies most related to the answer on this submit talked about within the following checklist. For extra info, see the Bedrock AgentCore documentation.
- AgentCore Runtime supplies 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 supplies a safe method for brokers to find and use instruments together with simple transformation of APIs, AWS Lambda capabilities, and present companies into agent-compatible instruments. Gateway hurries up customized code growth, infrastructure provisioning, and safety implementation so builders can deal with constructing revolutionary agent purposes.
- AgentCore Identification supplies a safe, scalable agent identification and entry administration functionality accelerating AI agent growth. It’s suitable 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 by means of unified operational dashboards. With assist for OpenTelemetry suitable telemetry and detailed visualizations of every step of the agent workflow.
On this answer, we show how the person (a father or mother) can work together with a Strands or LangGraph agent in conversational type and get details about the immunization historical past and schedule of their baby, inquire concerning the obtainable slots, and ebook appointments. With some modifications, AI brokers could be made event-driven in order that they will robotically ship reminders, ebook appointments, and so forth. This reduces the executive burden on healthcare organizations and the dad and mom who not must hold monitor of the paperwork or make a number of calls to ebook appointments.
As proven within the previous diagram, the workflow for the healthcare appointment ebook constructed utilizing Amazon Bedrock AgentCore is the next:
- Person interacts with Strands or LangGraph agent: The answer accommodates each Strands and LangGraph brokers. You may also use different frameworks similar to AutoGen and CrewAI.
- Reasoning LLM from Amazon Bedrock: Claude 3.5 Sonnet giant language mannequin (LLM) is used from Amazon Bedrock. The mannequin demonstrates superior reasoning by greedy nuances and sophisticated directions, together with sturdy tool-calling capabilities that enable it to successfully combine with exterior purposes and companies to automate varied duties similar to net looking, calculations, or information interactions.
- Instruments uncovered utilizing AgentCore Gateway: AgentCore Gateway supplies safe entry to the mandatory instruments required for the Strands or LangGraph agent utilizing normal MCP shoppers. On this answer, 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 need to use different oAuth 2.0 suitable identification suppliers similar to 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 reveal the APIs. By importing the OpenAPI specs, AgentCore Gateway supplies an MCP suitable server with out further configuration for device metadata. The next are the instruments used within the answer.
get_patient_emr(): Will get the father or mother’s and baby’s demographics info.search_immunization_emr()– Will get the immunization historical past and schedule for the kid.get_available_slots()– Will get the pediatrician’s schedule round father or mother’s most popular 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 corporations 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 answer.
Resolution setup
| Essential: The next code instance is supposed for studying and demonstration functions solely. For manufacturing implementations, it’s endorsed 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 answer can be found on GitHub. When arrange, the answer appears 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 could be personalized to increase the identical or a distinct use case by means of 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 could be personalized so as to add extra instruments or use solely totally different instruments by enhancing the YAML file. You should recreate the AgentCore gateway after making modifications to the OpenAPI spec. - Agent directions and LLM: The
strands_agent.pyorlanggraph_agent.pycould be modified to make modifications to the objective or directions for the Agent or to work with a distinct LLM.
Future enhancements
We’re already trying ahead and planning future enhancements for this answer.
- AgentCore Runtime: Host strands or a LangGraph agent on AgentCore Runtime.
- AgentCore Reminiscence: Use AgentCore Reminiscence to protect session info 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 contains greater than 400 connectors to unify information from EHRs from sources similar to Epic, Oracle Cerner, and MEDITECH, greater than 20 pre-trained fashions, 15 pre-built AI brokers, 100 FHIR assets, and 60 out-of-the-box options with position primarily based entry management, complete audit path, end-to-end encryption, and safe private well being info (PHI) dealing with. Additionally they present a low-code or no-code interface to construct further 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 suitable 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 talent 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 affords a consumption-based pricing mannequin with billing primarily based on API invocations (similar to ListTools, InvokeTool and Search API), and indexing of instruments. For extra info, see the pricing web page.
Conclusion
The mixing of Amazon Bedrock AgentCore with healthcare techniques represents a major leap ahead within the software of AI to enhance affected person care and streamline healthcare operations. By utilizing the suite of companies supplied by Bedrock AgentCore, healthcare organizations can deploy subtle AI brokers that securely work together with present techniques, adhere to strict compliance requirements, and scale effectively.
The answer structure offered on this submit demonstrates the sensible software of those applied sciences, showcasing how AI brokers can simplify complicated processes similar to immunization scheduling and appointment reserving. This may scale back administrative burdens on healthcare suppliers and improve the affected person expertise by offering simple entry to vital well being info and companies.
As we glance to the longer term, the potential for AI brokers within the healthcare {industry} is huge. From enhancing diagnostic accuracy to personalizing remedy plans and streamlining scientific workflows, the chances are countless. Instruments like Amazon Bedrock AgentCore can assist healthcare organizations confidently navigate the complexities of implementing AI whereas sustaining the very 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 position in delivering environment friendly, customized, and high-quality care. By embracing these applied sciences and persevering with to innovate, we are able to create a healthcare community that’s extra responsive, clever, and patient-centric than ever earlier than.
Concerning 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 prospects to drive cloud adoption and digital transformation initiatives. Previous to AWS, he led world groups delivering cloud-centric techniques, data-driven purposes, and AI/ML options throughout consulting and product organizations. Kamal focuses on translating complicated 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 techniques 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 position in constructing instruments that enable care groups to automate complicated, multi-step duties (like integrating payer or EHR information, orchestrating scientific brokers) with out heavy engineering. He’s keen about decreasing clinician burnout, enhancing affected person outcomes, and turning pilot initiatives into enterprise-wide AI options.

