LowestCostPlanPerson

Schema for LowestCostPlanPerson from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
age number
uses_tobacco boolean
View JSON Schema on GitHub

JSON Schema

marketplace-lowestcostplanperson.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LowestCostPlanPerson",
  "description": "Schema for LowestCostPlanPerson from CMS Marketplace API",
  "properties": {
    "age": {
      "format": "integer",
      "type": "number"
    },
    "uses_tobacco": {
      "type": "boolean",
      "default": false
    }
  },
  "type": "object"
}