Reference·PID Segment·PID-6
HL7 v2 Reference

HL7 v2 PID-6 Field Guide: Mother's Maiden Name Codes and Common Mistakes

Jul 27, 2026 · 4 min read
← PID-5 PID-7 →

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.

Quick answer

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

Component 1
Family Name (the mother's maiden surname)
Component 2
Given Name (rarely populated in practice)

Example

Synthetic example Generated by Synthibase
PID|1||847213609^^^HOSP^MR||GARCIA^ELENA^MARIE||19870314|F||MENDEZ||482 OAK ST^^DENVER^CO^80202||3035550142|

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.

HL7 v2 PID Segment Guide: Fields, Format, and Testing Gotchas
HL7 ADT Messages: A01 through A08 Explained
How to Build a Synthetic Patient Registry for Healthcare Testing
Test both populated and blank PID-6 values
Synthibase generates synthetic patients with realistic mixes of populated and empty optional fields, including mother's maiden name, so edge cases like this get covered before go-live.
Start free trial →
This page is written independently by Synthibase for testing and informational purposes. It is not an official publication of HL7 International or X12/Washington Publishing Company, and is not a substitute for reviewing the official standard or your trading partner's companion guide. See our Terms of Service for full legal terms.