{% extends "base.html" %} {% load static %} {% block title %}Delete Patient - {{ object.get_full_name }} - {{ block.super }}{% endblock %} {% block content %}
You are about to permanently delete the patient record for {{ object.get_full_name }} (MRN: {{ object.mrn }}). This action cannot be undone and will result in the loss of all associated medical data.
Consider these alternatives before proceeding with deletion:
Mark the patient as inactive instead of deleting. This preserves all data while preventing new activities.
Archive the patient record for long-term storage while removing from active lists.