Question — what did the chart say on the day of treatment?
MATCH (p:Patient {mrn: 'M12345'})
AT VALID '2024-03-15'
AT RECORDED '2024-03-15'
RETURN p
Provenance walk — where did this credit decision come from?
MATCH (a:Application {id: $appId})
CALL db.propertyProvenance(id(a), 'approved')
YIELD value, validFrom, version, txnAt,
actor, source, reason, confidence
RETURN value, actor, source, reason,
confidence, validFrom
ORDER BY version DESC
Receipt
APPROVED · 0.88c4d1…7f92
actoruw-2831 (piv)
sourcemodel-run 7a13
valid2024-03-15
recorded2024-03-15
ACL chain verified — db.verifyAclChain() OK
SUPERSEDED · rev 2bd41…0f73
reasonbureau correction
txnAt2024-04-02
actorbureau-ingest
confidence0.95
Original decision remains provable