@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-atc-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cz-atc-cs"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ]
  ] ; # 
  fhir:url [
     fhir:v "https://hl7.cz/fhir/hie/CodeSystem/cz-atc-cs"^^xsd:anyURI ;
     fhir:l <https://hl7.cz/fhir/hie/CodeSystem/cz-atc-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_ATCCs"] ; # 
  fhir:title [ fhir:v "CZ Audit Trail Consumption Event Types 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 Audit Trail Consumption Event Types codes."] ; # 
  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 "15"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "ATC_DOC_CREATE" ] ;
     fhir:display [ fhir:v "Document upload" ]
  ] [
     fhir:code [ fhir:v "ATC_DOC_READ" ] ;
     fhir:display [ fhir:v "Document retrieval" ]
  ] [
     fhir:code [ fhir:v "ATC_DOC_UPDATE" ] ;
     fhir:display [ fhir:v "Document or Document Metadata update" ]
  ] [
     fhir:code [ fhir:v "ATC_DOC_DELETE" ] ;
     fhir:display [ fhir:v "Document removal" ]
  ] [
     fhir:code [ fhir:v "ATC_DOC_SEARCH" ] ;
     fhir:display [ fhir:v "Document search" ]
  ] [
     fhir:code [ fhir:v "ATC_POL_CREATE_AUT_PART_AL" ] ;
     fhir:display [ fhir:v "Authorize participants to access level/date" ]
  ] [
     fhir:code [ fhir:v "ATC_POL_UPDATE_AUT_PART_AL" ] ;
     fhir:display [ fhir:v "Update access level/date of authorized participants" ]
  ] [
     fhir:code [ fhir:v "ATC_POL_REMOVE_AUT_PART_AL" ] ;
     fhir:display [ fhir:v "Remove authorization for participants to access level/date" ]
  ] [
     fhir:code [ fhir:v "ATC_POL_DEF_CONFLEVEL" ] ;
     fhir:display [ fhir:v "Set or update the default Confidentiality Level for new documents" ]
  ] [
     fhir:code [ fhir:v "ATC_POL_DIS_EMER_USE" ] ;
     fhir:display [ fhir:v "Disabling Emergency Access" ]
  ] [
     fhir:code [ fhir:v "ATC_POL_ENA_EMER_USE" ] ;
     fhir:display [ fhir:v "Enabling Emergency Access" ]
  ] [
     fhir:code [ fhir:v "ATC_POL_INCL_BLACKLIST" ] ;
     fhir:display [ fhir:v "Assign a Healthcare Professional to Blacklist" ]
  ] [
     fhir:code [ fhir:v "ATC_POL_EXL_BLACKLIST" ] ;
     fhir:display [ fhir:v "Exclude a Healthcare Professional from Blacklist" ]
  ] [
     fhir:code [ fhir:v "ATC_LOG_READ" ] ;
     fhir:display [ fhir:v "Accessing the Patient Audit Record Repository" ]
  ] [
     fhir:code [ fhir:v "ATC_HPD_GROUP_ENTRY_NOTIFY" ] ;
     fhir:display [ fhir:v "Entry of healthcare professionals into a group" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

