Skip to content

Commit 33a64c0

Browse files
Merge pull request #308646 from KendalBond007/MetaSurveyBond_21Nov25
Meta survey bond 21 nov25
2 parents 5167946 + 06236b3 commit 33a64c0

10 files changed

Lines changed: 31 additions & 30 deletions

articles/healthcare-apis/azure-api-for-fhir/get-healthcare-apis-access-token-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-health-data-services
77
ms.subservice: fhir
88
ms.custom: devx-track-azurecli
99
ms.topic: conceptual
10-
ms.date: 09/27/2023
10+
ms.date: 11/21/2025
1111
ms.author: kesheth
1212
---
1313

@@ -40,4 +40,4 @@ In this article, you learned how to obtain an access token for the Azure API for
4040
>[!div class="nextstepaction"]
4141
>[Access the FHIR service using REST Client](./../fhir/using-rest-client.md)
4242
43-
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
43+
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/get-started-with-azure-api-fhir.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: expekesheth
55
ms.service: azure-health-data-services
66
ms.subservice: fhir
77
ms.topic: quickstart
8-
ms.date: 09/27/2023
8+
ms.date: 11/21/2025
99
ms.author: kesheth
1010
---
1111

@@ -65,4 +65,4 @@ This article described the basic steps to get started using Azure API for FHIR.
6565
>[!div class="nextstepaction"]
6666
>[Frequently asked questions about Azure API for FHIR](fhir-faq.yml)
6767
68-
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
68+
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/how-to-do-custom-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: expekesheth
55
ms.service: azure-health-data-services
66
ms.subservice: fhir
77
ms.topic: reference
8-
ms.date: 09/27/2023
8+
ms.date: 11/21/2025
99
ms.author: kesheth
1010
---
1111
# Defining custom search parameters for Azure API for FHIR
@@ -218,4 +218,4 @@ In this article, you learned how to create a search parameter. Next you can lear
218218
>[!div class="nextstepaction"]
219219
>[How to run a reindex job](how-to-run-a-reindex.md)
220220
221-
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
221+
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/how-to-run-a-reindex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: expekesheth
55
ms.service: azure-health-data-services
66
ms.subservice: fhir
77
ms.topic: reference
8-
ms.date: 09/27/2023
8+
ms.date: 11/21/2025
99
ms.author: kesheth
1010
---
1111
# Running a reindex job in Azure API for FHIR
@@ -268,4 +268,4 @@ In this article, you learned how to start a reindex job. To learn how to define
268268
>[!div class="nextstepaction"]
269269
>[Defining custom search parameters](how-to-do-custom-search.md)
270270
271-
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
271+
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/move-fhir-service.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: expekesheth
55
ms.service: azure-health-data-services
66
ms.subservice: fhir
77
ms.topic: conceptual
8-
ms.date: 09/27/2023
8+
ms.date: 11/21/2025
99
ms.author: kesheth
1010
ms.custom: sfi-image-nochange
1111
---
@@ -58,4 +58,5 @@ In this article, you learned how to move the Azure API for FHIR instance. For mo
5858
>[!div class="nextstepaction"]
5959
>[Supported FHIR features](fhir-features-supported.md)
6060
61-
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
61+
62+
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/overview-of-search.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: expekesheth
55
ms.service: azure-health-data-services
66
ms.subservice: fhir
77
ms.topic: reference
8-
ms.date: 9/27/2023
8+
ms.date: 11/21/2025
99
ms.author: kesheth
1010
---
1111

@@ -21,11 +21,11 @@ FHIR searches can be against a specific resource type, a specified [compartment]
2121
GET {{FHIR_URL}}/Patient
2222
```
2323

24-
You can also search using `POST`, which is useful if the query string is long. To search using `POST`, the search parameters can be submitted as a form body. This allows for longer, more complex series of query parameters that might be difficult to see and understand in a query string.
24+
You can also search using `POST`, which is useful if the query string is long. To search using `POST`, the search parameters can be submitted as a form body, allowing for a longer, more complex series of query parameters that might be difficult to see and understand in a query string.
2525

2626
If the search request is successful, you receive a FHIR bundle response with the type `searchset`. If the search fails, you can find the error details in the `OperationOutcome` to help you understand why the search failed.
2727

28-
In the following sections, we cover the various aspects involved in searching. Once you’ve reviewed these details, refer to our [samples page](search-samples.md) that has examples of searches that you can make in the Azure API for FHIR.
28+
In the following sections, we cover the various aspects involved in searching. After reviewing these details, refer to our [samples page](search-samples.md) that has examples of searches that you can make in the Azure API for FHIR.
2929

3030
## Search parameters
3131

@@ -34,7 +34,7 @@ Searches are based on various attributes of the resource. These attributes are c
3434
Each search parameter has a defined [data types](https://www.hl7.org/fhir/search.html#ptypes). The following table outlines support for the various data types.
3535

3636
> [!WARNING]
37-
> There is currently an issue when using `_sort` on the Azure API for FHIR with chained search. For more information, see the open-source issue [#2344](https://github.com/microsoft/fhir-server/issues/2344). This will be resolved during a release in December 2021.
37+
> There was an issue using `_sort` on the Azure API for FHIR with chained search. This was resolved during a later release. For more information, see the open-source issue [#2344](https://github.com/microsoft/fhir-server/issues/2344).
3838
3939
| **Search parameter type** | **Azure API for FHIR** | **FHIR service in Azure Health Data Services** | **Comment**|
4040
| ------------------------- | -------------------- | ------------------------- | ------------|
@@ -50,7 +50,7 @@ Each search parameter has a defined [data types](https://www.hl7.org/fhir/search
5050

5151
### Common search parameters
5252

53-
There are [common search parameters](https://www.hl7.org/fhir/search.html#all) that apply to all resources. These are in the following list, along with their support within the Azure API for FHIR.
53+
There are [common search parameters](https://www.hl7.org/fhir/search.html#all) that apply to all resources. These parameters are given in the following list, along with their support within the Azure API for FHIR.
5454

5555
| **Common search parameter** | **Azure API for FHIR** | **FHIR service in Azure Health Data Services** | **Comment**|
5656
| ------------------------- | -------------------- | ------------------------- | ------------|
@@ -84,10 +84,10 @@ GET {{FHIR_URL}}/metadata
8484
To see the search parameters in the capability statement, navigate to `CapabilityStatement.rest.resource.searchParam` to see the search parameters for each resource, and `CapabilityStatement.rest.searchParam` to find the search parameters for all resources.
8585

8686
> [!NOTE]
87-
> The Azure API for FHIR does not automatically create or index any search parameters that are not defined by the FHIR specification. However, we do provide support for you to define your own [search parameters](how-to-do-custom-search.md).
87+
> The Azure API for FHIR doesn't automatically create or index any search parameters not defined by the FHIR specification. However, we do provide support for you to define your own [search parameters](how-to-do-custom-search.md).
8888
8989
### Composite search parameters
90-
Composite search allows you to search against value pairs. For example, if you were searching for a height observation where the person was 60 inches, you would want to make sure that a single component of the observation contained the code of height **and** the value of 60. You wouldn't want to get an observation where a weight of 60 and height of 48 was stored, even though the observation would have entries that qualified for value of 60 and code of height, just in different component sections.
90+
Composite search allows you to search against value pairs. For example, if you were searching for a height observation where the person was 60 inches, you would want to make sure that a single component of the observation contained the code of height **and** the value of 60. If not, you could get results that include 60, but not for height. For instance, a weight of 60 and height of 48. Both parameters meet the search condition, but not in the same field.
9191

9292
With the Azure API for FHIR, we support the following search parameter type pairings.
9393

@@ -101,7 +101,7 @@ With the Azure API for FHIR, we support the following search parameter type pair
101101
For more information, see the HL7 [Composite Search Parameters](https://www.hl7.org/fhir/search.html#composite).
102102

103103
> [!NOTE]
104-
> Composite search parameters do not support modifiers per the FHIR specification.
104+
> Composite search parameters don't support modifiers per the FHIR specification.
105105
106106
### Modifiers & prefixes
107107

@@ -130,12 +130,12 @@ To help manage the returned resources, there are search result parameters that y
130130
| **Search result parameters** | **Azure API for FHIR** | **FHIR service in Azure Health Data Services** | **Comment**|
131131
| ------------------------- | -------------------- | ------------------------- | ------------|
132132
| _elements | Yes | Yes | |
133-
| _count | Yes | Yes | _count is limited to 1000 resources. If set higher than 1000, only 1000 are returned and a warning will be returned in the bundle. |
133+
| _count | Yes | Yes | _count is limited to 1,000 resources. If set higher than 1,000, only 1,000 are returned and a warning is returned in the bundle. |
134134
| _include | Yes | Yes | Included items are limited to 100. _include on PaaS and OSS on Azure Cosmos DB don't include :iterate support [(#2137)](https://github.com/microsoft/fhir-server/issues/2137). |
135135
| _revinclude | Yes | Yes |Included items are limited to 100. _revinclude on PaaS and OSS on Azure Cosmos DB don't include :iterate support [(#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) |
136136
| _summary | Yes | Yes | |
137137
| _total | Partial | Partial | _total=none and _total=accurate |
138-
| _sort | Partial | Partial | sort=_lastUpdated is supported on Azure API for FHIR and the FHIR service. 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. |
138+
| _sort | Partial | Partial | sort=_lastUpdated is supported on Azure API for FHIR and the FHIR service. For Azure API for FHIR and OSS Azure Cosmos DB databases created after April 20, 2021, sort is supported on first name, family name, birthdate, and clinical date. |
139139
| _contained | No | No | |
140140
| _containedType | No | No | |
141141
| _score | No | No | |
@@ -154,11 +154,11 @@ A [chained search](https://www.hl7.org/fhir/search.html#chaining) allows you to
154154
Similarly, you can do a reverse chained search. This allows you to get resources where you specify criteria on other resources that refer to them. For more examples of chained and reverse chained search, refer to the [FHIR search examples](search-samples.md) page.
155155

156156
> [!NOTE]
157-
> In the Azure API for FHIR and the open source backed by Azure Cosmos DB, there's a limitation where each subquery required for the chained and reverse chained searches will only return 1000 items. If there are more than 1000 items found, you’ll receive the following error message: Subqueries in a chained expression can't return more than 1000 results, please use a more selective criteria.” To get a successful query, you’ll need to be more specific in what you are looking for.
157+
> In the Azure API for FHIR and the open source backed by Azure Cosmos DB, there's a limitation where each subquery required for the chained and reverse chained searches only return 1,000 items. If more than 1,000 items found, you receive the following error message: "Subqueries in a chained expression can't return more than 1,000 results, please use a more selective criteria." A successful query needs to be specific regarding what you are looking for.
158158
159159
## Pagination
160160

161-
As previously mentioned, the results from a search are a paged bundle. By default, the search returns 10 results per page, but this can be increased (or decreased) by specifying `_count`. Within the bundle, there will be a self link that contains the current result of the search. If there are additional matches, the bundle will contain a next link. You can continue to use the next link to get the subsequent pages of results. `_count` is limited to 1,000 items or less.
161+
As previously mentioned, the results from a search are a paged bundle. By default the search returns 10 results per page, which can be increased (or decreased) by specifying `_count`. Within the bundle, there will be a self link that contains the current result of the search. If there are other matches, the bundle will contain a next link. You can continue to use the next link to get the subsequent pages of results. `_count` is limited to 1,000 items or less.
162162

163163
The next link in the bundle has a continuation token size limit of 3 KB. You have flexibility to tweak the continuation token size between 1 KB to 3 KB, using header `x-ms-documentdb-responsecontinuationtokenlimitinkb`.
164164

@@ -171,4 +171,4 @@ Now that you learned about the basics of search, see the search samples page for
171171
>[!div class="nextstepaction"]
172172
>[FHIR search examples](search-samples.md)
173173
174-
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
174+
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: expekesheth
66
ms.service: azure-health-data-services
77
ms.subservice: fhir
88
ms.topic: overview
9-
ms.date: 09/27/2023
9+
ms.date: 11/21/2025
1010
ms.author: kesheth
1111
---
1212

@@ -86,4 +86,4 @@ To start working with Azure API for FHIR, follow the 5-minute quickstart to depl
8686
>[!div class="nextstepaction"]
8787
>[Deploy Azure API for FHIR](fhir-paas-portal-quickstart.md)
8888
89-
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
89+
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/patient-everything.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: expekesheth
66
ms.service: azure-health-data-services
77
ms.subservice: fhir
88
ms.topic: conceptual
9-
ms.date: 09/23/2023
9+
ms.date: 11/21/2025
1010
ms.author: kesheth
1111
---
1212

@@ -127,4 +127,4 @@ Now that you know how to use the Patient-everything operation, you can learn abo
127127
>[!div class="nextstepaction"]
128128
>[Overview of search in Azure API for FHIR](overview-of-search.md)
129129
130-
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
130+
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/policy-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Built-in policy definitions for Azure API for FHIR
33
description: Lists Azure Policy built-in policy definitions for Azure API for FHIR. These built-in policy definitions provide common approaches to managing your Azure resources.
4-
ms.date: 02/06/2024
4+
ms.date: 11/21/2025
55
author: expekesheth
66
ms.author: kesheth
77
ms.service: azure-health-data-services

articles/healthcare-apis/azure-api-for-fhir/purge-history.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: expekesheth
55
ms.service: azure-health-data-services
66
ms.subservice: fhir
77
ms.topic: conceptual
8-
ms.date: 09/27/2023
8+
ms.date: 11/21/2025
99
ms.author: kesheth
1010
---
1111

@@ -63,4 +63,4 @@ In this article, you learned how to purge the history for resources in Azure API
6363
>[!div class="nextstepaction"]
6464
>[FHIR REST API capabilities for Azure API for FHIR](fhir-rest-api-capabilities.md)
6565
66-
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
66+
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

0 commit comments

Comments
 (0)