FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/security-source-type (XML)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Value SetAudit Event Source Type

<?xml version="1.0" encoding="UTF-8"?>

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="security-source-type"/> 
  <meta> 
    <lastUpdated value="2024-03-29T13:47:28.486+00:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> 
  </meta> 
  <text> 
    <status value="extensions"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <ul> 
        <li> Include these codes as defined in 
          <a href="http://terminology.hl7.org/5.5.0/CodeSystem-security-source-type.html">
            <code> http://terminology.hl7.org/CodeSystem/security-source-type</code> 
          </a> 
          <table class="none">
            <tr> 
              <td style="white-space:nowrap">
                <b> Code</b> 
              </td> 
              <td> 
                <b> Display</b> 
              </td> 
              <td> 
                <b> Definition</b> 
              </td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-security-source-type.html#security-source-type-1">1</a> 
              </td> 
              <td style="color: #cccccc">User Device</td> 
              <td> End-user display device, diagnostic device.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-security-source-type.html#security-source-type-2">2</a> 
              </td> 
              <td style="color: #cccccc">Data Interface</td> 
              <td> Data acquisition device or instrument.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-security-source-type.html#security-source-type-3">3</a> 
              </td> 
              <td style="color: #cccccc">Web Server</td> 
              <td> Web Server process or thread.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-security-source-type.html#security-source-type-4">4</a> 
              </td> 
              <td style="color: #cccccc">Application Server</td> 
              <td> Application Server process or thread.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-security-source-type.html#security-source-type-5">5</a> 
              </td> 
              <td style="color: #cccccc">Database Server</td> 
              <td> Database Server process or thread.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-security-source-type.html#security-source-type-6">6</a> 
              </td> 
              <td style="color: #cccccc">Security Server</td> 
              <td> Security server, e.g. a domain controller.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-security-source-type.html#security-source-type-7">7</a> 
              </td> 
              <td style="color: #cccccc">Network Device</td> 
              <td> ISO level 1-3 network component.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-security-source-type.html#security-source-type-8">8</a> 
              </td> 
              <td style="color: #cccccc">Network Router</td> 
              <td> ISO level 4-6 operating software.</td> 
            </tr> 
          </table> 
        </li> 
      </ul> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="sec"/> 
  </extension> 
  <url value="http://hl7.org/fhir/ValueSet/security-source-type"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.3.2981"/> 
  </identifier> 
  <version value="6.0.0-cibuild"/> 
  <name value="AuditEventSourceType"/> 
  <title value="Audit Event Source Type"/> 
  <status value="active"/> 
  <experimental value="false"/> 
  <date value="2010-08-26"/> 
  <publisher value="HL7 (FHIR Project)"/> 
  <description value="The type of process where the audit event originated from. Use of these codes is
   not required but is encouraged to maintain translation with DICOM AuditMessage
   schema."/> 
  <jurisdiction> 
    <coding> 
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> 
      <code value="001"/> 
      <display value="World"/> 
    </coding> 
  </jurisdiction> 
  <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. Additional codes added by HL7 FHIR use-case analysis"/> 
  <compose> 
    <include> 
      <system value="http://terminology.hl7.org/CodeSystem/security-source-type"/> 
      <concept> 
        <code value="1"/> 
      </concept> 
      <concept> 
        <code value="2"/> 
      </concept> 
      <concept> 
        <code value="3"/> 
      </concept> 
      <concept> 
        <code value="4"/> 
      </concept> 
      <concept> 
        <code value="5"/> 
      </concept> 
      <concept> 
        <code value="6"/> 
      </concept> 
      <concept> 
        <code value="7"/> 
      </concept> 
      <concept> 
        <code value="8"/> 
      </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.