| Active as of 2026-03-20 |
@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 [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes>
] ; #
fhir:version [ fhir:v "1.3.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 "2026-03-20"^^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:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "DE" ] ] )
] ) ; #
fhir:copyright [ fhir:v "gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "9"^^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 "Identity mismatch: Access token or x-insurantid header does not match FHIR data (Telematik-ID / KVNR)" ]
] [
fhir:code [ fhir:v "SVC_INACTIVE_CODE" ] ;
fhir:display [ fhir:v "Use of inactive code not permitted" ]
] [
fhir:code [ fhir:v "SVC_INVALID_ACCESS_TOKEN" ] ;
fhir:display [ fhir:v "Invalid access token provided" ]
] [
fhir:code [ fhir:v "SVC_TELEMATIKID_BLOCKED" ] ;
fhir:display [ fhir:v "The specified Telematik-ID is blocked" ]
] [
fhir:code [ fhir:v "SVC_TELEMATIKID_TEMPORARILY_BLOCKED" ] ;
fhir:display [ fhir:v "The specified Telematik-ID is temporarily blocked" ]
] [
fhir:code [ fhir:v "SVC_VALIDATION_FAILED" ] ;
fhir:display [ fhir:v "FHIR Profile Validation Failed" ]
] [
fhir:code [ fhir:v "SVC_DOSAGE_INVALID_INSTRUCTION_META" ] ;
fhir:display [ fhir:v "The generated dosage instruction meta information is invalid" ]
] [
fhir:code [ fhir:v "SVC_DOSAGE_INVALID_RENDERED_INSTRUCTION" ] ;
fhir:display [ fhir:v "The provided rendered dosage instruction is invalid" ]
] ) . #
IG © 2026+ gematik GmbH. Paket de.gematik.ti#1.3.0 basierend auf FHIR 4.0.1. Generiert 2026-03-23
Links: Table of Contents |
QA Report