{% extends "base.html" %} {% block title %}Case Details - Vera Medical CRM{% endblock %} {% block content %}
Case #{{ case['file_case_id'] or case['record_id'] }}
Record ID
{{ case['record_id'] }}
File Case ID
{{ case['file_case_id'] or 'N/A' }}
Assessment Type
{{ case['assessment_type'] or 'N/A' }}
Status
{% if case['file_close_date'] %} Closed {% else %} Active {% endif %}File Open Date
{{ case['file_open_date']|format_date }}
File Close Date
{{ case['file_close_date']|format_date }}
Date of Loss
{{ case['date_of_loss']|format_date }}
Client File #
{{ case['client_file_number'] or 'N/A' }}
Case Notes
{{ case['case_notes'] }}
Full Name
{{ claimant['title'] or '' }} {{ claimant['first_name'] }} {{ claimant['last_name'] }}
Date of Birth
{{ claimant['date_of_birth']|format_date }}
Gender
{{ claimant['gender'] }}
{{ claimant['email'] or 'N/A' }}
Address
{{ claimant['address'] or 'N/A' }}
{{ claimant['city'] }}, {{ claimant['province'] }} {{ claimant['postal_code'] }}
Home Phone
{{ claimant['home_phone']|format_phone }}
Cell Phone
{{ claimant['cel_phone']|format_phone }}
{{ change['notes'] }}
{% endif %}{{ appointment['appointment_time'] }}
{% endif %} {% if appointment['reference'] %}Reference: {{ appointment['reference'] }}
{% endif %}Doctor
{{ appointment['doctor_name'] }}
Service Code
{{ appointment['service_code'] }}
Date Confirmed
{{ appointment['date_confirmed']|format_date }}
Date Received
{{ appointment['date_received']|format_date }}
Date Released
{{ appointment['date_released']|format_date }}
Appointment Notes
{{ appointment['notes'] }}
No appointments scheduled for this case
Click the button above or below to add an appointment
Add First Appointment{{ report['notes'] }}
{% endif %}{{ report['description'] }}
{% endif %}No reports for this case
Notes: {{ invoice['notes'] }}
No invoices for this case
Create an invoice from an appointment or manually
{{ client_contact['first_name'] }} {{ client_contact['last_name'] }}
{{ client_contact['title'] }}
{% endif %} {% if client_contact['phone'] %}{{ client_contact['phone']|format_phone }}
{% endif %}{{ lawyer_firm['firm_name'] }}
{{ lawyer_firm['city'] }}, {{ lawyer_firm['province'] }}
{% if lawyer_firm['phone'] %}{{ lawyer_firm['phone']|format_phone }}
{% endif %}Attorney
{{ lawyer_contact['first_name'] }} {{ lawyer_contact['last_name'] }}