# HealthParse Dialysis Facility Quality Record by CCN

> HealthParse Dialysis Facility Quality Record by CCN is a paid API for AI agents from api.healthparse.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Retrieves CMS Care Compare quality ratings and performance measures for a specific dialysis facility identified by its CMS Certification Number (CCN).

## Facts

- Endpoint: GET https://api.healthparse.io/v1/facilities/dialysis/:ccn
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/healthparse-dialysis-facility-quality-record-by-ccn-c20b349d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t1dcNoh_KyzsMHOq905KF

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability healthparse-dialysis-facility-quality-record-by-ccn-c20b349d
```

Example prompt: Can you pull up the CMS Care Compare quality ratings and performance measures for dialysis facility CCN 212929?

## When to prefer this

Use this endpoint when you have a specific dialysis facility's CCN and need its full CMS Care Compare quality record, including star ratings and performance measures. Prefer this over the search endpoint when you already know the exact CCN and want detailed quality data for one facility rather than browsing multiple facilities by geography or rating.

## Known failure modes

- Invalid or unknown CCN returns an error or empty result
- CCN belongs to a non-dialysis facility type (wrong facility category)
- CMS data not yet updated for recently opened facilities
- Network timeout or upstream CMS data unavailability
- Malformed CCN format rejected by the API

## How this service works

CMS Care Compare quality record by CCN for a dialysis. Answers: what are the quality ratings and performance measures for this facility? Source: CMS Care Compare.

## Output

Returns the CMS Care Compare quality record for the specified dialysis facility, including star ratings, quality performance measures, and other CMS-reported metrics sourced from the Care Compare database.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "required": [],
   "properties": {}
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/healthparse-dialysis-facility-quality-record-by-ccn-c20b349d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.healthparse.io](https://www.zero.xyz/host/api.healthparse.io/llms.txt)
