Reference·PID Segment·PID-11
HL7 v2 Reference

PID-11 in HL7 v2: A Field Guide to Patient Address

Jul 27, 2026 · 4 min read
← PID-10 PID-13 →

PID-11 can repeat to carry a home address and a separate mailing address in the same field, but plenty of integrations only ever read the first repetition — which is fine until a patient with a different billing address gets their statement mailed to the wrong location.

Quick answer

PID-11 is the eleventh field of the HL7 v2 PID segment — it carries the patient’s address broken into street, city, state, zip, and country components, and can repeat when more than one address type is sent.

What this field contains

Component 1
Street Address
Component 3
City
Component 4
State
Component 5
Zip or Postal Code
Component 6
Country
Component 7
Address Type (e.g. H for home, M for mailing)

Example

Synthetic example Generated by Synthibase
PID|1||847213609^^^HOSP^MR||GARCIA^ELENA^MARIE||19870314|F|||482 OAK ST^^DENVER^CO^80202^USA^H~PO BOX 1190^^DENVER^CO^80201^USA^M||3035550142|

PID-11 repeats twice here, once for a home address (H) and once for a mailing address (M) for the same patient. Synthetic patient — not a real person.

Where this trips people up

Billing and correspondence systems that only parse the first PID-11 repetition will send statements and letters to a patient’s home address even when a distinct mailing address was supplied. This kind of bug rarely shows up in testing because most synthetic test data only ever includes a single address repetition.

HL7 v2 PID Segment Guide: Fields, Format, and Testing Gotchas
How to Build a Synthetic Patient Registry for Healthcare Testing
How to Write EDI Test Cases That Actually Catch Go-Live Failures
Generate multi-address PID-11 test cases
Synthibase generates synthetic patients with multiple address repetitions and types, so address-handling logic gets tested against the cases that cause misdirected mail in production.
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.