{# patient_p.html #} {# parameters: patient_lookup #}
Date of birth: {{ patient_lookup.pt_dob }}
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 }}