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

: CH ATC - Access of Audit Trail Repository - TTL Representation

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:AuditEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "atc-log-read"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-atc/StructureDefinition/AccessAuditTrailEvent"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-atc/StructureDefinition/AccessAuditTrailEvent>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Jakob Wieder-Gesund has viewed the audit trail 22.09.2020 10:47 </div>"
  ] ; # 
  fhir:type [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "110106" ] ;
fhir:display [ fhir:v "Export" ]
  ] ; # 
  fhir:subtype ( [
fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.127.3.10.7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ATC_LOG_READ" ] ;
fhir:display [ fhir:v "Accessing the Patient Audit Record Repository" ]
  ] ) ; # 
  fhir:action [ fhir:v "C"] ; # 
  fhir:recorded [ fhir:v "2020-09-22T08:47:00Z"^^xsd:dateTime] ; # 
  fhir:outcome [ fhir:v "0"] ; # 
  fhir:agent ( [
    ( fhir:role [
      ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.127.3.10.6"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PAT" ] ;
fhir:display [ fhir:v "Patient" ]       ] )     ] ) ;
fhir:name [ fhir:v "Jakob Wieder-Gesund" ] ;
fhir:requestor [ fhir:v "true"^^xsd:boolean ]
  ] ) ; # 
  fhir:source [
fhir:observer [
fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:7.8.9.10.11" ] #  oid of system generating this audit event        ]     ]
  ] ; # 
  fhir:entity ( [
fhir:what [
fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.127.3.10.3"^^xsd:anyURI ] ;
fhir:value [ fhir:v "761337610469261945" ]       ] #  Patient      ] ;
fhir:type [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/audit-entity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Person" ]     ] ;
fhir:role [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/object-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Patient" ]     ]
  ] ) . #