HL7 PPG_PCG Patient Pathway Message (Goal-Oriented)
PPG_PCG sends a patient pathway add event, with the pathway as the top-level clinical planning object and goals as the main nested detail. This appears in patient-care integrations where a standardized pathway or plan of care is being opened for a patient and the receiver needs the goal-oriented pieces that belong inside it.
Think of it as, "this patient is now on this pathway, and here are the goals and supporting context we want you to carry with it."
A small PPG PCG example
What workflow it represents
A care pathway has been added for the patient, and the sender is sharing the goal-oriented view of that pathway. Receivers might create a pathway record, open care-management work, populate goal tracking, or expose the pathway in a longitudinal care-plan view.
The pathway is the container. The goals inside it should remain identifiable so later messages can update, correct, complete, or remove them without rebuilding the whole pathway by hand.
How to read the structure
The message starts with MSH, optional SFT, required PID, and optional patient visit context through PV1 and PV2.
The required repeating PATHWAY group starts with PTH. PTH carries the action code, pathway ID, pathway instance ID, established date/time, and lifecycle status.
Within each pathway, optional NTE, VAR, and ROL add comments, variances, and pathway roles. The nested GOAL group starts with GOL and may carry role, observation, problem, and order context through ROL, OBX, PRB, and ORC.
Implementation traps
Do not flatten the pathway away unless both sides explicitly agree to that. If PTH is ignored, downstream users can lose the difference between a standalone goal and a goal that belongs to a formal pathway.
Keep pathway IDs and goal IDs separately. PTH-3 identifies the pathway instance; GOL-4 identifies a goal instance under or near that pathway.
Some local data labels for this family are terse, but HL7 terminology distinguishes PPG as the patient pathway goal-oriented message. Make that distinction in interface specs so PPG and PPP_PCB do not get swapped.
Reference notes
HL7 terminology identifies PPG as the patient pathway goal-oriented message. In v2.5.1 the PPG_PCG structure requires PID and one or more PTH-led PATHWAY groups, with nested GOL-led goal material and optional observations, problems, orders, roles, comments, and variances.