HL7 PPP_PCB Patient Pathway Message (Problem-Oriented)
PPP_PCB sends a patient pathway add event, with the pathway as the top-level object and problems as the primary nested detail. It is the problem-oriented pathway companion to PPG_PCG.
Use it when a system is opening or sharing a pathway for a patient and the receiver needs the problem-centered clinical context that explains why the pathway exists.
A small PPP PCB example
What workflow it represents
A pathway has been added for the patient, and the sender is sharing the problem-oriented view of that pathway. Receivers use it to open the pathway, connect it to active problems, route work to care teams, or synchronize care-plan detail across clinical systems.
The problem is not just explanatory text. If it is represented in PRB, it should be managed as a problem record with an action code and stable problem instance identifier.
How to read the structure
The header and patient context are MSH, optional SFT, required PID, and optional PV1/PV2 visit detail.
The required repeating PATHWAY group starts with PTH. PTH identifies the pathway, the pathway instance, the action, and the lifecycle timing for that pathway.
Within each pathway, optional NTE, VAR, and ROL add comments, variances, and pathway roles. The nested PROBLEM group starts with PRB and may carry problem roles, observations, goals, and orders through ROL, OBX, GOL, and ORC.
Implementation traps
Problem-oriented does not mean problem-only. A useful PPP_PCB profile still says what to do with linked goals, observations, orders, roles, comments, and variances.
Do not mix the PTH and PRB lifecycle states. A pathway can remain active while a problem is corrected, resolved, or reprioritized.
Make the message type/trigger explicit in test data. PPG^PCG and PPP^PCB are close enough that copy-paste mistakes are easy and painful.
Reference notes
HL7 terminology identifies PPP as the patient pathway problem-oriented message. In v2.5.1 the PPP_PCB structure requires PID and one or more PTH-led PATHWAY groups, with nested PRB-led problem material and optional observations, goals, orders, roles, comments, and variances.