- Last {{lastName}}
- First {{firstName}}
- DOB {{#if dateOfBirth}}{{formatDate dateOfBirth 'MM/DD/YYYY'}}{{/if}}
- Age {{age}}
- Gender {{#if gender}}{{formatGender gender 'titlecase'}}{{/if}}
- Location {{#if inpatient}}{{#if wardLocation}}{{wardLocation}}{{/if}}{{#if roombed}}, {{roombed}}{{else}}, No Data Found{{/if}}{{else}}Not Currently Admitted{{/if}}
- SSN {{ssn}}