{% extends "base.html" %} {% load static %} {% block title %}Delete Vital Signs - EMR{% endblock %} {% block content %}
You are about to permanently delete vital signs measurements. This action cannot be undone and may affect patient care documentation.
| Patient: |
{{ object.patient.get_full_name }}
{{ object.patient.medical_record_number }} |
| Measurement ID: | {{ object.measurement_id }} |
| Date/Time: | {{ object.measured_datetime|date:"M d, Y H:i" }} |
| Measured By: | {{ object.measured_by.get_full_name }} |
| Verified By: | {{ object.verified_by.get_full_name }} |
| Temperature: | {{ object.temperature }}°F ({{ object.get_temperature_method_display }}) |
| Blood Pressure: | {{ object.blood_pressure }} mmHg |
| Heart Rate: | {{ object.heart_rate }} bpm |
| Respiratory Rate: | {{ object.respiratory_rate }} /min |
| Oxygen Saturation: | {{ object.oxygen_saturation }}% ({{ object.get_oxygen_delivery_display }}) |
| Pain Scale: | {{ object.pain_scale }}/10 |
| Weight: | {{ object.weight }} lbs |
| Height: | {{ object.height }} inches |
| BMI: | {{ object.bmi }} |
This vital signs measurement contains critical values:
Deleting critical values may compromise patient safety documentation.
Consider these alternatives instead of deletion: