{% extends "base.html" %} {% load static %} {% block title %}{% if object %}Edit{% else %}Request{% endif %} Patient Consent - Patients{% endblock %} {% block content %}

{% if object %}Edit Patient Consent{% else %}Request Patient Consent{% endif %} {% if object %}{{ object.consent_form.title }}{% else %}New consent request{% endif %}

Consent Request Details

Request Guidelines

Best Practices
  • Ensure patient contact information is current
  • Select appropriate consent form for the procedure
  • Set realistic due dates for non-urgent requests
  • Include clear notes for complex procedures
  • Mark urgent only when truly necessary
  • Consider patient's preferred communication method
Legal Requirements
  • Patient must be competent to consent
  • Information must be clearly explained
  • Patient must understand risks and benefits
  • Consent must be voluntary
  • Witness required for certain procedures

Request Status

Request not sent
Last saved: Never
Auto-save: Enabled
Validation: Pending

Quick Actions

{% endblock %} {% block js %} {% endblock %}