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

    Interface SupportForParams

    Parameters accepted by CapabilityTool.supportFor.

    interface SupportForParams {
        capabilityType: string;
        resourceType?: string;
        where?: CapabilityWhere;
    }
    Index

    Properties

    capabilityType: string

    The capability category to inspect, e.g. 'interaction' or 'searchParam'.

    resourceType?: string

    Limit the search to a specific resource type. Omit for server-level checks.

    Optional filter to match a specific code or name within the category.