============================================================== Patient's Agenda Last updated by {{{patientDisplayName}}} On {{lastUpdated}} using My VA Health App {{#ifExp appointment.status "===" "Scheduled"}}Information for Visit on {{formattedAppointmentStartDate}} with Provider: {{{appointment.providerFirstName}}} {{{appointment.providerLastName}}}{{/ifExp}} {{#ifExp appointment.status "===" "Completed"}}Information for Visit on {{formattedAppointmentStartDate}} with Provider: {{{appointment.providerFirstName}}} {{{appointment.providerLastName}}}{{/ifExp}} {{#ifExp appointment.status "===" "Desired"}}Information for Desired Appointment with Provider: {{{appointment.providerFirstName}}} {{{appointment.providerLastName}}}{{/ifExp}} {{#ifExp appointment.status "===" "Canceled"}}Information for Cancelled Appointment with Provider: {{{appointment.providerFirstName}}} {{{appointment.providerLastName}}}{{/ifExp}} {{#if reason}}Patient stated reason for appointment: {{{reason}}} {{else}} Patient stated reason for appointment: <Not Answered>{{/if}} {{#if subject}} Patient's items to talk about at this appointment: {{{subject}}} {{else}} Patient's items to talk about at this appointment: <Not Answered> {{/if}} {{#if symptomsFlag}} {{#if symptomsNotes}} New symptoms? {{{symptomsNotes}}} {{else}} New symptoms? <Not Answered> {{/if}} {{else}} New symptoms? No {{/if}} {{#if medicationsFlag}} {{#if medicationsNotes}} Medications questions? {{{medicationsNotes}}} {{else}} Medications questions? <Not Answered> {{/if}} {{else}} Medications questions?No {{/if}} {{#if diagnosesFlag}} {{#if diagnosesNotes}} Questions about diagnosis? {{{diagnosesNotes}}} {{else}} Questions about diagnosis? <Not Answered> {{/if}} {{else}} Questions about diagnosis? No {{/if}} {{#if testsFlag}} {{#if testsNotes}} Questions about my tests? {{{testsNotes}}} {{else}} Questions about my tests? <Not Answered> {{/if}} {{else}} Questions about my tests? No {{/if}} {{#if treatmentPlanFlag}} {{#if treatmentPlanNotes}} Questions about my treatment plan? {{{treatmentPlanNotes}}} {{else}} Questions about my treatment plan? <Not Answered> {{/if}} {{else}} Questions about my treatment plan? No {{/if}} {{#ifExp concernsNotes.length "<" 1}}Other concerns or life issues to discuss? <Not Answered>{{/ifExp}} {{#ifExp concernsNotes.length ">=" 1}} {{#each concernsNotes.textValue}} {{{this.notes}}} {{/each}} {{/ifExp}} {{#if postAppointFlag}} Patient Notes about a Completed Visit {{#if generalNotes}} About the visit: {{{generalNotes}}} {{else}} About the visit: <No information entered> {{/if}} {{#if postDiagNotes}} About Diagnosis: {{{postDiagNotes}}} {{else}} About Diagnosis: <No information entered> {{/if}} {{#if postTestsNotes}} About Test: {{{ postTestsNotes}}} {{else}} About Test: <No information entered> {{/if}} {{#if directions}} About Directions given: {{{directions}}} {{else}} About Directions given: <No information entered> {{/if}} {{#if actions}} About actions needed: {{{actions}}} {{else}} About actions needed: <No information entered> {{/if}} {{#if followUpNotes}} About next follow-up: {{{followUpNotes}}} {{else}} About next follow-up: <No information entered> {{/if}} {{/if}}