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
.
Page
versions:
R5
R4B
R4
R3
R2
Login example (id = "example-login")
<AuditEvent xmlns="http://hl7.org/fhir"> <id value="example-login"/> <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="110114"/> <display value="User Authentication"/> </coding> </type> <subtype> <coding> <system value="http://nema.org/dicom/dicm"/> <code value="110122"/> <display value="Login"/> </coding> </subtype> <action value="E"/> <dateTime value="2013-06-20T23:41:23Z"/> <outcome value="0"/> </event> <participant> <userId value="95"/> <altId value="601847123"/> <name value="Grahame Grieve"/> <requestor value="true"/> <network> <identifier value="127.0.0.1"/> <type value="2"/> </network> </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> </AuditEvent>
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.