Releases: FirelyTeam/firely-net-sdk
2.0.0 for R4 (released 20201116)
A new major release: 2.0.0!
In this release:
- Moved some base Model classes to the common project, like
Resource
and Fhir types. They are now Fhir version agnostic. - Refactored to a complete new
FhirClient
based onHttpClient
instead ofHttpWebRequest
andHttpWebResponse
- FhirPath code to Normative standard (http://hl7.org/fhirpath/N1/)
- Async
- Better support for non-FHIR models
- And lots more
For an overview of the new changes, see here.
There is no DSTU2 version anymore of this 2.0 library. The latest version for DSTU2 is 1.9.0.
2.0.0-beta2 for STU3 (released 20200922)
This is second preview of version 2.0.0.
Version 2.0.0 contains:
- Moved some base Model classes to the common project, like Resource and Fhir types. They are now Fhir version agnostic.
- Refactored to a complete new
FhirClient
based onHttpClient
instead ofHttpWebRequest
andHttpWebResponse
- FhirPath code to Normative standard (http://hl7.org/fhirpath/N1/)
- Async
- And lots more
We tried to keep the backwards incompatible changes as minimum as possible. See here for an overview of those changes. This document can help you to upgrade.
See here the announcement of 2.0.0.
This is an beta2 version and is not production ready yet!
2.0.0-beta2 for R5 (released 20200922)
This is second preview of version 2.0.0.
Version 2.0.0 contains:
- Moved some base Model classes to the common project, like Resource and Fhir types. They are now Fhir version agnostic.
- Refactored to a complete new
FhirClient
based onHttpClient
instead ofHttpWebRequest
andHttpWebResponse
- FhirPath code to Normative standard (http://hl7.org/fhirpath/N1/)
- Async
- Support for R5. We use the 2020Sep Fhir specification (http://hl7.org/fhir/2020Sep/).
- And lots more
We tried to keep the backwards incompatible changes as minimum as possible. See here for an overview of those changes. This document can help you to upgrade.
See here the announcement of 2.0.0.
This is an beta2 version and is not production ready yet!
2.0.0-beta2 for R4 (released 20200922)
This is second preview of version 2.0.0.
Version 2.0.0 contains:
- Moved some base Model classes to the common project, like Resource and Fhir types. They are now Fhir version agnostic.
- Refactored to a complete new
FhirClient
based onHttpClient
instead ofHttpWebRequest
andHttpWebResponse
- FhirPath code to Normative standard (http://hl7.org/fhirpath/N1/)
- Async
- And lots more
We tried to keep the backwards incompatible changes as minimum as possible. See here for an overview of those changes. This document can help you to upgrade.
See here the announcement of 2.0.0.
This is an beta2 version and is not production ready yet!
1.9.0 for STU3 (released 20200723)
Every Thursday we have bugfixing Thursday, where we solve the open issues for 1.x. All the other weekdays we are working on the new features for version 2.0.
This release is the result of several bugfixing Thursdays.
Bugfixes
- #618 Fix SimpleQuantity datatype definition, remove invalid sliceName on root element
- #1305 Snapshot generation fails for all Observation STU3 - making validation unavailable
New Functionality
Note
Active development of DSTU2 has stopped, the included DSTU2 1.9.0 update is there to retain binary compatibility with the newer shared assemblies but has none of the new features.
1.9.0 for R4 (released 20200723)
Every Thursday we have bugfixing Thursday, where we solve the open issues for 1.x. All the other weekdays we are working on the new features for version 2.0.
This release is the result of several bugfixing Thursdays.
New Functionality
Note
Active development of DSTU2 has stopped, the included DSTU2 1.9.0 update is there to retain binary compatibility with the newer shared assemblies but has none of the new features.
1.9.0 for R5 (release 20200523)
This is the beta release for FHIR Release R5: Preview 2 (http://hl7.org/fhir/2020May/).
Resource Citation
is left out of this release, because it caused too much compile errors.
New Functionality
Note
Active development of DSTU2 has stopped, the included DSTU2 1.9.0 update is there to retain binary compatibility with the newer shared assemblies but has none of the new features.
2.0.0-beta1 for STU3 (released 20200716)
v2.0.0-beta1-stu3 bumped version to 2.0.0-beta1
2.0.0-beta1 for R4 (released 20200716)
v2.0.0-beta1-r4 bumped version to 2.0.0-beta1
1.8.0 for R5 (release 20200703)
This is the beta release for FHIR Release R5: Preview 2 (http://hl7.org/fhir/2020May/).
Resource Citation
is left out of this release, because it caused too much compile errors.