TIFlow - Verordnungen für Arzneimittel
Version 2.0.0-ballot.1 - ci-build

: Example error response for Rx operations - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "ExampleRxOperationOutcomeError",
  "issue" : [
    {
      "severity" : "error",
      "code" : "conflict",
      "details" : {
        "text" : "Task has invalid status draft"
      },
      "diagnostics" : "Operation requires Task status ready or in-progress"
    }
  ]
}