@health-samurai/aidbox-client
    Preparing search index...

    Interface PatientLink

    interface PatientLink {
        id?: string;
        _id?: Element;
        other: Reference<"Patient" | "RelatedPerson">;
        type: "replaced-by" | "replaces" | "refer" | "seealso";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id?: string
    _id?: Element
    other: Reference<"Patient" | "RelatedPerson">
    type: "replaced-by" | "replaces" | "refer" | "seealso"