@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/GEM-ERPEU-CS-RequestType> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "GEM-ERPEU-CS-RequestType"] ; # 
  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 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/erp-eu/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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://gematik.de/fhir/erp-eu/CodeSystem/GEM_ERPEU_CS_RequestType"^^xsd:anyURI ;
     fhir:l <https://gematik.de/fhir/erp-eu/CodeSystem/GEM_ERPEU_CS_RequestType>
  ] ; # 
  fhir:version [ fhir:v "2.0.0-ballot.1"] ; # 
  fhir:name [ fhir:v "GEM_ERPEU_CS_RequestType"] ; # 
  fhir:title [ fhir:v "CodeSystem of NCPeH Request Types"] ; # 
  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 "Type of Request from NCPeH"] ; # 
  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 "demographics" ] ;
     fhir:display [ fhir:v "Abruf demographischer Daten" ]
  ] [
     fhir:code [ fhir:v "e-prescriptions-list" ] ;
     fhir:display [ fhir:v "Abruf der E-Rezepte Liste" ]
  ] [
     fhir:code [ fhir:v "e-prescriptions-retrieval" ] ;
     fhir:display [ fhir:v "Abruf eines E-Rezeptes" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

