@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://hl7.cz/terminology/ValueSet/allergy-intolerance-category-cz> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "allergy-intolerance-category-cz"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet allergy-intolerance-category-cz</b></p><a name=\"allergy-intolerance-category-cz\"> </a><a name=\"hcallergy-intolerance-category-cz\"> </a><p>This ValueSet requires the Code system Supplement <a href=\"CodeSystem-allergy-intolerance-category-cz.html\">Allergy Intolerance Category (CZ supplement)</a>.</p><ul><li>Include all codes defined in <a href=\"http://hl7.org/fhir/R4/codesystem-allergy-intolerance-category.html\"><code>http://hl7.org/fhir/allergy-intolerance-category</code></a><span title=\"Version is explicitly stated to be 4.0.1\"> version ?4.0.1</span></li></ul></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-supplement" ] ;
     fhir:Extension.valueCanonical [
       fhir:value "https://hl7.cz/terminology/CodeSystem/allergy-intolerance-category-cz" ;
       fhir:link <https://hl7.cz/terminology/CodeSystem/allergy-intolerance-category-cz>
     ]
  ] ;
  fhir:ValueSet.url [ fhir:value "https://hl7.cz/terminology/ValueSet/allergy-intolerance-category-cz"] ;
  fhir:ValueSet.version [ fhir:value "1.0.0"] ;
  fhir:ValueSet.name [ fhir:value "AllergyIntoleranceCategory"] ;
  fhir:ValueSet.title [ fhir:value "Allergy Intolerance Category (CZ supplement value set)"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2025-12-12T16:18:06.331637Z"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "HL7 Czech Republic"] ;
  fhir:ValueSet.contact [
     fhir:index -1 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Czech Republic" ] ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.hl7.cz/" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Category of an identified substance associated with allergies or intolerances."] ;
  fhir:ValueSet.jurisdiction [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "CZ" ] ;
       fhir:Coding.display [ fhir:value "Czechia" ]
     ]
  ] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index -1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/allergy-intolerance-category" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "4.0.1" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://hl7.cz/terminology/ValueSet/allergy-intolerance-category-cz.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

