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.