HL7 v2 PID-6 Field Guide: Mother's Maiden Name Codes and Common Mistakes
PID-6 is optional in most feeds and frequently blank, which means any downstream process that relies on it for identity verification or newborn record linking has to handle absence gracefully — a case that's easy to skip in testing because the happy-path data always has it populated.
PID-6 is the sixth field of the HL7 v2 PID segment — it carries the patient's mother's maiden name, historically used as an identity-verification question and still used in some systems to link a newborn's record to the mother's.
What this field contains
Example
MENDEZ in PID-6 is the mother's maiden name, distinct from the patient's own family name in PID-5. Synthetic patient — not a real person.
Where this trips people up
Because this field is so often empty, teams sometimes assume it always will be and skip null handling. Then a newborn-linking workflow or an identity-verification step that depends on it gets a populated value it never expected, or a required-field validation rejects a perfectly valid message that simply left it blank — depending on which direction the bug runs.