You are here:
InsFormularyService:getListOfPlanMedicationPrices
Use this service to get a list of prices for covered drugs within a provider network, including copay calculation.
Method: getListOfPlanMedicationPrices
How It Works
-
Uses
ProviderNetworkFormularyDrugPrice_candgetListOfPlanMedicationPricesfor the list of negotiated drug prices between the provider network and pharmacy. -
Calculates the drug's copay amounts based on the drug's formulary tier, which can be either a fixed copay amount or a percentage of the negotiated amount between the provider network and the pharmacy, using
FormularyDrugId__r,FormularyTierId__r,CoPayPercent__c, orCoPayAmount__c. -
Output
resultprovides list with drug's calculated copay amount, together with network and pharmacy names.
Remote Options
Option |
Description |
|---|---|
|
Required. One or more IDs based on the result of the
FormularyServiceHandler's |
|
Optional. Network Ids to filter the result, to show only the amounts from the selected networks. |
|
Optional. |
|
Optional. Must be used with
Sorts results according to distance closest to point selected. Works only if the Pharmacy’s
(Account) |
|
Optional. Must be used with
Sorts results according to distance closest to point selected. Works only if the Pharmacy’s
(Account) |

