Skip to content

Commit 63a3417

Browse files
committed
edits for clarity
1 parent 839b645 commit 63a3417

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
@@ -161,7 +161,7 @@ When executing a search request with the `_include` and `_revinclude` parameter,
161161
| `_count` | Default value: 10, Max value: 1000 | The value represents the number of targeted resources to be retrieved per request. The value can be set up to 1000. When the parameter isn't provided, it's set to 10. |
162162
| `_includesCount` | Default value: 1000 | The value represents the number of matching resources referenced by target resources to be retrieved per request. |
163163

164-
For matched items from `_include` and `_revinclude` searches, a maximum of 1,000 items is included in the response. If the number of matched items exceeds this limit, a related link is provided which encompasses the $include operation. The provided link allows you to move through the complete result set.
164+
For matched items from `_include` and `_revinclude` searches, a maximum of 1,000 items is included in the response. If the number of matched items exceeds 1,000, a link is provided which allows you to navigate the complete result set.
165165

166166
Example:
167167

0 commit comments

Comments
 (0)