@health-samurai/aidbox-client
    Preparing search index...

    Interface OperationOutcomeIssue

    interface OperationOutcomeIssue {
        id?: string;
        _id?: Element;
        code:
            | "value"
            | "security"
            | "invalid"
            | "structure"
            | "required"
            | "invariant"
            | "login"
            | "unknown"
            | "expired"
            | "forbidden"
            | "suppressed"
            | "processing"
            | "not-supported"
            | "duplicate"
            | "multiple-matches"
            | "not-found"
            | "deleted"
            | "too-long"
            | "code-invalid"
            | "extension"
            | "too-costly"
            | "business-rule"
            | "conflict"
            | "transient"
            | "lock-error"
            | "no-store"
            | "exception"
            | "timeout"
            | "incomplete"
            | "throttled"
            | "informational";
        details?: CodeableConcept;
        diagnostics?: string;
        expression?: string[];
        location?: string[];
        severity: "fatal"
        | "error"
        | "warning"
        | "information";
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: string
    _id?: Element
    code:
        | "value"
        | "security"
        | "invalid"
        | "structure"
        | "required"
        | "invariant"
        | "login"
        | "unknown"
        | "expired"
        | "forbidden"
        | "suppressed"
        | "processing"
        | "not-supported"
        | "duplicate"
        | "multiple-matches"
        | "not-found"
        | "deleted"
        | "too-long"
        | "code-invalid"
        | "extension"
        | "too-costly"
        | "business-rule"
        | "conflict"
        | "transient"
        | "lock-error"
        | "no-store"
        | "exception"
        | "timeout"
        | "incomplete"
        | "throttled"
        | "informational"
    details?: CodeableConcept
    diagnostics?: string
    expression?: string[]
    location?: string[]
    severity: "fatal" | "error" | "warning" | "information"