APTC

Schema for APTC from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
aptc_amount number
is_catastrophic boolean
enrollment_groups array
View JSON Schema on GitHub

JSON Schema

marketplace-aptc.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "APTC",
  "description": "Schema for APTC from CMS Marketplace API",
  "properties": {
    "aptc_amount": {
      "format": "float",
      "type": "number"
    },
    "is_catastrophic": {
      "type": "boolean"
    },
    "enrollment_groups": {
      "type": "array",
      "$ref": "#/definitions/APTCEnrollmentGroup"
    }
  }
}