Interface InstanceHistoryResponse<Version>

interface InstanceHistoryResponse<Version> {
    body: Resource<Version, "Bundle">;
    fhirVersion: Version;
    http?: {
        headers: Record<string, string>;
        status: number;
    };
    id: id;
    level: "instance";
    resource: ResourceType<Version>;
    type: "history-response";
}

Type Parameters

Hierarchy (view full)

Properties

body: Resource<Version, "Bundle">
fhirVersion: Version
http?: {
    headers: Record<string, string>;
    status: number;
}
id: id
level
type