HL7 v2 PID-9 (Patient Alias): Format, Values, and Testing Notes
PID-9 rarely appears in test data, so it's easy to build patient-search and matching logic that only ever looks at PID-5 — until a real patient search by a maiden name, nickname, or previous legal name comes back empty because the alias field was never indexed.
PID-9 is the ninth field of the HL7 v2 PID segment — it carries alternate names for the patient, such as a maiden name, nickname, or former legal name, using the same component structure as PID-5.
What this field contains
Example
MENDEZ^ELENA in PID-9 records a former legal name for the same patient identified by PID-5 as GARCIA^ELENA. Synthetic patient — not a real person.
Where this trips people up
Because PID-9 is used inconsistently across source systems, some feeds populate it richly while others never touch it. Registration and patient-search screens that only query against PID-5 will fail to surface a patient by a maiden name or alias, leading staff to believe no record exists and creating an avoidable duplicate.