{{#if showingMedications}}{{#if medications.length}}MEDICATIONS - PATIENT ENTERED {{#each medications}} Name: {{medicationInfo_name}} ------------------------------{{#if dispense_strength}} Strength: {{dispense_strength}}{{/if}}{{#if dosageInstruction_doseQuantity}} Dose: {{dosageInstruction_doseQuantity}}{{/if}}{{#if usage_frequency}} Frequency: {{usage_frequency}}{{#ifExp usage_frequency "===" "Other"}} - {{customFrequency}}{{/ifExp}}{{/if}}{{#if usage_reason}} Reason for Taking: {{usage_reason}}{{/if}} Currently taken: {{#if usage_currentlyTaking}}Yes{{else}}No{{/if}}{{#if dispense_validityPeriod_startDate}} Start Date: {{dispense_validityPeriod_startDate}}{{/if}}{{#if dispense_validityPeriod_endDate}} Stop Date: {{dispense_validityPeriod_endDate}}{{/if}}{{#if medicationInfo_id}} RxNumber: {{medicationInfo_id}}{{/if}}{{#if prescriber_name}} Prescribing Provider: {{prescriber_name}}{{/if}}{{#if pharmacy_name}} Pharmacy Name: {{pharmacy_name}}{{/if}}{{#if pharmacy_phoneNumber}} Pharmacy #: {{pharmacy_phoneNumber}}{{/if}} Unwanted Side Effects: {{#if usage_sideEffects}}Yes {{text}}{{usage_sideEffects}}{{else}}No{{/if}}{{#if notes}} Patient Comments: {{notes}}{{/if}} -------------------------------------------------------------------------------- {{/each}}{{else}}{{#if allergies.length}} MEDICATIONS - PATIENT ENTERED There are no entries for the filter settings.{{/if}} {{/if}}{{#if allergies.length}}{{#if medications.length}} ================================================================================ {{/if}}{{/if}}{{/if}}{{#if showingAllergies}} {{#if allergies.length}}ALLERGIES - PATIENT ENTERED {{#each allergies}} Allergy: {{allergyName}} ------------------------------{{#if onset}} Date 1st occurred: {{formatDate onset 'MM/DD/YYYY'}}{{/if}} Date Estimated: {{#if dateEstimated}}Yes{{else}}No{{/if}}{{#if severity}} Severity: {{severity}}{{/if}}{{#if reaction}} Reaction: {{reaction}}{{/if}} Was the allergy diagnosed: {{#if diagnosed}}Yes{{else}}No{{/if}}{{#if diagnosed}} Provider and facility: {{prescriber_name}} {{pharmacy_name}}{{/if}}{{#if notes}} Patient Comments: {{notes}}{{/if}} -------------------------------------------------------------------------------- {{/each}}{{else}}{{#if medications.length}} ALLERGIES - PATIENT ENTERED There are no entries for the filter settings. {{/if}}{{/if}}{{else}}{{/if}}{{#unless allergies.length}}{{#unless medications.length}}No veteran-entered data available for the filter settings.{{/unless}} {{/unless}}