{% 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 %}
<<<<<<< HEAD
{{ _("Patient Information")}}
{{ _("Search by MRN or name")}}
======= >>>>>>> 12310a5 (update complain and add ai and sentiment analysis)
{{ _("Organization") }}
<<<<<<< HEAD >>>>>>> 12310a5 (update complain and add ai and sentiment analysis)
Classification
AI will analyze and suggest if needed
Patient Information
Search by MRN or name
{{ _("Complaint Details")}}
<<<<<<< HEAD
{{ _("Classification") }}
{{ _("Determines SLA deadline")}}
======= AI will automatically generate title, classify severity/priority, and analyze emotion
>>>>>>> 12310a5 (update complain and add ai and sentiment analysis)
<<<<<<< HEAD {{ _("SLA Information")}}

{{ _("SLA deadline will be automatically calculated based on severity")}}: ======= AI-Powered Classification

This form uses AI to automatically:

  • Generate Title: Create a concise summary
  • Classify Severity: Low, Medium, High, or Critical
  • Set Priority: Low, Medium, High, or Urgent
  • Analyze Emotion: Detect patient sentiment
  • Suggest Actions: Provide recommendations
SLA Information

SLA deadline will be automatically calculated based on AI-determined severity: >>>>>>> 12310a5 (update complain and add ai and sentiment analysis)

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