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

    Interface CopyPatch

    interface CopyPatch {
        from: string;
        op: "copy";
        path: string;
    }

    Hierarchy

    • Patch
      • CopyPatch
    Index

    Properties

    Properties

    from: string
    op: "copy"
    path: string