Changes:
Applicable to the Azure API for FHIR
c5444a8 Turns off querystatistics (#1920)
- We turned off the querystatistic feature as it needs more work and optimization before it can be in production.
b12aef8 Validates code value on search parameter creation. (#1937) [ #81596 ]
- New search parameters can't have the same code value as other search parameters with the same base resource types.
- This PR adds a check during search parameter validation to ensure the code value of a search parameter does not match the code value of any existing search parameters that have the same resource type.
e2c0b35 Custom search fixes for multi-instance scenario (#1907)
- Updating our deployment pipeline to deploy 2 instances of the fhir-server by default. This will allow us to test scenarios where multiple instances of the fhir-server are running.
1e10c22 Fix how :above modifier works for URLs (#1919)
- As it states in spec:
GET [base]/ValueSet?url:above=http://acme.org/fhir/ValueSet/123/_history/5search for any value set above a given specific URL. This will match on any value set with the specified URL, but also on http://acme.org/ValueSet/123.
d615f92 Cumulative capability statement improvement (#1929)
- Add json and xml format
- Add Date to capabilitystatement
- Add _count search param
- Change terminology for security.service.
- Addresses [#1928], [#1926], [#338], [#1428]
68e4563 Handle cancel reindex job request in ReindexJobWorker (#1855)
- Check for job cancellation inside ReindexJobTask
5fc8d7e Ignore non searchable parameters in member match. (#1931)
- It's possible that could someone post a new search parameter on server, and we would extract values for patient and coverage, but that search parameter could be non searchable yet (Reindex job hasn't been run) so as soon as we hit search service it would throw exception.
- This change make sure we using only searchable extracted values from Patient and Coverage.
3397c8c Refactor reindex job task class. (#1927)
Other Updates
fd2ee54 Renames DataStoreHealthCheck (#1940)
- Renames healthcheck with generic text
Package Updates
526a7c3 Bump prometheus-net.DotNetRuntime from 4.0.0 to 4.1.0 (#1921)
This list of changes was auto generated.