CrosswalkCode

Schema for CrosswalkCode from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
code number Integer code value
description string Human readable code description
View JSON Schema on GitHub

JSON Schema

marketplace-crosswalkcode.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CrosswalkCode",
  "description": "Schema for CrosswalkCode from CMS Marketplace API",
  "properties": {
    "code": {
      "description": "Integer code value",
      "format": "integer",
      "type": "number"
    },
    "description": {
      "description": "Human readable code description",
      "type": "string"
    }
  },
  "type": "object"
}