The Data Discipline
Anyone can accumulate data. The rare thing is being able to prove, row by row, where every number came from.
How it works
The warehouse is journal-first: every operational system writes events through a journal that registers the source table and preserves the source key. That single design decision — made years before "data lineage" became a buzzword — is what makes verification possible: a script can walk every indexed event back to the exact row it came from and check that it exists. When I say 99.999% traceability, that's not a quality vibe; it's a measured, repeatable result.
Identity, honestly
Records about the same person arrive from provider, pharmacy, and laboratory systems with different identifiers. The identity layer anchors on strong keys where they exist and falls back to controlled matching where they don't — and, crucially, I report in units I can defend (encounters, membership episodes) rather than claiming unique-person counts the data can't prove. Refusing to publish a flattering-but-unprovable number is what governance means in practice.
Exceptions are catalogued, not hidden
Orphaned line items (0.41%), encounters flagged for treatment without billing detail (2.02%), date and demographic anomalies — all counted, classified, and excluded from any analysis they would distort. A dataset with documented flaws is trustworthy; a dataset with no reported flaws is unexamined.
Privacy by default
Pseudonymization at the identity layer, de-identification before any external use, aggregate-only exposure in anything web-facing, and tiered disclosure rules for sensitive figures. I completed U.S. medical billing & coding coursework in 2025 to map this practice onto U.S. vocabulary and privacy expectations.