Skip to content

Query parameter _search #2603

Closed Answered by mbaltus
chgo-invit asked this question in Q&A
Discussion options

You must be logged in to vote

The _search can only be used if the search is performed as a POST. See the syntax here: http://hl7.org/fhir/http.html#search.
I assume you are currently using the regular Search method of the FhirClient. This will do a GET and not include the _search - as is correct according to the specification. If you need to include _search, use the SearchUsingPost method, because then the rules for a POST search will be followed.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ewoutkramer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants