@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "audit-event-type"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2020-04-09T15:10:28.568-06: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/audit-event-type defines the following codes:

CodeDisplayDefinition
rest RESTful OperationAudit Event: Execution of a RESTful operation as defined by FHIR.
hl7-v2 HL7 v2 OperationAudit Event: Execution of an HL7 v2 operation.
hl7-v3 HL7 v3 OperationAudit Event: Execution of an HL7 v3 operation as defined by FHIR.
document A Document OperationAudit Event: Execution of an operation on a Document (e.g. XDS, CDA, etc).
object An Operation on other ObjectsAudit Event: Execution of an operation on an Object. For use when a more specific event type is not available.
" ]; 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/audit-event-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.1136" ] ]; fhir:CodeSystem.version [ fhir:value "0.5.0"]; fhir:CodeSystem.name [ fhir:value "AuditEventID"]; fhir:CodeSystem.title [ fhir:value "Audit Event ID"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2015-03-26T11:00:00+11:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "NEMA/DICOM"]; fhir:CodeSystem.description [ fhir:value "Event Types for Audit Events - defined by DICOM with some FHIR specific additions."]; fhir:CodeSystem.copyright [ fhir: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."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "rest" ]; fhir:CodeSystem.concept.display [ fhir:value "RESTful Operation" ]; fhir:CodeSystem.concept.definition [ fhir:value "Audit Event: Execution of a RESTful operation as defined by FHIR." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "hl7-v2" ]; fhir:CodeSystem.concept.display [ fhir:value "HL7 v2 Operation" ]; fhir:CodeSystem.concept.definition [ fhir:value "Audit Event: Execution of an HL7 v2 operation." ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "hl7-v3" ]; fhir:CodeSystem.concept.display [ fhir:value "HL7 v3 Operation" ]; fhir:CodeSystem.concept.definition [ fhir:value "Audit Event: Execution of an HL7 v3 operation as defined by FHIR." ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "document" ]; fhir:CodeSystem.concept.display [ fhir:value "A Document Operation" ]; fhir:CodeSystem.concept.definition [ fhir:value "Audit Event: Execution of an operation on a Document (e.g. XDS, CDA, etc)." ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "object" ]; fhir:CodeSystem.concept.display [ fhir:value "An Operation on other Objects" ]; fhir:CodeSystem.concept.definition [ fhir:value "Audit Event: Execution of an operation on an Object. For use when a more specific event type is not available." ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------