{% extends 'layouts/base.html' %} {% load i18n %} {% block title %}{% trans "PX Command Center" %} - PX360{% endblock %} {% block content %}
{% trans "Real-time overview of your patient experience operations" %}
{% trans "Last Updated" %}
{% now "j M Y, H:i" %}
{% trans "Total Complaints" %}
{{ stats.total_complaints }}
{% trans "Avg. Resolution" %}
{{ stats.avg_resolution_time }}
{% trans "Patient Satisfaction" %}
{{ stats.satisfaction_score }}%
{% trans "Active Actions" %}
{{ stats.active_actions }}
{% trans "Average Score (Last 30 Days)" %}
{% trans "No high severity complaints" %}
{% trans "No escalated actions" %}
| {% trans "Rank" %} | {% trans "Physician" %} | {% trans "Specialization" %} | {% trans "Department" %} | {% trans "Rating" %} | {% trans "Surveys" %} | {% trans "Sentiment" %} |
|---|---|---|---|---|---|---|
|
{% if forloop.counter == 1 %}
|
{{ rating.staff }}
{{ rating.staff.license_number }}
|
{{ rating.staff.specialization }} | {% if rating.staff.department %} {{ rating.staff.department.name }} {% else %} - {% endif %} |
{{ rating.average_rating|floatformat:2 }}
|
{{ rating.total_surveys }} |
{{ rating.positive_count }}
{{ rating.neutral_count }}
{{ rating.negative_count }}
|
| {% trans "Source" %} | {% trans "Event Code" %} | {% trans "Encounter ID" %} | {% trans "Status" %} | {% trans "Processed At" %} |
|---|---|---|---|---|
| {{ event.get_source_system_display }} |
{{ event.event_code }}
|
{{ event.encounter_id }} | {{ event.get_status_display }} | {{ event.processed_at|timesince }} {% trans "ago" %} |
{% trans "No recent events" %}