{% extends "base.html" %} {% load static %} {% block title %}Delete Insurance - Patients{% endblock %} {% block content %}
You are about to delete this insurance policy. This action cannot be undone and may impact billing, claims processing, and patient care.
| Provider: | {{ object.insurance_provider }} |
| Policy Number: | {{ object.policy_number }} |
| Member ID: |
{% if object.member_id %}
{{ object.member_id }}
{% else %}
Not provided
{% endif %}
|
| Type: | {{ object.get_insurance_type_display }} |
| Status: | {{ object.get_status_display }} |
| Effective Date: | {% if object.effective_date %} {{ object.effective_date|date:"M d, Y" }} {% else %} Not set {% 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 |
| Insurance 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 insurance. Deleting it will:
This insurance is currently active. Deleting it will:
This is the patient's only insurance policy. Deleting it will:
This insurance has pending claims. Deleting it may:
This insurance has recent claims within the last 90 days. Historical claim data will be preserved for audit and reconciliation purposes.
Patient has {{ object.patient.insurance_information.count|add:"-1" }} other insurance polic{{ object.patient.insurance_information.count|add:"-1"|pluralize:"y,ies" }}:
Consider these alternatives instead of deletion: