HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AuditEventExample01 - XML Representation

Raw xml | Download



<AuditEvent xmlns="http://hl7.org/fhir">
  <id value="AuditEventExample01"/>
  <meta>
    <profile
             value="http://hl7.org.cn/fhir/StructureDefinition/profile-core-auditevent"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: AuditEvent</b><a name="AuditEventExample01"> </a><a name="hcAuditEventExample01"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource AuditEvent &quot;AuditEventExample01&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-profile-core-auditevent.html">核心审计事件结构定义</a></p></div><p><b>category</b>: User Authentication <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (DICOM#110114)</span></p><p><b>code</b>: Login <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (DICOM#110122)</span></p><p><b>action</b>: E</p><p><b>occurred</b>: 2021-05-07 12:32:23+0000</p><p><b>recorded</b>: 2021年5月7日 下午8:34:23</p><h3>Outcomes</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>success (Details: [not stated] code success = 'success', stated as 'null')</td></tr></table><blockquote><p><b>agent</b></p><p><b>type</b>: human user <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-extra-security-role-type.html">Security Role Type</a>#humanuser)</span></p><p><b>who</b>: <span>95</span></p><p><b>requestor</b>: true</p><p><b>network</b>: [192.16.8.1.41]</p></blockquote><blockquote><p><b>agent</b></p><p><b>type</b>: Source Role ID <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (DICOM#110153)</span></p><p><b>who</b>: <span>empi.xxx.com</span></p><p><b>requestor</b>: false</p><p><b>network</b>: [192.16.8.1.43]</p></blockquote><h3>Sources</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Site</b></td><td><b>Observer</b></td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td><span>: 中心机房</span></td><td><span>: 单点登录系统</span></td><td>Web Server <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (security-source-typ#3)</span></td></tr></table></div>
  </text>
  <category>
    <coding>
      <system value="http://dicom.nema.org/resources/ontology/DCM"/>
      <code value="110114"/>
      <display value="User Authentication"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://dicom.nema.org/resources/ontology/DCM"/>
      <code value="110122"/>
      <display value="Login"/>
    </coding>
  </code>
  <action value="E"/>
  <occurredDateTime value="2021-05-07T12:32:23Z"/>
  <recorded value="2021-05-07T12:34:23Z"/>
  <outcome>
    <code>
      <code value="success"/>
    </code>
  </outcome>
  <agent>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/extra-security-role-type"/>
        <code value="humanuser"/>
        <display value="human user"/>
      </coding>
    </type>
    <who>
      <identifier>
        <value value="95"/>
      </identifier>
    </who>
    <requestor value="true"/>
    <networkString value="[192.16.8.1.41]"/>
  </agent>
  <agent>
    <type>
      <coding>
        <system value="http://dicom.nema.org/resources/ontology/DCM"/>
        <code value="110153"/>
        <display value="Source Role ID"/>
      </coding>
    </type>
    <who>
      <identifier>
        <value value="empi.xxx.com"/>
      </identifier>
    </who>
    <requestor value="false"/>
    <networkString value="[192.16.8.1.43]"/>
  </agent>
  <source>
    <site>
      <display value="中心机房"/>
    </site>
    <observer>
      <identifier>
        <value value="sso.platform.local"/>
      </identifier>
      <display value="单点登录系统"/>
    </observer>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/security-source-typ"/>
        <code value="3"/>
        <display value="Web Server"/>
      </coding>
    </type>
  </source>
</AuditEvent>