Skip to content

Commit c45b3bc

Browse files
committed
Update search doc for notReferenced search
1 parent b005178 commit c45b3bc

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
@@ -137,7 +137,7 @@ FHIR specifies a set of search result parameters to help manage the information
137137
| `_contained` | No | No | |
138138
| `_containedType` | No | No | |
139139
| `_score` | No | No | |
140-
140+
| `_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.|
141141
Note:
142142
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.
143143
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)