Testing HL7 v2 PR1-4: What Procedure Description Actually Needs to Handle
PR1-4 is meant to be a human-readable companion to the coded value in PR1-3, but nothing enforces that the two actually describe the same procedure. When they drift apart, whichever one a downstream screen displays becomes the version of the truth clinicians and coders see.
PR1-4 is the fourth field of the HL7 v2 PR1 segment — the Procedure Description, a free-text field giving a readable description of the procedure performed, intended to accompany the coded value carried in PR1-3.
What this field contains
Example
PR1-4 carries a free-text description of the procedure, distinct from and longer than the short label embedded in PR1-3. Synthetic record — not a real patient.
Where this trips people up
When a coder or surgeon amends the procedure description after the fact — say, adding detail about an unplanned finding — some systems update PR1-4 without touching PR1-3, or vice versa. A test suite that only checks each field in isolation will pass even though the two fields now describe subtly different procedures. Include test cases that verify both fields together after a documentation amendment, and confirm which field wins when a downstream display has to pick one.