Implementation Guide
Telematikinfrastruktur (TI) Common
Version 1.0.0 - release

: TI Operation Outcome Details CodeSystem - JSON Representation

Active as of 2025-02-28

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "operation-outcome-details-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem operation-outcome-details-codes</b></p><a name=\"operation-outcome-details-codes\"> </a><a name=\"hcoperation-outcome-details-codes\"> </a><a name=\"operation-outcome-details-codes-de-DE\"> </a><p>This case-sensitive code system <code>https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">OPERATION_SUCCESS<a name=\"operation-outcome-details-codes-OPERATION_SUCCESS\"> </a></td><td>Operation Successfully Completed</td></tr><tr><td style=\"white-space:nowrap\">SVC_IDENTITY_MISMATCH<a name=\"operation-outcome-details-codes-SVC_IDENTITY_MISMATCH\"> </a></td><td>Telematik-ID inside ID-Token or KVNR in x-insurantid HTTP header does not match FHIR data</td></tr></table></div>"
  },
  "url" : "https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes",
  "version" : "1.0.0",
  "name" : "TIOperationOutcomeDetailsCS",
  "title" : "TI Operation Outcome Details CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-02-28",
  "publisher" : "gematik GmbH",
  "contact" : [
    {
      "name" : "gematik GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gematik.de"
        },
        {
          "system" : "email",
          "value" : "patientteam [ at ] gematik.de"
        }
      ]
    }
  ],
  "description" : "Telematikinfrastruktur (TI) Operation Outcome Details CodeSystem",
  "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"
    }
  ]
}