Implementation Guide
Telematikinfrastruktur (TI) Common
Version 1.0.1 - release

: TI Operation Outcome Details Code System - JSON Representation

Active as of 2025-05-09

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "operation-outcome-details-codes",
  "url" : "https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes",
  "version" : "1.0.1",
  "name" : "TIOperationOutcomeDetailsCS",
  "title" : "TI Operation Outcome Details Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-05-09",
  "publisher" : "gematik GmbH",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gematik.de"
        }
      ]
    }
  ],
  "description" : "Telematikinfrastruktur (TI) Operation Outcome Details Code System",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DE"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "OPERATION_SUCCESS",
      "display" : "Operation Successfully Completed"
    },
    {
      "code" : "SVC_IDENTITY_MISMATCH",
      "display" : "Telematik-ID inside ID-Token or KVNR in x-insurantid HTTP header does not match FHIR data"
    }
  ]
}