The URL defines where the client can access the desired resources - for example the Patient resource.
url='http://hapi.fhir.org/baseR4/Patient'
Query String:
For GET requests, the URL may also contain any necessary query parameters like the id of the patient you are searching for.
The ?
indicates the end of the url and beginning of the parameters. Key-value pairs are separated by &
. See URL Encoding for building query strings for request URLs.
http://hapi.fhir.org/baseR4/Patient?id=12324&name=Bruce