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
- Host: GitHub
- URL: https://github.com/rukshn/cquill
- Owner: rukshn
- License: agpl-3.0
- Created: 2025-02-15T15:53:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T23:39:30.000Z (about 1 year ago)
- Last Synced: 2025-04-11T00:57:56.711Z (about 1 year ago)
- Topics: cql, cql-support, cqlengine, fhir, fhir-ig
- Language: TypeScript
- Homepage:
- Size: 251 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```