Implementation Guide
ePA Basisfunktionalitäten
Version 1.3.2 - release

: EPA AuditEvent Agent Type Client - 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/ValueSet/epa-audit-event-agent-type-client-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "epa-audit-event-agent-type-client-vs"] ;
  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: ValueSet epa-audit-event-agent-type-client-vs</b></p><a name=\"epa-audit-event-agent-type-client-vs\"> </a><a name=\"hcepa-audit-event-agent-type-client-vs\"> </a><p>This value set expansion contains 1 concepts.</p><table class=\"codes\"><tr><td><b>System</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a name=\"epa-audit-event-agent-type-client-vs-http://dicom.nema.org/resources/ontology/DCM-110150\"> </a><code>http://dicom.nema.org/resources/ontology/DCM</code></td><td style=\"white-space:nowrap\">  <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-110150\">110150</a></td><td>Application</td><td>Audit participant role ID of software application</td></tr></table></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://gematik.de/fhir/epa/ValueSet/epa-audit-event-agent-type-client-vs"] ;
  fhir:ValueSet.version [ fhir:value "1.2.0"] ;
  fhir:ValueSet.name [ fhir:value "EPAAuditEventAgentTypeClientVS"] ;
  fhir:ValueSet.title [ fhir:value "EPA AuditEvent Agent Type Client"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2025-09-12"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "gematik GmbH"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "EPA agent type (client) for AuditEvent"] ;
  fhir:ValueSet.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:ValueSet.immutable [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.copyright [ fhir:value "gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "110150" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Application" ]
       ]
     ]
  ] ;
  fhir:ValueSet.expansion [
     fhir:ValueSet.expansion.timestamp [ fhir:value "2025-05-27"^^xsd:date ] ;
     fhir:ValueSet.expansion.contains [
       fhir:index 0 ;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
       fhir:ValueSet.expansion.contains.code [ fhir:value "110150" ] ;
       fhir:ValueSet.expansion.contains.display [ fhir:value "Application" ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/epa-audit-event-agent-type-client-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/epa-audit-event-agent-type-client-vs.ttl> .