Marketplace Provider Example

Example Provider object from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Marketplace Provider 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": "Provider Example",
  "description": "Example Provider object from CMS Marketplace API",
  "example": {
    "name": "string",
    "gender": {},
    "specialties": [
      "string"
    ],
    "type": {},
    "accepting": "accepting",
    "npi": "string",
    "languages": [
      "string"
    ],
    "facility_types": [
      "string"
    ],
    "taxonomy": "string"
  }
}