Mark Appointment as No Show
Appointment Details
Patient:
{{ appointment.patient.first_name }} {{ appointment.patient.last_name }}
Patient ID:
{{ appointment.patient.patient_id }}
Phone:
{{ appointment.patient.phone_number|default:"Not provided" }}
Provider:
{{ appointment.provider.first_name }} {{ appointment.provider.last_name }}
Date:
{{ appointment.appointment_date|date:"M d, Y" }}
Time:
{{ appointment.appointment_time|time:"g:i A" }}
Department:
{{ appointment.department.name }}
Type:
{{ appointment.appointment_type.name }}
No Show Documentation
{% if messages %}
{% for message in messages %}
{% endfor %}
{% endif %}
Important: Please ensure you have attempted to contact the patient before marking as no show.
No Show Policy
Policy Guidelines:
- Wait minimum 15 minutes past appointment time
- Make at least 2 contact attempts
- Document all contact attempts
- Apply standard no-show fee ($25.00)
- Offer rescheduling when possible
Patient Impact:
- No-show fee will be added to patient account
- Appointment slot becomes available for other patients
- Patient's no-show history is tracked
- Multiple no-shows may affect future scheduling
- Follow-up communication will be sent