FHIR Chat · Searching on Extension value · hapi

Stream: hapi

Topic: Searching on Extension value


view this post on Zulip Andrew Broadbent (Jan 19 2017 at 14:52):

Are there any examples/primers on searching by the value of extensions? In our project we have a lot of resources in which most of their properties are defined in extensions (they're profiles on Basic).

I've read through the documentation on searching, but other than a very short section on the _query parameter, there is no mention to extensions. I've had people in the past loosely say something about the SearchParameter resource type, and conformance documents, but I can't seem to find anything detailed enough to actually lead to an implementation.

Essentially I'm trying to make it so that users can search on parameters in their search uri, where the search parameters correspond to searching the value of an extension.

view this post on Zulip Grahame Grieve (Jan 20 2017 at 05:00):

there's an example search parameter definition that shows how it's done

view this post on Zulip Grahame Grieve (Jan 20 2017 at 05:06):

oh - a hapi question. sorry, the example search parameter won't help you in hapi

view this post on Zulip Andrew Broadbent (Jan 23 2017 at 10:56):

@Grahame Grieve What's different in the case of hapi?


Last updated: Apr 12 2022 at 19:14 UTC