Send a GET request to a FHIR API

fhir_api(
  path,
  base_url = "http://hapi.fhir.org/baseR4",
  delay = 5,
  user_agent,
  ...
)

Arguments

path

Path from the base url.

base_url

Base url.

delay

Delay in seconds before making the API call.

user_agent

(Optional) User agent.

Value

A fhir_api class object.

See also