github microsoft/fhir-server release/1.0.767
1.0.767

4 years ago

Changes:

Updates applicable to the Azure API for FHIR

917442c Support for common parameters in system search (#1547)

  • Added support for common search parameters when searching with _type
  • Example query: GET /?_type=Encounter,Procedure&patient=Patient/123

592c00f Return correct code on bad / invalid requests for _revinclude (#1351)

  • Previously a request such as /Observation?_revinclude=MedicationRequest:observation would return a forbidden outcoming. Now it will return an invalid error.
  • Addresses part of Issue #1319

5208ddd Add bundle issues to export record (#1560)

  • Previously an export job failed if an issue was added to the search bundle as the export job doesn't have a bundle to return. This PR adds a stand in for the bundle that can have issues added to it. These issues are then added to the export job record and can be seen by getting the export job status.

40d770e Add convert data capability statement. (#1534)

Updates applicable to the open-source FHIR Server only

7398e81 Use existing SQL Server with Helm (#1518)

  • Adds a new option to the Helm chart which allows using an existing/arbitrary SQL Server instance as a data store.
  • Addresses Issue #1455

Documentation & Process Updates

d6d45fd Add CMK option to deployment templates (#1552)

  • Adds an option to the deployment template that allows users to specify an encryption key for Cosmos DB.
  • Updates documentation related to the templates.

Test Updates

ac70f53 Skip re-indexing test that fails intermittently (#1558)

  • Disables a test that fails intermittently

9e79a72 Re-enable AKS in PR builds (#1539)

  • AKS has been disabled for a few months. This is to test if the build steps still work.

Other Updates

8e9840d Defines root namespaces in assemblies using shared projects (#1561)

  • Defines root namespaces in assemblies using shared projects, this should mean more consistent namespaces when creating files.

ac70f53 Skip re-indexing test that fails intermittently (#1558)

  • Disables a test that fails intermittently

123e8f3 Adds mock for IModelInfoProvider/IStructureDefinitionSummaryProvider (#1469)

  • Adds a Builder and mock for IModelInfoProvider and IStructureDefinitionSummaryProvider. This contains enough functionality to mock and build the SearchParameterDefinitionManager without Poco references.
  • Removes dependency from SqlTests => R4

5caf2dd Added missing strings to Resources.resx (#1546)

Package Updates

b4d9251 Bump Microsoft.SqlServer.SqlManagementObjects (#1565)
4c4864c Bump FluentValidation from 8.6.1 to 9.3.0 (#1556)
1c040e1 Bump Microsoft.Azure.Cosmos.Direct from 3.15.3 to 3.15.4 (#1555)
cfdf822 Bump prometheus-net.DotNetRuntime from 3.4.0 to 3.4.1 (#1554)
6012dbd Bump Microsoft.Azure.Cosmos from 3.15.0 to 3.15.1 (#1553)
433f57a Bump Microsoft.ApplicationInsights.AspNetCore from 2.15.0 to 2.16.0 (#1541)
6d99a6d Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.3 (#1544)
0ba4d77 Bump System.Diagnostics.PerformanceCounter from 4.7.0 to 5.0.0 (#1542)

Contributors

Thanks to the following contributors who submitted changes in this release (no order implied)

This list of changes was auto generated.

Don't miss a new fhir-server release

NewReleases is sending notifications on new releases.