Reputation: 17
How do i search Organizations by Organization types e.g prov,dep,gov on FHIR server. i want to display only prov Organizations from a list of orgnizations that contains prov,gov,dep.
Tried this "GET [base]/Organization?type=prov" and did not return any results.
Upvotes: 0
Views: 380
Reputation: 2299
Your query looks good, so possibly:
In the first case you would get an empty Bundle - no results, which is not an error(!). In the second case you could get an OperationOutcome detailing why the search failed.
Upvotes: 1