FHIR Chat · Question on _summary=count · implementers

Stream: implementers

Topic: Question on _summary=count


view this post on Zulip John Gresh (Mar 21 2017 at 19:04):

Hi Everybody,

I'm trying to get a count of the number of patients on a server. I'm doing a GET using this url:
http://fhir3.healthintersections.com.au/open/Patient?_summary=count

I'm getting this response:
<?xml version="1.0" encoding="UTF-8"?>
<Bundle xmlns="http://hl7.org/fhir">
<total value="1"/>
</Bundle>

However, I know there is more than 1 Patient on this server (for example, if I use _summary=true I get 50 patients and <total value=293 />) . What am I doing wrong?

view this post on Zulip Grahame Grieve (Mar 21 2017 at 20:52):

a bug in my server - weird line of code. It will be fixed next time I upgrade my server


Last updated: Apr 12 2022 at 19:14 UTC