Implementation Guide
Telematikinfrastruktur (TI) Common
Version 1.0.0 - release

: ExpTIOperationOutcomeSuccess - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "468ca07b-7d63-453d-a738-0c35cb9402aa",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/ti/StructureDefinition/operation-outcome"
    ]
  },
  "issue" : [
    {
      "severity" : "information",
      "code" : "informational",
      "details" : {
        "coding" : [
          {
            "system" : "https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes",
            "code" : "OPERATION_SUCCESS",
            "display" : "Operation Successfully Completed"
          }
        ]
      }
    }
  ]
}