HL7 VXX_V02 Vaccination Query Multiple Matches Response
VXX_V02 is a legacy vaccination query response used when a vaccination query finds multiple possible patient matches. Instead of returning the vaccination history, the receiver returns candidate patient identities so the requester can refine the query or ask a human to choose.
You will mostly see this around older VXQ/VXR immunization workflows, compatibility layers, or historical interfaces. Newer immunization implementations usually use profile-specific QBP/RSP patterns.
A small VXX V02 example
What systems do with it
The registry or immunization system receives a vaccination query but cannot safely choose one patient. It returns an acknowledgment plus the original query context and a repeating set of candidate PID groups. The requester can then refine the search or present the candidates for manual review.
This response should not be mistaken for a vaccination record. A VXX_V02 candidate list normally carries matching patient identities, not immunization administrations.
How to read the structure
MSH identifies VXX^V02^VXX_V02. MSA acknowledges the original query. QRD and optional QRF echo the query definition and filters.
The repeating patient group contains PID and optional NK1. Those groups are the candidate matches. In a real interface, the receiver's guide should define how many candidates can be returned and which fields are safe to display.
Implementation traps
Do not automatically pick the first PID. Multiple-match responses are deliberately asking for disambiguation. If the requester chooses too aggressively, it can attach another person's immunization history to the chart.
Also watch privacy rules. Candidate lists can expose demographic data for people who are not the patient the user intended. Many modern profiles put tighter controls around this workflow.
Reference notes
HL7 v2.3 describes VXX_V02 as the response to a vaccination query returning multiple PID matches. See the HL7 event page for V02. For new IIS work, also compare the receiver's current immunization guide before choosing this older message.