LowIncomeChild

Schema for LowIncomeChild from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
min_age number Minimum age
max_age number Maximum age
pc_fpl number Percentage federal poverty level
View JSON Schema on GitHub

JSON Schema

marketplace-lowincomechild.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LowIncomeChild",
  "description": "Schema for LowIncomeChild from CMS Marketplace API",
  "properties": {
    "min_age": {
      "description": "Minimum age",
      "format": "integer",
      "type": "number"
    },
    "max_age": {
      "description": "Maximum age",
      "format": "integer",
      "type": "number"
    },
    "pc_fpl": {
      "description": "Percentage federal poverty level",
      "format": "float",
      "type": "number"
    }
  },
  "type": "object"
}