APTTier

Schema for APTTier from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
pctFPL object Percentage of the Federal Poverty Line in regards to your income
pctPremium object Percentage of the premium to pay based on the income range
View JSON Schema on GitHub

JSON Schema

marketplace-apttier.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "APTTier",
  "description": "Schema for APTTier from CMS Marketplace API",
  "properties": {
    "pctFPL": {
      "description": "Percentage of the Federal Poverty Line in regards to your income",
      "$ref": "#/definitions/Range"
    },
    "pctPremium": {
      "description": "Percentage of the premium to pay based on the income range",
      "$ref": "#/definitions/Range"
    }
  },
  "type": "object"
}