@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/hie/CodeSystem/cz-documentAuditEvent-type-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cz-documentAuditEvent-type-cs"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ]
  ] ; # 
  fhir:url [
     fhir:v "https://hl7.cz/fhir/hie/CodeSystem/cz-documentAuditEvent-type-cs"^^xsd:anyURI ;
     fhir:l <https://hl7.cz/fhir/hie/CodeSystem/cz-documentAuditEvent-type-cs>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ]
  ] ) ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:name [ fhir:v "CZ_DocumentAuditEventTypeCs"] ; # 
  fhir:title [ fhir:v "CZ Document Audit Event Type CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-01-17"^^xsd:date] ; # 
  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 "Codesystem for document audit event type."] ; # 
  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 "CZ" ] ;
       fhir:display [ fhir:v "Czechia" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "ATC_DOC_CREATE" ] ;
     fhir:display [ fhir:v "Vytvoření dokumentu" ]
  ] [
     fhir:code [ fhir:v "ATC_DOC_READ" ] ;
     fhir:display [ fhir:v "Čtení dokumentu" ]
  ] [
     fhir:code [ fhir:v "ATC_DOC_UPDATE" ] ;
     fhir:display [ fhir:v "Aktualizace dokumentu" ]
  ] [
     fhir:code [ fhir:v "ATC_DOC_DELETE" ] ;
     fhir:display [ fhir:v "Smazání dokumentu" ]
  ] [
     fhir:code [ fhir:v "ATC_DOC_SEARCH" ] ;
     fhir:display [ fhir:v "Vyhledání dokumentu" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

