You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`_count`| Yes | Yes |`_count` is limited to 1000 resources. If it's set higher than 1000, only 1000 are returned and a warning will be included in the bundle. |
132
-
|`_include`| Yes | Yes |`_include` on PaaS and OSS on Azure Cosmos DB doesn't support `:iterate`[(#2137)](https://github.com/microsoft/fhir-server/issues/2137). |
133
-
|`_revinclude`| Yes | Yes |`_revinclude` on PaaS and OSS on Azure Cosmos DB doesn't support `:iterate`[(#2137)](https://github.com/microsoft/fhir-server/issues/2137). There's also an incorrect status code for a bad request: [#1319](https://github.com/microsoft/fhir-server/issues/1319). |
131
+
|`_count`| Yes | Yes |`_count` is limited to 1000 resources. If it's set higher than 1000, only 1000 are returned and a warning will be included in the bundle. |
132
+
|`_include`| Yes | Yes |`_include` on PaaS and OSS on Azure Cosmos DB doesn't support `:iterate`[(#2137)](https://github.com/microsoft/fhir-server/issues/2137). |
133
+
|`_revinclude`| Yes | Yes |`_revinclude` on PaaS and OSS on Azure Cosmos DB doesn't support `:iterate`[(#2137)](https://github.com/microsoft/fhir-server/issues/2137). There's also an incorrect status code for a bad request: [#1319](https://github.com/microsoft/fhir-server/issues/1319). |
134
134
|`_summary`| Yes | Yes ||
135
-
|`_total`| Partial | Partial |`_total=none` and `_total=accurate`|
136
-
|`_sort`| Partial | Partial |`sort=_lastUpdated` is supported on the FHIR service. For the FHIR service and the OSS SQL DB FHIR servers, sorting by strings and dateTime fields are supported. For Azure API for FHIR and OSS Azure Cosmos DB databases created after April 20, 2021, sort is supported on first name, last name, birthdate, and clinical date. |
135
+
|`_total`| Partial | Partial |`_total=none` and `_total=accurate`|
136
+
|`_sort`| Partial | Partial |`sort=_lastUpdated` is supported on the FHIR service. For the FHIR service and the OSS SQL DB FHIR servers, sorting by strings and dateTime fields are supported. For Azure API for FHIR and OSS Azure Cosmos DB databases created after April 20, 2021, sort is supported on first name, last name, birthdate, and clinical date. |
137
137
|`_contained`| No | No ||
138
138
|`_containedType`| No | No ||
139
139
|`_score`| No | No ||
140
-
|`_not-referenced`| Yes | No |`_not-referenced=*:*` to search for resources that are not referenced by any other resources. For example, `/Patient?_not-referenced=*:*` is used to search for Patient resources that are not referenced by any other resources.|
140
+
|`_not-referenced`| Yes | No |`_not-referenced=*:*` to search for resources that are not referenced by any other resources. For example, `/Patient?_not-referenced=*:*` is used to search for Patient resources that are not referenced by any other resources.|
141
141
142
142
Note:
143
143
1. By default, `_sort` arranges records in ascending order. You can also use the prefix `-` to sort in descending order. The FHIR service only allows you to sort on a single field at a time.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/release-notes-2025.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This article describes features, enhancements, and bug fixes released in 2025 fo
37
37
38
38
**Stability improvements**: Introduced merge throttling to manage code execution waits, improving system stability under high concurrency conditions.
39
39
40
-
**Custom error container for $import**: Added ability for users to specify the name of the container where errors encountered during $import are logged. If not specified, the default container is used. More information [here](/articles/healthcare-apis/fhir/import-data.md).
40
+
**Custom error container for $import**: Added ability for users to specify the name of the container where errors encountered during $import are logged. If not specified, the default container is used. More information [here](./fhir/import-data.md).
41
41
42
42
**Search for not referenced resources**: Added functionality to search for resources that aren't referenced by other resources.
0 commit comments