@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This code system http://terminology.hl7.org/CodeSystem/security-source-type defines the following codes:

CodeDisplayDefinition
1 User DeviceEnd-user display device, diagnostic device.
2 Data InterfaceData acquisition device or instrument.
3 Web ServerWeb Server process or thread.
4 Application ServerApplication Server process or thread.
5 Database ServerDatabase Server process or thread.
6 Security ServerSecurity server, e.g. a domain controller.
7 Network DeviceISO level 1-3 network component.
8 Network RouterISO level 4-6 operating software.
9 OtherOther kind of device (defined by DICOM, but some other code/system can be used).
" ]; 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 ]; 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 . # -------------------------------------------------------------------------------------