DrugCoverage

Schema for DrugCoverage from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
rxcui object
plan_id object
coverage object
generic_rxcui string The RxCUI for the generic equivalent of the given drug
View JSON Schema on GitHub

JSON Schema

marketplace-drugcoverage.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DrugCoverage",
  "description": "Schema for DrugCoverage from CMS Marketplace API",
  "properties": {
    "rxcui": {
      "$ref": "#/definitions/RxCUI"
    },
    "plan_id": {
      "$ref": "#/definitions/PlanID"
    },
    "coverage": {
      "$ref": "#/definitions/Coverage"
    },
    "generic_rxcui": {
      "type": "string",
      "description": "The RxCUI for the generic equivalent of the given drug"
    }
  }
}