Marketplace Address Example

Example Address object from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Marketplace Address 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": "Address Example",
  "description": "Example Address object from CMS Marketplace API",
  "example": {
    "city": "string",
    "state": "string",
    "street_1": "string",
    "street_2": "string",
    "zipcode": "string",
    "countyfips": "string"
  }
}