{% extends "base.html" %} {% load static %} {% block title %}Appointment Requests - Appointments{% endblock %} {% block content %}
|
|
Patient | Provider | Date & Time | Type | Status | Priority | Actions |
|---|---|---|---|---|---|---|---|
|
|
{{ appointment.patient.first_name.0 }}{{ appointment.patient.last_name.0 }}
{{ appointment.patient.get_full_name }}{{ appointment.patient.patient_id }} |
{{ appointment.provider.get_full_name }}{{ appointment.department|default:"General" }} |
{{ appointment.scheduled_datetime|date:"M d, Y" }}{{ appointment.scheduled_datetime|time:"g:i A" }} |
{{ appointment.get_appointment_type_display }}
{% if appointment.is_telemedicine %}
Virtual {% endif %} |
{{ appointment.get_status_display }} | {{ appointment.get_priority_display }} |
|
No appointment requests match your current filters.
Create First Request