HL7 PTR_PCF Patient Pathway Response (Problem-Oriented)
PTR_PCF returns patient pathway information in response to an original-style query, with the pathway organized around problems. It is the response-side cousin of PPP_PCB, which sends a problem-oriented pathway as an add/update-style event.
You will mostly see this when maintaining older patient-care query interfaces. The message is useful, but it lives in the older QRD-based query world.
A small PTR PCF example
What workflow it represents
A requester asks for pathway information, and the maintaining system returns the pathway plus its problem-oriented context. Receivers use this to show why the pathway exists, which problems are attached, and which goals or observations are being tracked under the same plan.
Problem-oriented does not mean problem-only. The response can still include linked goals, observations, orders, roles, comments, and variances.
How to read the structure
The response envelope uses MSH, optional SFT, required MSA, optional ERR, optional QAK, and required QRD.
Each PATIENT group starts with required PID and optional visit detail through PV1 and PV2.
The required repeating PATHWAY group starts with PTH. Optional pathway roles use ROL. Nested problem detail starts with PRB and can carry observations, goals, orders, comments, and variances with OBX, GOL, ORC, NTE, and VAR.
Implementation traps
Do not collapse PTH and PRB lifecycle statuses into one field. A pathway can remain active while a problem is updated, corrected, resolved, or reprioritized.
Make the response limit explicit. If a query asks for pathway detail and the response contains only one of several matching pathways, the receiver needs to know whether that is complete or paged.
Keep PTR_PCF distinct from PPT_PCL. The trigger and message type look similar, but one is problem-oriented and the other is goal-oriented.
Reference notes
HL7 patient-care references identify PTR_PCF as the patient pathway problem-oriented response for event PCF. HL7 terminology also marks PTR as a deprecated/backward-compatible patient pathway response message type.