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

Security-event-action.xml

Definition for Value SetSecurityEventAction

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>SecurityEventAction</h2>
      <p>Indicator for type of action performed during the event that generated the audit.</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/security-event-action</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>C
            <a name="C"> </a>
          </td>
          <td>Create</td>
          <td>Create a new database object, such as Placing an Order.</td>
        </tr>
        <tr>
          <td>R
            <a name="R"> </a>
          </td>
          <td>Read/View/Print</td>
          <td>Display or print data, such as a Doctor Census.</td>
        </tr>
        <tr>
          <td>U
            <a name="U"> </a>
          </td>
          <td>Update</td>
          <td>Update data, such as Revise Patient Information.</td>
        </tr>
        <tr>
          <td>D
            <a name="D"> </a>
          </td>
          <td>Delete</td>
          <td>Delete items, such as a doctor master file record.</td>
        </tr>
        <tr>
          <td>E
            <a name="E"> </a>
          </td>
          <td>Execute</td>
          <td>Perform a system or application function such as log-on, program execution or use of an
             object's method, or perform a query/search operation.</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/security-event-action"/>
  <name value="SecurityEventAction"/>
  <publisher value="HL7 (FHIR Project)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="fhir@lists.hl7.org"/>
  </telecom>
  <description value="Indicator for type of action performed during the event that generated the audit."/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.974+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/security-event-action"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="C"/>
      <display value="Create"/>
      <definition value="Create a new database object, such as Placing an Order."/>
    </concept>
    <concept>
      <code value="R"/>
      <display value="Read/View/Print"/>
      <definition value="Display or print data, such as a Doctor Census."/>
    </concept>
    <concept>
      <code value="U"/>
      <display value="Update"/>
      <definition value="Update data, such as Revise Patient Information."/>
    </concept>
    <concept>
      <code value="D"/>
      <display value="Delete"/>
      <definition value="Delete items, such as a doctor master file record."/>
    </concept>
    <concept>
      <code value="E"/>
      <display value="Execute"/>
      <definition value="Perform a system or application function such as log-on, program execution or use of an
       object's method, or perform a query/search operation."/>
    </concept>
  </define>
</ValueSet>