Thursday, May 21, 2026

Clever radiology workflow optimization with AI brokers


Many healthcare organizations report that conventional worklist techniques depend on inflexible guidelines that ignore vital context, radiologist specialization, present workload, fatigue ranges, and case complexity. This creates a persistent problem: radiologists cherry-pick simpler, higher-value instances whereas avoiding complicated research, resulting in diagnostic delays and elevated prices. Analysis throughout 62 hospitals analyzing 2.2 million research discovered that inefficient case task causes 17.7-minute delays for expedited instances and prices of $2.1M–$4.2M throughout hospital networks. The foundation trigger is simple: conventional radiology worklist techniques depend on inflexible, rule-based engines that ignore the context that issues most — radiologist specialization, present workload, fatigue ranges, and case complexity. On this put up, we’ll present construct an radiology workflow optimization with AI brokers on Amazon Bedrock AgentCore and Strands Brokers SDK .

Radiologist worklist techniques depend on deterministic, rule-based engines that route research in keeping with predefined logic. Static specialty matching ignores context, corresponding to whether or not the obtainable radiologist has been decoding complicated instances for a number of consecutive hours or whether or not a simple follow-up scan really warrants subspecialist consideration. Workload balancing responds to present queue depth moderately than anticipating calls for primarily based on case complexity, estimated interpretation time, or doctor fatigue patterns. Most critically, no studying happens when deterministic guidelines produce suboptimal assignments, the identical inefficient patterns repeat till somebody manually updates the underlying logic. On this put up, you possibly can discover ways to:

  • Cut back diagnostic delays by constructing an clever worklist system
  • Deploy AI brokers that cause about your workforce’s specialization, workload, and fatigue
  • Implement context-aware case task that reduces diagnostic delays

By shifting past inflexible, deterministic guidelines towards Agentic AI that actually understands our subspecialties, we’re witnessing a paradigm shift that elevates radiology workflow from easy job administration to actually autonomous orchestration. The proper subspecialist is seamlessly matched with the correct case on the proper time, releasing radiologists to focus completely on diagnostic excellence moderately than navigating the queue. Radiology Companions acknowledges this as a mission-critical workflow functionality and is partnering with AWS to undertake Agentic AI for clever workflow optimization.

Agentic AI strategy

An AI agent is an autonomous software program part that may understand its surroundings, cause about objectives, and take actions to realize them. In your radiology workflow optimization, a community of specialised AI brokers collaborates to orchestrate complicated medical workflows from begin to end. Every agent handles particular duties throughout the workflow. Brokers coordinate throughout specialties and adapt to ship optimum outcomes for sufferers and workforce. AI brokers on Bedrock AgentCore consider a number of components concurrently corresponding to radiologist specialization, present workload, fatigue patterns, case complexity, medical urgency, and availability to make optimum case assignments. The AI fashions powering the brokers are basis fashions (FMs) obtainable via Amazon Bedrock. The system repeatedly learns from historic patterns and adapts to altering situations, minimizing the inducement buildings that drive cherry-picking conduct.

Overview of the answer

This part walks you thru the answer structure and implementation of accelerating radiology imaging workflows by intelligently optimizing examination prioritization and radiologist task. A pattern examination task output from the clever worklist orchestrator is proven within the following determine. A knee MRI examine arrives in image archiving and communication system (PACS) and must be assigned. The agentic worklist optimization system suggests the first task together with rationale as beneath.

The answer structure reveals elements described within the following sections.

AWS Healthcare Imaging architecture diagram showing Intelligent Worklist Orchestration with Amazon Bedrock AgentCore for automated radiology exam assignment, prioritization, and multi-agent AI workflows.Overview A comprehensive technical system architecture diagram illustrating an AWS-based intelligent radiology worklist management platform. The system uses Amazon Bedrock AgentCore to orchestrate multiple AI agents that automate exam assignment, radiologist matching, and exam prioritization in healthcare imaging workflows. Key Components and Data Flow User Layer (Left Side): A Radiologist interacts with the Application interface via user queries with human-in-the-loop capability A Tech performs exam acquisitions through the PACS (Picture Archiving and Communication System) Orchestration Layer (Center): The Intelligent Worklist Orchestration engine receives exam assignment triggers from PACS and user queries from the Application It coordinates multiple specialized AI agents running within AgentCore Runtime: Exam Metadata Synthesizer Agent (step 2a) — processes exam metadata Patient History Synthesizer Agent (step 3b) — aggregates patient clinical history Rad Assignment Agent (step 4a) — determines radiologist assignment Rad Availability Agent (step 4b) — checks radiologist scheduling availability Dynamic Rules Agent (step 4c) — applies business and clinical rules Exam Prioritization — determines worklist ordering Memory Layer: AgentCore Memory provides dual-tier storage: Short-term memory: Exam context raw data for current sessions Long-term memory: Assigned exam vector store for historical pattern retrieval Security and Gateway Layer: AgentCore Gateway manages inbound/outbound authentication AgentCore Identity connects to an external Identity Provider for zero-trust security MCP Server (streamable-HTTP) exposes Clinical Data API and Rad Calendar tools AI/ML Services (Right Side): Amazon Bedrock Models and Guardrails power LLM invocations for agent reasoning AWS HealthImaging provides medical image metadata storage Amazon SageMaker AI runs imaging inference models with image fetch capabilities Imaging API aggregates metadata and inference results Observability (Top Right): AgentCore Observability collects agent traces for monitoring and debugging Architectural Patterns Highlighted Multi-agent orchestration with specialized sub-agents MCP (Model Context Protocol) for standardized tool access RAG-based vector store for long-term exam assignment history Responsible AI enforcement via Amazon Bedrock Guardrails Human-in-the-loop decision-making at the application layer Visual Layout The diagram flows left-to-right: users and entry systems on the left, the central orchestration and agent runtime in the middle, and external AWS services (Bedrock, HealthImaging, SageMaker) on the right. Numbered indicators (1, 2a, 3b, 4a, 4b, 4c) show the execution sequence of agents. Dashed lines represent LLM invocations and observability traces, while solid lines represent data flows and API calls. SEO Keywords AWS HealthImaging, Amazon Bedrock AgentCore, radiology worklist automation, multi-agent AI architecture, PACS integration, medical imaging AI, healthcare workflow orchestration, Amazon SageMaker imaging models, MCP server, radiologist assignment AI, exam prioritization, clinical decision support, healthcare AI architecture diagram

    1. The workflow is initiated when a technologist acquires a brand new examination that turns into obtainable within the image archiving and communication system (PACS) for studying. A queue of exams verified by technologists for picture high quality await task to the perfect obtainable radiologist. The task course of operates as an asynchronous workflow, the place exam-to-radiologist matching triggers primarily based on dynamic guidelines. The aim of the system is to assign the correct radiologist to the correct examination on the proper time.
    2. The examination task set off initiates AgentCore Runtime session by calling Clever worklist orchestration agent (2), which represents the mind of the answer. The orchestration agent is liable for coordinating a number of specialised AI brokers that execute their respective duties in parallel. For routine workflows, the orchestrator first coordinates with two brokers, the Examination Metadata Synthesizer and Affected person Historical past Synthesizer to gather related contextual info. Primarily based on this aggregated information, the Rad Task Agent applies reasoning logic to match the examination with the optimum radiologist. For precedence instances, triaging techniques establish vital findings requiring quick consideration. When AI algorithms detect pressing situations corresponding to intracranial hemorrhage, they robotically set off examination prioritization, prompting the orchestrator to flag a high-priority indicator for the studying radiologist. The brokers are hosted on AgentCore Runtime, utilizing the AgentCore Runtime starter toolkit, the AgentCore SDK or straight via AWS SDKs.
    3. Amazon Bedrock Guardrails is utilized at two factors within the worklist movement. On the inbound facet, it intercepts queries earlier than they attain the Worklist orchestrator, rejecting prompts that try and extract affected person personally identifiable info (PII), corresponding to names, SSNs, addresses from the medical information shops. On the outbound facet, it scans agent responses from the Examination metadata, Medical information historical past, Rad mapper, Examination prioritization and Dynamic guidelines brokers to redact PII that will have surfaced throughout retrieval from AgentCore Reminiscence or the Medical information API. This fashion, brokers internally function on full exam-level information for correct optimization, however solely floor operationally related info (examination kind, modality, urgency, scheduling) again to the person. Matter restrictions additional constrain brokers to worklist optimization queries solely.
    4. The Examination metadata synthesizer agent (3a) extracts examination particulars together with modality, physique half, and urgency flags from incoming research. Concurrently, the Affected person historical past synthesizer agent (3b) gathers related medical context and retrieves prior examination information to offer complete affected person background info that informs prioritization choices.
    5. The Rad Task Agent (4) optimizes radiologist allocation for every examination by analyzing a number of components together with radiologist profiles, roles, specialties, most popular hospital affiliations, real-time availability, and dynamic enterprise guidelines. The agent intelligently balances the worklist by matching every examine to the radiologist whose specialization aligns with the examination kind, prioritizing STAT instances to fulfill pressing necessities, and distributing a wholesome mixture of complicated and routine research to stop fatigue. Future enhancements can allow the agent to route research primarily based on their originating hospital and corresponding Service stage settlement (SLA) turnaround time necessities.
    6. The Rad availability sub agent (4a) checks real-time schedules and present workload distribution to steadiness case allocation. Moreover, the Dynamic guidelines agent (4b) applies important enterprise logic together with service stage settlement necessities, new modalities and examination varieties, and escalation insurance policies for compliance with institutional and contractual obligations. The agent may even use unstructured notes from the technologist in choice making for matching.
    7. AgentCore Reminiscence maintains contextual info for examination processing via two complementary reminiscence techniques:
      • Quick-term Reminiscence shops uncooked interactions to protect context inside particular person classes. It captures the whole dialog historical past as sequential occasions, with every examination metadata entry and agent response saved individually. This structure helps the agent to reconstruct your entire dialog historical past, sustaining continuity even after service restarts or examination reprioritization triggers. When an assigned examination fails to fulfill its service stage settlement (SLA), a set off notifies the orchestrator to provoke the reassignment. The system retrieves examination metadata from short-term reminiscence context and invokes solely the radiologist availability agent. Equally, when an assigned radiologist rejects or skips an examination, the reassignment course of is robotically triggered primarily based on short-term reminiscence context for accelerated task.
      • Lengthy-term reminiscence supplies persistent data retention throughout a number of classes utilizing a semantic reminiscence technique. The system extracts and shops key details about examination assignments, together with Order MRN (Medical File Quantity) and assigned radiologist, process kind and imaging modality, affected person medical historical past, task rationale, and choice components. This persistent data base maintains a complete radiologist task historical past, which helps the system be taught from previous choices and optimize future examination distributions primarily based on historic patterns, radiologist experience, and workload balancing. Whereas semantic reminiscence retains details, AgentCore’s episodic reminiscence captures experience-level data: the objectives tried, reasoning steps, actions taken (together with instruments used and context or parameters handed), outcomes, and reflections of the outcomes. As a substitute of storing each uncooked occasion, it identifies necessary moments like SLA breaches or task rejections by radiologists, summarizes them into compact information, and organizes them so the system will retrieve what issues with out noise. Reflections rework episodic experiences into strategic data by figuring out patterns, extracting insights, and synthesizing actionable steerage that helps brokers to be taught and make more and more knowledgeable choices over time.
    8. Examination prioritization agent (5) will triage the exams utilizing imaging fashions that establish the necessity to enhance the precedence of an examination primarily based on a vital discovering like acute pulmonary embolism, a situation that wants quick consideration to optimize medical outcomes. This asynchronous workflow processes pictures via AI imaging fashions corresponding to Artery-aware community (AANet) for pulmonary embolism detection in CT pulmonary angiography (CTPA) pictures. When fashions detect vital findings with excessive confidence, they robotically set off examine prioritization for quick radiologist overview.
    9. As soon as the examination is assigned to a radiologist, they’ll work together with an clever front-end workflow administration software that makes the workflow optimization accessible via a user-friendly interface. The radiologist can settle for, reject, or skip the task and proceed with studying. The radiologist’s decisions are robotically discovered by the system to enhance over time. For instance, steady adaptive studying by analyzing suggestions loops and contextual judgment, the agentic system refines case distribution in real-time, lowering the cognitive load on radiologists. Episodic reminiscence technique reflections constructed on episodic information like SLA breach, task rejection assist analyze previous episodes to floor insights, patterns, and higher-level conclusions. As a substitute of merely retrieving what occurred, reflections assist the system perceive why sure occasions matter and the way they need to affect future conduct.
    10. When brokers require exterior information to finish their duties, they invoke instruments through the /mcp endpoint via the AgentCore Gateway. This gateway serves because the central integration hub for your entire structure, dealing with Mannequin Context Protocol (MCP) routing together with inbound and outbound authentication for system communications. The gateway connects to AgentCore Identification, which integrates with exterior identification suppliers for safe entry management throughout system interactions and information exchanges.

Device requests are routed to the MCP Server throughout the AgentCore Runtime, which exposes a number of backend instruments important to the workflow. These built-in instruments embrace entry to Medical information API for accessing affected person information and medical histories from digital well being report (EHR) techniques and the Rad calendar for retrieving radiologist scheduling info via MCP server. The instruments will use current enterprise Imaging APIs for direct imaging examine entry from PACS through OpenAPI specs.

Implementation steps

The next steps are wanted to implement the answer. For the total code, see the GitHub repository.

  1. The clever worklist orchestrator agent makes use of the agent-as-tool sample and has entry to 4 Strands instruments as sub-agent. The orchestrator agent determines which specialised “tool-agent” is greatest fitted to a sub-task. It then “calls” that agent as if it had been a operate. When known as, the sub-agent takes over the sub-task. It makes use of its personal giant language mannequin (LLM) and immediate to cause via the issue, calling its personal instruments a number of instances earlier than returning a synthesized outcome to the orchestrator. The agent makes use of its built-in MCP consumer to provoke communication to the correct instruments via the AgentCore Gateway. This permits the agent to execute complicated duties autonomously by utilizing these instruments for real-world motion for matching radiologists primarily based on their specialties, retrieving affected person medical historical past, extracting examination metadata, and checking their shifts. This agent makes use of the next system immediate:
    MAIN_SYSTEM_PROMPT = ""
    
    You're a Radiologist Task Orchestrator Agent liable for figuring out and recommending probably the most applicable radiologist for a brand new medical imaging examine.
    
    You obtain a person question together with a JSON object containing related examine and affected person information. 
    
    Position & Obligations
    Your main tasks are:
    
    Delegate particular duties to specialised sub-agents: rad_mapper, image_assessor, clinical_data_collector, metadata_finder, and shift_checker. 
    Gather related historic affected person information and collect detailed details about the imaging examine, significantly rom its metadata
    Analyze all collected info to establish and return a prioritized listing of applicable radiologists for task
    Handle the end-to-end workflow throughout all system elements
    Make sure that all suggestions align with established medical greatest practices
    
    Device choice
    At all times choose probably the most applicable sub-agent or instrument primarily based on the character of the incoming question and the information obtainable.
    
    Behavioral Pointers
    You should at all times:
    
    Keep HIPPA compliance and shield affected person information privateness at each step
    Observe established medical workflows with out deviation
    Doc choice rationale clearly and transparently for each advice
    Coordinate successfully with all sub-agents for seamless info movement
    Prioritize affected person security above all different issues in each advice
    
    Output Format
    Return the beneficial radiologists in precedence order, together with a short rationale for every advice primarily based on the examine kind, metadata, affected person historical past, and radiologist availability/experience.
    ""

  2. The MCP server makes use of FastMCP with stateless HTTP transport, exposing instruments adorned with @mcp.instrument() that present radiologist search, imaging examine metadata, affected person medical information, and shift availability. These MCP instruments are accessed by brokers via the AgentCore Gateway to retrieve related information. Rad calendar MCP instrument finds radiologists’ shifts and real-time schedules from healthcare scheduling techniques for the radiologist availability sub-agent. Equally, the medical information MCP instrument can discover the affected person’s historic medical information for the affected person historical past synthesizer agent.
  3. The next sub-agents are created.
    • First is Rad task agent (rad_mapper) that matches radiologists primarily based on facility, web site, illness, subspecialty, affected person historic well being information, medical notes, and different medical parameters, then categorizes them by precedence and solutions questions on radiologist particulars.
    • Second is the Affected person historical past synthesizer agent (clinical_data_collector) that retrieves affected person medical historical past and identifies related historic info for radiologist task.
    • Third is an Examination metadata synthesizer agent (metadata_finder) that extracts metadata from the present medical imaging examine to offer context (anatomy, notes, examination particulars) for radiologist task.
    • Fourth is the Rad availability agent (shift_checker), which verifies radiologist availability and selects the perfect obtainable radiologist from the filtered listing by checking their schedules, present workload, and exceptions. The listing is filtered by medical information collector, metadata finder, and rad_mapper sub-agents.
  4. By means of the AgentCore Gateway, brokers are offered entry to PACS/Imaging API for querying examination metadata. AWS HealthImaging supplies the cloud-native medical imaging repository, storing petabytes of DICOM pictures with sub-second retrieval speeds. It supplies the examination metadata synthesizer agent with entry to imaging examine metadata together with affected person historical past, modality kind, physique components examined, and urgency ranges.
  5. The answer makes use of Amazon SageMaker AI to carry out real-time inference on machine studying fashions that detect acute, time-sensitive situations corresponding to pulmonary embolism. These fashions analyze medical pictures saved in AWS HealthImaging and detect key findings that warrant quick examination reprioritization. Inference outcomes are returned through the PACS/Imaging API to the brokers such because the examination prioritization agent, which dynamically adjusts worklist ordering primarily based on medical urgency.
  6. On this answer, AgentCore Observability is used to hint the total execution path when a question flows via the Clever worklist orchestrator and followers out to the Examination metadata, Medical information historical past, Rad mapper, Rad shift checker, and Dynamic guidelines brokers. Every agent invocation is captured as a hint with particular person spans, so when an examination task request takes longer than anticipated, it may pinpoint whether or not the bottleneck was within the Medical information API name through MCP Gateway, a sluggish reminiscence retrieval from AgentCore Reminiscence, or the LLM inference itself. The Trajectory view proven right here visualizes this end-to-end span chain for a single worklist question, making it simple to debug points like a Rad shift checker agent failing to retrieve calendar information or the orchestrator routing to the flawed sub-agent. These traces feed into Amazon CloudWatch dashboards that monitor per-agent latency, instrument invocation success charges, token consumption, and reminiscence learn/write patterns. This supplies the operations workforce the alerts they should tune agent efficiency and catch regressions earlier than they impression worklist throughput.

trace the full execution path when a query flows through the Intelligent worklist orchestrator and fans out to the Exam metadata, Clinical data history, Rad mapper, Rad shift checker, and Dynamic rules agents.

Cleanup

The code and directions to arrange and clear up this answer can be found within the Clever radiology workflow optimization GitHub repo.

Conclusion

On this put up, we confirmed how shifting your radiology worklist administration from inflexible, rule-based techniques to clever, agent-driven orchestration offers your group a sensible path to lowering operational inefficiencies and defending your clinicians from burnout. The outcomes now we have walked via present that your workflows enhance not by including extra guidelines, however by deploying techniques able to real reasoning, contextual judgment, and steady adaptation. You’ll be able to prolong this answer additional to extend its worth. By analyzing examination quantity and complexity patterns, your brokers can establish workflow bottlenecks earlier than they develop into backlogs, enabling proactive scheduling changes corresponding to bringing in extra radiologists early, exactly when and the place your information reveals demand will spike. If you end up prepared to maneuver ahead, begin by figuring out the highest-impact use instances in your personal surroundings. From there, set up sturdy integration patterns along with your current medical techniques, and undertake a phased strategy that provides your answer the time and information it must be taught, refine, and repeatedly enhance.

Get began as we speak by contacting your AWS account consultant to debate a pilot implementation. To be taught extra, communicate along with your AWS account workforce.


Concerning the authors

Mark Logan

Mark Logan is Senior Vice President of Medical Know-how Merchandise at Mosaic Medical Applied sciences, the know-how providers division of Radiology Companions. He brings over 25 years of expertise in healthcare software program, with a deep specialization in radiology spanning the previous 20 years. Earlier than becoming a member of Radiology Companions, Mark served as Growth Government for IBM Watson Well being Imaging, the place he led the event of the enterprise imaging portfolio. He holds a bachelor’s diploma in pc engineering from the College of Toronto.Radiology Companions.

Anurag Sharma

Anurag is a Senior Options Architect for Healthcare & Life Sciences at AWS India, the place he bridges the hole between know-how and area experience. Drawing on over 23 years of trade expertise, together with founding a pediatric healthcare startup, he collaborates with healthcare and life sciences organizations to resolve complicated enterprise challenges by creating and recommending modern options that leverage cloud computing, AI/ML (together with Generative and Agentic AI), and rising applied sciences.

Priya Padate

Priya is a Senior Accomplice Options Architect with experience in HCLS at AWS. Priya drives go-to-market methods with companions, and her experience is in serving to world healthcare clients develop scalable options to interdisciplinary issues with in depth expertise within the software of AI/ML throughout the healthcare area. She is obsessed with utilizing know-how to remodel the healthcare trade to drive higher affected person care outcomes.

Dr. Ekta Walia Bhullar

Ekta Walia, PhD, is a principal generative AI Advisor with AWS Healthcare and Life Sciences Skilled Providers workforce, spearheading the event AI functions remodeling trendy healthcare. She has been instrumental in advancing AI functions throughout the healthcare and life sciences spectrum—from medical diagnostic, drug discovery to industrial healthcare operations.

Mike Piper

Mike Piper is a International Account Supervisor supporting strategic HCLS accounts at AWS, bringing over 20 years of expertise serving giant well being techniques and tutorial drugs organizations. Having labored in each trade and consulting, he has partnered with executives at a number of the nation’s largest healthcare organizations to drive large-scale transformation via know-how innovation, AI-first methods, and holistic care supply—whereas additionally chairing a regional healthcare management board and contributing thought management via publications and nationwide talking engagements.

Related Articles

Latest Articles