Skip to content

Commit 96486e0

Browse files
Merge pull request #300619 from KendalBond007/FormattingFixes_30May25
Formatting fixes 30 may25
2 parents 3d2e70d + b3592b4 commit 96486e0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/healthcare-apis/fhir/overview-of-search.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,16 @@ FHIR specifies a set of search result parameters to help manage the information
128128
| **Search result parameters** | **FHIR service in Azure Health Data Services** | **Azure API for FHIR** | **Comment**|
129129
| ------------------------- | -------------------- | ------------------------- | ------------|
130130
| `_elements` | Yes | Yes | |
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). |
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). |
134134
| `_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. |
137137
| `_contained` | No | No | |
138138
| `_containedType` | No | No | |
139139
| `_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. |
141141

142142
Note:
143143
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.

articles/healthcare-apis/release-notes-2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This article describes features, enhancements, and bug fixes released in 2025 fo
3737

3838
**Stability improvements**: Introduced merge throttling to manage code execution waits, improving system stability under high concurrency conditions.
3939

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).
4141

4242
**Search for not referenced resources**: Added functionality to search for resources that aren't referenced by other resources.
4343

0 commit comments

Comments
 (0)