{% extends "base.html" %} {% load static %} {% block title %}Patient Profile - {{ object.get_full_name }}{% endblock %} {% block content %}
| Full Name: | {{ object.get_full_name }} |
| Medical Record Number: | {{ object.medical_record_number }} |
| Date of Birth: | {{ object.date_of_birth|date:"F d, Y" }} |
| Age: | {{ object.age }} years old |
| Gender: | {{ object.get_gender_display }} |
| Phone Number: | {{ object.phone_number|default:"Not provided" }} |
| Email: | {{ object.email|default:"Not provided" }} |
| Blood Type: | {% if object.blood_type %} {{ object.blood_type }} {% else %} Unknown {% endif %} |
| Marital Status: | {{ object.get_marital_status_display|default:"Not specified" }} |
| Registration Date: | {{ object.created_at|date:"F d, Y" }} |
No address information provided
{{ activity.description }}
{{ activity.department|default:"General" }}No recent activities recorded for this patient.
No emergency contacts
Add ContactNo insurance information
Add Insurance