Skip to content

Commit 149f8f9

Browse files
committed
Updated search-samples.md
1 parent 1deff44 commit 149f8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/healthcare-apis/fhir/search-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Below are some examples of Fast Healthcare Interoperability Resources (FHIR&#174
2525
```
2626

2727
> [!NOTE]
28-
> The FHIR service in Azure Health Data Services limits searches with `_include` and `_revinclude` to return 100 items.
28+
> The FHIR service in Azure Health Data Services limits searches with `_include` and `_revinclude` to return a maximum of 100 items.
2929
3030
### `_revinclude`
3131

@@ -56,7 +56,7 @@ In the above request, you'll receive a bundle of patients, but each entry will o
5656
GET {{FHIR_URL}}/Patient?gender:not=female
5757
```
5858

59-
In return, you would get all `Patient` resources whose `gender` element value is not `female`, including any patients with no gender value specified. This is different from searching for `Patient` resources with the `male` gender value, since that search wouldn't return any patients that don't have a specified gender.
59+
In return, you would get all `Patient` resources whose `gender` element value is not `female`, including any patients with no gender value specified. This is different from searching for `Patient` resources with the `male` gender value since that would ignore patients with no specified gender.
6060

6161
### `:missing`
6262

0 commit comments

Comments
 (0)