Skip to content

Releases: FirelyTeam/firely-net-sdk

2.0.0-beta2 for STU3 (released 20200922)

22 Sep 13:16
Compare
Choose a tag to compare

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 on HttpClient instead of HttpWebRequest and HttpWebResponse
  • 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)

22 Sep 13:18
Compare
Choose a tag to compare
Pre-release

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 on HttpClient instead of HttpWebRequest and HttpWebResponse
  • 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)

22 Sep 13:17
Compare
Choose a tag to compare
Pre-release

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 on HttpClient instead of HttpWebRequest and HttpWebResponse
  • 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)

23 Jul 15:44
Compare
Choose a tag to compare

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

  • #1418 Add expansion parameters to ValueSet $expand
  • #1415 Implement $index in FHIRPath

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)

23 Jul 16:28
Compare
Choose a tag to compare

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

  • #1418 Add expansion parameters to ValueSet $expand
  • #1415 Implement $index in FHIRPath

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)

23 Jul 17:28
Compare
Choose a tag to compare
Pre-release

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.

⚠️ Please take care of using this release, because it is still a beta release and not to be used for production.

New Functionality

  • #1418 Add expansion parameters to ValueSet $expand
  • #1415 Implement $index in FHIRPath

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)

23 Jul 14:43
Compare
Choose a tag to compare
v2.0.0-beta1-stu3

bumped version to 2.0.0-beta1

2.0.0-beta1 for R4 (released 20200716)

23 Jul 14:44
Compare
Choose a tag to compare
Pre-release
v2.0.0-beta1-r4

bumped version to 2.0.0-beta1

1.8.0 for R5 (release 20200703)

03 Jul 06:45
Compare
Choose a tag to compare
Pre-release

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.

⚠️ Please take care of using this release, because it is still a beta release and not to be used for production.

1.8.0 for STU3 (release 20200702)

02 Jul 17:20
Compare
Choose a tag to compare

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 now IVersionableConformanceResource, 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.