Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Repository Descriptions and Relationships

edeyoung edited this page May 22, 2019 · 26 revisions

Descriptions and Relationships

Bonnie

git repository

Bonnie is an application that enables measure developers to test their electronic clinical quality measures (eCQMs) by creating a test deck of synthetic patient records. These synthetic patient records are calculated against the measure logic and help ensure that the clinical intent of the measure is being met.

Bonnie depends on:

cqm-parsers

git repository

This project contains libraries for parsing HQMF documents and parsing MAT packages.

cqm-models

git repository

This library contains auto generated Mongoid (Ruby) and Mongoose (JavaScript) models that correspond to the QDM (Quality Data Model) specification.

cqframework/cql-execution

git repository

The CQL Execution Framework is a set of CoffeeScript libraries that can execute CQL artifacts expressed as JSON ELM.

cqm-execution

git repository

This repository contains an npm module for calculating eCQMs (electronic clinical quality measures) written in CQL (clinical quality language), using the Project Tacoma CQM models.

cqm-execution depends on:

cqm-execution-service

git repository

A Dockerized node based service for calculating clinical quality measures.

cqm-execution-service depends on:

cqm-reports

git repository

A library for importing and exporting reporting standards for eCQMs, in particular, QRDA.

Diagrams

Parsing measure uploads

MAT package

MAT package upload repository flow

HQMF XML

HQMF upload repository flow

SimpleXML

SimpleXML upload repository flow

Measure Logic Generation (on Measure Upload)

Upload measure repository flow

QRDA Export

Export QRDA repository flow

Patient Calculation

Calculate patient repository flow

Patient Representation

Patient Representation Between Repositories Additional Patient Representation Between Repositories