Implementation Guide
ePA Basisfunktionalitäten
Version 1.3.2 - release

: ExampleEPAAuditEventAuditEventService - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/AuditEvent/c24dcb68-e61b-46fb-b11b-5f37dccf01f8> a fhir:AuditEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "c24dcb68-e61b-46fb-b11b-5f37dccf01f8"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2025-04-01T12:00:00.000Z"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/epa/StructureDefinition/epa-auditevent|1.4.0" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/epa/StructureDefinition/epa-auditevent|1.4.0>
     ]
  ] ;
  fhir:AuditEvent.type [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/audit-event-type" ] ;
     fhir:Coding.code [ fhir:value "rest" ]
  ] ;
  fhir:AuditEvent.action [ fhir:value "R"] ;
  fhir:AuditEvent.recorded [ fhir:value "2025-04-01T12:00:00.000Z"^^xsd:dateTime] ;
  fhir:AuditEvent.outcome [ fhir:value "0"] ;
  fhir:AuditEvent.agent [
     fhir:index 0 ;
     fhir:AuditEvent.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-agent-type-client-cs" ] ;
         fhir:Coding.code [ fhir:value "OMBUDSOFFICE" ] ;
         fhir:Coding.display [ fhir:value "Ombuds Office" ]
       ]
     ] ;
     fhir:AuditEvent.agent.who [
       fhir:Reference.identifier [
         fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/sid/telematik-id" ] ;
         fhir:Identifier.value [ fhir:value "8-863110000012345" ]
       ]
     ] ;
     fhir:AuditEvent.agent.altId [ fhir:value "8-863110000012345" ] ;
     fhir:AuditEvent.agent.name [ fhir:value "Ombudsstelle einer Krankenkasse" ] ;
     fhir:AuditEvent.agent.requestor [ fhir:value "true"^^xsd:boolean ]
  ] ;
  fhir:AuditEvent.source [
     fhir:AuditEvent.source.observer [
       fhir:Reference.display [ fhir:value "Elektronische Patientenakte Fachdienst" ]
     ] ;
     fhir:AuditEvent.source.type [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs" ] ;
       fhir:Coding.code [ fhir:value "AUDITSVC" ] ;
       fhir:Coding.display [ fhir:value "AuditEvent Service" ]
     ]
  ] ;
  fhir:AuditEvent.entity [
     fhir:index 0 ;
     fhir:AuditEvent.entity.name [ fhir:value "AuditEvent" ] ;
     fhir:AuditEvent.entity.description [ fhir:value "renderAuditEventsToPDF" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/AuditEvent/c24dcb68-e61b-46fb-b11b-5f37dccf01f8.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/AuditEvent/c24dcb68-e61b-46fb-b11b-5f37dccf01f8.ttl> .