CH ATC (R4)
3.2.0 - Draft Switzerland flag

This page is part of the CH ATC (R4) (v3.2.0: Draft Ballot 4) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: DocumentAuditEventType - TTL Representation

Draft as of 2018-05-28

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DocumentAuditEventType"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://fhir.ch/ig/ch-epr-term/2.0.10/CodeSystem-2.16.756.5.30.1.127.3.10.7.html\"><code>urn:oid:2.16.756.5.30.1.127.3.10.7</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://fhir.ch/ig/ch-epr-term/2.0.10/CodeSystem-2.16.756.5.30.1.127.3.10.7.html#2.16.756.5.30.1.127.3.10.7-ATC_DOC_CREATE\">ATC_DOC_CREATE</a></td><td style=\"color: #cccccc\">Document upload</td></tr><tr><td><a href=\"http://fhir.ch/ig/ch-epr-term/2.0.10/CodeSystem-2.16.756.5.30.1.127.3.10.7.html#2.16.756.5.30.1.127.3.10.7-ATC_DOC_READ\">ATC_DOC_READ</a></td><td style=\"color: #cccccc\">Document retrieval</td></tr><tr><td><a href=\"http://fhir.ch/ig/ch-epr-term/2.0.10/CodeSystem-2.16.756.5.30.1.127.3.10.7.html#2.16.756.5.30.1.127.3.10.7-ATC_DOC_UPDATE\">ATC_DOC_UPDATE</a></td><td style=\"color: #cccccc\">Document or Document Metadata update</td></tr><tr><td><a href=\"http://fhir.ch/ig/ch-epr-term/2.0.10/CodeSystem-2.16.756.5.30.1.127.3.10.7.html#2.16.756.5.30.1.127.3.10.7-ATC_DOC_DELETE\">ATC_DOC_DELETE</a></td><td style=\"color: #cccccc\">Document removal</td></tr><tr><td><a href=\"http://fhir.ch/ig/ch-epr-term/2.0.10/CodeSystem-2.16.756.5.30.1.127.3.10.7.html#2.16.756.5.30.1.127.3.10.7-ATC_DOC_SEARCH\">ATC_DOC_SEARCH</a></td><td style=\"color: #cccccc\">Document search</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.ch/ig/ch-atc/ValueSet/DocumentAuditEventType"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.2.0"] ; # 
  fhir:name [ fhir:v "DocumentAuditEventType"] ; # 
  fhir:title [ fhir:v "DocumentAuditEventType"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2018-05-28"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "eHealth Suisse"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "eHealth Suisse" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.e-health-suisse.ch/" ]     ] )
  ] [
fhir:name [ fhir:v "Oliver Egger" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "oliver.egger@ahdis.ch" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Implementation Guide for CH ATC see Audit Trail Consumption"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ]     ] )
  ] ) ; # 
  fhir:immutable [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:copyright [ fhir:v "CC0-1.0"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.127.3.10.7"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "ATC_DOC_CREATE" ]       ] [
fhir:code [ fhir:v "ATC_DOC_READ" ]       ] [
fhir:code [ fhir:v "ATC_DOC_UPDATE" ]       ] [
fhir:code [ fhir:v "ATC_DOC_DELETE" ]       ] [
fhir:code [ fhir:v "ATC_DOC_SEARCH" ]       ] )     ] )
  ] . #