Implementation Guide
ePA Basisfunktionalitäten
Version 1.1.5 - release

: ExampleEPAAuditEventMedicationServiceSearch - TTL Representation

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 "bbf292eb-665d-4724-a2bc-86fa93e89835"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2025-01-15T14:43:33.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://terminology.hl7.org/CodeSystem/audit-event-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rest" ]
  ] ; # 
  fhir:action [ fhir:v "R"] ; # 
  fhir:recorded [ fhir:v "2025-01-15T14:52:04.928Z"^^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:code [ fhir:v "PROV" ] ;
fhir:display [ fhir:v "healthcare provider" ]       ] )     ] ;
fhir:who [
fhir:identifier [
fhir:system [ fhir:v "https://gematik.de/fhir/sid/telematik-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1-883110000092404" ]       ]     ] ;
fhir:altId [ fhir:v "1-883110000092404" ] ;
fhir:name [ fhir:v "Praxis Dr. John Doe" ] ;
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 "MEDICATIONSVC" ] ;
fhir:display [ fhir:v "Medication Service" ]     ] )
  ] ; # 
  fhir:entity ( [
fhir:name [ fhir:v "MedicationRequest" ] ;
fhir:description [ fhir:v "Bundle:searchset" ] ;
    ( fhir:detail [
fhir:type [ fhir:v "date" ] ;
fhir:value [
a fhir:string ;
fhir:v "2025-01-15"       ]     ] [
fhir:type [ fhir:v "_revinclude" ] ;
fhir:value [
a fhir:string ;
fhir:v "MedicationDispense:prescription"       ]     ] )
  ] ) . #