{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}{{ _("New Complaint")}} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ _("Back to Complaints")}}

{{ _("Create New Complaint")}}

{{ _("File a new patient complaint with SLA tracking")}}

{% csrf_token %}
{{ _("Patient Information")}}
{{ _("Search by MRN or name")}}
{{ _("Organization") }}
Classification
AI will analyze and suggest if needed
Patient Information
Search by MRN or name
{{ _("Complaint Details")}}
{{ _("Classification") }}
{{ _("Determines SLA deadline")}}
{{ _("SLA Information")}}

{{ _("SLA deadline will be automatically calculated based on severity")}}:

  • {{ _("Critical") }}: {{ _("4 hours")}}
  • {{ _("High") }}: {{ _("24 hours")}}
  • {{ _("Medium") }}: {{ _("72 hours")}}
  • {{ _("Low") }}: {{ _("168 hours (7 days)")}}
{{ _("Cancel") }}
{% endblock %} {% block extra_js %} {% endblock %}