HL7 Terminology (THO)
5.5.0 - Continuous Process Integration (ci build) International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 5.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: Audit Event Source Type - XML Representation

Active as of 2010-08-26 Maturity Level: 3

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="security-source-type"/>
  <meta>
    <lastUpdated value="2020-04-09T21:10:28.568+00:00"/>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/security-source-type</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">1<a name="security-source-type-1"> </a></td><td>User Device</td><td>End-user display device, diagnostic device.</td></tr><tr><td style="white-space:nowrap">2<a name="security-source-type-2"> </a></td><td>Data Interface</td><td>Data acquisition device or instrument.</td></tr><tr><td style="white-space:nowrap">3<a name="security-source-type-3"> </a></td><td>Web Server</td><td>Web Server process or thread.</td></tr><tr><td style="white-space:nowrap">4<a name="security-source-type-4"> </a></td><td>Application Server</td><td>Application Server process or thread.</td></tr><tr><td style="white-space:nowrap">5<a name="security-source-type-5"> </a></td><td>Database Server</td><td>Database Server process or thread.</td></tr><tr><td style="white-space:nowrap">6<a name="security-source-type-6"> </a></td><td>Security Server</td><td>Security server, e.g. a domain controller.</td></tr><tr><td style="white-space:nowrap">7<a name="security-source-type-7"> </a></td><td>Network Device</td><td>ISO level 1-3 network component.</td></tr><tr><td style="white-space:nowrap">8<a name="security-source-type-8"> </a></td><td>Network Router</td><td>ISO level 4-6 operating software.</td></tr><tr><td style="white-space:nowrap">9<a name="security-source-type-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/structuredefinition-wg">
    <valueCode value="sec"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3"/>
  </extension>
  <url value="http://terminology.hl7.org/CodeSystem/security-source-type"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.1137"/>
  </identifier>
  <version value="1.0.0"/>
  <name value="AuditEventSourceType"/>
  <title value="Audit Event Source Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2010-08-26T10:00:00+10:00"/>
  <publisher value="Health Level Seven International"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="hq@HL7.org"/>
    </telecom>
  </contact>
  <description
               value="The type of process where the audit event originated from."/>
  <copyright
             value="This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"/>
  <caseSensitive value="true"/>
  <valueSet value="http://terminology.hl7.org/ValueSet/audit-source-type"/>
  <content value="complete"/>
  <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>