Stream: implementers
Topic: How to check a server
Sunghwan Cho (Jan 19 2017 at 01:48):
I want to check usable server URL // if i enter wrong server URL, this app occur error. How to check server
Lloyd McKenzie (Jan 19 2017 at 02:48):
The simplest way is to query the "metadata" endpoint. If you get a response, you're talking to a valid FHIR server. If not, you've got the wrong URL
Last updated: Apr 12 2022 at 19:14 UTC