{
"resourceType": "OperationOutcome",
"text": {
"status": "generated",
"div": "<div xmlns=\"
http://www.w3.org/1999/xhtml\"><h1>Operation Outcome</h1><table border=\"0\"><tr><td style=\"font-weight: bold;\">ERROR</td><td>[]</td><td><pre>Failed to call access method: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating OGNL expression: "result.resource.interpretation.coding[0].display" (template: "diagnosticreport" - line 102, col 280)</pre></td>\n\t\t\t</tr>\n\t\t</table>\n\t</div>"
},
"issue": [
{
"severity": "error",
"code": "processing",
"diagnostics": "Failed to call access method: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating OGNL expression: \"result.resource.interpretation.coding[0].display\" (template: \"diagnosticreport\" - line 102, col 280)"
}
]
}
The attached are the testing file, my local result and public
HAPI server . I also found that someone mentioned the same error online. Would you please check what is going on?