# HealthParse Hospice Quality Record by CCN

> HealthParse Hospice 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 hospice facility identified by its CMS Certification Number (CCN).

## Facts

- Endpoint: GET https://api.healthparse.io/v1/facilities/hospice/: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-hospice-quality-record-by-ccn-0f983bfd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B2jbgfMBeZ2P-Ix5GkJ26

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-hospice-quality-record-by-ccn-0f983bfd
```

Example prompt: Can you pull up the CMS Care Compare quality ratings and performance measures for hospice CCN 341570?

## When to prefer this

Use this endpoint when you have a specific hospice facility's CCN and need its detailed CMS quality record. Prefer this over the hospice search endpoint when the CCN is already known and you want the full quality profile for a single facility rather than a list of facilities.

## Known failure modes

- Invalid or unknown CCN returns a 404 or empty result
- CCN belongs to a non-hospice facility type, returning no data
- CMS data not yet refreshed for a newly certified facility
- Network or upstream CMS data source unavailability

## How this service works

CMS Care Compare quality record by CCN for a hospice. 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 hospice, including star ratings, quality performance measures, and other CMS-reported metrics for that facility.

## 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-hospice-quality-record-by-ccn-0f983bfd/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)
