Implementation Guide
Version 1.2.0 - release

: Art des ServiceRequests (CS) - TTL Representation

Active as of 2025-07-31

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "service-request-type-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem service-request-type-cs</b></p><a name=\"service-request-type-cs\"> </a><a name=\"hcservice-request-type-cs\"> </a><p>This  code system <code>https://gematik.de/fhir/erp-servicerequest/CodeSystem/service-request-type-cs</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\">prescription-request<a name=\"service-request-type-cs-prescription-request\"> </a></td><td>Anfrage für ein Rezept</td></tr><tr><td style=\"white-space:nowrap\">dispense-request<a name=\"service-request-type-cs-dispense-request\"> </a></td><td>Anfrage für die Lieferung eines Rezepts</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://gematik.de/fhir/erp-servicerequest/CodeSystem/service-request-type-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.0"] ; # 
  fhir:name [ fhir:v "ServiceRequestTypeCS"] ; # 
  fhir:title [ fhir:v "Art des ServiceRequests (CS)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-07-31"^^xsd:date] ; # 
  fhir:description [ fhir:v "Spezifiziert den Typ des ServiceRequests und wird zur Identifikation von ServiceRequests verwendet"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE" ] ;
fhir:display [ fhir:v "Germany" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "prescription-request" ] ;
fhir:display [ fhir:v "Anfrage für ein Rezept" ]
  ] [
fhir:code [ fhir:v "dispense-request" ] ;
fhir:display [ fhir:v "Anfrage für die Lieferung eines Rezepts" ]
  ] ) . #