Implementation Guide
ePA Basisfunktionalitäten
Version 1.3.2 - release

: EPA Operation Outcome Details CodeSystem - TTL Representation

Active as of 2026-07-15

Raw ttl | Download


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

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

<http://hl7.org/fhir/CodeSystem/epa-operation-outcome-details-codes> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "epa-operation-outcome-details-codes"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem epa-operation-outcome-details-codes</b></p><a name=\"epa-operation-outcome-details-codes\"> </a><a name=\"hcepa-operation-outcome-details-codes\"> </a><p>This case-sensitive code system <code>https://gematik.de/fhir/epa/CodeSystem/epa-operation-outcome-details-codes</code> defines the following code:</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\">SVC_ORG_HEADER_PROFILE_MISMATCH<a name=\"epa-operation-outcome-details-codes-SVC_ORG_HEADER_PROFILE_MISMATCH\"> </a></td><td>Profile mismatch in header Organization</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://gematik.de/fhir/epa/CodeSystem/epa-operation-outcome-details-codes"] ;
  fhir:CodeSystem.version [ fhir:value "1.3.1"] ;
  fhir:CodeSystem.name [ fhir:value "EPAOperationOutcomeDetailsCS"] ;
  fhir:CodeSystem.title [ fhir:value "EPA Operation Outcome Details CodeSystem"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-15"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "gematik GmbH"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.gematik.de" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "EPA Operation Outcome Details Code System"] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "DE" ]
     ]
  ] ;
  fhir:CodeSystem.copyright [ fhir:value "gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "1"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "SVC_ORG_HEADER_PROFILE_MISMATCH" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Profile mismatch in header Organization" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/epa-operation-outcome-details-codes.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/epa-operation-outcome-details-codes.ttl> .