. Appointment date and time {{#if appointmentTime}} {{formatDate appointmentTime "MM/DD/YYYY HH:mm"}} {{else}} No Appointment Date {{/if}}
. Clinic Name {{clinicName}}
. Patient record, name {{formatName fullName ',' ', '}}
. Social security number {{#if sensitive}} {{ssn}} {{else}} {{formatSSN ssn}} {{/if}}
. Date of birth {{#if sensitive}} {{birthDate}} {{else}} {{formatDate birthDate "MM/DD/YYYY"}} Age ({{getAge birthDate}}y) {{/if}}
. Gender {{genderName}}
Press enter to select this patient.