Clinical Quality Language (CQL) for VSCodeAdds syntax highlighting, semantic (error) highlighting, and local execution for the HL7 Clinical Quality Language (CQL) to VS Code Quick StartThe cqframework.cql extension has been published to the VS Code Marketplace, so the installation is simple. Just search for "Clinical Quality Language" in the marketplace and install the extension. It'll be activated once you open a .cql file. This extension requires Java to be installed. It'll prompt you to install Java if required. This project maintains a User Guide that provides detailed instructions on how to use the plugin to author and test CQL content. More About the Clinical Quality LanguageThe Clinical Quality Language (CQL) is a domain specific language for expressing electronic clinical quality measures (eCQM) and clinical decision support rules (CDS) in an author-friendly computable format. Find out more about CQL:
Getting HelpBugs and feature requests can be filed with Github Issues. The implementers are active on the official FHIR Zulip chat for CQL. Inquires for commercial support can be directed to info@alphora.com. Related Projects
Local Plugin DevelopmentInstall Run Run Run the TIP: The cql-language-server that provides error highlighting is a Java project. It's also launched in debug mode when this VS Code extension is launched in debug mode, allowing you to attach a Java debugger as well. If you're simultaneously iterating on the cql-language-server, you can create a symlink to that Java artifact and changes will be picked up when VS Code restarts. On linux:
Set your repo home directory and update the versions as needed. VersioningThis project follows the guidance given by Microsoft for the VS Code marketplace here and publishes prereleases to the VS Code marketplace using odd minor version numbers. Full releases are published using even minor version numbers. AcknowledgementsThis plugin is a reimplementation of much of the functionality in the atom_cql_support plugin for the Atom editor. Additionally, the Red Hat vscode-java plugin was referenced extensively in developing this plugin. LicenseCopyright 2019+ Dynamic Content Group, LLC (dba Alphora) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. |