Skip to content

Commit cbab9f4

Browse files
authored
Merge pull request #159242 from SteveWohl/overview-fhir-search-edit
Removed link in table to issue 1256 for _element
2 parents 0b766cf + 085d269 commit cbab9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ To help manage the returned resources, there are search result parameters that y
124124

125125
| **Search result parameters** | **Supported - PaaS** | **Supported - OSS (SQL)** | **Supported - OSS (Cosmos DB)** | **Comments** |
126126
| ---------------------------- | -------------------- | ------------------------- | ------------------------------- | -----------------------------|
127-
| _elements | Yes | Yes | Yes | Issue [1256](https://github.com/microsoft/fhir-server/issues/1256) |
127+
| _elements | Yes | Yes | Yes | |
128128
| _count | Yes | Yes | Yes | _count is limited to 1000 resources. If it's set higher than 1000, only 1000 will be returned and a warning will be returned in the bundle. |
129129
| _include | Yes | Yes | Yes | Included items are limited to 100. _include on PaaS and OSS on Cosmos DB do not include :iterate support [(#1313)](https://github.com/microsoft/fhir-server/issues/1313). |
130130
| _revinclude | Yes | Yes | Yes | Included items are limited to 100. _revinclude on PaaS and OSS on Cosmos DB do not include :iterate support [(#1313)](https://github.com/microsoft/fhir-server/issues/1313). Issue [#1319](https://github.com/microsoft/fhir-server/issues/1319) |

0 commit comments

Comments
 (0)