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

    Interface OperationParams

    interface OperationParams {
        id?: string;
        input?: FhirResource | SearchParams;
        method?: "GET" | "POST";
        name: string;
        options?: RequestOptions;
        resourceType?: string;
    }
    Index

    Properties

    id?: string
    method?: "GET" | "POST"
    name: string

    Operation name with or without leading $ (e.g. '$everything' or 'everything').

    options?: RequestOptions
    resourceType?: string