2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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

Raw XML (canonical form)

General SecurityEvent Example (id = "example")

Raw XML

<SecurityEvent xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <event>
    <type>
      <coding>
        <system value="http://nema.org/dicom/dicm"/>
        <code value="110100"/>
        <display value="Application Activity"/>
      </coding>
    </type>
    <subtype>
      <coding>
        <system value="http://nema.org/dicom/dicm"/>
        <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>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.