HL7 Terminology (THO)
4.0.0 - Publication International flag

This page is part of the HL7 Terminology (v4.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: Audit Event Source Type - TTL Representation

Page standards status: Trial-use Maturity Level: 3

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "security-source-type"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This 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>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.valueCode [ fhir:value "sec" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.valueCode [ fhir:value "trial-use" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.valueInteger [ fhir:value "3"^^xsd:integer ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/security-source-type"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1137" ]
  ];
  fhir:CodeSystem.version [ fhir:value "0.5.0"];
  fhir:CodeSystem.name [ fhir:value "AuditEventSourceType"];
  fhir:CodeSystem.title [ fhir:value "Audit Event Source Type"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2010-08-26T10:00:00+10:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "NEMA/DICOM"];
  fhir:CodeSystem.description [ fhir:value "The type of process where the audit event originated from."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://terminology.hl7.org/ValueSet/audit-source-type";
     fhir:link <http://terminology.hl7.org/ValueSet/audit-source-type>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "1" ];
     fhir:CodeSystem.concept.display [ fhir:value "User Device" ];
     fhir:CodeSystem.concept.definition [ fhir:value "End-user display device, diagnostic device." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Data Interface" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Data acquisition device or instrument." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "3" ];
     fhir:CodeSystem.concept.display [ fhir:value "Web Server" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Web Server process or thread." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Application Server" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Application Server process or thread." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "5" ];
     fhir:CodeSystem.concept.display [ fhir:value "Database Server" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Database Server process or thread." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "6" ];
     fhir:CodeSystem.concept.display [ fhir:value "Security Server" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Security server, e.g. a domain controller." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "7" ];
     fhir:CodeSystem.concept.display [ fhir:value "Network Device" ];
     fhir:CodeSystem.concept.definition [ fhir:value "ISO level 1-3 network component." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "8" ];
     fhir:CodeSystem.concept.display [ fhir:value "Network Router" ];
     fhir:CodeSystem.concept.definition [ fhir:value "ISO level 4-6 operating software." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "9" ];
     fhir:CodeSystem.concept.display [ fhir:value "Other" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Other kind of device (defined by DICOM, but some other code/system can be used)." ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.