FHIR Chat · Custom Search Parameters · implementers

Stream: implementers

Topic: Custom Search Parameters


view this post on Zulip Stephen Lloyd (Apr 26 2017 at 14:08):

ello ello,

Trying to get custom searches working for DSTU3 (HAPI 2.4) with ranges for an extension set as valueInteger and am wondering if it's possible to do this using the following method (or other method)?
https://smilecdr.com/blog/20170208_custom_search_parameters

I've used a simple valueInteger extension, uploaded to out test server (HAPI)
A simple profile that uses the extension, uploaded ".
One data instance of the profile that sets a value to the extension, uploaded "
All validate using the HAPI fhir server's validate method before uploading.

If I change from searching for a token to anything other than token then I can't even uploaded anymore data "Error[] Failed to call access method". All I want to be able to do atm is search for a range or even a 'greater than' in an extension. I was expecting to be able to change to "number" and then rename the custom search param and uploaded but when I do it doesn't work.

Cheers,
Stephen

view this post on Zulip Grahame Grieve (May 01 2017 at 03:37):

try asking on the hapi stream


Last updated: Apr 12 2022 at 19:14 UTC