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

    Interface ResourceSearchParams

    interface ResourceSearchParams {
        options?: RequestOptions;
        resourceType: string;
        searchParams?: SearchParams;
    }
    Index

    Properties

    options?: RequestOptions
    resourceType: string
    searchParams?: SearchParams