Skip to content

Commit 824c7f9

Browse files
committed
Updated search-samples.md
1 parent 0a9cfb3 commit 824c7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ GET {{FHIR_URL}}/Patient?general-practitioner:Practitioner.name=Sarah&general-pr
123123

124124
This would return all `Patient` resources that have a reference to "Sarah" as a `generalPractitioner` plus a reference to a `generalPractitioner` that has an address in the state of Washington. In other words, if a patient had a `generalPractitioner` named Sarah from New York state and another `generalPractitioner` named Bill from Washington state, this would meet the conditions for a positive match when doing this search.
125125

126-
For scenarios in which the search criteria carries a logical AND condition that strictly checks for paired element values, refer to the **composite search** examples below.
126+
For scenarios in which the search requires a logical AND condition that strictly checks for paired element values, refer to the **composite search** examples below.
127127

128128
## Reverse chained search
129129

0 commit comments

Comments
 (0)