Agenda Details

Last updated by {{{patientDisplayName}}}

On {{lastUpdated}} using My VA Health App

{{#ifExp status "===" "Scheduled"}}

Information for Visit on {{formattedAppointmentStartDate}} with Provider: {{{providerFirstName}}} {{{providerLastName}}}

{{/ifExp}} {{#ifExp status "===" "Completed"}}

Information for Visit on {{formattedAppointmentStartDate}} with Provider: {{{providerFirstName}}} {{{providerLastName}}}

{{/ifExp}} {{#ifExp status "===" "Desired"}}

Information for Desired Appointment with Provider: {{{providerFirstName}}} {{{providerLastName}}}

{{/ifExp}} {{#ifExp status "===" "Canceled"}}

Information for Cancelled Appointment with Provider: {{{providerFirstName}}} {{{providerLastName}}}

{{/ifExp}}

Patient stated reason for appointment: {{#if reason}}

{{{reason}}} {{else}} <Not Answered> {{/if}}

Patient’s items to talk about at this appointment: {{#if subject}}

{{{subject}}} {{else}} <Not Answered> {{/if}}

New symptoms? {{#if symptomsFlag}} {{#if symptomsNotes}}

{{{symptomsNotes}}} {{else}} <Not Answered> {{/if}} {{else}} No {{/if}}

Medications questions? {{#if medicationsFlag}} {{#if medicationsNotes}}

{{{medicationsNotes}}} {{else}} <Not Answered> {{/if}} {{else}} No {{/if}}

Questions about diagnosis? {{#if diagnosesFlag}} {{#if diagnosesNotes}}

{{{diagnosesNotes}}} {{else}} <Not Answered> {{/if}} {{else}} No {{/if}}

Questions about my tests? {{#if testsFlag}} {{#if testsNotes}}

{{{testsNotes}}} {{else}} <Not Answered> {{/if}} {{else}} No {{/if}}

Questions about my treatment plan? {{#if treatmentPlanFlag}} {{#if treatmentPlanNotes}}

{{{treatmentPlanNotes}}} {{else}} <Not Answered> {{/if}} {{else}} No {{/if}}

Other concerns or life issues to discuss? {{#unless concernsNotes.length}} <Not Answered> {{/unless}} {{#if concernsNotes.length}} {{#each concernsNotes}}

{{{this.valueString}}} {{/each}} {{/if}}


{{#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}}