Reschedule Appointment
Current Appointment
Patient:
{{ appointment.patient.first_name }} {{ appointment.patient.last_name }}
Provider:
{{ appointment.provider.first_name }} {{ appointment.provider.last_name }}
Department:
{{ appointment.department.name }}
Date:
{{ appointment.appointment_date|date:"M d, Y" }}
Time:
{{ appointment.appointment_time|time:"g:i A" }}
Type:
{{ appointment.appointment_type.name }}
New Appointment Details
{% if messages %}
{% for message in messages %}
{% endfor %}
{% endif %}