Ppl Cost Example

Example Cost object from CMS PPL API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal-GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Ppl Cost 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": "Cost Example",
  "description": "Example Cost object from CMS PPL API",
  "example": {
    "facilityType": "string",
    "cost": 0.0,
    "copay": 0.0,
    "total": 0.0
  }
}