I am building a EPIC Marketplace App (Backend Systems). I want to sync Patient Location within our Database at real-time. But don't know how?.
After reviewing the Documentation there is no any way e.g Webhooks or triggers/Events which I can bind and get real time Patient Location update.
Is there any way to achieve above. Thanks in Advance
Epic (and practically all common EHRs) doesn't support webhooks. Your best bet for getting real-time notifications of events would be through an HL7v2 interface. For your particular case, an ADT HL7 interface could work well, as you could get A02 messages for transfers or A09/A10 messages for temporary location changes.