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

    Interface UpdateParams

    interface UpdateParams {
        body: FhirResource;
        id?: string;
        options?: RequestOptions;
        resourceType: string;
        searchParams?: SearchParams;
    }
    Index

    Properties

    id?: string

    Resource id for a direct update. Mutually exclusive with searchParams.

    options?: RequestOptions
    resourceType: string
    searchParams?: SearchParams

    Conditional update parameters. Mutually exclusive with id.