Patient not found
We're sorry but we couldn't find the patient you're looking for.
Perhaps try searching for them instead?
{% block heading %}{% icon 'fa-user' %}[[ patient.demographics[0].first_name ]] [[ patient.demographics[0].surname ]]{% endblock %}
{% block subheading %}
([[ patient.demographics[0].date_of_birth | shortDate ]])
[[ patient.demographics[0].hospital_number ]]
{% endblock %}
{% block content %}
{% block pre_demographics %}{% endblock %}
{% block demographics %}
{% include 'partials/_demographics_panel.html' %}
{% endblock %}
{% block post_demographics %}{% endblock %}
{% block episodes_switcher %}
{% endblock episodes_switcher %}
{% block views_switcher %}
{% if detail_views|length > 0 %}
{% endif %}
{% endblock views_switcher %}
{% for episode_category in episode_categories %}
{% if episode_category.detail_template %}
{% include episode_category.detail_template %}
{% endif %}
{% endfor %}
{% for detail in detail_views %}
{% include detail.template %}
{% endfor %}
{% block viewtemplates %}{% endblock %}
{% endblock content %}