{{sig}}
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}}
| Dispense Date | Fill | Type | |
|---|---|---|---|
| {{formatDate dispenseDate}} | {{formatDate releaseDate}} | {{#if daysSupplyDispensed}} {{quantityDispensed}} for {{daysSupplyDispensed}} days {{else}} {{quantityDispensed}} dispensed {{/if}} | {{../pickupTypeText}} |
No Fill History
{{/if}}