{{ title }}
Patient: {{ user_name }}
Generated: {{ generated_at }}
{% if memories %}
Health Profile
{% for m in memories %}
{{ m.category }}
{{ m.importance }}
{{ m.title }}
{{ m.content }}
{% endfor %}
{% endif %} {% if documents %}
Document Summaries
{% for d in documents %}
{{ d.original_filename }} ({{ d.doc_type }})
{{ d.excerpt }}
{% endfor %}
{% endif %} {% if ai_summary %}
AI Summary
{{ ai_summary }}
{% endif %}