GAO Ballot Package

This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 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 . Page versions: R5 R4B R4 R3 R2

This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.

Valueset-audit-event-type.xml

Raw XML (canonical form)

Definition for Value SetAudit Event ID

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="audit-event-type"/>
  <meta>
    <lastUpdated value="2015-12-03T09:57:31.744+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>Audit Event ID</h2>
      <p>Event Types for Audit 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 has an inline code system http://hl7.org/fhir/audit-event-type, which defines
         the following codes:</p>
      <table class="codes">
        <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>Audit Event: Execution of a RESTful operation as defined by FHIR.</td>
        </tr>
      </table>
      <p>In addition, this value set includes codes from other code systems:</p>
      <ul>
        <li>Include these codes as defined in 
          <a href="valueset-dicom-dcim.html">http://nema.org/dicom/dicm</a>
          <table>
            <tr>
              <td>
                <b>Code</b>
              </td>
              <td>
                <b>Display</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</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>110109</td>
              <td>Order Record</td>
              <td>Audit event: Order has been created, read, updated or deleted</td>
            </tr>
            <tr>
              <td>110110</td>
              <td>Patient Record</td>
              <td>Audit event: Patient Record has been created, read, updated, or deleted</td>
            </tr>
            <tr>
              <td>110111</td>
              <td>Procedure Record</td>
              <td>Audit event: Procedure Record has been created, read, updated, or deleted</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>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.269"/>
  </extension>
  <url value="http://hl7.org/fhir/ValueSet/audit-event-type"/>
  <version value="20150326"/>
  <name value="Audit Event ID"/>
  <status value="active"/>
  <experimental value="true"/>
  <publisher value="NEMA/DICOM"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <date value="2015-03-26"/>
  <description value="Event Types for Audit Events - defined by DICOM with some FHIR specific additions."/>
  <copyright value="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."/>
  <codeSystem>
    <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
      <valueUri value="urn:oid:2.16.840.1.113883.4.642.1.269"/>
    </extension>
    <system value="http://hl7.org/fhir/audit-event-type"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="rest"/>
      <display value="RESTful Operation"/>
      <definition value="Audit Event: Execution of a RESTful operation as defined by FHIR."/>
    </concept>
  </codeSystem>
  <compose>
    <include>
      <system value="http://nema.org/dicom/dicm"/>
      <concept>
        <code value="110100"/>
      </concept>
      <concept>
        <code value="110101"/>
      </concept>
      <concept>
        <code value="110102"/>
      </concept>
      <concept>
        <code value="110103"/>
      </concept>
      <concept>
        <code value="110104"/>
      </concept>
      <concept>
        <code value="110105"/>
      </concept>
      <concept>
        <code value="110106"/>
      </concept>
      <concept>
        <code value="110107"/>
      </concept>
      <concept>
        <code value="110108"/>
      </concept>
      <concept>
        <code value="110109"/>
      </concept>
      <concept>
        <code value="110110"/>
      </concept>
      <concept>
        <code value="110111"/>
      </concept>
      <concept>
        <code value="110112"/>
      </concept>
      <concept>
        <code value="110113"/>
      </concept>
      <concept>
        <code value="110114"/>
      </concept>
    </include>
  </compose>
</ValueSet>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.