Adds syntax highlighting to CQL files in VSCode. Adapted from the atom_cql_support package for Atom.
- If you don't have Visual Studio Code, download and install it.
- Clone or copy this repository into your Visual Studio Code extensions folder (see https://vscode-docs.readthedocs.io/en/stable/extensions/install-extension/ for help on finding where this is located on your machine).
- From Visual Studio Code, check the available extensions. Enable the
cql-language
extension.
After you've installed the cql-language extension, open any .cql file in VSCode. As long as the file has the .cql extension, syntax highlighting will be automatically applied.
NOTE: Syntax highlighting makes editing and reviewing CQL files easier, but does not validate the technical or syntactic validity of the CQL statements. This package does not flag invalid CQL.
The 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:
- clinical_quality_language on GitHub
- Clinical Quality Expression Language at HL7
- S&I Clinical Quality Framework (CQF)
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.