Changes:
Updates applicable to the Azure API for FHIR
fa1047e Configurable max query concurrency (#2028)
- Adds configurable max number of parallel queries to execute selective queries across physical partitions
f97a9e0 Don't ignore parse error in partial date time binder (#2023)
- This PR ensures that we fail requests for export where the date is incorrect.
- Addresses issue #2023
4bd694b Allow targeting reindex jobs to a specific resource type (#1951)
- This adds a new parameter called targetResourceTypes for reindex jobs which will restrict the job to running only on specific resource types.
1438cae Add OperationOutcome for unsupported parameters in patient-everything (#2008)
- Currently _count is not supported in patient-everything. This PR adds an OperationOutcome in the response Bundle if there are unsupported input parameters.
5a49fc3 Add capability statement for patient-everything (#2000)
- This PR adds support for patient-everything in the capability statement
- Addresses issue #1989
ceaf076 Populate SearchRevInclude and SearchInclude sections of capability statement. (#2004)
- Addresses issue #1935
5c3d715 Improve Chained Queries with Group by Type (#1932)
- Updating Chained searches to use some of the recent optimizations for _include.
- See the PR for more details
3fdfb13 Fix case where all detected changes are from another instance starting (#2005)
- Fixes a bug where all the SearchParameters status updates from another instance starting up would be detected but not correctly processed.
Updates applicable to open-source only
1a89d9d Fix SQL query gen for multiple _type params (#1986)
- In some situations we generate an incorrect query when paging through results for queries that contain multiple _type parameters.
- See the PR for more details
- Addresses issue #1985
cbe52be Fixes schema compatibility. (#2001)
- PR #1976 introduces a change to the stored procedure dbo.GetSearchParamStatuses, adding a return value. This required a change in the data layer to expect the new value, and this change did not consider compatibility with older schema versions.
- This PR adds some logic to check the schema version before calling the stored procedure.
ecf39a2 Synchronizes search parameters in SQL. (#1976)
- When we update or create search parameters in SQL, we need to reflect the changes in the C# dictionary that maps a search parameter's URI to its ID.
- See the PR for more details
- Addresses issue #1974
cc8b724 Remove unnecessary casts (#1996)
- Addresses issue #1994
Process Updates
81121c1 Change default deploy button to use docker (#1999)
a91b08e Updated pipeline to restart app (#1995)
Documentation Updates
e9a75f3 Add example files for export and search (#1977)
d0c1225 Create DaVinciFormulary_Sample_Resources.http file for testing (#1978)
10e8add adding first round of plannet files (#2009)
42ae053 Create files for Payer Data Exchange (#1993)
Test Updates
1c5cd55 Don't delete resources in tests. (#2010)
Package Updates
5ecaf29 Bump Microsoft.Health.Fhir.Liquid.Converter from 3.5.113.4 to 4.0.102.2 (#1980)
fb7233f Bump AspNetPackageVersion from 5.0.6 to 5.0.7 (#2018)
This list of changes was auto generated.