IGUHealth
    Preparing search index...
    interface Membership {
        _email?: Element;
        _emailVerified?: Element;
        _role?: Element;
        email: string;
        emailVerified?: boolean;
        federated?: Reference;
        id?: id;
        link?: Reference;
        meta?: Meta;
        name?: HumanName;
        resourceType: "Membership";
        role: code;
    }
    Index

    Properties

    _email?: Element

    Users email address.

    _emailVerified?: Element

    Is Users email address verified.

    _role?: Element

    The Memberships role. Note that owner and superadmin roles are granted full access.

    email: string

    Users email address.

    emailVerified?: boolean

    Is Users email address verified.

    federated?: Reference

    Is Users email address verified.

    id?: id

    Logical id of this artifact

    link?: Reference

    The clinical resource linked to this Membership.

    meta?: Meta

    Metadata about the resource

    name?: HumanName

    Users name

    resourceType: "Membership"
    role: code

    The Memberships role. Note that owner and superadmin roles are granted full access.