Skip to main content

core.medplumclient.getfhircasthuburl

Home > @medplum/core > MedplumClient > getFhircastHubUrl

MedplumClient.getFhircastHubUrl() method

Returns the current FHIRcast Hub URL. By default, this is set to https://api.medplum.com/fhircast/STU3. This can be overridden by setting the logoutUrl option when creating the client.

Signature:

getFhircastHubUrl(): string;

Returns:

string

The current FHIRcast Hub URL.