Marketplace Issuer Example

Example Issuer object from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal-GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Marketplace Issuer 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": "Issuer Example",
  "description": "Example Issuer object from CMS Marketplace API",
  "example": {
    "eligible_dependents": [
      {}
    ],
    "id": "string",
    "individual_url": "string",
    "name": "string",
    "shop_url": "string",
    "state": "string",
    "toll_free": "string",
    "tty": "string"
  }
}