Raw ttl | Download
@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 ------------------------------------------------------------------- a fhir:AuditEvent ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "430627da-7c80-4466-916f-b3bf1b14704f"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2025-08-31T15:24:22.244Z"^^xsd:dateTime ] ; ( fhir:profile [ fhir:v "https://gematik.de/fhir/epa/StructureDefinition/epa-auditevent"^^xsd:anyURI ; fhir:link <https://gematik.de/fhir/epa/StructureDefinition/epa-auditevent> ] ) ] ; # fhir:type [ fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ; fhir:version [ fhir:v "01" ] ; fhir:code [ fhir:v "110106" ] ] ; # fhir:action [ fhir:v "R"] ; # fhir:recorded [ fhir:v "2025-08-31T15:25:19.222Z"^^xsd:dateTime] ; # fhir:outcome [ fhir:v "0"] ; # fhir:purposeOfEvent ( [ ( fhir:coding [ fhir:system [ fhir:v "https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-purpose-of-event-cs"^^xsd:anyURI ] ; fhir:code [ fhir:v "EXPORTFDZ" ] ] ) ] ) ; # fhir:agent ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs"^^xsd:anyURI ] ; fhir:code [ fhir:v "DATASUBSVC" ] ] ) ] ; fhir:altId [ fhir:v "epa" ] ; fhir:name [ fhir:v "ePA" ] ; 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:code [ fhir:v "DATASUBSVC" ] ; fhir:display [ fhir:v "Data Submission Service" ] ] ) ] ; # fhir:entity ( [ fhir:name [ fhir:v "Medical Service" ] ; ( fhir:detail [ fhir:type [ fhir:v "data-min-date" ] ; fhir:value [ a fhir:string ; fhir:v "2025-07-31T15:00:30.111Z" ] ] ) ] ) . #