{% load panels %}

Inpatient admission [[ episode.start | shortDate]] - [[ episode.end | shortDate ]]

Location

Category
[[ episode.category_name ]]
Admitted
[[ episode.start | shortDate ]]
Discharged
[[ episode.end | shortDate ]]
Hospital
[[ episode.location[0].hospital ]]
Ward
[[ episode.location[0].ward ]]
Bed
[[ episode.location[0].bed ]]
{% teams_panel %} {% record_panel models.Allergies noentries="No known allergies"%} {% record_panel models.PastMedicalHistory %}
{% record_panel models.Diagnosis %} {% record_panel models.Treatment %} {% record_panel models.Investigation %}