Interface InstanceInteraction<Version>

interface InstanceInteraction<Version> {
    fhirVersion: Version;
    http?: {
        headers: Record<string, string>;
        status: number;
    };
    id: id;
    level: "instance";
    resource: ResourceType<Version>;
}

Type Parameters

Hierarchy (view full)

Properties

fhirVersion: Version
http?: {
    headers: Record<string, string>;
    status: number;
}
id: id
level