@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 -------------------------------------------------------------------

<https://gematik.de/fhir/tiflow-xborder/CodeSystem/tiflow-xborder-operation-outcome-details-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "tiflow-xborder-operation-outcome-details-cs"] ; # 
  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 tiflow-xborder-operation-outcome-details-cs</b></p><a name=\"tiflow-xborder-operation-outcome-details-cs\"> </a><a name=\"hctiflow-xborder-operation-outcome-details-cs\"> </a><p>This case-sensitive code system <code>https://gematik.de/fhir/erp-eu/CodeSystem/tiflow-xborder-operation-outcome-details-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Deutsch (Deutschland) (German (Germany), de)</b></td></tr><tr><td style=\"white-space:nowrap\">TIFLOW_XBORDER_NO_PRESCRIPTIONS_FOUND<a name=\"tiflow-xborder-operation-outcome-details-cs-TIFLOW_XBORDER_NO_PRESCRIPTIONS_FOUND\"> </a></td><td>No prescriptions found</td><td>No redeemable prescriptions were found for the requested query scope</td><td>Keine einlösbaren Verordnungen gefunden</td></tr><tr><td style=\"white-space:nowrap\">TIFLOW_XBORDER_NOT_ACTIVATED<a name=\"tiflow-xborder-operation-outcome-details-cs-TIFLOW_XBORDER_NOT_ACTIVATED\"> </a></td><td>EU redemption not activated</td><td>The addressed task is not activated for EU redemption</td><td>EU-Einlösung nicht aktiviert</td></tr><tr><td style=\"white-space:nowrap\">TIFLOW_XBORDER_COUNTRY_CODE_INVALID<a name=\"tiflow-xborder-operation-outcome-details-cs-TIFLOW_XBORDER_COUNTRY_CODE_INVALID\"> </a></td><td>Country code invalid</td><td>The provided country code is not supported for ePrescription or eDispensation processing</td><td>Ländercode ungültig</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://gematik.de/fhir/erp-eu/CodeSystem/tiflow-xborder-operation-outcome-details-cs"^^xsd:anyURI ;
     fhir:l <https://gematik.de/fhir/erp-eu/CodeSystem/tiflow-xborder-operation-outcome-details-cs>
  ] ; # 
  fhir:version [ fhir:v "2.0.0-ballot.1"] ; # 
  fhir:name [ fhir:v "TIFLOWXBORDEROperationOutcomeDetailsCS"] ; # 
  fhir:title [ fhir:v "TIFLOW XBORDER Operation Outcome Details CS"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-05-26"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "gematik GmbH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "gematik GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://gematik.de" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "erp-umsetzung@gematik.de" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Fehlercodes für cross-border Szenarien, die im Rahmen des TIFlow in den OperationOutcomes.details angegeben werden können"] ; # 
  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:display [ fhir:v "Germany" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "gematik GmbH"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "TIFLOW_XBORDER_NO_PRESCRIPTIONS_FOUND" ] ;
     fhir:display [ fhir:v "No prescriptions found" ] ;
     fhir:definition [ fhir:v "No redeemable prescriptions were found for the requested query scope" ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "de-DE" ] ;
       fhir:value [ fhir:v "Keine einlösbaren Verordnungen gefunden" ]
     ] )
  ] [
     fhir:code [ fhir:v "TIFLOW_XBORDER_NOT_ACTIVATED" ] ;
     fhir:display [ fhir:v "EU redemption not activated" ] ;
     fhir:definition [ fhir:v "The addressed task is not activated for EU redemption" ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "de-DE" ] ;
       fhir:value [ fhir:v "EU-Einlösung nicht aktiviert" ]
     ] )
  ] [
     fhir:code [ fhir:v "TIFLOW_XBORDER_COUNTRY_CODE_INVALID" ] ;
     fhir:display [ fhir:v "Country code invalid" ] ;
     fhir:definition [ fhir:v "The provided country code is not supported for ePrescription or eDispensation processing" ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "de-DE" ] ;
       fhir:value [ fhir:v "Ländercode ungültig" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

