Skip to content

Commit 92f56d5

Browse files
committed
fixing the table
1 parent e236543 commit 92f56d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ FHIR specifies a set of search result parameters to help manage the information
138138
| `_containedType` | No | No | |
139139
| `_score` | No | No | |
140140
| `_not-referenced` | Yes | No | `_not-referenced=*:*` to search for resources that are not referenced by any other resources. For example, `/Patient?_not-referenced=*:*` is used to search for Patient resources that are not referenced by any other resources.|
141+
141142
Note:
142143
1. By default, `_sort` arranges records in ascending order. You can also use the prefix `-` to sort in descending order. The FHIR service only allows you to sort on a single field at a time.
143144
1. FHIR service supports wild card searches with revinclude. Adding a "*.*" query parameter in a revinclude query directs the FHIR service to reference all the resources mapped to the source resource.

0 commit comments

Comments
 (0)