{% extends 'base.html' %} {% load static %} {% block title %}{% if finding %}Edit Finding{% else %}New Finding{% endif %} - Quality Management{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{% if finding %}Edit Finding{% else %}Report New Finding{% endif %}

{% if finding %}{{ finding.title }}{% else %}Report Quality Finding{% endif %}

{% if finding %}Update finding details and resolution progress{% else %}Document quality issues, safety concerns, and improvement opportunities{% endif %}

Auto-save enabled
{% csrf_token %} {% if form.errors %}
Please correct the following errors:
    {% for field, errors in form.errors.items %} {% for error in errors %}
  • {{ field|title }}: {{ error }}
  • {% endfor %} {% endfor %}
{% endif %}
Basic Information
A clear, concise title that summarizes the finding
Provide comprehensive details about the finding
Unique identifier for tracking
Classification
Low
Minor impact
Medium
Moderate impact
High
Significant impact
Critical
Immediate action
Clinical
Safety
Compliance
Process
Documentation
Location & Context
Emergency Dept
Operating Theatre
ICU
General Ward
Laboratory
Pharmacy
Radiology
Other
Root Cause Analysis
Evidence & Documentation
Click to upload or drag and drop files here
Photos, documents, reports (Max 10MB each)
Assignment
Impact Assessment
Patient Impact
Financial Impact
Operational Impact
Regulatory Impact
Resolution Timeline
Finding Reported
Investigation Started
Root Cause Identified
Corrective Actions
Resolution Verified
{% if finding %}
{{ form.resolution_progress.value|default:0 }}%
{% endif %}
Tags & Keywords
Use tags to categorize and search findings
All changes saved
Cancel
{% endblock %} {% block extra_js %} {% endblock %}