VOOZH about

URL: https://www.nuget.org/packages/Hl7.Cql.ValueSets/

⇱ NuGet Gallery | Hl7.Cql.ValueSets 2.0.12-alpha




Hl7.Cql.ValueSets 2.0.12-alpha

This is a prerelease version of Hl7.Cql.ValueSets.
dotnet add package Hl7.Cql.ValueSets --version 2.0.12-alpha
 
 
NuGet\Install-Package Hl7.Cql.ValueSets -Version 2.0.12-alpha
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hl7.Cql.ValueSets" Version="2.0.12-alpha" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hl7.Cql.ValueSets" Version="2.0.12-alpha" />
 
Directory.Packages.props
<PackageReference Include="Hl7.Cql.ValueSets" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Hl7.Cql.ValueSets --version 2.0.12-alpha
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Hl7.Cql.ValueSets, 2.0.12-alpha"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Hl7.Cql.ValueSets@2.0.12-alpha
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Hl7.Cql.ValueSets&version=2.0.12-alpha&prerelease
 
Install as a Cake Addin
#tool nuget:?package=Hl7.Cql.ValueSets&version=2.0.12-alpha&prerelease
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

👁 Build Status

Introduction

This is NCQA's and Firely's official support SDK for working with CQL on the Microsoft .NET (dotnet) platform. It contains an engine for executing ELM, and/or turning the contents of an ELM file into a .NET assembly so it can be called statically.

Release notes

This is release version 2.0 (alpha) of the engine. We expect parts of the public interface can to change. The engine has been tested by running it against the current NCQA HEDIS measures and CMS measures. There is quite some variation in how CQL is written and interpreted, so it is likely at this early stage that there will be deviations from other engines currently available.

The releases notes at firely-cql-sdk/releases for each major version will document these changes and (major) issues we have encountered.

Getting Started

  • Read how to included in the repository.
  • There is a great presentation on the engine from DevDays 2023.
  • The CQL section in the .NET SDK documentation
  • A with background documentation on the design. May be somewhat outdated.
  • A showing how all the classes and their dependencies involved.
  • A showing the main (internal) parts of the engine. May be somewhat outdated.

The presentation is a good place to start, but note that we have made some minor changes to the public surface, so the names of the classes in the presentation will differ from the examples in the Demo project itself.

Dev Start

During development, new alpha releases will appear on Firely's Github Package feed, to be able to use pre-release packages within the cql solution. To use theses packages you must add https://nuget.pkg.github.com/FirelyTeam/index.json to your NuGet sources:

  • Get a Personal Access token (PAT) from github.com with scope read:packages

  • Next open a console on your machine and run dotnet nuget add source --name github --username <USERNAME> --password <PAT> https://nuget.pkg.github.com/FirelyTeam/index.json

USERNAME: your username on GitHub PAT: your Personal access token with at least the scope read:packages

Further information can be found in .

Support

We actively monitor the issues coming in through the GitHub repository at https://github.com/FirelyTeam/firely-cql-sdk/issues. You are welcome to register your bugs and feature suggestions there. For questions and broader discussions, we use the .NET FHIR Implementers chat and CQL chat on Zulip.

Contributing

We are welcoming contributions!

If you want to participate in this project, we're using Git Flow for our branch management. Please submit PRs with changes against the develop branch.

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Hl7.Cql.ValueSets:

Package Downloads
Hl7.Cql.Operators

Support package for Hl7.Cql. Implementation of the various operators and methods in the Cql spec.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.12-alpha 2,024 2/11/2025
2.0.11-alpha 282 2/11/2025
2.0.10-alpha 257 1/16/2025
2.0.8-alpha 861 12/4/2024
2.0.7-alpha 389 11/19/2024
2.0.4-alpha 1,160 9/20/2024
2.0.3-alpha 523 9/4/2024
2.0.2-alpha 244 9/4/2024
2.0.1-alpha 409 8/21/2024
2.0.0-alpha 715 6/17/2024
1.0.0-rc3 877 7/10/2024
1.0.0-rc2 2,752 10/23/2023
1.0.0-rc1 4,868 9/7/2023
0.9.0-rc1 293 8/30/2023