Question: Locating the #FHIR end-point

Feb 24, 2016

Question:

I have been trying to develop FHIR app using your API. The url ”http://fhir2. healthintersections.com.au/ Patient” doesnt return me list of patients. Am i hitting the right URL?

Answer:

No. and in fact, this trips lots of people over for lots of servers. Very often, the link provided to the server is a reference to a web page that describes the various end-points the server offers, and the security details for them. For instance, my server offers 2 end points - http://fhir2.healthintersections.com.au/open, which anyone can use, and https://fhir2.healthintersections.com.au/closed, which requires authorization via Smart on FHIR.

So the url you’re looking for is http://fhir2.healthintersections.com.au/open/Patient