Stream: implementers
Topic: OperationDefinition.parameter.searchType
Josh Mandel (Mar 24 2016 at 23:28):
I'm struggling to understand what OperationDefinition.parameter.searchType
is about. Current docs aren't doing it for me -- is there an example?
Grahame Grieve (Mar 24 2016 at 23:30):
Some operations take the parameters and interpret them as search specifiers. These are of type 'string' but that tells you how they work. Deprecating _query, which someone has argued for, will make more operations work this way
Josh Mandel (Mar 24 2016 at 23:31):
Can you share a quick example? I'm still kind of confused.
Grahame Grieve (Mar 25 2016 at 01:36):
See the patient match operation
Josh Mandel (Mar 25 2016 at 04:40):
Wait, http://hl7-fhir.github.io/patient-mpi-search.xml.html ? I can t see an example there.
Last updated: Apr 12 2022 at 19:14 UTC