Implementation Guide
Telematikinfrastruktur (TI) Common
Version 1.1.0 - release

: TI Operation Outcome Details CodeSystem - TTL Representation

Active as of 2025-05-28

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "operation-outcome-details-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "TIOperationOutcomeDetailsCS"] ; # 
  fhir:title [ fhir:v "TI Operation Outcome Details CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-05-28"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "gematik GmbH"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.gematik.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Telematikinfrastruktur (TI) Operation Outcome Details CodeSystem"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "OPERATION_SUCCESS" ] ;
fhir:display [ fhir:v "Operation Successfully Completed" ]
  ] [
fhir:code [ fhir:v "SVC_IDENTITY_MISMATCH" ] ;
fhir:display [ fhir:v "Telematik-ID inside ID-Token or KVNR in x-insurantid HTTP header does not match FHIR data" ]
  ] ) . #