FHIR Chat · searchParameter - several parameters? · implementers

Stream: implementers

Topic: searchParameter - several parameters?


view this post on Zulip Jose Costa Teixeira (Aug 03 2017 at 16:33):

Hi. Sorry if this should be clear, but how can we say that the search url can include some specific parameters?
I want to say "this GET can be used to search on patient name, and/or performer, and/or date". Do I need 3 searchParameter resource instances?

view this post on Zulip Lloyd McKenzie (Aug 03 2017 at 16:59):

FHIR defines a number of SearchParameter resources - so if your parameters are ones that are already defined, you don't need to create new SearchParameters, you can (and should) reference the ones HL7 has already defined. If you're doing something new, you'll need to define your own. To describe what searches a given server supports for a particular resource, you'll use CapabilityStatement.rest.resource.searchParam


Last updated: Apr 12 2022 at 19:14 UTC