Implementation Guide
TI Common
Version 1.3.0 - release

: ExpTIOperationOutcomeValidationFailed - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "c5fca094-f4d0-4b6a-8662-8fa158d82416",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/ti/StructureDefinition/operation-outcome"
    ]
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "invalid",
      "details" : {
        "coding" : [
          {
            "system" : "https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes",
            "code" : "SVC_VALIDATION_FAILED",
            "display" : "FHIR Profile Validation Failed"
          }
        ]
      }
    }
  ]
}