Implementation Guide
TI Common
Version 1.3.0 - release

: TI Operation Outcome Details CodeSystem - JSON Representation

Active as of 2026-03-20

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><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>Identity mismatch: Access token or x-insurantid header does not match FHIR data (Telematik-ID / KVNR)</td></tr><tr><td style=\"white-space:nowrap\">SVC_INACTIVE_CODE<a name=\"operation-outcome-details-codes-SVC_INACTIVE_CODE\"> </a></td><td>Use of inactive code not permitted</td></tr><tr><td style=\"white-space:nowrap\">SVC_INVALID_ACCESS_TOKEN<a name=\"operation-outcome-details-codes-SVC_INVALID_ACCESS_TOKEN\"> </a></td><td>Invalid access token provided</td></tr><tr><td style=\"white-space:nowrap\">SVC_TELEMATIKID_BLOCKED<a name=\"operation-outcome-details-codes-SVC_TELEMATIKID_BLOCKED\"> </a></td><td>The specified Telematik-ID is blocked</td></tr><tr><td style=\"white-space:nowrap\">SVC_TELEMATIKID_TEMPORARILY_BLOCKED<a name=\"operation-outcome-details-codes-SVC_TELEMATIKID_TEMPORARILY_BLOCKED\"> </a></td><td>The specified Telematik-ID is temporarily blocked</td></tr><tr><td style=\"white-space:nowrap\">SVC_VALIDATION_FAILED<a name=\"operation-outcome-details-codes-SVC_VALIDATION_FAILED\"> </a></td><td>FHIR Profile Validation Failed</td></tr><tr><td style=\"white-space:nowrap\">SVC_DOSAGE_INVALID_INSTRUCTION_META<a name=\"operation-outcome-details-codes-SVC_DOSAGE_INVALID_INSTRUCTION_META\"> </a></td><td>The generated dosage instruction meta information is invalid</td></tr><tr><td style=\"white-space:nowrap\">SVC_DOSAGE_INVALID_RENDERED_INSTRUCTION<a name=\"operation-outcome-details-codes-SVC_DOSAGE_INVALID_RENDERED_INSTRUCTION\"> </a></td><td>The provided rendered dosage instruction is invalid</td></tr></table></div>"
  },
  "url" : "https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes",
  "version" : "1.3.0",
  "name" : "TIOperationOutcomeDetailsCS",
  "title" : "TI Operation Outcome Details CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-03-20",
  "publisher" : "gematik GmbH",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gematik.de"
        }
      ]
    }
  ],
  "description" : "Telematikinfrastruktur (TI) Operation Outcome Details CodeSystem",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DE"
        }
      ]
    }
  ],
  "copyright" : "gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 9,
  "concept" : [
    {
      "code" : "OPERATION_SUCCESS",
      "display" : "Operation Successfully Completed"
    },
    {
      "code" : "SVC_IDENTITY_MISMATCH",
      "display" : "Identity mismatch: Access token or x-insurantid header does not match FHIR data (Telematik-ID / KVNR)"
    },
    {
      "code" : "SVC_INACTIVE_CODE",
      "display" : "Use of inactive code not permitted"
    },
    {
      "code" : "SVC_INVALID_ACCESS_TOKEN",
      "display" : "Invalid access token provided"
    },
    {
      "code" : "SVC_TELEMATIKID_BLOCKED",
      "display" : "The specified Telematik-ID is blocked"
    },
    {
      "code" : "SVC_TELEMATIKID_TEMPORARILY_BLOCKED",
      "display" : "The specified Telematik-ID is temporarily blocked"
    },
    {
      "code" : "SVC_VALIDATION_FAILED",
      "display" : "FHIR Profile Validation Failed"
    },
    {
      "code" : "SVC_DOSAGE_INVALID_INSTRUCTION_META",
      "display" : "The generated dosage instruction meta information is invalid"
    },
    {
      "code" : "SVC_DOSAGE_INVALID_RENDERED_INSTRUCTION",
      "display" : "The provided rendered dosage instruction is invalid"
    }
  ]
}