Internal request layer that builds FHIR URLs, adds authentication, applies default headers, and normalizes HTTP responses.
Summary
Functions
Performs one authenticated request against the configured FHIR endpoint.
Functions
@spec request(Medplum.Client.t(), atom(), String.t(), keyword()) :: {:ok, map()} | {:error, Medplum.Error.t()}
Performs one authenticated request against the configured FHIR endpoint.