Stream: implementers
Topic: Searching extensions
Naminder Soorma (May 23 2016 at 14:43):
Hi, I have created an extension to a Patient profile on HAPI server and want to use RESTful to search for this extension type. For example [base]/Patient?extension=http://fhir.nhs.net/StructureDefinition/extension-patient-eye-colour|black
Is this possible as it doesn't work out of the box?
Lloyd McKenzie (May 23 2016 at 17:47):
You can define your own SearchParameter instance and then reference it from the Conformance resource for your server
Grahame Grieve (May 23 2016 at 20:57):
you should ask this specific question in the HAPI stream. Lloyd's answer isn't the answer you're looking for
Naminder Soorma (May 24 2016 at 08:18):
ok, please could you tell me where the HAPI stream is. I cant seem to see it looking at the topics list or in search.
Grahame Grieve (May 24 2016 at 10:34):
Mouse over the "streams" word to the left, and then click on the gear icon
Naminder Soorma (May 25 2016 at 12:20):
ahah! Cheers Grahame, I've found a new world!
David Hay (Jan 26 2022 at 23:21):
Is it possible to create a SearchParameter that can search within the elements of a complex extensions?
Lloyd McKenzie (Jan 27 2022 at 00:23):
Yes
Lloyd McKenzie (Jan 27 2022 at 00:24):
Just need to specify the relevant FHIRPath
David Hay (Jan 27 2022 at 05:06):
ta
Last updated: Apr 12 2022 at 19:14 UTC