@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 -------------------------------------------------------------------

<https://gematik.de/fhir/tiflow-xborder/CodeSystem/GEM-ERPEU-CS-RequestType> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "GEM-ERPEU-CS-RequestType"] ;
  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-RequestType</b></p><a name=\"GEM-ERPEU-CS-RequestType\"> </a><a name=\"hcGEM-ERPEU-CS-RequestType\"> </a><p>This case-sensitive code system <code>https://gematik.de/fhir/tiflow-xborder/CodeSystem/GEM-ERPEU-CS-RequestType</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\">demographics<a name=\"GEM-ERPEU-CS-RequestType-demographics\"> </a></td><td>Abruf demographischer Daten</td></tr><tr><td style=\"white-space:nowrap\">e-prescriptions-list<a name=\"GEM-ERPEU-CS-RequestType-e-prescriptions-list\"> </a></td><td>Abruf der E-Rezepte Liste</td></tr><tr><td style=\"white-space:nowrap\">e-prescriptions-retrieval<a name=\"GEM-ERPEU-CS-RequestType-e-prescriptions-retrieval\"> </a></td><td>Abruf eines E-Rezeptes</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://gematik.de/fhir/tiflow-xborder/CodeSystem/GEM-ERPEU-CS-RequestType"] ;
  fhir:CodeSystem.version [ fhir:value "2.0.0-ballot.2"] ;
  fhir:CodeSystem.name [ fhir:value "GEM_ERPEU_CS_RequestType"] ;
  fhir:CodeSystem.title [ fhir:value "CodeSystem of NCPeH Request Types"] ;
  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 Request from NCPeH"] ;
  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 "3"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "demographics" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Abruf demographischer Daten" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "e-prescriptions-list" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Abruf der E-Rezepte Liste" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "e-prescriptions-retrieval" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Abruf eines E-Rezeptes" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://gematik.de/fhir/tiflow-xborder/CodeSystem/GEM-ERPEU-CS-RequestType.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

