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

    Interface PatchParams

    interface PatchParams {
        id: string;
        jsonPatch: OpPatch[];
        options?: RequestOptions;
        resourceType: string;
    }
    Index

    Properties

    id: string
    jsonPatch: OpPatch[]

    Array of RFC 6902 JSON Patch operations.

    options?: RequestOptions
    resourceType: string