@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://hl7.cz/fhir/core/ValueSet/lab-obsCode-cz-lab> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "lab-obsCode-cz-lab"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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 lab-obsCode-cz-lab</b></p><a name=\"lab-obsCode-cz-lab\"> </a><a name=\"hclab-obsCode-cz-lab\"> </a><ul><li>Include all codes defined in <a href=\"https://build.fhir.org/ig/HL7-cz/terminology/CodeSystem-NCLPPOL.html\"><code>https://ncez.mzcr.cz/nclp/CodeSystem/nclppol</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 02.97.01, the version found through the package references\"> version ?02.97.01</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://hl7.cz/fhir/core/ValueSet/lab-obsCode-cz-lab"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "LaboratoryResultStandardCzVs"] ; # 
  fhir:title [ fhir:v "Laboratory Code"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-18T20:14:40+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Czech Republic"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Czech Republic" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.hl7.cz/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Laboratory observation codes. List of Laboratory observation codes containing NCLP."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "CZ" ] ;
       fhir:display [ fhir:v "Czechia" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "https://ncez.mzcr.cz/nclp/CodeSystem/nclppol"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

