{% extends "base.html" %} {% load static %} {% block title %}Delete Care Plan: {{ care_plan.title }}{% endblock %} {% block css %} {% endblock %} {% block content %}
You are about to permanently delete the care plan "{{ care_plan.title }}" for patient {{ care_plan.patient.get_full_name }}. This action cannot be undone.
Deleting this care plan will remove it from the patient's medical record and may affect clinical notes, interventions, and other related records.
| Care Plan ID | {{ care_plan.care_plan_id }} |
|---|---|
| Title | {{ care_plan.title }} |
| Patient | {{ care_plan.patient.get_full_name }} |
| Plan Type | {{ care_plan.get_plan_type_display }} |
| Status | {{ care_plan.get_status_display }} |
| Priority | {{ care_plan.get_priority_display }} |
| Start Date | {{ care_plan.start_date }} |
| Primary Provider | {{ care_plan.primary_provider.get_full_name }} |
| Completion |
|
| Created | {{ care_plan.created_at }} |
Deleting this care plan will affect the following:
No problems associated with this care plan.
{% endif %}No clinical notes associated with this care plan.
{% endif %}No goals defined.
{% endif %}No interventions defined.
{% endif %}No goals or interventions defined for this care plan.
{% endif %}Instead of deleting this care plan, consider these alternatives:
If the care plan has been fulfilled, mark it as completed instead of deleting it.
Mark as Completed