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
Login example (id = "example-login")
<SecurityEvent xmlns="http://hl7.org/fhir"> <id value="example-login"/> <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> </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.