@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/MopedClaimTypeVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MopedClaimTypeVS"] ; # 
  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 MopedClaimTypeVS</b></p><a name=\"MopedClaimTypeVS\"> </a><a name=\"hcMopedClaimTypeVS\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-MopedClaimTypeCS.html\"><code>https://elga.moped.at/CodeSystem/MopedClaimTypeCS</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-MopedClaimTypeCS.html#MopedClaimTypeCS-VAEREQ\">VAEREQ</a></td><td>VAE Request</td></tr><tr><td><a href=\"CodeSystem-MopedClaimTypeCS.html#MopedClaimTypeCS-VAERESP\">VAERESP</a></td><td>VAE Response</td></tr><tr><td><a href=\"CodeSystem-MopedClaimTypeCS.html#MopedClaimTypeCS-LKFREQ\">LKFREQ</a></td><td>LKF Request</td></tr><tr><td><a href=\"CodeSystem-MopedClaimTypeCS.html#MopedClaimTypeCS-LKFRESP\">LKFRESP</a></td><td>LKF Response</td></tr><tr><td><a href=\"CodeSystem-MopedClaimTypeCS.html#MopedClaimTypeCS-ARKREQ\">ARKREQ</a></td><td>ARK Request</td></tr><tr><td><a href=\"CodeSystem-MopedClaimTypeCS.html#MopedClaimTypeCS-ARKRESP\">ARKRESP</a></td><td>ARK Response</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://elga.moped.at/ValueSet/MopedClaimTypeVS"^^xsd:anyURI ;
     fhir:l <https://elga.moped.at/ValueSet/MopedClaimTypeVS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MopedClaimTypeVS"] ; # 
  fhir:title [ fhir:v "Claim Type ValueSet"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  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 "ValueSet für die Arten der Claims/ClaimResponses"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://elga.moped.at/CodeSystem/MopedClaimTypeCS"^^xsd:anyURI ;
         fhir:l <https://elga.moped.at/CodeSystem/MopedClaimTypeCS>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "VAEREQ" ] ;
         fhir:display [ fhir:v "VAE Request" ]
       ] [
         fhir:code [ fhir:v "VAERESP" ] ;
         fhir:display [ fhir:v "VAE Response" ]
       ] [
         fhir:code [ fhir:v "LKFREQ" ] ;
         fhir:display [ fhir:v "LKF Request" ]
       ] [
         fhir:code [ fhir:v "LKFRESP" ] ;
         fhir:display [ fhir:v "LKF Response" ]
       ] [
         fhir:code [ fhir:v "ARKREQ" ] ;
         fhir:display [ fhir:v "ARK Request" ]
       ] [
         fhir:code [ fhir:v "ARKRESP" ] ;
         fhir:display [ fhir:v "ARK Response" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

