Hospital Revenue Cycle Management Path · Mission 15 of 25Hard

Claim-to-remit lag — LAG window across event streams

LAG() OVER (PARTITION BY claim_id ORDER BY event_date) on a UNION-ALL of two facts (claims + remits). The most authentic event-stream exercise in RCM: how many days from claim submission to first remit posting? Combines event-stream construction, window LAG, and event-type filtering — the same pattern Expert tier (M19) uses for multi-touch attribution.

The Brief

You'll practice

UNION ALL eventsLAG windowDate diff