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
Hi :)
I've been trying to have the server give me the total number of results for a given search. I noticed that the Bundle I get as a response does not include the type key which is required based on the FHIR standard: https://www.hl7.org/fhir/bundle-definitions.html#Bundle.type
The most appropriate type appears to be "searchset". When I use _summary with all the other valid options, that's the type I get in the response.
Example of the problem: http://hapi.fhir.org/baseR4/Media?_summary=count gives me:
Hi :)
I've been trying to have the server give me the total number of results for a given search. I noticed that the Bundle I get as a response does not include the
type
key which is required based on the FHIR standard:https://www.hl7.org/fhir/bundle-definitions.html#Bundle.type
The most appropriate type appears to be "searchset". When I use _summary with all the other valid options, that's the type I get in the response.
Example of the problem:
http://hapi.fhir.org/baseR4/Media?_summary=count
gives me:I have created another issue here:
hapifhir/hapi-fhir#1763
The text was updated successfully, but these errors were encountered: