An open API service indexing awesome lists of open source software.

https://github.com/samply/exliquid

EXLIQUID Dashboard Prototype
https://github.com/samply/exliquid

Last synced: 3 months ago
JSON representation

EXLIQUID Dashboard Prototype

Awesome Lists containing this project

README

        

# EXLIQUID Dashboard Prototype

## Usage

From the project directory:

* start Blaze with `docker compose up`
* encode the CQL library `base64 < data/exliquid.cql` and put it into the library resource in `data/metadata.json`
* import data with `blazectl upload --server http://localhost:8080/fhir data`
* evaluate the measure with the dashboard table as result with `./evaluate.sh`

The table will output as CSV and should look like this:

| Diagnosis | Sample Type | Count |
|:----------|:-----------------------------|------:|
| C34.9 | blood-plasma | 2 |
| C34.9 | peripheral-blood-cells-vital | 1 |
| C50.9 | blood-plasma | 2 |
| C50.9 | peripheral-blood-cells-vital | 2 |

## Relevant Data

### Diagnoses

| Name | Code |
|:-----------|:------|
| Lung | C34.9 |
| Breast | C50.9 |
| Colorectal | C18.9 |
| Brain | |
| Skin | |

### Sample Types

| Code |
|:-----------------------------|
| blood-plasma |
| peripheral-blood-cells-vital |