HEALTHIT.COM
Research
RESEARCH PREVIEW · 2026-08-27
Menu
2026-08-22Corti achieves ISO/IEC 270012026-08-22Geisinger case: 70% faster prior auth TAT2026-08-22Infinitus SOC 2 Type II compliance2026-08-22AKASA HITRUST/SOC 2 and 100% pre-bill review2026-08-22Infinitus 2025 recap: 1.17M patients automated2026-08-22HIPAA/SOC 2 Type II; recordings deleted2026-08-19Luma-PCC partnership to bring AI-enabled communications to 300+ pediatric practices2026-08-15Glass ranks top-tier on ARISE NOHARM clinical safety benchmark2026-08-15ISO 27001, HIPAA, 7+ FDA 510(k)s documented2026-08-15UpToDate integrated into Epic EHR/MyChart and ambient AI workflows2026-08-06UpToDate Expert AI adopted by ~2,500 U.S. hospitals and health systems2026-07-292.7M weekly interactions; US CAB launch2026-07-23Anterior-Stellarus partnership2026-07-23Strategic partnership with Stellarus to enable real-time AI-driven prior authorization for health plans2026-07-22Waystar Q2 2026 beat; AI anomaly detection traction2026-07-21Patient Pipeline: AI-powered new patient acquisition from ad spend to booked care2026-07-21Luma launches AI Patient Pipeline for new patient acquisition2026-07-07SMART on FHIR + Epic Toolbox integration2026-06-30Nature Health SAFEMOM study shows Ada improves health-seeking behavior on MomConnect2026-06-26Modality Partnership (NHS) rolls out Heidi across 53 sites in the UK's largest clinical deployment of ambient AI2026-06-26NHS Modality Partnership rollout2026-06-24Roche acquires PathAI for ~$1B to bolster AI-based diagnostic algorithms2026-06-24Assort Health raises $120M Series C at $1.2B valuation2026-06-15Thoreau Group signs $12B agreement to take control of Ensemble Health

HealthIT API

Query versioned healthcare-technology records with explicit evidence status, unknowns, and exclusion reasons.

Quick start

# Set this to the HealthIT preview or canonical origin you intend to query.
curl -s "$HEALTHIT_ORIGIN/api/v1/vendors" | jq '.snapshot_id, .vendors[0].documentary_gate_status'

Example response

{
  "documentary_gate_status": "passed",
  "scenario_eligibility": "eligible",
  "comparability_status": "not_comparable",
  "decision_readiness": "provisional",
  "critical_unknowns": ["deployment_traction"],
  "exclusion_reasons": [{ "code": "critical_unknown", "dimension": "deployment_traction" }],
  "snapshot_id": "snap_be69e7f46522da1a",
  "method_versions": { "score": "score-v0.2.0" }
}

Versioned endpoints

MethodPathContract
GET/api/v1/vendorsVersioned vendor list with documentary gate, scenario eligibility, comparability, readiness, exclusions, and snapshot identity.
GET/api/v1/vendors/{slug}One vendor record with the same decision-state fields.
GET/api/v1/categoriesWorkflow summaries bound to the current snapshot.
GET/api/v1/signalsForecast questions with probabilities and calibration fields.
GET/.well-known/agents.jsonAgent capability manifest: provenance rules, refusal boundaries, and every available surface.
GET/api/v1/feedbackSelf-describing private feedback contract for people and agents.
POST/api/v1/feedbackQueue a non-PHI correction, evidence gap, missing product, usability report, or question. Never auto-published.
GET/status.jsonApplication SHA, snapshot source SHA, snapshot id, cutoff, and counts.
GET/llms.txtMachine-discovery index.
GET/openapi.jsonOpenAPI 3.1 description of the v1 contract.

GET /api/v1/vendors

Versioned vendor list with documentary gate, scenario eligibility, comparability, readiness, exclusions, and snapshot identity.

GET /api/v1/vendors/{slug}

One vendor record with the same decision-state fields.

GET /api/v1/categories

Workflow summaries bound to the current snapshot.

GET /api/v1/signals

Forecast questions with probabilities and calibration fields.

GET /.well-known/agents.json

Agent capability manifest: provenance rules, refusal boundaries, and every available surface.

GET /api/v1/feedback

Self-describing private feedback contract for people and agents.

POST /api/v1/feedback

Queue a non-PHI correction, evidence gap, missing product, usability report, or question. Never auto-published.

GET /status.json

Application SHA, snapshot source SHA, snapshot id, cutoff, and counts.

GET /llms.txt

Machine-discovery index.

GET /openapi.json

OpenAPI 3.1 description of the v1 contract.

Deprecated compatibility endpoints

These remain for existing callers. New work should use /api/v1/*. Removal will be announced on this page first.

GET /api/vendors

Compatibility list. Prefer /api/v1/vendors. Removal will be announced here before fields disappear.

GET /api/vendors/{slug}

Compatibility detail. Prefer /api/v1/vendors/{slug}.

GET /api/categories

Compatibility categories. Prefer /api/v1/categories.

GET /api/signals

Compatibility signals. Prefer /api/v1/signals.

Decision-state definitions

documentary_gate_status, scenario_eligibility, comparability_status, and decision_readiness are separate. A product that passes the documentary gate is not automatically comparable.

Errors

Unknown slugs return HTTP 404. A v1 list that omitted exclusion_reasons on a non-comparable product would return HTTP 500 (fail closed).

Caching and rate limits

Responses carry Cache-Control. Precise rate limits are not enforced or measured in this research preview. Keyed and paid access are planned and unavailable during the research preview.

Private feedback

Feedback is a non-PHI, moderated write surface. Read /api/v1/feedback before posting; corrections and evidence gaps require a source URL, and non_phi_confirmedmust be true. A 202 receipt means the private editorial handoff succeeded — it never means a claim or score changed.

Versioning and deprecations

v1 fields are additive. decision_admissible is preserved but ambiguous — prefer documentary_gate_status.

OpenAPI

/openapi.json describes the v1 contract.

Availability and planned paid access

This research preview does not issue API keys. See launch status.