Skip to content

Commit 39a64f0

Browse files
committed
Update README
1 parent 26718ce commit 39a64f0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[![Build Status](https://dev.azure.com/firely/firely-net-sdk/_apis/build/status%2FFirelyTeam.firely-cql-sdk?repoName=FirelyTeam%2Ffirely-cql-sdk&branchName=develop)](https://dev.azure.com/firely/firely-net-sdk/_build/latest?definitionId=143&repoName=FirelyTeam%2Ffirely-cql-sdk&branchName=develop)
22

33

4-
## Introduction ##
4+
## Introduction
55
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,
66
and/or turning the contents of an ELM file into a .NET assembly so it can be called statically.
77

8-
## Release notes ##
8+
## Release notes
99
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+
1112
The engine has been tested by running it against the current NCQA HEDIS measures and CMS measures.
1213
There is quite some variation in how CQL is written and interpreted,
1314
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
1617
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.
1718

1819

19-
## Getting Started ##
20+
## Getting Started
2021

2122
* Read how to [get started with the Demo solution](docs/getting-started.md) included in the repository.
2223
* 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
2728

2829
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.
2930

30-
## Dependencies ##
31+
## Dependencies
3132

3233
The SDK has dependencies on the following key external packages:
3334

@@ -87,7 +88,7 @@ Further information can be found in [docs/getting-started.md](docs/getting-start
8788
## Support
8889
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.
8990

90-
## Contributing ##
91+
## Contributing
9192
We are welcoming contributions!
9293

9394
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

Comments
 (0)