UnifiedTiers
Normalized coverage terminology taking into account each plan/formulary's tiers and benefit design to produce a consistent, easy to understand coverage status regardless of payer, PBM, channel or benefit design.
List of UnifiedTiers
Request URL
GET Formulary/v1/Coverage/UnifiedTiers
URI Parameters
| Name | Description | Type | Required / Optional |
|---|---|---|---|
| ConfigurationId |
Pass '0' for Data Feed, pass '1' for Analytics3 and pass '3' for CoverageFinder to get the associated status mapping values. |
integer |
Optional |
Resource Description of Response Object
UnifiedTiersResponse| Name | Description | Type | Required / Optional |
|---|---|---|---|
| UnifiedTiers | Collection of UnifiedTier |
Optional |
Available Response Formats & Sample Data
{
"UnifiedTiers": [
{
"UnifiedTierId": 64,
"Name": "sample string 2",
"Color": "sample string 3",
"Sort": 4,
"Rank": 5
},
{
"UnifiedTierId": 64,
"Name": "sample string 2",
"Color": "sample string 3",
"Sort": 4,
"Rank": 5
}
]
}
<UnifiedTiersResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/formulary/coverages">
<UnifiedTiers>
<UnifiedTier>
<Color>sample string 3</Color>
<Name>sample string 2</Name>
<Rank>5</Rank>
<Sort>4</Sort>
<UnifiedTierId>64</UnifiedTierId>
</UnifiedTier>
<UnifiedTier>
<Color>sample string 3</Color>
<Name>sample string 2</Name>
<Rank>5</Rank>
<Sort>4</Sort>
<UnifiedTierId>64</UnifiedTierId>
</UnifiedTier>
</UnifiedTiers>
</UnifiedTiersResponse>
Build Request
| Name | Description | Input Value | Type | Required / Optional |
|---|---|---|---|---|
| ConfigurationId |
Pass '0' for Data Feed, pass '1' for Analytics3 and pass '3' for CoverageFinder to get the associated status mapping values. |
integer |
Optional |
Request URL
GET Formulary/v1/Coverage/UnifiedTiers?ConfigurationId=ConfigurationId
Status
Response Details