You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing a search I see a warning along these lines:
WARN -- : Expected FHIR::Observation but got FHIR::Bundle
Tracing this back to the search method in the Sections module it looks like the client tries assert that the response is of the type being searched against. This doesn't seem to make sense as a search response is going to be a bundle, thus the warning message. Is there a reason for this or should it be refactored?
When performing a search I see a warning along these lines:
WARN -- : Expected FHIR::Observation but got FHIR::Bundle
Tracing this back to the search method in the Sections module it looks like the client tries assert that the response is of the type being searched against. This doesn't seem to make sense as a search response is going to be a bundle, thus the warning message. Is there a reason for this or should it be refactored?
fhir_client/lib/fhir_client/sections/search.rb
Line 11 in 5b1325d
The text was updated successfully, but these errors were encountered: