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

Security-event-example-vread.xml

Raw XML (canonical form)

RESTful Operation (id = "example-rest")

Raw XML

<SecurityEvent xmlns="http://hl7.org/fhir">
 <id value="example-rest"/>
  <event>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/security-event-type"/>
        <code value="rest"/>
        <display value="Restful Operation"/>
      </coding>
    </type>
    <subtype>
      <coding>
        <system value="http://hl7.org/fhir/restful-interaction"/>
        <code value="vread"/>
        <display value="vread"/>
      </coding>
    </subtype>
    <action value="R"/>
    <dateTime value="2013-06-20T23:42:24Z"/>
    <outcome value="0"/>
  </event>
  <participant>
    <userId value="95"/>
    <altId value="601847123"/>
    <name value="Grahame Grieve"/>
    <requestor value="true"/>
  </participant>
  <source>
    <site value="Cloud"/>
    <identifier value="hl7connect.healthintersections.com.au"/>
    <type>
      <system value="http://hl7.org/fhir/security-source-type"/>
      <code value="3"/>
      <display value="Web Server"/>
    </type>
  </source>
  <object>
    <reference>
      <reference value="Patient/example/_history/1"/>
    </reference>
    <type value="2"/>
    <lifecycle value="6"/>
  </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.