HL7 SIU_S13 Appointment Rescheduling
SIU_S13 is the unsolicited notification that an existing appointment has been rescheduled. The filler schedule already knows the appointment, and it is telling downstream systems to move that appointment rather than create a new one.
Like the other SIU notification events, S13 uses the shared SIU^S13^SIU_S12 structure. The trigger event says this is a reschedule; the SIU_S12 structure supplies the common scheduling layout shown in the panel below.
A small SIU S13 example
What systems do with it
The sender is the scheduling or filler application. Receivers move the appointment on calendars, worklists, reminders, preparation queues, resource schedules, and patient-facing systems. The key is preserving the appointment identity in SCH so the receiver updates the existing appointment instead of creating a duplicate.
The patient group still matters because receivers often use PID and PV1 to confirm the appointment belongs to the right patient and visit. Resource groups in RGS, AIS, AIL, and AIP tell the receiver which service, room, equipment, and people moved with the appointment.
How to read the structure
The generated panel shows SIU_S12 because all these SIU notification events share the same local structure. For S13, pay special attention to appointment identifiers in SCH and start/duration data in SCH, TQ1, AIS, AIL, and AIP.
If several timing fields are present, the interface specification should define which segment is authoritative. Otherwise one receiver may move the appointment to the SCH time while another follows the resource time.
Implementation traps
The classic trap is creating a second appointment. If the receiver cannot match the placer or filler appointment ID, it should reject or quarantine the message rather than quietly making a duplicate.
Another trap is using S13 for appointments that are already in progress or completed. HL7 scheduling guidance generally treats in-progress or completed appointments differently because changing their scheduled time creates ambiguity for downstream systems.
Reference notes
Caristix describes S13 as notifying other applications that an existing appointment has been rescheduled. HL7 Chapter 10 scheduling separates rescheduling from modification, cancellation, discontinuation, and deletion. iNTERFACEWARE's SIU overview also notes that SIU events share the same message format.