FHIRClient - v3.0.0
    Preparing search index...

    Function absolute

    • Given a path, converts it to absolute url based on the baseUrl. If baseUrl is not provided, the result would be a rooted path (one that starts with /).

      Parameters

      • path: string

        The path to convert

      • OptionalbaseUrl: string

        The base URL

      Returns string