Enrollment

Schema for Enrollment from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
enrollmentGroups array
enrollees array
View JSON Schema on GitHub

JSON Schema

marketplace-enrollment.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Enrollment",
  "description": "Schema for Enrollment from CMS Marketplace API",
  "properties": {
    "enrollmentGroups": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/EnrollmentGroup"
      }
    },
    "enrollees": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/Enrollee"
      }
    }
  },
  "type": "object"
}