This page is part of the FHIR Specification (v3.5a.0: R4 Ballot 4). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions
Security Work Group | Maturity Level: N/A | Ballot Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code System AuditEventSourceType
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:CodeSystem; fhir:Resource.id [ fhir:value "audit-source-type"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2018-08-19T21:48:56.559+10:00" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.value [ fhir:value "sec" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ]; fhir:Extension.value [ fhir:value "Trial Use" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.value [ fhir:value "3" ] ]; 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 "20100826"]; 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 "true"]; fhir:CodeSystem.date [ fhir:value "2010-08-26T00:00:00+10:00"]; 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"]; fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/audit-source-type"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.code [ fhir:value "1" ]; fhir:CodeSystem.display [ fhir:value "User Device" ]; fhir:CodeSystem.definition [ fhir:value "End-user display device, diagnostic device." ] ], [ fhir:index 1; fhir:CodeSystem.code [ fhir:value "2" ]; fhir:CodeSystem.display [ fhir:value "Data Interface" ]; fhir:CodeSystem.definition [ fhir:value "Data acquisition device or instrument." ] ], [ fhir:index 2; fhir:CodeSystem.code [ fhir:value "3" ]; fhir:CodeSystem.display [ fhir:value "Web Server" ]; fhir:CodeSystem.definition [ fhir:value "Web Server process or thread." ] ], [ fhir:index 3; fhir:CodeSystem.code [ fhir:value "4" ]; fhir:CodeSystem.display [ fhir:value "Application Server" ]; fhir:CodeSystem.definition [ fhir:value "Application Server process or thread." ] ], [ fhir:index 4; fhir:CodeSystem.code [ fhir:value "5" ]; fhir:CodeSystem.display [ fhir:value "Database Server" ]; fhir:CodeSystem.definition [ fhir:value "Database Server process or thread." ] ], [ fhir:index 5; fhir:CodeSystem.code [ fhir:value "6" ]; fhir:CodeSystem.display [ fhir:value "Security Server" ]; fhir:CodeSystem.definition [ fhir:value "Security server, e.g. a domain controller." ] ], [ fhir:index 6; fhir:CodeSystem.code [ fhir:value "7" ]; fhir:CodeSystem.display [ fhir:value "Network Device" ]; fhir:CodeSystem.definition [ fhir:value "ISO level 1-3 network component." ] ], [ fhir:index 7; fhir:CodeSystem.code [ fhir:value "8" ]; fhir:CodeSystem.display [ fhir:value "Network Router" ]; fhir:CodeSystem.definition [ fhir:value "ISO level 4-6 operating software." ] ], [ fhir:index 8; fhir:CodeSystem.code [ fhir:value "9" ]; fhir:CodeSystem.display [ fhir:value "Other" ]; fhir:CodeSystem.definition [ fhir:value "Other kind of device (defined by DICOM, but some other code/system can be used)." ] ] . # -------------------------------------------------------------------------------------
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.