{% load i18n %} {% load static %}
{% trans "Patient Experience Management System" %}
{{ report.report_period_display }}
{{ report.hospital.name }}
| {% trans "KPI ID" %} | {% trans "Indicator Title" %} | {% trans "Measure" %} | {% trans "Jan" %} | {% trans "Feb" %} | {% trans "Mar" %} | {% trans "Apr" %} | {% trans "May" %} | {% trans "Jun" %} | {% trans "Jul" %} | {% trans "Aug" %} | {% trans "Sep" %} | {% trans "Oct" %} | {% trans "Nov" %} | {% trans "Dec" %} | {% trans "TOTAL" %} | {% trans "Target" %} | {% trans "Threshold" %} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ report.kpi_id }} | {{ report.indicator_title }} | {{ report.numerator_label }} | {% for m in monthly_data %}{% if m %}{{ m.numerator }}{% else %}-{% endif %} | {% endfor %}{{ report.total_numerator }} | {{ report.target_percentage }}% | {{ report.threshold_percentage }}% | |||||||||||
| {{ report.denominator_label }} | {% for m in monthly_data %}{% if m %}{{ m.denominator }}{% else %}-{% endif %} | {% endfor %}{{ report.total_denominator }} | |||||||||||||||
| {% trans "Result (%)" %} | {% for m in monthly_data %}{% if m %}{{ m.percentage }}%{% else %}-{% endif %} | {% endfor %}{{ report.overall_result }}% |
{% trans "Monthly Performance Trend (%)" %} [{% trans "Target:" %} {{ report.target_percentage }}% | {% trans "Threshold:" %} {{ report.threshold_percentage }}%]
{% trans "Complaints by Source" %}
{% trans "Complaints:" %} {{ dept.complaint_count }}
{% trans "Resolved:" %} {{ dept.resolved_count }}
{% if dept.avg_resolution_days %}{% trans "Avg Resolution:" %} {{ dept.avg_resolution_days }} {% trans "days" %}
{% endif %} {% if dept.top_areas %}{{ dept.top_areas }}
{% else %}{% trans "No complaints received for these departments." %}
{% endif %}{{ loc.complaint_count }}
{{ loc.percentage }}%
{{ analysis.executive_summary }}
{{ analysis.performance_analysis }}
{{ analysis.comparison_to_target }}
{% trans "Within 24h" %}
{{ analysis.resolution_time_analysis.within_24h.count }}
{{ analysis.resolution_time_analysis.within_24h.percentage }}
{% trans "Within 48h" %}
{{ analysis.resolution_time_analysis.within_48h.count }}
{{ analysis.resolution_time_analysis.within_48h.percentage }}
{% trans "Within 72h" %}
{{ analysis.resolution_time_analysis.within_72h.count }}
{{ analysis.resolution_time_analysis.within_72h.percentage }}
{% trans "Over 72h" %}
{{ analysis.resolution_time_analysis.over_72h.count }}
{{ analysis.resolution_time_analysis.over_72h.percentage }}
{% trans "Reviewed By:" %}
{% trans "Name & Signature" %}
{% trans "Date:" %} _______________
{% trans "Reviewed and Approved By:" %}
{% trans "Name & Signature" %}
{% trans "Date:" %} _______________
{% trans "Reviewed and Approved By:" %}
{% trans "Name & Signature" %}
{% trans "Date:" %} _______________
{% trans "Generated by PX360" %} | {{ report.report_period_display }} {% if report.generated_at %}| {{ report.generated_at|date:"Y-m-d H:i" }}{% endif %}
© {% now "Y" %} Al Hammadi Hospitals. {% trans "All rights reserved." %}