Implementation Guide
Version 1.4.0 - release

: Example Successful Operation Outcome - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "ExampleSuccessfulOperationOutcome",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/atf/StructureDefinition/atf-operation-outcome"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome ExampleSuccessfulOperationOutcome</b></p><a name=\"ExampleSuccessfulOperationOutcome\"> </a><a name=\"hcExampleSuccessfulOperationOutcome\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-atf-operation-outcome.html\">ATF Operation Outcome</a></p></div><p><b>ATF Message ID EX</b>: 6f1882f6-22ff-4036-8f79-09a6cc14621d</p><blockquote><p><b>issue</b></p><p><b>severity</b>: Information</p><p><b>code</b>: Informational Note</p><p><b>diagnostics</b>: Anfrage erfolgreich entgegengenommen</p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: Information</p><p><b>code</b>: Informational Note</p><p><b>diagnostics</b>: Rezeptanfrage wurde angelegt und wartet auf Bestätigung</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "https://gematik.de/fhir/atf/StructureDefinition/atf-message-id-ex",
      "valueString" : "6f1882f6-22ff-4036-8f79-09a6cc14621d"
    }
  ],
  "issue" : [
    {
      "severity" : "information",
      "code" : "informational",
      "diagnostics" : "Anfrage erfolgreich entgegengenommen"
    },
    {
      "severity" : "information",
      "code" : "informational",
      "diagnostics" : "Rezeptanfrage wurde angelegt und wartet auf Bestätigung"
    }
  ]
}