Australian Digital Health Agency FHIR Implementation Guide 1.1.0

This page is part of the Australian Digital Health Agency FHIR Implementation Guide 1.1.0. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available previous versions.

OperationOutcome-vpr-06

Raw json


{
  "resourceType" : "OperationOutcome",
  "id" : "vpr-06",
  "meta" : {
    "profile" : [
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-operationoutcome-core-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: OperationOutcome</b><a name=\"vpr-06\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource OperationOutcome \"vpr-06\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-operationoutcome-core-1.html\">ADHA Core OperationOutcome</a></p></div><h3>Issues</h3><table class=\"grid\"><tr><td>-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td></tr><tr><td>*</td><td>fatal</td><td>exception</td><td>An unexpected internal error has occurred. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "fatal",
      "code" : "exception",
      "details" : {
        "text" : "An unexpected internal error has occurred."
      }
    }
  ]
}