@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/CodeSystem/coverage-selfpay-cz> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "coverage-selfpay-cz"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://hl7.cz/terminology/CodeSystem/coverage-selfpay-cz"] ;
  fhir:CodeSystem.version [ fhir:value "4.0.1"] ;
  fhir:CodeSystem.name [ fhir:value "CoverageSelfPayCodesCZ"] ;
  fhir:CodeSystem.title [ fhir:value "Coverage SelfPay Codes (CZ supplement)"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2025-11-15T18:33:02.789168Z"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "HL7 Czech Republic"] ;
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "This code system supplements Coverage SelfPay."] ;
  fhir:CodeSystem.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:CodeSystem.content [ fhir:value "supplement"] ;
  fhir:CodeSystem.supplements [
     fhir:value "http://terminology.hl7.org/CodeSystem/coverage-selfpay|1.0.1" ;
     fhir:link <http://terminology.hl7.org/CodeSystem/coverage-selfpay|1.0.1>
  ] ;
  fhir:CodeSystem.concept [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "pay" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "samoplátce" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "An individual or organization is paying directly for goods and services." ]
  ] .

# - ontology header ------------------------------------------------------------

<https://hl7.cz/terminology/CodeSystem/coverage-selfpay-cz.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

