core.medplumclientoptions.cdsservicesurl
Home > @medplum/core > MedplumClientOptions > cdsServicesUrl
MedplumClientOptions.cdsServicesUrl property
CDS Services URL.
Default value is baseUrl + "/cds-services".
Can be specified as absolute URL or relative to baseUrl.
Use this if you want to use a different path when connecting to a CDS Services endpoint.
Signature:
cdsServicesUrl?: string;