HL7 SIU_S26 Patient Did Not Show Up
SIU_S26 notifies receivers that the patient did not show up for a scheduled appointment. This is not a cancellation before the visit. It is a status after the scheduled time, and it often drives statistics, reminder follow-up, resource release, missed-appointment workflows, and care-gap outreach.
S26 uses the shared SIU^S26^SIU_S12 structure. The generated panel below shows SIU_S12, while the event code tells the receiver this appointment is a no-show.
A small SIU S26 example
What systems do with it
The sender is usually the filler scheduling system or clinic workflow system. Receivers mark the appointment as no-show, stop arrival workflows, release or close resource assignments, update analytics, and trigger patient follow-up if the organization does that automatically.
Appointment identity in SCH is again critical. Patient context in PID helps the receiver show the missed appointment in the right chart or portal, and resource groups help the receiver close out room, staff, service, and equipment slots.
How to read the structure
S26 uses the common SIU_S12 structure. The same SCH, patient, and resource groups describe the appointment that was missed. Many systems also send notes or a local status code that distinguishes patient no-show from late cancellation, provider cancellation, or system error.
The no-show event is a scheduling status. HL7 Chapter 10 points out that patient-administration events such as A01, A04, A05, or A10 can represent arrival, while A03 or A09 can represent the end of an appointment. Do not try to infer all of that from S26 alone.
Implementation traps
The first trap is confusing no-show with cancellation. A cancellation stops a future appointment from happening. A no-show records that the scheduled appointment was missed. Those two statuses feed different reporting and follow-up.
The second trap is freeing resources too early. If the clinic has a grace period, the event should be sent after the local no-show decision, not merely at the appointment start time.
Reference notes
HL7 Chapter 10 scheduling describes S26 as a notification that the patient did not show up, useful for appointment status/statistics and freeing resources. Caristix, iNTERFACEWARE, and Rhapsody list S26 as the patient-no-show SIU notification event.