{# patient_p.html #} {% comment %} template parameters: patient_lookup: PatientLookup {% endcomment %}
Date of birth: {{ patient_lookup.pt_dob|date }}
NHS number: {{ patient_lookup.nhs_number }}.
{% if patient_lookup.pt_local_id_description %}
{{ patient_lookup.pt_local_id_description}}:
{{ patient_lookup.pt_local_id_number }}.
{% endif %}
GP: {{ patient_lookup.gp_name_address_str }}