Implementation Guide
Version 1.2.0 - release

: Art der Belieferung (VS) - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "delivery-type-vs"] ; # 
  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: ValueSet delivery-type-vs</b></p><a name=\"delivery-type-vs\"> </a><a name=\"hcdelivery-type-vs\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-delivery-type-cs.html\"><code>https://gematik.de/fhir/erp-servicerequest/CodeSystem/delivery-type-cs</code></a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://gematik.de/fhir/erp-servicerequest/ValueSet/delivery-type-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.0"] ; # 
  fhir:name [ fhir:v "DeliveryTypeVS"] ; # 
  fhir:title [ fhir:v "Art der Belieferung (VS)"] ; # 
  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:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://gematik.de/fhir/erp-servicerequest/CodeSystem/delivery-type-cs"^^xsd:anyURI ]     ] )
  ] . #