Implementation Guide
Version 1.2.0 - release

: Art der Belieferung (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 "delivery-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 delivery-type-cs</b></p><a name=\"delivery-type-cs\"> </a><a name=\"hcdelivery-type-cs\"> </a><p>This  code system <code>https://gematik.de/fhir/erp-servicerequest/CodeSystem/delivery-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\">pickup-by-healthcare-service<a name=\"delivery-type-cs-pickup-by-healthcare-service\"> </a></td><td>Abholung durch Pflegeeinrichtung</td></tr><tr><td style=\"white-space:nowrap\">pickup-by-patient<a name=\"delivery-type-cs-pickup-by-patient\"> </a></td><td>Abholung durch Patient</td></tr><tr><td style=\"white-space:nowrap\">delivery-to-healthcare-service<a name=\"delivery-type-cs-delivery-to-healthcare-service\"> </a></td><td>Lieferung an Pflegeeinrichtung</td></tr><tr><td style=\"white-space:nowrap\">delivery-to-alternative-address<a name=\"delivery-type-cs-delivery-to-alternative-address\"> </a></td><td>Lieferung an eine alternative Adresse</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://gematik.de/fhir/erp-servicerequest/CodeSystem/delivery-type-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.0"] ; # 
  fhir:name [ fhir:v "DeliveryTypeCS"] ; # 
  fhir:title [ fhir:v "Art der Belieferung (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, wie eine Abgabeanforderung erfüllt/geliefert werden soll"] ; # 
  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 "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "pickup-by-healthcare-service" ] ;
fhir:display [ fhir:v "Abholung durch Pflegeeinrichtung" ]
  ] [
fhir:code [ fhir:v "pickup-by-patient" ] ;
fhir:display [ fhir:v "Abholung durch Patient" ]
  ] [
fhir:code [ fhir:v "delivery-to-healthcare-service" ] ;
fhir:display [ fhir:v "Lieferung an Pflegeeinrichtung" ]
  ] [
fhir:code [ fhir:v "delivery-to-alternative-address" ] ;
fhir:display [ fhir:v "Lieferung an eine alternative Adresse" ]
  ] ) . #