DrugListTiers
Synonymous with MMIT "Raw" Status, Drug List Tiers are the nomenclature used by the Payer/PBM in question when defining coverage for a given product. Note that because the definitions of terms can differ between Payers and PBMs a "Tier 3" listing, as an example, can have different meanings for two different plans. (See Unified Tiers for a normalized set of terminology).
List of DrugListTiers
Request URL
GET Formulary/v1/Coverage/DrugListTiers
URI Parameters
No parameters are required for this Resource URI.
Resource Description of Response Object
DrugListTiersResponse| Name | Description | Type | Required / Optional |
|---|---|---|---|
| DrugListTiers | Collection of DrugListTier |
Optional |
Available Response Formats & Sample Data
{
"DrugListTiers": [
{
"DrugListTierId": 64,
"Name": "sample string 2"
},
{
"DrugListTierId": 64,
"Name": "sample string 2"
}
]
}
<DrugListTiersResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/formulary/coverages">
<DrugListTiers>
<DrugListTier>
<DrugListTierId>64</DrugListTierId>
<Name>sample string 2</Name>
</DrugListTier>
<DrugListTier>
<DrugListTierId>64</DrugListTierId>
<Name>sample string 2</Name>
</DrugListTier>
</DrugListTiers>
</DrugListTiersResponse>
Build Request
No parameters are required for this Resource URI.
Request URL
GET Formulary/v1/Coverage/DrugListTiers
Status
Response Details