This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Valueset-security-event-type.xml

Definition for Value SetAudit Event ID

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>Audit Event ID</h2><p>Event Types for Security Events - defined by DICOM with some FHIR specific additions</p><p><b>Copyright Statement:</b> These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright 2011 by the National Electrical Manufacturers Association</p><p>This value set defines its own terms in the system http://hl7.org/fhir/security-event-type</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>rest<a name=\"rest\"> </a></td><td>RESTful Operation</td><td>Security Event: Execution of a RESTful operation as defined by FHIR</td></tr></table><p>In addition, this value set includes codes defined in other code systems, using the following rules:</p><ul><li>Include these codes as defined in <a href=\"valueset-dicom-dcim.html\">http://nema.org/dicom/dcid</a><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>110100</td><td>Application Activity</td><td>Audit event: Application Activity has taken place</td></tr><tr><td>110101</td><td>Audit Log Used</td><td>Audit event: Audit Log has been used</td></tr><tr><td>110102</td><td>Begin Transferring DICOM Instances</td><td>Audit event: Storage of DICOM Instances has begun</td></tr><tr><td>110103</td><td>DICOM Instances Accessed</td><td>Audit event: DICOM Instances have been created, read, updated, or deleted -audit event</td></tr><tr><td>110104</td><td>DICOM Instances Transferred</td><td>Audit event: Storage of DICOM Instances has been completed</td></tr><tr><td>110105</td><td>DICOM Study Deleted</td><td>Audit event: Entire Study has been deleted</td></tr><tr><td>110106</td><td>Export</td><td>Audit event: Data has been exported out of the system</td></tr><tr><td>110107</td><td>Import</td><td>Audit event: Data has been imported into the system</td></tr><tr><td>110108</td><td>Network Entry</td><td>Audit event: System has joined or left network</td></tr><tr><td>110112</td><td>Query</td><td>Audit event: Query has been made</td></tr><tr><td>110113</td><td>Security Alert</td><td>Audit event: Security Alert has been raised</td></tr><tr><td>110114</td><td>User Authentication</td><td>Audit event: User Authentication has been attempted</td></tr></table></li></ul></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/security-event-type",
  "version": "20100826",
  "name": "Audit Event ID",
  "publisher": "NEMA/DICOM",
  "description": "Event Types for Security Events - defined by DICOM with some FHIR specific additions",
  "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright 2011 by the National Electrical Manufacturers Association",
  "status": "active",
  "date": "2010-08-26",
  "define": {
    "system": "http://hl7.org/fhir/security-event-type",
    "caseSensitive": true,
    "concept": [
      {
        "code": "rest",
        "display": "RESTful Operation",
        "definition": "Security Event: Execution of a RESTful operation as defined by FHIR"
      }
    ]
  },
  "compose": {
    "include": [
      {
        "system": "http://nema.org/dicom/dcid",
        "code": [
          "110100",
          "110101",
          "110102",
          "110103",
          "110104",
          "110105",
          "110106",
          "110107",
          "110108",
          "110112",
          "110113",
          "110114"
        ]
      }
    ]
  }
}