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

https://github.com/rukshn/cquill

A CQL writer with and syntax highlighting
https://github.com/rukshn/cquill

cql cql-support cqlengine fhir fhir-ig

Last synced: about 1 year ago
JSON representation

A CQL writer with and syntax highlighting

Awesome Lists containing this project

README

          

# 🖋️ CQuill

https://github.com/user-attachments/assets/e1337f50-a98b-4874-8d2a-38c47ce2fddd

A visual editor to writing Clinical Quality Language (CQL) queries.

## Features

- CQL syntax highlighting.
- Code autocompletion.
- Runs completely within the browser.
- No data sent to any server.
- Read FHIR compatible `CodeSystem`

## Currently does not support

- Saving CQL
- No backend

## Potential roadmap

- Use CodeSystem from OCL, HAPI FHIR server.

Still under development.

## Development

Clone the repository and run the following commands:

```bash
bun install
bun run dev
```

## Building the app

```bash
bun run build
```