Timeout error outcome

In this example, operation outcome resource is having an timeout error during the validation operation.

{
    "resourceType": "OperationOutcome",
    "issue":  [
        {
            "severity": "error",
            "code": "timeout",
            "diagnostics": "<An internal timeout has occurred>"
        }
    ]
}