SBCScenario

Schema for SBCScenario from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
deductible number
copay number
coinsurance number
limit number
View JSON Schema on GitHub

JSON Schema

marketplace-sbcscenario.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SBCScenario",
  "description": "Schema for SBCScenario from CMS Marketplace API",
  "type": "object",
  "properties": {
    "deductible": {
      "type": "number",
      "format": "float"
    },
    "copay": {
      "type": "number",
      "format": "float"
    },
    "coinsurance": {
      "type": "number",
      "format": "float"
    },
    "limit": {
      "type": "number",
      "format": "float"
    }
  }
}