@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "MopedClaimTypeCS"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: CodeSystem MopedClaimTypeCS

This code system https://elga.moped.at/CodeSystem/MopedClaimTypeCS defines the following codes:

CodeDisplay
VAEREQ VAE Request
VAERESP VAE Response
LKFREQ LKF Request
LKFRESP LKF Response
ARKREQ ARK Request
ARKRESP ARK Response
"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://elga.moped.at/CodeSystem/MopedClaimTypeCS"^^xsd:anyURI ; fhir:l ] ; # 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 "2025-12-19T13:46:32+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" ] ] ) . # # -------------------------------------------------------------------------------------