@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://elga.moped.at/ValueSet/MopedPaymentTypesVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MopedPaymentTypesVS"] ; # 
  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: ValueSet MopedPaymentTypesVS</b></p><a name=\"MopedPaymentTypesVS\"> </a><a name=\"hcMopedPaymentTypesVS\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R5/valueset-payment-type.html\">Payment Type Codes</a></li><li>Include these codes as defined in <a href=\"CodeSystem-MopedPaymentTypesCS.html\"><code>https://elga.moped.at/CodeSystem/MopedPaymentTypesCS</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-MopedPaymentTypesCS.html#MopedPaymentTypesCS-statusUpdate\">statusUpdate</a></td><td style=\"color: #cccccc\">Status Update</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://elga.moped.at/ValueSet/MopedPaymentTypesVS"^^xsd:anyURI ;
     fhir:l <https://elga.moped.at/ValueSet/MopedPaymentTypesVS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MopedPaymentTypesVS"] ; # 
  fhir:title [ fhir:v "Arten von Moped Payment Types VS"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-01-09T08:51:35+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ELGA GmbH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "ELGA GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://elga.gv.at" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Arten von Moped Payment Types VS"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:valueSet ( [
         fhir:v "http://hl7.org/fhir/ValueSet/payment-type"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/ValueSet/payment-type>
       ] )
     ] [
       fhir:system [
         fhir:v "https://elga.moped.at/CodeSystem/MopedPaymentTypesCS"^^xsd:anyURI ;
         fhir:l <https://elga.moped.at/CodeSystem/MopedPaymentTypesCS>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "statusUpdate" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

