MEV built a
privacy-preserving identity matching flow for pharmacy claims lookup.
Claims data stayed tokenized throughout the platform. When an API request came in, the system accepted only the minimum patient details required for matching, sent those details through the same Datavant tokenization process, and generated comparable tokens. Those tokens were matched against tokenized claims history to identify likely drug coverage.
Raw PII was discarded immediately and never written to disk or stored in the system.
The matching flow worked alongside the broader platform architecture: Snowflake prepared and validated claims data, curated outputs moved through AWS, and the serving layer supported API lookup.