Marketplace Drug Example

Example Drug object from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal-GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Marketplace Drug Example is an example object payload from Centers for Medicare and Medicaid Services, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionexample

Example Payload

Raw ↑
{
  "title": "Drug Example",
  "description": "Example Drug object from CMS Marketplace API",
  "example": {
    "id": "string",
    "name": "string",
    "rxcui": {},
    "strength": "string",
    "route": "string",
    "full_name": "string",
    "rxterms_dose_form": "string",
    "rxnorm_dose_form": "string"
  }
}