{{facilityName}}
{{computedSig}}
Ordering provider:
{{#if orders}}
{{#each orders}}
{{#if providerName}}
{{providerName}}{{#if ordered}} on {{formatDate ordered "MM/DD/YYYY"}}{{/if}}
{{else}}
No Data
{{/if}}
{{/each}}
{{else}}
No Data
{{/if}}
Ordering location:
{{#if orders}}
{{#each orders}}
{{#if locationName}}{{locationName}}{{else}}No Data{{/if}}
{{/each}}
{{else}}
No Data
{{/if}}
Pharmacist:
{{#if orders}}
{{#each orders}}
{{#if pharmacistName}}{{pharmacistName}}{{else}}No Data{{/if}}
{{/each}}
{{else}}
No Data
{{/if}}
Order text:
{{name}} {{strength}}
Start date/time:
{{#if overallStart}}
{{formatDate overallStart "MM/DD/YYYY"}}
{{else}}
No Data
{{/if}}
Stop date/time:
{{#if isDiscontinued}}
{{#if stopped}}{{formatDate stopped "MM/DD/YYYY"}}{{else}}No Data{{/if}}
{{/if}}
{{#if showExpiredDate}}
{{#if overallStop}}({{expireText}} {{formatDate overallStop "MM/DD/YYYY"}}){{else}}No Data{{/if}}
{{/if}}
Order number:
{{slicedOrderUid}}
Prescription number:
{{#if orders}}
{{#each orders}}
{{#if prescriptionId}}{{prescriptionId}}{{else}}No Data{{/if}}
{{/each}}
{{else}}
No Data
{{/if}}
Quantity/Day supply:
{{#if orders}} {{#each orders}}
{{convertStringToInteger quantityOrdered}} for {{convertStringToInteger daysSupply}} days
{{/each}} {{else}}
No Data
{{/if}}
Fills remaining:
{{#if orders}} {{#each orders}}
{{convertStringToInteger fillsRemaining}} of {{convertStringToInteger fillsAllowed}}
{{/each}} {{else}}
No Data
{{/if}}
| Dispense Date | Release Date | Fill | Type |
|---|---|---|---|
| {{#if dispenseDate}}{{formatDate dispenseDate}}{{else}}No Data{{/if}} | {{#if releaseDate}}{{formatDate releaseDate}}{{else}}No Data{{/if}} | {{#if daysSupplyDispensed}} {{quantityDispensed}} for {{daysSupplyDispensed}} days {{else}} {{#if quantityDispensed}}{{quantityDispensed}} dispensed{{else}}No Data{{/if}} {{/if}} | {{#if ../pickupTypeText}}{{../pickupTypeText}}{{else}}No Data{{/if}} |
No Data
{{/if}}