{% extends "base.html" %} {% load static %} {% block title %}Delete Problem: {{ problem.problem_name }}{% endblock %} {% block css %} {% endblock %} {% block content %}
You are about to permanently delete the problem "{{ problem.problem_name }}" for patient {{ problem.patient.get_full_name }}. This action cannot be undone.
Deleting this problem will remove it from the patient's medical record and may affect care plans, clinical notes, and other related records.
| Problem ID | {{ problem.problem_id }} |
|---|---|
| Problem Name | {{ problem.problem_name }} |
| Patient | {{ problem.patient.get_full_name }} |
| Problem Type | {{ problem.get_problem_type_display }} |
| Status | {{ problem.get_status_display }} |
| Priority | {{ problem.get_priority_display }} |
| Severity | {{ problem.get_severity_display }} |
| Onset Date | {{ problem.onset_date|default:"Not specified" }} |
| Diagnosing Provider | {{ problem.diagnosing_provider.get_full_name }} |
| Created | {{ problem.created_at }} |
Deleting this problem will affect the following:
No care plans associated with this problem.
{% endif %}No clinical notes associated with this problem.
{% endif %}Instead of deleting this problem, consider these alternatives:
If the problem is no longer active, mark it as resolved instead of deleting it.
Mark as Resolved