{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}Journey {{ journey.encounter_id }} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Encounter ID: {{ journey.encounter_id }} | Patient: {{ journey.patient.get_full_name }} (MRN: {{ journey.patient.mrn }})
Hospital: {{ journey.hospital.name_en }} {% if journey.department %} | Department: {{ journey.department.name_en }} {% endif %}
{{ stage.stage_template.description }}
{% endif %}No stages defined