All Projects → HL7 → cql

HL7 / cql

Licence: other
Clincal Quality Language Specification

Programming Languages

HTML
75241 projects
ANTLR
299 projects

Projects that are alternatives of or similar to cql

AHRQ-CDS-Connect-Authoring-Tool
The CDS Authoring Tool is part of the CDS Connect project https://cds.ahrq.gov/, sponsored by the Agency for Healthcare Research and Quality (AHRQ), and developed under contract with AHRQ by MITRE's CAMH FFRDC.
Stars: ✭ 32 (+100%)
Mutual labels:  cds, fhir, cql, clinical-quality-language, clinical-decision-support
hedis-ig
HEDIS FHIR-based Quality Reporting
Stars: ✭ 24 (+50%)
Mutual labels:  fhir, cql, clinical-quality-language, clinical-quality-measurement
fhirpath
FHIRPath implementation in Python.
Stars: ✭ 25 (+56.25%)
Mutual labels:  fhir, hl7, fhirpath
connectathon
Bundles for the Connectathon
Stars: ✭ 16 (+0%)
Mutual labels:  fhir, cql, clinical-quality-measurement
firely-net-common
The official Firely .NET SDK for HL7 FHIR - Contains common code for all FHIR versions
Stars: ✭ 31 (+93.75%)
Mutual labels:  fhir, hl7
hl7v2-fhir-converter
Converts HL7 v2 Messages to FHIR Resources
Stars: ✭ 40 (+150%)
Mutual labels:  fhir, hl7
CyFHIR
A Neo4j Plugin for Handling HL7 FHIR Data
Stars: ✭ 39 (+143.75%)
Mutual labels:  fhir, hl7
fhir-works-on-aws-persistence-ddb
A DynamoDB implementation of the FHIR Works on AWS framework, enabling users to complete CRUD operations on FHIR resources
Stars: ✭ 24 (+50%)
Mutual labels:  fhir, hl7
php-fhir
Tools for consuming data from a FHIR server with PHP
Stars: ✭ 87 (+443.75%)
Mutual labels:  fhir, hl7
cacao
Callable Cancer Loci - assessment of sequencing coverage for actionable and pathogenic loci in cancer
Stars: ✭ 21 (+31.25%)
Mutual labels:  clinical-decision-support
Machete
Cut through the Crap, with Machete, a text parser, object mapper, and query engine.
Stars: ✭ 39 (+143.75%)
Mutual labels:  hl7
Judge-Jury-and-Executable
A file system forensics analysis scanner and threat hunting tool. Scans file systems at the MFT and OS level and stores data in SQL, SQLite or CSV. Threats and data can be probed harnessing the power and syntax of SQL.
Stars: ✭ 66 (+312.5%)
Mutual labels:  query-language
crystal-cassandra
A Cassandra driver for Crystal
Stars: ✭ 20 (+25%)
Mutual labels:  cql
djaq
Django queries
Stars: ✭ 54 (+237.5%)
Mutual labels:  query-language
cds-for-code
VSCode extension for working with Microsoft Common Data Service (CDS)
Stars: ✭ 22 (+37.5%)
Mutual labels:  cds
youyou
Edit and create FHIR profiles with a shiny interface ✨
Stars: ✭ 13 (-18.75%)
Mutual labels:  fhir
openmrs-fhir-analytics
A collection of tools for extracting FHIR resources and analytics services on top of that data.
Stars: ✭ 55 (+243.75%)
Mutual labels:  fhir
nodengine-hl7
HL7 parser for nodengine
Stars: ✭ 23 (+43.75%)
Mutual labels:  hl7
grafito
Portable, Serverless & Lightweight SQLite-based Graph Database in Arturo
Stars: ✭ 95 (+493.75%)
Mutual labels:  query-language
ClarityNLP
An NLP framework for clinical phenotyping. Docker | Python | Solr | OMOP. http://claritynlp.readthedocs.io/en/latest/
Stars: ✭ 100 (+525%)
Mutual labels:  clinical-quality-language

CQL

This repository contains the source for the Health Level Seven International Clinical Quality Language (CQL) Specification. The specification is stewarded by the HL7 Clinical Decision Support (CDS) Work Group. Changes to the specification are made through the HL7 balloting process.

The specification is published by Health Level Seven International at the following location: http://cql.hl7.org

Repository Organization

This repository is structured as follows:

  • root - IG Publisher content and settings
    • resources - IG resource
    • spec - Specification content
    • tests - CQL testing suite
    • txCache - IG Publisher terminology cache

The spec folder contains:

  • _layouts - Publishing layouts for the Jekyll build
  • cql - CQL grammar
  • dist - HTML assets for the publication
  • elm - ELM schema and UML
  • examples - Specification examples
  • extracted-media - images for the specification
  • _config.yml - Configuration file for the publication
  • *.adoc, *.md, *.zip - Specification content

Local Build

The HL7 IG Publisher is committed to this repository to make building as easy as possible. To build locally, clone the repository and issue the following command in the root:

java -jar "org.hl7.fhir.igpublisher.jar" -ig ig.json

Web Build

Commits to this repository will trigger the development build, published here:

http://build.fhir.org/ig/HL7/cql/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].