FHIR Chat · support :contains, :exact search · implementers

Stream: implementers

Topic: support :contains, :exact search


view this post on Zulip Yunwei Wang (Feb 09 2021 at 20:28):

How does server indicate it supports :contains and/or :exact string search in capability statement? Should server list them as separated searchParam? Ex

{
  "name": "title",
  "type": "string"
},
{
  "name": "title:contains",
  "type": "string"
}

view this post on Zulip Lloyd McKenzie (Feb 10 2021 at 00:06):

The SearchParameter instance indicates what qualifiers are supported. The server needs its own SearchParameter instance (based on the HL7 official one) that declares what qualifiers it allows


Last updated: Apr 12 2022 at 19:14 UTC