FHIRClient - v3.0.0
    Preparing search index...

    Function fetchConformanceStatement

    • Fetches the conformance statement from the given base URL. Note that the result is cached in memory (until the page is reloaded in the browser) because it might have to be re-used by the client

      Parameters

      • baseUrl: string = "/"

        The base URL of the FHIR server

      • OptionalrequestOptions: RequestInit

        Any options passed to the fetch call

      Returns Promise<CapabilityStatement>