Implementation Guide
ePA Basisfunktionalitäten
Version 1.3.2 - release

: EPA AuditEvent Source Type - TTL Representation

Active as of 2025-09-12

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/CodeSystem/epa-auditevent-sourcetype-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "epa-auditevent-sourcetype-cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem epa-auditevent-sourcetype-cs</b></p><a name=\"epa-auditevent-sourcetype-cs\"> </a><a name=\"hcepa-auditevent-sourcetype-cs\"> </a><p>This case-sensitive code system <code>https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs</code> defines the following codes:</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\">CDMGMT<a name=\"epa-auditevent-sourcetype-cs-CDMGMT\"> </a></td><td>Consent Decision Management</td><td>Consent Decision Management</td></tr><tr><td style=\"white-space:nowrap\">ENTITMGMT<a name=\"epa-auditevent-sourcetype-cs-ENTITMGMT\"> </a></td><td>Entitlement Management</td><td>Entitlement Management</td></tr><tr><td style=\"white-space:nowrap\">DEVICEMGMT<a name=\"epa-auditevent-sourcetype-cs-DEVICEMGMT\"> </a></td><td>Device Management</td><td>Device Management</td></tr><tr><td style=\"white-space:nowrap\">HRRSVC<a name=\"epa-auditevent-sourcetype-cs-HRRSVC\"> </a></td><td>Health Record Relocation Service</td><td>Health Record Relocation Service</td></tr><tr><td style=\"white-space:nowrap\">XDSSVC<a name=\"epa-auditevent-sourcetype-cs-XDSSVC\"> </a></td><td>XDS Document Service</td><td>XDS Document Service</td></tr><tr><td style=\"white-space:nowrap\">MEDICATIONSVC<a name=\"epa-auditevent-sourcetype-cs-MEDICATIONSVC\"> </a></td><td>Medication Service</td><td>Medication Service</td></tr><tr><td style=\"white-space:nowrap\">CONMGMT<a name=\"epa-auditevent-sourcetype-cs-CONMGMT\"> </a></td><td>Constraint Management</td><td>Constraint Management</td></tr><tr><td style=\"white-space:nowrap\">AUDITSVC<a name=\"epa-auditevent-sourcetype-cs-AUDITSVC\"> </a></td><td>AuditEvent Service</td><td>AuditEvent Service</td></tr><tr><td style=\"white-space:nowrap\">DATASUBSVC<a name=\"epa-auditevent-sourcetype-cs-DATASUBSVC\"> </a></td><td>Data Submission Service</td><td>Data Submission Service</td></tr><tr><td style=\"white-space:nowrap\">MHDSVC<a name=\"epa-auditevent-sourcetype-cs-MHDSVC\"> </a></td><td>MHD Service</td><td>MHD Service</td></tr><tr><td style=\"white-space:nowrap\">PATSVC<a name=\"epa-auditevent-sourcetype-cs-PATSVC\"> </a></td><td>Patient Service</td><td>Patient Service</td></tr><tr><td style=\"white-space:nowrap\">PUSHNOTMGMT<a name=\"epa-auditevent-sourcetype-cs-PUSHNOTMGMT\"> </a></td><td>Push Notification Management</td><td>Push Notification Management</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs"] ;
  fhir:CodeSystem.version [ fhir:value "1.2.0"] ;
  fhir:CodeSystem.name [ fhir:value "EPAAuditEventSourceTypeCS"] ;
  fhir:CodeSystem.title [ fhir:value "EPA AuditEvent Source Type"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2025-09-12"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "gematik GmbH"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.gematik.de" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Ereignisquellen für AuditEvents im ePA-Kontext"] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "DE" ]
     ]
  ] ;
  fhir:CodeSystem.copyright [ fhir:value "gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "12"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "CDMGMT" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Consent Decision Management" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Consent Decision Management" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "ENTITMGMT" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Entitlement Management" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Entitlement Management" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "DEVICEMGMT" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Device Management" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Device Management" ]
     ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "HRRSVC" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Health Record Relocation Service" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Health Record Relocation Service" ]
     ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "XDSSVC" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "XDS Document Service" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "XDS Document Service" ]
     ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "MEDICATIONSVC" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Medication Service" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Medication Service" ]
     ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "CONMGMT" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Constraint Management" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Constraint Management" ]
     ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "AUDITSVC" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "AuditEvent Service" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "AuditEvent Service" ]
     ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "DATASUBSVC" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Data Submission Service" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Data Submission Service" ]
     ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "MHDSVC" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "MHD Service" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "MHD Service" ]
     ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "PATSVC" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Patient Service" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Patient Service" ]
     ]
  ], [
     fhir:index 11 ;
     fhir:CodeSystem.concept.code [ fhir:value "PUSHNOTMGMT" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Push Notification Management" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Push Notification Management" ]
     ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/epa-auditevent-sourcetype-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/epa-auditevent-sourcetype-cs.ttl> .