PD1-4 in HL7 v2: A Field Guide to Patient Primary Care Provider Name & ID No.
PD1-4 is the field a care-coordination system reaches for when it needs to know who to notify about a patient's encounter — not the attending physician on this visit, but the provider who owns the relationship long-term.
PD1-4 is the Patient Primary Care Provider Name & ID No. field, a composite value carrying the provider's identifier, family name, given name, and credential. It identifies the clinician the patient is assigned to for ongoing care, and it's frequently used to trigger notifications or copy the primary care provider on encounter documentation.
What this field contains
Example
PD1-4 (4521^WELLS^SARAH^^^DR) identifies the patient's assigned primary care provider by ID and name components.
Where this trips people up
Test data often leaves PD1-4 either permanently populated with the same provider or permanently blank, which hides two real failure modes: notification logic that can't handle a missing primary care provider gracefully, and logic that assumes exactly one repetition when the implementation actually allows more. Provider reassignment is also rarely modeled — a patient switching primary care providers between messages is a routine production event that most test suites never generate.