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

    Interface TestPatch

    interface TestPatch {
        op: "test";
        path: string;
        value: unknown;
    }

    Hierarchy

    • Patch
      • TestPatch
    Index

    Properties

    Properties

    op: "test"
    path: string
    value: unknown