• Returns ({
        interaction?: undefined;
        operation: {
            definition: string;
            extension: {
                url: string;
                valueCode: string;
            }[];
            name: string;
        }[];
        profile?: undefined;
        searchParam?: undefined;
        type: string;
    } | {
        interaction: {
            code: string;
        }[];
        operation?: undefined;
        profile: {
            reference: string;
        };
        searchParam: never[];
        type: string;
    })[]

Generated using TypeDoc