RIVO-Noord Zorgviewer Implementation Guide
1.7.0 - CI build Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions

: Zorgviewer AuditEvent Example - 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 "example-auditevent-zorgviewer"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: AuditEvent example-auditevent-zorgviewer</b></p><a name=\"example-auditevent-zorgviewer\"> </a><a name=\"hcexample-auditevent-zorgviewer\"> </a><a name=\"example-auditevent-zorgviewer-nl-NL\"> </a><p><b>type</b>: <a href=\"http://hl7.org/fhir/STU3/codesystem-dicom-dcim.html#dicom-dcim-110110\">DICOM 110110</a>: Patient Record</p><p><b>action</b>: Read/View/Print</p><p><b>recorded</b>: 2023-04-25 22:04:27+1100</p><blockquote><p><b>agent</b></p><p><b>role</b>: <span title=\"Codes:\">Directly involved healthcare professional</span></p><p><b>userId</b>: Vektis AGB-z zorgverlener tabel/06020101</p><p><b>name</b>: Schroder, CP, Arts</p><p><b>requestor</b>: false</p><p><b>policy</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=https://rivo-noord.nl/zorgviewer/toestemming\">https://rivo-noord.nl/zorgviewer/toestemming</a></p><h3>Networks</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>w3zkh3348.intra.umcg.nl</td></tr></table></blockquote><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td></tr><tr><td style=\"display: none\">*</td><td>Zorgviewer RIVO-Noord</td></tr></table><blockquote><p><b>entity</b></p><p><b>identifier</b>: Burgerservicenummer (BSN)/999911120</p><p><b>type</b>: <a href=\"http://hl7.org/fhir/STU3/codesystem-audit-entity-type.html#audit-entity-type-1\">AuditEventEntityType 1</a>: Person</p><p><b>name</b>: J. XXX-Helleman</p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>X-Request-Id</td><td><code>MDFkZWFhOWMtMzU5Ny00NmU2LTk2MTItNTAwMzgwOTdmMjg0Cg==</code></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:type [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "110110" ] ;
fhir:display [ fhir:v "Patient Record" ]
  ] ; # 
  fhir:action [ fhir:v "R"] ; # 
  fhir:recorded [ fhir:v "2023-04-25T22:04:27+11:00"^^xsd:dateTime] ; # 
  fhir:agent ( [
    ( fhir:role [
      ( fhir:coding [
fhir:code [ fhir:v "05" ] ;
fhir:display [ fhir:v "Directly involved healthcare professional" ]       ] )     ] ) ;
fhir:userId [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/agb-z"^^xsd:anyURI ] ;
fhir:value [ fhir:v "06020101" ]     ] ;
fhir:name [ fhir:v "Schroder, CP, Arts" ] ;
fhir:requestor [ fhir:v "false"^^xsd:boolean ] ;
    ( fhir:policy [ fhir:v "https://rivo-noord.nl/zorgviewer/toestemming"^^xsd:anyURI ] ) ;
fhir:network [
fhir:address [ fhir:v "w3zkh3348.intra.umcg.nl" ]     ]
  ] ) ; # 
  fhir:source [
fhir:identifier [
fhir:value [ fhir:v "Zorgviewer RIVO-Noord" ]     ]
  ] ; # 
  fhir:entity ( [
fhir:identifier [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/bsn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "999911120" ]     ] ;
fhir:type [
fhir:system [ fhir:v "http://hl7.org/fhir/audit-entity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ]     ] ;
fhir:name [ fhir:v "J. XXX-Helleman" ] ;
    ( fhir:detail [
fhir:type [ fhir:v "X-Request-Id" ] ;
fhir:value [ fhir:v "MDFkZWFhOWMtMzU5Ny00NmU2LTk2MTItNTAwMzgwOTdmMjg0Cg=="^^xsd:base64Binary ]     ] )
  ] ) . #