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.
0 commit comments