{% extends "base.html" %} {% set active_nav = "patients" %} {% block title %}{{ patient.full_name }} - LSMC Hub{% endblock %} {% block content %}
Patient ID: {{ patient.id[:8] }}... • Revision {{ patient.revision_no }}
{{ patient.clinical_notes }}
| TRF | Status | Created | |
|---|---|---|---|
| {{ order.trf_number }} | {{ order.status|replace('_', ' ') }} | {{ order.created_at }} | View |
No TRFs for this patient
{% if user.can_write %} Create TRF {% endif %}| Event | Tube | Site | Collected | |
|---|---|---|---|---|
| {{ event.id }} | {{ event.container_euid }} | {{ event.site_name }} | {{ event.collected_at or "—" }} | Open |
No collection events for this patient
| Rev # | Name | MRN | Date | Note |
|---|---|---|---|---|
| {{ rev.revision_no }} | {{ rev.first_name }} {{ rev.last_name }} | {{ rev.mrn or "—" }} | {{ rev.created_at }} | {{ rev.note or "—" }} |