Does IRIS Agents support version controlling prompts?

Yes, IRIS Agents supports version controlling prompts. When a prompt with the same name is created again, it creates a new version rather than overwriting the previous one. The latest version is fetched by default, while older versions can still be retrieved explicitly. This makes it really useful for prompt iteration and A/B testing.

Thanks for the clear demo!

In the demo, Jordan uses the ExplantIQ AI Assistant to investigate a spike in the claims data. What is the third question she asks the assistant to close the loop on that investigation?
The third question is: “List the top five procedures contributing to warranty credits recovered in Q4 2025.”

Really interesting to see how ExplantIQ brings compliance, claims, and operational data together in such a practical workflow. Thanks for the great demo!  

Really interesting demo—especially the way InterSystems Health Gateway brings together longitudinal patient data and AI-assisted analysis to help surface potential rare disease patterns that might otherwise be missed.

What are the three national health information networks that InterSystems Health Gateway connects to?

The three national health information networks connected through Health Gateway are Carequality, CommonWell, and eHealth Exchange.

What protocol does Health Galaxy use to allow AI to communicate with FHIR endpoints?

Health Galaxy uses the Model Context Protocol (MCP) via the MCP Gateway to enable AI to communicate with FHIR endpoints. 

A very smart and elegant way to handle interoperability across systems. Thanks for your demo, really enjoyed it!

What are the 3 agents involved in our chatbot's workflow?

The three agents involved in the chatbot’s workflow are the Intake Agent, which gathers patient data, the Triage Decision Agent, which determines the priority of the case, and the Routing Agent, which directs the patient to the appropriate care pathway.

Thanks for the great demo, really interesting use of AI in healthcare!

What is a collection table?

It’s a table dynamically populated with key fields extracted from incoming messages, used to aggregate and analyze data.

Why are the AI assistants called "Castor" and "Pollux"?

Castor and Pollux are the twin stars of the Gemini constellation, which matches the Gemini-powered AI used in the demo.
Really nice demo, I can see how these assistants could make clinicians’ lives easier.

Which programming language is the HL7 validation data profiler implemented in?
It’s implemented in Python. Really interesting approach to analyzing HL7 data quality issues, thank you!