TI Terminology
Version 1.0.9-1 - release

: EPA IHE XDS Dokumententypen für ePA-FdV - TTL Representation

Active as of 2025-12-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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/CodeSystem/epa-xds-dokumententypen-frontend-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "epa-xds-dokumententypen-frontend-cs"] ;
  fhir:CodeSystem.url [ fhir:value "https://gematik.de/fhir/terminology/CodeSystem/epa-xds-dokumententypen-frontend-cs"] ;
  fhir:CodeSystem.version [ fhir:value "1.0.8"] ;
  fhir:CodeSystem.name [ fhir:value "EPAXDSDokumententypenFrontendCS"] ;
  fhir:CodeSystem.title [ fhir:value "EPA IHE XDS Dokumententypen für ePA-FdV"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2025-12-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 "Versichertenfreundliche Anzeigetexte zur genauen Dokumenttypangabe (d.h. XDS Type Codes)"] ;
  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.content [ fhir:value "supplement"] ;
  fhir:CodeSystem.supplements [ fhir:value "urn:oid:1.3.6.1.4.1.19376.3.276.1.5.9"] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "BEFU" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Ergebnisse Diagnostik" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de-DE" ] ;
       fhir:CodeSystem.concept.designation.use [
         a sct:900000000000013009 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "900000000000013009" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Befunde" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "FALL" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Fallbesprechungen" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de-DE" ] ;
       fhir:CodeSystem.concept.designation.use [
         a sct:900000000000013009 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "900000000000013009" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Patientenbezogene ärztliche & therapeutische Beratung" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "PATI" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Patienteninformationen" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de-DE" ] ;
       fhir:CodeSystem.concept.designation.use [
         a sct:900000000000013009 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "900000000000013009" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Informationsblätter(Patienteninformationen)" ]
     ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/epa-xds-dokumententypen-frontend-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/epa-xds-dokumententypen-frontend-cs.ttl> .