{% extends "base.html" %} {% load static %} {% block title %}Delete Emergency Contact - Patients{% endblock %} {% block content %}
You are about to delete this emergency contact. This action cannot be undone and may impact patient safety and care coordination.
| Name: | {{ object.name }} |
| Relationship: | {{ object.get_relationship_display }} |
| Phone: | {{ object.phone_number|default:"Not provided" }} |
| Email: | {{ object.email|default:"Not provided" }} |
| Priority: | {% if object.is_primary %} Primary Contact {% else %} Secondary Contact {% endif %} |
| Medical Decisions: | {% if object.can_make_medical_decisions %} Authorized {% else %} Not Authorized {% endif %} |
| Patient: | {{ object.patient.get_full_name }} |
| Patient ID: | {{ object.patient.patient_id }} |
| DOB: | {{ object.patient.date_of_birth|date:"M d, Y" }} |
| Age: | {{ object.patient.age }} years |
| Contact Added: | {{ object.created_at|date:"M d, Y H:i" }} |
| Last Updated: | {{ object.updated_at|date:"M d, Y H:i" }} |
This is the patient's primary emergency contact. Deleting it will:
This contact is authorized to make medical decisions. Deleting it will:
This is the patient's only emergency contact. Deleting it will:
This patient is a minor ({{ object.patient.age }} years old). Emergency contacts are especially critical for pediatric patients and their legal guardians.
Patient has {{ object.patient.emergency_contacts.count|add:"-1" }} other emergency contact(s):
Consider these alternatives instead of deletion: