@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/referralorder-types> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "referralorder-types"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ] ;
  fhir:ValueSet.url [ fhir:value "https://ncez.mzcr.cz/terminology/ValueSet/referralorder-types"] ;
  fhir:ValueSet.version [ fhir:value "1.0.0"] ;
  fhir:ValueSet.name [ fhir:value "ReferralorderTypes"] ;
  fhir:ValueSet.title [ fhir:value "Typy žádanek"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2025-11-19T15:26:54.549507Z"^^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 "Číselník typů žádanek"] ;
  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.copyright [ fhir:value "This value set includes content from SNOMED CT and LOINC.\n\nSNOMED CT is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement\n\nLOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index -1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "57133-1" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "žádanka o vyšetření" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "57830-2" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "žádanka o hospitalizaci" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "57154-7" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "žádanka o fyzioterapii" ]
       ]
     ], [
       fhir:index -1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "721965002" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "žádanka o laboratorní vyšetření" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "721964003" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "žádanka o zobrazovací vyšetření" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://hl7.cz/terminology/ValueSet/referralorder-types.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

