Skip to content

Commit e38b2fa

Browse files
Update overview-of-search.md
Updates per feedback from kesheth
1 parent d50db2a commit e38b2fa

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
@@ -150,7 +150,7 @@ The FHIR service support search queries using the `_include` and `_revinclude` p
150150

151151
The `_include` search parameter enables the retrieval of a particular FHIR resource, as well as any other FHIR resources that are referenced by it. When used in a query, the `_include` parameter returns the specified resource and resources *it references*. The `_revinclude` search parameter operates in the reverse, allowing the retrieval of a resource, along with any other resources that *reference it*, providing a way to search for resources based on their relationships with other resources. For detailed information on include and revinclude in search parameters, refer to the [FHIR Search Documentation](https://www.hl7.org/fhir/R4/search.html#revinclude).
152152

153-
#### Request parameters
153+
##### Request parameters
154154

155155
When executing a search request with `_include` and `_revinclude` parameters, the following optional parameters can be used to control the count.
156156

0 commit comments

Comments
 (0)