APTCEnrollee

Schema for APTCEnrollee from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
is_pediatric boolean
aptc_percentage number
View JSON Schema on GitHub

JSON Schema

marketplace-aptcenrollee.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "APTCEnrollee",
  "description": "Schema for APTCEnrollee from CMS Marketplace API",
  "properties": {
    "is_pediatric": {
      "type": "boolean"
    },
    "aptc_percentage": {
      "type": "number",
      "format": "float"
    }
  }
}