APTCEnrollmentGroup

Schema for APTCEnrollmentGroup from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
id string
aptc_eligible_premium number
division object
enrollees array
View JSON Schema on GitHub

JSON Schema

marketplace-aptcenrollmentgroup.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "APTCEnrollmentGroup",
  "description": "Schema for APTCEnrollmentGroup from CMS Marketplace API",
  "properties": {
    "id": {
      "type": "string"
    },
    "aptc_eligible_premium": {
      "type": "number",
      "format": "float"
    },
    "division": {
      "$ref": "#/definitions/ProductDivisionEnum"
    },
    "enrollees": {
      "type": "array",
      "$ref": "#/definitions/APTCEnrollee"
    }
  }
}