DecileMapping

Schema for DecileMapping from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal-GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
low object
medium object
high object
View JSON Schema on GitHub

JSON Schema

marketplace-decilemapping.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DecileMapping",
  "description": "Schema for DecileMapping from CMS Marketplace API",
  "properties": {
    "low": {
      "$ref": "#/definitions/DecileUtilizationMapping"
    },
    "medium": {
      "$ref": "#/definitions/DecileUtilizationMapping"
    },
    "high": {
      "$ref": "#/definitions/DecileUtilizationMapping"
    }
  },
  "type": "object"
}