Building the Open Quality Coalition

Healthcare Agents &
AI-Ready APIs

Open source tools empowering the HL7 FHIR community.Advancing SQL on FHIR and transparent quality measurement.

Scroll
The Problem

Quality Measures Are
Black Boxes

Healthcare organizations struggle with opaque measure logic, inconsistent results, and no way to understand why patients pass or fail. We're changing that.

  • Open, transparent measure logic
  • Community-validated implementations
  • Works with your existing data warehouse
  • HL7 FHIR & SQL on FHIR aligned
See How It Works
cql-compiler.ts
// Input: CQL
define "Breast Cancer Screening":
exists [Observation: "Mammography"]
where effective during "Measurement Period"
-- Output: SQL
SELECT patient_id,
CASE WHEN COUNT(*) > 0
THEN true ELSE false END
FROM fhir.observation
WHERE code IN ('24606-6', ...)
Open to All Organizations

Coalition for Open Quality

We're building a community of healthcare organizations, vendors, and developers committed to transparent, open source quality measurement. Join us in solving this together.

Stay Updated

Get updates on CQL-to-SQL development, new tools, and healthcare data insights.