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

    Interface ReplacePatch

    interface ReplacePatch {
        op: "replace";
        path: string;
        value: unknown;
    }

    Hierarchy

    • Patch
      • ReplacePatch
    Index

    Properties

    Properties

    op: "replace"
    path: string
    value: unknown