Stream: hapi
Topic: searching across all resources
Job Schipper (Apr 17 2020 at 09:13):
Hi!
Is it possible to search across all (or a defined set of multiple) resources in a single search request? I.e. based on a common identifier?
Job Schipper (Apr 17 2020 at 09:54):
i found that it should be possible based on i.e. the shared _tag search parameter.
however, when i try this:
GET http://hapi.fhir.org/baseDstu3?_tag=test
I get an error OperationOutcome: "This is the base URL of FHIR server. Unable to handle this request, as it does not contain a resource type or operation name"
Job Schipper (Apr 17 2020 at 09:55):
so what would be the correct endpoint to use in this case? Or has this not been implemented in hapi-fhir?
Last updated: Apr 12 2022 at 19:14 UTC