Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: 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 "1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/AuditEvent-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/AuditEvent-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AuditEvent</b><a name=\"1\"> </a><a name=\"hc1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource AuditEvent &quot;1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AuditEvent-IEHR.html\">AuditEventIEHR</a></p></div><p><b>type</b>: User Authentication (Details: DICOM code 110114 = 'User Authentication', stated as 'null')</p><p><b>period</b>: 2021-08-24 11:14:00+0000 --&gt; 2021-08-24 11:14:00+0000</p><p><b>recorded</b>: Aug 27, 2021, 8:01:47 AM</p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Who</b></td><td><b>Requestor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</td><td>true</td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Observer</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</td></tr></table></div>"
  ] ; # 
  fhir:type [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "110114" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2021-08-24T11:14:00.000Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2021-08-24T11:14:00.005Z"^^xsd:dateTime ]
  ] ; # 
  fhir:recorded [ fhir:v "2021-08-27T10:01:47.343+02:00"^^xsd:dateTime] ; # 
  fhir:agent ( [
fhir:who [
fhir:reference [ fhir:v "Practitioner/21" ]     ] ;
fhir:requestor [ fhir:v "true"^^xsd:boolean ]
  ] ) ; # 
  fhir:source [
fhir:observer [
fhir:reference [ fhir:v "Practitioner/21" ]     ]
  ] . #