DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). 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: R4B R4 R3 R2

Valueset-audit-source-type.xml

Raw XML (canonical form)

Definition for Value SetAudit Event Source Type

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="audit-source-type"/>
  <meta>
    <lastUpdated value="2015-10-24T07:41:03.495+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 Source Type</h2>
      <p>The type of process where the audit event originated from.</p>
      <p>This value set has an inline code system http://hl7.org/fhir/security-source-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>1
            <a name="1"> </a>
          </td>
          <td>User Device</td>
          <td>End-user display device, diagnostic device.</td>
        </tr>
        <tr>
          <td>2
            <a name="2"> </a>
          </td>
          <td>Data Interface</td>
          <td>Data acquisition device or instrument.</td>
        </tr>
        <tr>
          <td>3
            <a name="3"> </a>
          </td>
          <td>Web Server</td>
          <td>Web Server process or thread.</td>
        </tr>
        <tr>
          <td>4
            <a name="4"> </a>
          </td>
          <td>Application Server</td>
          <td>Application Server process or thread.</td>
        </tr>
        <tr>
          <td>5
            <a name="5"> </a>
          </td>
          <td>Database Server</td>
          <td>Database Server process or thread.</td>
        </tr>
        <tr>
          <td>6
            <a name="6"> </a>
          </td>
          <td>Security Server</td>
          <td>Security server, e.g. a domain controller.</td>
        </tr>
        <tr>
          <td>7
            <a name="7"> </a>
          </td>
          <td>Network Device</td>
          <td>ISO level 1-3 network component.</td>
        </tr>
        <tr>
          <td>8
            <a name="8"> </a>
          </td>
          <td>Network Router</td>
          <td>ISO level 4-6 operating software.</td>
        </tr>
        <tr>
          <td>9
            <a name="9"> </a>
          </td>
          <td>Other</td>
          <td>other kind of device (defined by DICOM, but some other code/system can be used).</td>
        </tr>
      </table>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.272"/>
  </extension>
  <url value="http://hl7.org/fhir/ValueSet/audit-source-type"/>
  <version value="20100826"/>
  <name value="Audit Event Source Type"/>
  <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="2010-08-26"/>
  <description value="The type of process where the audit event originated from."/>
  <codeSystem>
    <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
      <valueUri value="urn:oid:2.16.840.1.113883.4.642.1.272"/>
    </extension>
    <system value="http://hl7.org/fhir/security-source-type"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="1"/>
      <display value="User Device"/>
      <definition value="End-user display device, diagnostic device."/>
    </concept>
    <concept>
      <code value="2"/>
      <display value="Data Interface"/>
      <definition value="Data acquisition device or instrument."/>
    </concept>
    <concept>
      <code value="3"/>
      <display value="Web Server"/>
      <definition value="Web Server process or thread."/>
    </concept>
    <concept>
      <code value="4"/>
      <display value="Application Server"/>
      <definition value="Application Server process or thread."/>
    </concept>
    <concept>
      <code value="5"/>
      <display value="Database Server"/>
      <definition value="Database Server process or thread."/>
    </concept>
    <concept>
      <code value="6"/>
      <display value="Security Server"/>
      <definition value="Security server, e.g. a domain controller."/>
    </concept>
    <concept>
      <code value="7"/>
      <display value="Network Device"/>
      <definition value="ISO level 1-3 network component."/>
    </concept>
    <concept>
      <code value="8"/>
      <display value="Network Router"/>
      <definition value="ISO level 4-6 operating software."/>
    </concept>
    <concept>
      <code value="9"/>
      <display value="Other"/>
      <definition value="other kind of device (defined by DICOM, but some other code/system can be used)."/>
    </concept>
  </codeSystem>
</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.