{% extends "base.html" %} {% set active_nav = "clinicians" %} {% block title %}{{ clinician.full_name }} - LSMC Hub{% endblock %} {% block content %}
Clinician ID: {{ clinician.id[:8] }}... • Revision {{ clinician.revision_no }} {% if not clinician.is_active %}Inactive{% endif %}
{% if addr.address_line1 %}{{ addr.address_line1 }}
{% endif %}
{% if addr.address_line2 %}{{ addr.address_line2 }}
{% endif %}
{% if addr.city %}{{ addr.city }}, {% endif %}
{% if addr.state %}{{ addr.state }} {% endif %}
{% if addr.postal_code %}{{ addr.postal_code }}{% endif %}
| Name | Roles | Status | |
|---|---|---|---|
| {{ user.name or "—" }} | {{ user.email }} | {% for role in user.roles %} {{ role }} {% endfor %} | {% if user.is_active %} Active {% else %} Inactive {% endif %} |
No users in this organization yet.
| Rev # | Name | NPI | Status | Date | Note |
|---|---|---|---|---|---|
| {{ rev.revision_no }} | {{ rev.first_name }} {{ rev.last_name }} | {{ rev.npi or "—" }} | {% if rev.is_active %} Active {% else %} Inactive {% endif %} | {{ rev.created_at }} | {{ rev.note or "—" }} |