FHIRClient - v3.0.0
    Preparing search index...

    Interface JsonPatchMove

    interface JsonPatchMove {
        from: string;
        op: "move";
        path: string;
    }
    Index
    from: string
    op: "move"
    path: string