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

: Example Activate operation error response - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "ExampleOperationActivateError",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome ExampleOperationActivateError</b></p><a name=\"ExampleOperationActivateError\"> </a><a name=\"hcExampleOperationActivateError\"> </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><td><b>Diagnostics</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Invalid Content</td><td><span title=\"Codes:\">unknown or unexpected profile</span></td><td>Unable to determine profile type from name: https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Bundle</td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "invalid",
      "details" : {
        "text" : "unknown or unexpected profile"
      },
      "diagnostics" : "Unable to determine profile type from name: https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Bundle"
    }
  ]
}