@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/CodeSystem/MopedClaimTypeCS> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MopedClaimTypeCS"] ; # 
  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: CodeSystem MopedClaimTypeCS</b></p><a name=\"MopedClaimTypeCS\"> </a><a name=\"hcMopedClaimTypeCS\"> </a><p>This  code system <code>https://elga.moped.at/CodeSystem/MopedClaimTypeCS</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\">VAEREQ<a name=\"MopedClaimTypeCS-VAEREQ\"> </a></td><td>VAE Request</td></tr><tr><td style=\"white-space:nowrap\">VAERESP<a name=\"MopedClaimTypeCS-VAERESP\"> </a></td><td>VAE Response</td></tr><tr><td style=\"white-space:nowrap\">LKFREQ<a name=\"MopedClaimTypeCS-LKFREQ\"> </a></td><td>LKF Request</td></tr><tr><td style=\"white-space:nowrap\">LKFRESP<a name=\"MopedClaimTypeCS-LKFRESP\"> </a></td><td>LKF Response</td></tr><tr><td style=\"white-space:nowrap\">ARKREQ<a name=\"MopedClaimTypeCS-ARKREQ\"> </a></td><td>ARK Request</td></tr><tr><td style=\"white-space:nowrap\">ARKRESP<a name=\"MopedClaimTypeCS-ARKRESP\"> </a></td><td>ARK Response</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://elga.moped.at/CodeSystem/MopedClaimTypeCS"^^xsd:anyURI ;
     fhir:l <https://elga.moped.at/CodeSystem/MopedClaimTypeCS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MopedClaimTypeCS"] ; # 
  fhir:title [ fhir:v "Claim Type CodeSystem"] ; # 
  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 "CodeSystem für die Arten der Claims/ClaimResponses"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  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" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

