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

{% if object %}Edit Consent Form{% else %}Create Consent Form{% endif %} {% if object %}{{ object.title }}{% else %}New consent form template{% endif %}

Form Details

Form Templates

Standard Templates

Choose from pre-built templates:

Form Guidelines

Legal Requirements
  • Include clear description of procedures/treatments
  • List all risks and benefits
  • Provide alternative treatment options
  • Include patient rights and withdrawal options
  • Ensure language is clear and understandable
  • Include contact information for questions
Best Practices
  • Use simple, clear language
  • Avoid medical jargon
  • Include visual aids if helpful
  • Provide adequate white space
  • Test readability level

Form Status

Form not saved
Last saved: Never
Auto-save: Enabled
Word count: 0
{% endblock %} {% block js %} {% endblock %}