Releases: FirelyTeam/firely-net-sdk
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.
1.8.0 for STU3 (release 20200702)
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
- #1298 Removed EpisodeOfCare as target from multiple encounter searchparameters in STU3
- #1295 [SnapshotGenerator] Added slices in a derived profile inherit fixed values of its sibling.
New Functionality
- #1334 Add "join" FHIRPath function
- #1391
Questionnaire
implements nowIVersionableConformanceResource
, thanks to @Bulgrak - #1335 fhir-net-api uses now C# 8.0
Answered
During this sprint the following issues are researched and closed. No extra coding was needed:
- #1399 Instant.Now - serialises to ticks but should be mSec?
- #1396 FHIRPath compiler throws exception for escaped whitespace check
- #1397 Incorrect exception message for resourceType passed as empty in FhirJsonParser
- #1227 [snapshot generator] Diff validates, snapshot does not. Why?
- #1389 Invariant(fhirpath expression) doesn't evaluate properly
- #618 Fix SimpleQuantity datatype definition, remove invalid sliceName on root element
- #538 Extensions incorrectly reported as mandatory when constrained out of profile
Note
Active development of DSTU2 has stopped, the included DSTU2 1.8.0 update is there to retain binary compatibility with the newer shared assemblies but has none of the new features.