-
Type:
Technical Correction
-
Resolution: Persuasive
-
Priority:
Medium
-
FHIR Core (FHIR)
-
R4
-
FHIR Infrastructure
-
Search
-
3.1.1.5.3
The sentence:
In the same way, the _count parameter only applies to resources with entry.search.mode = search, and does not include included resources or operation outcomes.
should be replaced with
In the same way, the _count parameter only applies to resources with entry.search.mode = match, and does not include included resources or operation outcomes.
because there is no SearchEntryMode `search` and `match` is the one meant here.