TIFlow - Verordnungen für Digitale Gesundheitsanwendungen (DiGA)
Version 2.0.0-ballot.1 - ci-build

: Beispiel für Abort-Operation Fehlerantwort (PVS) - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "ExampleOperationAbortErrorPVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome ExampleOperationAbortErrorPVS</b></p><a name=\"ExampleOperationAbortErrorPVS\"> </a><a name=\"hcExampleOperationAbortErrorPVS\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Forbidden</td><td><span title=\"Codes:\">Task must not be in progress for users other than pharmacy, but is: in-progress</span></td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "forbidden",
      "details" : {
        "text" : "Task must not be in progress for users other than pharmacy, but is: in-progress"
      }
    }
  ]
}