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