Implementation Guide
ePA Basisfunktionalitäten
Version 1.1.5 - release

: EPA AuditEvent Purpose of Event - TTL Representation

Active as of 2025-05-28

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "epa-auditevent-purpose-of-event-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem epa-auditevent-purpose-of-event-cs</b></p><a name=\"epa-auditevent-purpose-of-event-cs\"> </a><a name=\"hcepa-auditevent-purpose-of-event-cs\"> </a><a name=\"epa-auditevent-purpose-of-event-cs-de-DE\"> </a><p>This case-sensitive code system <code>https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-purpose-of-event-cs</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Deutsch (German, de)</b></td></tr><tr><td style=\"white-space:nowrap\">EXPORTFDZ<a name=\"epa-auditevent-purpose-of-event-cs-EXPORTFDZ\"> </a></td><td>Export für das Forschungsdatenzentrum Gesundheit</td><td>Export für das Forschungsdatenzentrum Gesundheit</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-purpose-of-event-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.5"] ; # 
  fhir:name [ fhir:v "EPAAuditEventPurposeOfEventCS"] ; # 
  fhir:title [ fhir:v "EPA AuditEvent Purpose of Event"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-05-28"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "gematik GmbH"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.gematik.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Purposes of the event for AuditEvents in the ePA context"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "EXPORTFDZ" ] ;
fhir:display [ fhir:v "Export für das Forschungsdatenzentrum Gesundheit" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Export für das Forschungsdatenzentrum Gesundheit" ]     ] )
  ] ) . #