Changes:
Updates applicable to the Azure API for FHIR
11a9060 Enable concurrent query execution if sequential execution timed out (#2035)
- Since sequential query execution is taking longer for selective queries, we intend to enable parallel query execution as soon as the sequential query execution time exceeds the time limit(specified time limit as 5 secs). After that, we start querying concurrently across 500(or whatever value is set to MaxQueryConcurrency) physical partitions.
9bac6e8 Supports extension search param expressions. (#2027)
- This PR adds support to resolve the FHIR type for custom search parameters that target choice type values in resource extensions.
- Previously, users would need to write more specific search parameter expressions:
Organization.extension.where(url = 'https://mycompany.com/health-dictionary/DirectoryType').value.coding.code
). - Now, they should be able to simply put:
Organization.extension.where(url = 'https://mycompany.com/health-dictionary/DirectoryType')
625ee7e Adds $purge-history operation (#2022)
- Adds support for $purge-history which can remove previous versions of a resource. This operation has been implemented as a variation of hard-delete since it is permanently removing data.
Test Updates
64a7319 Make sure each test operates on ITS OWN search parameter collection. (#2029)
- Make sure each test operates on ITS OWN search parameter collection.
- Addresses Issue #1619
Documentation & Process Updates
0fde52f Adds /doc/rest to GeoPol exclude list (#1987)
Package Updates
0b2d7c6 Bump Microsoft.Data.SqlClient from 2.1.3 to 3.0.0 (#2031)
3386ad7 Bump Microsoft.CodeAnalysis.CSharp from 3.9.0 to 3.10.0 (#2034)
73e7f32 Bump Microsoft.IO.RecyclableMemoryStream from 2.0.0 to 2.1.1 (#2016)
633bdf9 Bump Microsoft.SqlServer.DACFx from 150.5084.2 to 150.5164.1 (#1997)
70e8967 Bump HealthcareSharedPackageVersion from 2.1.25 to 2.1.38 (#2030)
8f6e3de Bump Microsoft.IO.RecyclableMemoryStream from 2.1.1 to 2.1.2 (#2038)
This list of changes was auto generated.