fhir_api.RdSend a GET request to a FHIR API
fhir_api( path, base_url = "http://hapi.fhir.org/baseR4", delay = 5, user_agent, ... )
| path | Path from the base url. |
|---|---|
| base_url | Base url. |
| delay | Delay in seconds before making the API call. |
| user_agent | (Optional) User agent. |
A fhir_api class object.