ansforge / annuaire-sante-fhir-serveur

MIT License
5 stars 0 forks source link

Chained filter support #28

Open der-brecher opened 8 months ago

der-brecher commented 8 months ago

Description du problème

Search operations on resources may not be combined with chained resource value conditions.

Fichier•s concerné•s

In order to implement a search for Practitioners by id (rpps/adeli), name, and city there is no way to achieve this but performing individual search requests and manually referencing the results.

This is what I want to do - the requested PractitionerRole actually resides in Lyon but no results are returned: https://gateway.api.esante.gouv.fr/fhir/PractitionerRole?given%3Aexact=Am%C3%A9lie&family%3Aexact=AGIER&organization.address-city%3Acontains=LYON&_include=PractitionerRole%3Apractitioner&_include=PractitionerRole%3Aorganization

Solution proposée

Please support chained search parameters.

mchaabaoui commented 8 months ago

Thank you for comment. Currently, we don't support FHIR chained searches but it will be implemented in the next release.

https://github.com/ansforge/annuaire-sante-fhir-documentation/issues/128

der-brecher commented 8 months ago

Thanks for replying! Is there a date for the next release?

mchaabaoui commented 8 months ago

No date has been set for the next release. Probably at the beginning of the second half of this year. Sorry for this late reply!

aparrot89 commented 8 months ago

Will be helpful !!