Implementation Guide
TIFlow - Grenzüberschreitender Datenaustausch
Version 2.0.0-ballot.2 - ballot

: CodeSystem of types for a consent - TTL Representation

Draft as of 2026-06-30

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/GEM-ERPEU-CS-ConsentType> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "GEM-ERPEU-CS-ConsentType"] ;
  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 GEM-ERPEU-CS-ConsentType</b></p><a name=\"GEM-ERPEU-CS-ConsentType\"> </a><a name=\"hcGEM-ERPEU-CS-ConsentType\"> </a><p>This case-sensitive code system <code>https://gematik.de/fhir/tiflow-xborder/CodeSystem/GEM-ERPEU-CS-ConsentType</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\">EUDISPCONS<a name=\"GEM-ERPEU-CS-ConsentType-EUDISPCONS\"> </a></td><td>Consent for redeeming e-prescriptions in EU countries</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://gematik.de/fhir/tiflow-xborder/CodeSystem/GEM-ERPEU-CS-ConsentType"] ;
  fhir:CodeSystem.version [ fhir:value "2.0.0-ballot.2"] ;
  fhir:CodeSystem.name [ fhir:value "GEM_ERPEU_CS_ConsentType"] ;
  fhir:CodeSystem.title [ fhir:value "CodeSystem of types for a consent"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.date [ fhir:value "2026-06-30"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "gematik GmbH"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "gematik GmbH" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://gematik.de" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "erp-umsetzung@gematik.de" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Type of patient consent."] ;
  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:Coding.display [ fhir:value "Germany" ]
     ]
  ] ;
  fhir:CodeSystem.copyright [ fhir:value "gematik GmbH"] ;
  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 "EUDISPCONS" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Consent for redeeming e-prescriptions in EU countries" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/GEM-ERPEU-CS-ConsentType.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/GEM-ERPEU-CS-ConsentType.ttl> .