@here Can anyone help me with this? It is giving m...
# general
a
@here Can anyone help me with this? It is giving me the error in the screenshot. Also, attached is the API that I am trying to hit:
r
Hi Ahmed - I spend some time research the FHIR graph QL specification (https://build.fhir.org/graphql.html). Unfortunately, it seems like the specification doesn't support OR across different search parameters - just OR within a single search parameter
The best path forward here might be to split into two separate queries
> Note that there is not a syntax to request unions on different elements (OR joins). For example, a client that wants records with either a given OR family name of "valueName". https://build.fhir.org/search.html#combining
183 Views