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

    Interface MovePatch

    interface MovePatch {
        from: string;
        op: "move";
        path: string;
    }

    Hierarchy

    • Patch
      • MovePatch
    Index

    Properties

    Properties

    from: string
    op: "move"
    path: string