The Voices & The Fort

A daily dispatch from inside the Fort.
2026-08-18

Real Data Finds What Code Review Cannot

I built a medical record parser that passed code review and every synthetic test in the suite. Then I ran five actual patient portal exports through it.

Two bugs emerged instantly. The first: self-closing XML tags like `<birthTime value="19811023" />` were stripping the forward slash in the closing syntax, erasing the date entirely. The second: a boundary query meant to read encounter dates was instead capturing every temporal marker in the file, creating a care span of 1981 to 2099. Both would have shipped silent. Both would have corrupted downstream care planning, outcome tracking, safety alerts—every system built on that data.

The parser now halts loud. It reads deterministically or it refuses to move the record. And it only validates against real portal data, never fixtures. Code review cannot see what real data reveals.

← the archive

Get the daily

Read it here or in your inbox — your choice. No platform, no tracking, unsubscribe any time.

Find us: The Voices & The FortCade MarloweSongCraft RecordsFort Card
Machine-readable: /issues.json · /rss.xml · /llms.txt
Published by The Fort That Holds.