Skip to Main Content
InterSystems Ideas

Have an idea, suggestion, or something that doesn’t work as expected in InterSystems products or services? Share it here on the InterSystems Ideas Portal.

The Ideas Portal is where community members can propose improvements, report bugs, and help influence the product roadmap across InterSystems products and the overall developer experience. 22% of submitted ideas are implemented by InterSystems or members of the Developer Community.

💡 Ideas and bugs are both welcome, no matter how big or small. You can submit feature requests, usability improvements, workflow suggestions, and bug reports. Whether you’re an experienced expert or just getting started, your fresh perspective is valuable.

🛠️ About bugs and fixes. If you have access to InterSystems WRC, please submit bugs there for immediate action. Bug reports submitted through the Ideas Portal are reviewed and tracked, but do not guarantee immediate resolution.

Start by sharing what could be better - the community and our teams will help take it from there.

Status Needs review
Categories Tutorials
Created by Kate Lau
Created on Mar 18, 2026

Real-Time Clinical Pathway Monitoring via FHIR Event Subscriptions Tutorial

Tutorial Topic

Automating Clinical Pathway Compliance: Building an Event-Driven Exception Management System in IRIS for Health

Learning Objectives

By the end of this tutorial, the learner will be able to:

  • Configure FHIR Subscriptions: Set up a Subscription resource in the IRIS FHIR Repository to trigger an action whenever a MedicationRequest, Observation (Lab), or Procedure is created.

  • Develop a Custom Business Process: Create a BPL (Business Process Language) workflow that calculates "Hospital Day (HOD)" by comparing the current date against the FHIR Encounter admission date.

  • Implement Clinical Logic via Rules Engine: Build a Business Rule Set that evaluates specific compliance criteria (e.g., "If HOD=1 and no Anti-coagulant medication is found, trigger alert").

  • Integrate External Notifications: Configure an Outbound Adapter to send the "Exception Alert" to an external service like Microsoft Teams (via Webhook) or an interactive form.

  • Query FHIR for Context: Use the internal FHIR specialized classes to "pull" additional patient context (like Comorbidities/Conditions) to refine the rule logic.

Target Audience

  • Clinical Informaticians: Who understand the medical pathway logic but need to know how to digitize it.

  • Health Solution Architects: Looking to implement "Active" FHIR architectures rather than "Passive" storage.

  • IRIS Developers: Who are familiar with Ensemble/Interoperability but are new to the FHIR-to-Production trigger mechanism.

Value of this Tutorial

Most FHIR tutorials stop at "How to save a resource." This tutorial addresses the high-value "Last Mile" of healthcare IT:

  1. Efficiency: Replaces manual daily audits with real-time, automated "exception-only" reporting.

  2. Patient Safety: Ensures critical medications or labs aren't missed during specific windows of the surgical pathway (e.g., Joint Surgery Day 0-2).

  3. Scalability: Shows how to use the IRIS Rules Engine, which allows non-coders (like Lead Nurses or Quality Officers) to update the pathway logic without redeploying code.

Related Materials or References

  • ADMIN RESPONSE
    Mar 18, 2026

    Thank you for submitting the idea. The status has been changed to "Needs review".

    Stay tuned!

  • Claire Zheng
    Mar 18, 2026

    Great idea of connecting the tutorial to the high-value "Last Mile".

  • Eng Pei Lim
    Mar 18, 2026

    This clinical pathway helps bridge current clinical gaps, addresses hospital workflow gaps and enables real implementation following training.

  • Jiayi Ooi
    Mar 18, 2026

    I think this would be very crucial for training purposes, and getting the customer's engineers interested and engaged in the important work they will be doing.