You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is NCQA's and Firely's official support SDK for working with [CQL][cql-spec] on the Microsoft .NET (dotnet) platform. It contains an engine for executing ELM,
6
6
and/or turning the contents of an ELM file into a .NET assembly so it can be called statically.
7
7
8
-
## Release notes ##
8
+
## Release notes
9
9
This is release version 2.1 of the engine.
10
-
We expect parts of the public interface can to change.
10
+
Earlier 1.0 releases will be maintained with hotfixes, but will not receive new features.
11
+
11
12
The engine has been tested by running it against the current NCQA HEDIS measures and CMS measures.
12
13
There is quite some variation in how CQL is written and interpreted,
13
14
so it is likely at this early stage that there will be deviations from other engines currently available.
@@ -16,7 +17,7 @@ The releases notes
16
17
at [firely-cql-sdk/releases](https://github.com/FirelyTeam/firely-cql-sdk/releases) for each major version will document these changes and (major) issues we have encountered.
17
18
18
19
19
-
## Getting Started ##
20
+
## Getting Started
20
21
21
22
* Read how to [get started with the Demo solution](docs/getting-started.md) included in the repository.
22
23
* There is a great presentation on the engine from [DevDays 2023](https://youtu.be/CkTbgfbttJc).
@@ -27,7 +28,7 @@ at [firely-cql-sdk/releases](https://github.com/FirelyTeam/firely-cql-sdk/releas
27
28
28
29
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.
29
30
30
-
## Dependencies ##
31
+
## Dependencies
31
32
32
33
The SDK has dependencies on the following key external packages:
33
34
@@ -87,7 +88,7 @@ Further information can be found in [docs/getting-started.md](docs/getting-start
87
88
## Support
88
89
We actively monitor the issues coming in through the GitHub repository at [https://github.com/FirelyTeam/firely-cql-sdk/issues](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][netsdk-zulip] and [CQL chat][cql-spec] on Zulip.
89
90
90
-
## Contributing ##
91
+
## Contributing
91
92
We are welcoming contributions!
92
93
93
94
If you want to participate in this project, we're using [Git Flow][nvie] for our branch management. Please submit PRs with changes against the `develop` branch.
0 commit comments