Changes:
Updates applicable to the Azure API for FHIR
bd04fff Add convert data api (#1434)
- Add data convert API which includes data convert controller, configuration changes for convert api and template set management, token provider for container registry, and adding default ACR to sample deploy templates.
4aa38bc Adds support for string to token searches. (#1287)
- Adds support for search parameters that are converted from string values to token values.
- Addresses Issue #892
00381fe Add validation for _type
parameter. (#1385)
- Validate passed
_type
parameter to be known resource. - Addresses Issue #1151
c741dd6 Support null Format config (#1451)
- If the Format config isn't included in settings calls to create an export job will return 500.
5700381 Adds support for money to quantity searches. (#1475)
- Adds support for search parameters that are converted from Money values to Quantity search values.
- Addresses Issue #891
2755de5 Updates System.Private.ServiceModel to secure version (#1460)
- Updates System.Private.ServiceModel to secure version
- Security severity: Low
9a870ea Returns 400 when both _elements and _summary are included. (#1480)
- Prior to this fix, when making a search request with both the _elements and _summary parameters, an internal server error was returned. Now, an operation outcome is returned specifying a bad request and an error message.
- Addresses Issue #1384
9411bdd Add supported operations to capability statement (#1347)
- Updated capability statement to return supported operations (export and reindex) if they are enabled.
- Added an OperationDefinition for each type of operation the server supports.
1bb1cb9 Adds support for first()
in SearchParameterToTypeResolver (#1471)
- Adds support for first() function when resolving supported types in SearchParameterToTypeResolver
Updates applicable to the open-source FHIR Server only
d1cd538 Add index hint to SQL query (#1463)
- Adds an index hint to the SQL we generate for what it probably the simplest search: find resources of a particular type such as
GET /Observation
- Addresses part of Issue #1452
c474fdc Bug fix: Search with _include and _sort (#1381)
- Resolves a bug in which Search with _include and _sort results in error.
- Addresses Issue #1369
Other Updates
c158bd4 Update vscode launch settings (#1483)
- Update VS Code launch settings to include recently added SqlServer:SchemaOptions:AutomaticUpdatesEnabled config with default value true.
Documentation & Process Updates
b73bcda Semver with mainline versioning (#1431)
- Adds semver with GitVersioning
ed5e9a3 Adds examples table for SemVer usage (#1501)
28ea75b Update QuickstartDeployPortal.md (#1397)
- Clarify a few settings with examples
8fcad06 Update readme with correct link to search (#1456)
5702388 Create Register-Resource-Application.md (#1465)
- Moving the resource application information to OSS Repo from Azure Docs
f822f66 Update Register-Resource-Application.md (#1478)
- Fixing the roles section of the register resource application document
742b910 Combine deployment templates and update docs(#1201)
- Updates the deployment doc to explain how to deploy the FHIR server for free.
- Also combines the Cosmos DB and SQL Server deployment templates into one template.
de3b844 Updates documentation for docker command to initialize the schema (#1461)
- When using the provided docker command it does not initialize the database schema. This PR adds the required parameter.
9715111 Delete PortalAppRegistration.md (#1485)
- Removing obsolete pages
b9ee713 Create Register-Client-Application.md (#1479)
- Creating client application documentation for open source and a SMART on FHIR Document.
- Also made some changes to the Resource Application document.
Package Updates
df8cce3 Updates package 'Microsoft.Azure.Services.AppAuthentication' to version '1.6.0' (#1371)
97cda51 Auto-update for packages related to 'healthcare-components-1.0.0-master-20201118-1' (#1466)
a13f44a Updates version of Health-Shared-Components to 1.0.79 (#1494)
1e1330e Updates package 'Microsoft.Azure.Cosmos' to version '3.15.0' (#1412)
3591503 Prevent SmartLauncher sample being packed (#1495)
c5ca084 Updates semver to be consistent with Shared Components (#1493)
d86e49e Codegen for table types in separate file (#1491)
24d4a1e Improve export task telemetry (#1476)
This list of changes was auto generated.