This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Vocabulary Work Group | Maturity Level: N/A | Standards 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="2022-09-07T10:58:29.429+10: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/3.1.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/3.1.0/CodeSystem-security-source-type.html#security-source-type-1">1</a> </td> <td> User Device</td> <td> End-user display device, diagnostic device.</td> </tr> <tr> <td> <a href="http://terminology.hl7.org/3.1.0/CodeSystem-security-source-type.html#security-source-type-2">2</a> </td> <td> Data Interface</td> <td> Data acquisition device or instrument.</td> </tr> <tr> <td> <a href="http://terminology.hl7.org/3.1.0/CodeSystem-security-source-type.html#security-source-type-3">3</a> </td> <td> Web Server</td> <td> Web Server process or thread.</td> </tr> <tr> <td> <a href="http://terminology.hl7.org/3.1.0/CodeSystem-security-source-type.html#security-source-type-4">4</a> </td> <td> Application Server</td> <td> Application Server process or thread.</td> </tr> <tr> <td> <a href="http://terminology.hl7.org/3.1.0/CodeSystem-security-source-type.html#security-source-type-5">5</a> </td> <td> Database Server</td> <td> Database Server process or thread.</td> </tr> <tr> <td> <a href="http://terminology.hl7.org/3.1.0/CodeSystem-security-source-type.html#security-source-type-6">6</a> </td> <td> Security Server</td> <td> Security server, e.g. a domain controller.</td> </tr> <tr> <td> <a href="http://terminology.hl7.org/3.1.0/CodeSystem-security-source-type.html#security-source-type-7">7</a> </td> <td> Network Device</td> <td> ISO level 1-3 network component.</td> </tr> <tr> <td> <a href="http://terminology.hl7.org/3.1.0/CodeSystem-security-source-type.html#security-source-type-8">8</a> </td> <td> 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="5.0.0-ballot"/> <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."/> <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.