@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://fhir.hl7.at/elga-labor/ValueSet/at-lab-code-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "at-lab-code-vs"] ; # 
  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 at-lab-code-vs</b></p><a name=\"at-lab-code-vs\"> </a><a name=\"hcat-lab-code-vs\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where CLASS  in CHEM,HEM.OR.BLD,MICRO,SERO,UA,COAG,ALLERGY,DRUG/TOX,MOLPATH,NR.STATS</li><li>Include all codes defined in <code>urn:oid:2.16.840.1.113883.2.9.6.2.5</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li><li>Include all codes defined in <a href=\"CodeSystem-at-lab-local-cs.html\"><code>https://fhir.hl7.at/elga-labor/CodeSystem/at-lab-local-cs</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></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.hl7.at/elga-labor/ValueSet/at-lab-code-vs"^^xsd:anyURI ;
     fhir:l <https://fhir.hl7.at/elga-labor/ValueSet/at-lab-code-vs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ATLabCodeVS"] ; # 
  fhir:title [ fhir:v "AT ELGA Laboratory Code Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-05-04T08:38:39+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Austria"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Austria" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.hl7.at" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "office@hl7.at" ]
     ] )
  ] [
     fhir:name [ fhir:v "HL7 Austria TC FHIR" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.hl7.at" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "office@hl7.at" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Value set for laboratory test codes used in Austrian ELGA Laboratory Reports.\n\nIncludes LOINC codes as the primary coding system (aligned with the HL7 EU Lab IG)\nand allows supplementary local Austrian codes. NPU codes are also included for\ncompatibility with the European Lab IG."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "AT" ] ;
       fhir:display [ fhir:v "Austria" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "CLASS" ] ;
         fhir:op [ fhir:v "in" ] ;
         fhir:value [ fhir:v "CHEM,HEM.OR.BLD,MICRO,SERO,UA,COAG,ALLERGY,DRUG/TOX,MOLPATH,NR.STATS" ]
       ] )
     ] [
       fhir:system [
         fhir:v "urn:oid:2.16.840.1.113883.2.9.6.2.5"^^xsd:anyURI ;
         fhir:l <urn:oid:2.16.840.1.113883.2.9.6.2.5>
       ]
     ] [
       fhir:system [
         fhir:v "https://fhir.hl7.at/elga-labor/CodeSystem/at-lab-local-cs"^^xsd:anyURI ;
         fhir:l <https://fhir.hl7.at/elga-labor/CodeSystem/at-lab-local-cs>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

