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

 

Example of securityevent (id = "example")

<SecurityEvent xmlns="http://hl7.org/fhir">
  <event>
    <id>
      <system>urn:oid:1.2.840.10008.6.1.903</system>
      <code>110100</code>
      <display>Application Activity</display>
    </id>
    <action>E</action>
    <dateTime>2012-10-25T22:04:27+11:00</dateTime>
    <outcome>0</outcome>
    <code>
      <system>urn:oid:1.2.840.10008.6.1.904</system>
      <code>110120</code>
      <display>Application Start</display>
    </code>
  </event>
  <participant>
    <userId>Grahame</userId>
    <requestor>false</requestor>
    <role>
      <display>Service User (Logon)</display>
    </role>
    <network>
      <type>ip</type>
      <id>127.0.0.1</id>
    </network>
  </participant>
  <source>
    <site>Development</site>
    <id>Grahame's Laptop</id>
    <type>
      <system>urn:ietf:rfc:3881</system>
      <code>4</code>
    </type>
  </source>
  <object>
    <type>3</type>
    <role>4</role>
    <lifecycle>6</lifecycle>
    <idType>
      <system>urn:ietf:rfc:3881</system>
      <code>12</code>
      <display>URI</display>
    </idType>
    <id>urn:uuid:{798CF803-C39C-4C7E-A4A5-CEC87EC24162}</id>
    <name>Grahame's Test HL7Connect</name>
  </object>
  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">Application Start for under service login &quot;Grahame&quot; (id: Grahame's Test HL7Connect)</div>
  </text>
</SecurityEvent>