Searching Hierarchies #4885
-
I'm interested in searching for Patients managed by an Organization or any of its sub-Organizations (partOf). FHIR defines the :below modifier that allows to do this :
But it seems the Azure FHIR Service (R4) does not support the :below modifier for searching hierarchies (i.e. using references). This isn't specifically stated in the Azure FHIR Service documentation, but I've tried and get the following error:
Is there a workaround to achieve a similar result to using :below? Or does anyone know if this is meant to be supported in the near future? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @alexandre-guimond - are you using the OSS FHIR server, or the managed service FHIR server? The :below modifier is not supported today, can you elaborate on the need for the use case? Have you looked into using referenced searches with custom filtering? |
Beta Was this translation helpful? Give feedback.
Hi @alexandre-guimond - Are you using the OSS, or managed service Azure FHIR service?
We will add this to our backlog, thank you for sharing the information and your use case!