FHIRKit Client - v2.0.0
    Preparing search index...

    Interface SearchCallParams

    Parameters for the top-level Client#search dispatcher. Provide compartment + resourceType for compartment search, resourceType alone for type-level search, or just searchParams for system search.

    interface SearchCallParams {
        compartment?: { id: string; resourceType: string };
        options?: RequestOptions;
        resourceType?: string;
        searchParams?: SearchParams;
    }
    Index

    Properties

    compartment?: { id: string; resourceType: string }
    options?: RequestOptions
    resourceType?: string
    searchParams?: SearchParams