: EPA AuditEvent Type - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "epa-auditevent-type-vs",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet epa-auditevent-type-vs</b></p><a name=\"epa-auditevent-type-vs\"> </a><a name=\"hcepa-auditevent-type-vs\"> </a><a name=\"epa-auditevent-type-vs-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-audit-event-type.html\"><code>http://terminology.hl7.org/CodeSystem/audit-event-type</code></a> version <code>5.5.0</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-audit-event-type.html#audit-event-type-rest\">rest</a></td><td>RESTful Operation</td><td>Audit Event: Execution of a RESTful operation as defined by FHIR.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-audit-event-type.html#audit-event-type-document\">document</a></td><td>A Document Operation</td><td>Audit Event: Execution of an operation on a Document (e.g. XDS, CDA, etc).</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-audit-event-type.html#audit-event-type-object\">object</a></td><td>An Operation on other Objects</td><td>Audit Event: Execution of an operation on an Object. For use when a more specific event type is not available.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://dicom.nema.org/resources/ontology/DCM\"><code>http://dicom.nema.org/resources/ontology/DCM</code></a> version <code>01</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-110106\">110106</a></td><td>Export</td><td>Audit event: Data has been exported out of the system</td></tr></table></li></ul></div>"
},
"url" : "https://gematik.de/fhir/epa/ValueSet/epa-auditevent-type-vs",
"version" : "1.0.5-ballot.1",
"name" : "EPAAuditEventTypeVS",
"title" : "EPA AuditEvent Type",
"status" : "draft",
"experimental" : false,
"date" : "2025-02-14",
"publisher" : "gematik GmbH",
"contact" : [
{
"name" : "gematik GmbH",
"telecom" : [
{
"system" : "url",
"value" : "https://www.gematik.de"
},
{
"system" : "email",
"value" : "patientteam [ at ] gematik.de"
}
]
}
],
"description" : "Types of AuditEvents in the ePA context",
"immutable" : false,
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/audit-event-type",
"version" : "5.5.0",
"concept" : [
{
"code" : "rest",
"display" : "RESTful Operation"
},
{
"code" : "document",
"display" : "A Document Operation"
},
{
"code" : "object",
"display" : "An Operation on other Objects"
}
]
},
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"version" : "01",
"concept" : [
{
"code" : "110106",
"display" : "Export"
}
]
}
]
}
}