This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Securityevent-example.xml

General SecurityEvent Example (id = "example")

Raw XML

<SecurityEvent xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Application Start for under service login &quot;Grahame&quot; (id: Grahame's Test HL7Connect)</div>
  </text>
  <event>
    <type>
      <coding>
        <system value="http://nema.org/dicom/dcid"/>
        <code value="110100"/>
        <display value="Application Activity"/>
      </coding>
    </type>
    <subtype>
      <coding>
        <system value="http://nema.org/dicom/dcid"/>
        <code value="110120"/>
        <display value="Application Start"/>
      </coding>
    </subtype>
    <action value="E"/>
    <dateTime value="2012-10-25T22:04:27+11:00"/>
    <outcome value="0"/>
  </event>
  <participant>
    <role>
      <text value="Service User (Logon)"/>
    </role>
    <userId value="Grahame"/>
    <requestor value="false"/>
    <network>
      <identifier value="127.0.0.1"/>
      <type value="2"/>
    </network>
  </participant>
  <source>
    <site value="Development"/>
    <identifier value="Grahame's Laptop"/>
    <type>
      <system value="http://hl7.org/fhir/security-event-sub-type"/>
      <code value="1"/>
    </type>
  </source>
  <object>
    <identifier>
      <label value="Dell Serial Number"/>
      <value value="ABCDEF"/>
    </identifier>
    <type value="4"/>
    <role value="4"/>
    <lifecycle value="6"/>
    <name value="Grahame's Laptop"/>
  </object>
</SecurityEvent>