JSON Result of a FHIR search -


in spec. documnent, http://www.hl7.org/implement/standards/fhir/query.htm#base

the server returns results in http response bundle (in xml, atom feed) includes resources results of query

in json, format required results ?

it seems no json format defined atom feed. examples on servers on http://hl7connect.healthintersections.com.au/svc/fhir use straightforward conversion (xml -> json). confirmed ?

imho, precision on expected format should explicitly defined.

the json format bundles documented here: http://hl7.org/implement/standards/fhir/json.htm#json-bundles


Comments

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

visual studio - TFS will not accept changes I've made to a Java project -