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

    Interface BundleParams

    interface BundleParams {
        body: FhirResource;
        options?: RequestOptions;
    }
    Index

    Properties

    Properties

    A FHIR Bundle resource. The Bundle.type field ('batch' or 'transaction') determines how the server processes the bundle.

    options?: RequestOptions