@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://gematik.de/fhir/epa/AuditEvent/dc2cad66-28f3-4ad4-ae1b-c2f202217c4a> a fhir:AuditEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dc2cad66-28f3-4ad4-ae1b-c2f202217c4a"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "1" ] ;
     fhir:lastUpdated [ fhir:v "2026-05-30T00:03:21.641Z"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "https://gematik.de/fhir/epa/StructureDefinition/epa-auditevent|1.3.0"^^xsd:anyURI ;
       fhir:l <https://gematik.de/fhir/epa/StructureDefinition/epa-auditevent?version=1.3.0>
     ] )
  ] ; # 
  fhir:type [
     fhir:system [
       fhir:v "http://terminology.hl7.org/CodeSystem/audit-event-type"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/CodeSystem/audit-event-type>
     ] ;
     fhir:code [ fhir:v "object" ]
  ] ; # 
  fhir:action [ fhir:v "E"] ; # 
  fhir:recorded [ fhir:v "2026-05-30T00:03:21.641Z"^^xsd:dateTime] ; # 
  fhir:outcome [ fhir:v "0"] ; # 
  fhir:agent ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleClass"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleClass>
         ] ;
         fhir:code [ fhir:v "PAYOR" ] ;
         fhir:display [ fhir:v "invoice payor" ]
       ] )
     ] ;
     fhir:who [
       fhir:identifier [
         fhir:system [
           fhir:v "https://gematik.de/fhir/sid/telematik-id"^^xsd:anyURI ;
           fhir:l <https://gematik.de/fhir/sid/telematik-id>
         ] ;
         fhir:value [ fhir:v "8-863110000022741" ]
       ]
     ] ;
     fhir:altId [ fhir:v "8-863110000022741" ] ;
     fhir:name [ fhir:v "Name des importierenden Kostenträgers" ] ;
     fhir:requestor [ fhir:v true ]
  ] ) ; # 
  fhir:source [
     fhir:observer [
       fhir:display [ fhir:v "Elektronische Patientenakte Fachdienst" ]
     ] ;
     fhir:type ( [
       fhir:system [
         fhir:v "https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs"^^xsd:anyURI ;
         fhir:l <https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs>
       ] ;
       fhir:code [ fhir:v "HRRSVC" ] ;
       fhir:display [ fhir:v "Health Record Relocation Service" ]
     ] )
  ] ; # 
  fhir:entity ( [
     fhir:name [ fhir:v "HealthRecordRelocation" ] ;
     fhir:description [ fhir:v "startPackageImport" ] ;
     fhir:detail ( [
       fhir:type [ fhir:v "OriginName" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Name des exportierenden Kostenträgers "
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

