In the spec. documnent, http://www.hl7.org/implement/standards/fhir/query.htm#base
The server returns the results in the HTTP response as a bundle (in XML, an atom feed) which includes the resources that are the results of the query
In JSON, what is the format required for the results ?
It seems that no JSON format is defined for an atom feed. The examples on the servers like on http://hl7connect.healthintersections.com.au/svc/fhir use a straightforward conversion (XML -> JSON). Confirmed ?
IMHO, a precision on the expected format should be explicitly defined.