To Go back to Order History panel press ALT + M

{{name}} {{strength}}

{{standardizedVaStatus}}

{{sig}}

Order Details

Prescription No.:
{{#each orders}} {{#if prescriptionId}} {{prescriptionId}}
{{else}} N/A
{{/if}} {{/each}}

Supply:
{{#each orders}} {{#if quantityOrdered}} {{quantityOrdered}} for {{daysSupply}} days ({{fillsRemaining}} of {{fillsAllowed}} remaining
{{else}} N/A
{{/if}} {{/each}}

Dose/Schedule:
{{#each dosages}} {{dose}} {{dosagesUnits}} {{routeName}} {{scheduleName}} {{duration}} {{complexDuration}} {{complexConjunction}}
{{/each}}

Provider:
{{#each orders}} {{providerName}}
{{/each}}

Pharmacist:
{{#each orders}} {{pharmacistName}}
{{/each}}

Location:
{{#each orders}} {{locationName}}
{{/each}}

Facility:
{{#each orders}} {{#if facilityName}} {{facilityName}}
{{else}} N/A
{{/if}} {{/each}}

Fill History
{{#if fills}}
{{#each fills}} {{/each}}
This table represents the history of filled selected medication categorized by dispense date, fill, and type.
Dispense Date Fill Type
{{formatDate dispenseDate}} {{formatDate releaseDate}} {{#if daysSupplyDispensed}} {{quantityDispensed}} for {{daysSupplyDispensed}} days {{else}} {{quantityDispensed}} dispensed {{/if}} {{../pickupTypeText}}
{{else}}

No Fill History

{{/if}}