{% load forms %}

Hospital number


Search

If we already have your patient on the system, we can pull their details for you

{% input "autofocus" field="Demographics.first_name" model="demographics.first_name" %} {% input field="Demographics.surname" model="demographics.surname" %} {% date_of_birth_field model_name="demographics.date_of_birth" %} {% select field="Demographics.sex" model="demographics.sex" %}
Hospital #[[ demographics.hospital_number ]]
[[ demographics.hospital_number ]]
Name
[[ demographics.first_name ]] [[ demographics.surname ]]
Date of Birth
[[ demographics.date_of_birth | displayDate ]]
Gender
[[ demographics.sex ]]