COVER SHEET

Vera Medical CRM

Medical Report Management System

Phone: (XXX) XXX-XXXX | Email: reports@veramedical.com

📄 {{ report['report_title'] }}

{% if report['report_type'] %}

Type: {{ report['report_type'] }}

{% endif %}

Cover Sheet - Printed: {{ now().strftime('%B %d, %Y') }}

📋 Report Information

Report Title
{{ report['report_title'] }}
{% if report['report_type'] %}
Report Type
{{ report['report_type'] }}
{% endif %} {% if report['report_date'] %}
Report Date
{{ report['report_date']|format_date }}
{% endif %}
Status
{% if report['status'] == 'draft' %} Draft {% elif report['status'] == 'final' %} Final {% elif report['status'] == 'sent' %} Sent {% elif report['status'] == 'archived' %} Archived {% endif %}
{% if report['uploaded_by'] %}
Uploaded By
{{ report['uploaded_by'] }}
{% endif %} {% if report['uploaded_at'] %}
Upload Date
{{ report['uploaded_at'][:10] }}
{% endif %}
{% if report['description'] %}
Description:
{{ report['description'] }}
{% endif %}
{% if report['file_case_id'] %}

📁 Case Information

Case Number
{{ report['file_case_id'] }}
{% if report['claimant_first_name'] %}
Patient/Claimant
{{ report['claimant_first_name'] }} {{ report['claimant_last_name'] }}
{% endif %} {% if report['client_company_name'] %}
Client/Insurance Company
{{ report['client_company_name'] }}
{% endif %} {% if report['lawyer_firm_name'] %}
Law Firm
{{ report['lawyer_firm_name'] }}
{% endif %}
{% endif %} {% if report['doctor_name'] %}

👨‍⚕️ Assessing Doctor

Doctor Name
{{ report['doctor_name'] }}
{% endif %}

💾 File Information

Original Filename
{{ report['file_name'] }}
File Type
{{ report['file_type']|upper }}
{% if report['file_size'] %}
File Size
{{ (report['file_size'] / 1024 / 1024)|round(2) }} MB
{% endif %}

📎 The actual report file is stored electronically in the Vera Medical CRM system.

{% if report['notes'] %}

📝 Additional Notes

{{ report['notes'] }}
{% endif %}

⚠️ Important Information