How is a hospital's emergency department performing on CMS timely-care measures?
How is a hospital's emergency department performing on CMS timely-care measures? Search CMS 'Timely and Effective Care - Hospital' by state, facility_id (CCN), measure (OP_18b median ED time, OP_22 left-without-being-seen, SEP_1...), condition, city, min/max score, reporting-period end, or latest_only. Returns per-hospital score, sample, measure period, and snapshot. CMS Care Compare public-domain records.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
253 msmedian answer time
$1.25listed price per call
$1.25price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.govparse.io/v1/cms/timely-care/search
| Category | Search and research |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $1.25 | 253 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"facility_id": "100001",
"measure": "OP_18b",
"state": "FL"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"city": {
"description": "City fragment.",
"examples": [
"Miami"
],
"type": "string"
},
"condition": {
"description": "Condition fragment.",
"examples": [
"Emergency Department"
],
"type": "string"
},
"facility_id": {
"description": "CMS CCN(s), CSV.",
"examples": [
"100001"
],
"type": "string"
},
"latest_only": {
"description": "true = only each facility\u00d7measure's most recent period.",
"examples": [
"true"
],
"type": "string"
},
"limit": {
"description": "Max rows (default 25, cap 100).",
"examples": [
25
],
"type": "integer"
},
"max_score": {
"description": "Maximum numeric score.",
"examples": [
"500"
],
"type": "string"
},
"measure": {
"description": "Measure id(s), CSV (OP_18b, OP_22, SEP_1...).",
"examples": [
"OP_18b"
],
"type": "string"
},
"min_score": {
"description": "Minimum numeric score.",
"examples": [
"200"
],
"type": "string"
},
"offset": {
"description": "Rows to skip.",
"examples": [
0
],
"type": "integer"
},
"period_end": {
"description": "Exact reporting-period end date (YYYY-MM-DD).",
"examples": [
"2025-06-30"
],
"type": "string"
},
"sort": {
"description": "score | sample | period_end :asc|:desc.",
"examples": [
"score:desc"
],
"type": "string"
},
"state": {
"description": "Hospital state code(s), CSV.",
"examples": [
"FL"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}