CDS Hooks for FHIR: What Actually Works at Point of Care

CDS Hooks for FHIR: What Actually Works at Point of Care

CDS Hooks is the FHIR-native pattern for clinical decision support in EHR workflow. In 2026, three hook types ship in production; two others are aspirational. Understanding which is which affects integration timelines. Production-ready hooks 1. patient-view. Fires when a clinician opens a patient chart. CDS returns cards with alerts, reminders, and links to more context. […]

FHIR Subscription in R5: SubscriptionTopic Practical Notes

FHIR Subscription in R5: SubscriptionTopic Practical Notes

FHIR R5 Subscription replaced R4's per-endpoint criteria-and-hook model with a topic-based model where multiple subscribers reference shared SubscriptionTopic definitions. This scales much better in production; understanding the model matters for anyone building event-driven FHIR integrations. SubscriptionTopic structure A SubscriptionTopic defines: resourceTrigger (what change fires the topic), notificationShape (which fields ride the notification), and canFilterBy (filter […]