IGUHealth
    Preparing search index...

    Interface InvokeTypeRequest<Version>

    interface InvokeTypeRequest<Version extends FHIR_VERSION> {
        body: Resource<Version, "Parameters">;
        fhirVersion: Version;
        http?: { headers: Record<string, string>; status: number };
        level: "type";
        operation: code;
        resource: ResourceType<Version>;
        type: "invoke-request";
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    body: Resource<Version, "Parameters">
    fhirVersion: Version
    http?: { headers: Record<string, string>; status: number }
    level: "type"
    operation: code
    type: "invoke-request"