FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.10.0  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem audit-event-type

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="audit-event-type"/>
  <meta>
    <lastUpdated value="2020-04-09T21:10:28.568+00:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div value="&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;p class=&quot;res-header-id&quot;&gt;&lt;b&gt;Generated Narrative: CodeSystem audit-event-type&lt;/b&gt;&lt;/p&gt;&lt;a name=&quot;audit-event-type&quot;&gt; &lt;/a&gt;&lt;a name=&quot;hcaudit-event-type&quot;&gt; &lt;/a&gt;&lt;div style=&quot;display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%&quot;&gt;&lt;p style=&quot;margin-bottom: 0px&quot;&gt;Last updated: 2020-04-09 21:10:28+0000&lt;/p&gt;&lt;p style=&quot;margin-bottom: 0px&quot;&gt;Profile: &lt;a href=&quot;http://hl7.org/fhir/R5/shareablecodesystem.html&quot;&gt;Shareable CodeSystem&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;This case-sensitive code system &lt;code&gt;http://terminology.hl7.org/CodeSystem/audit-event-type&lt;/code&gt; defines the following codes:&lt;/p&gt;&lt;table class=&quot;codes&quot;&gt;&lt;tr&gt;&lt;td style=&quot;white-space:nowrap&quot;&gt;&lt;b&gt;Code&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Display&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Definition&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;white-space:nowrap&quot;&gt;rest&lt;a name=&quot;audit-event-type-rest&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;RESTful Operation&lt;/td&gt;&lt;td&gt;Audit Event: Execution of a RESTful operation as defined by FHIR.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;white-space:nowrap&quot;&gt;hl7-v2&lt;a name=&quot;audit-event-type-hl7-v2&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;HL7 v2 Operation&lt;/td&gt;&lt;td&gt;Audit Event: Execution of an HL7 v2 operation.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;white-space:nowrap&quot;&gt;hl7-v3&lt;a name=&quot;audit-event-type-hl7-v3&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;HL7 v3 Operation&lt;/td&gt;&lt;td&gt;Audit Event: Execution of an HL7 v3 operation as defined by FHIR.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;white-space:nowrap&quot;&gt;document&lt;a name=&quot;audit-event-type-document&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;A Document Operation&lt;/td&gt;&lt;td&gt;Audit Event: Execution of an operation on a Document (e.g. XDS, CDA, etc).&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;white-space:nowrap&quot;&gt;object&lt;a name=&quot;audit-event-type-object&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;An Operation on other Objects&lt;/td&gt;&lt;td&gt;Audit Event: Execution of an operation on an Object. For use when a more specific event type is not available.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;"/>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="sec"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3"/>
  </extension>
  <url value="http://terminology.hl7.org/CodeSystem/audit-event-type"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.1136"/>
  </identifier>
  <version value="1.0.0"/>
  <name value="AuditEventID"/>
  <title value="Audit Event ID"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2015-03-26T11:00:00+11:00"/>
  <publisher value="Health Level Seven International"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="hq@HL7.org"/>
    </telecom>
  </contact>
  <description value="Event Types for Audit Events - defined by DICOM with some FHIR specific additions."/>
  <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."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="rest"/>
    <display value="RESTful Operation"/>
    <definition value="Audit Event: Execution of a RESTful operation as defined by FHIR."/>
  </concept>
  <concept>
    <code value="hl7-v2"/>
    <display value="HL7 v2 Operation"/>
    <definition value="Audit Event: Execution of an HL7 v2 operation."/>
  </concept>
  <concept>
    <code value="hl7-v3"/>
    <display value="HL7 v3 Operation"/>
    <definition value="Audit Event: Execution of an HL7 v3 operation as defined by FHIR."/>
  </concept>
  <concept>
    <code value="document"/>
    <display value="A Document Operation"/>
    <definition value="Audit Event: Execution of an operation on a Document (e.g. XDS, CDA, etc)."/>
  </concept>
  <concept>
    <code value="object"/>
    <display value="An Operation on other Objects"/>
    <definition value="Audit Event: Execution of an operation on an Object. For use when a more specific event type is not available."/>
  </concept>
</CodeSystem>