Package org.hl7.fhir

Class AuditEvent

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class AuditEvent extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensions

Java class for AuditEvent complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AuditEvent">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}Coding"/>
         <element name="subtype" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
         <element name="action" type="{http://hl7.org/fhir}AuditEventAction" minOccurs="0"/>
         <element name="recorded" type="{http://hl7.org/fhir}instant"/>
         <element name="outcome" type="{http://hl7.org/fhir}AuditEventOutcome" minOccurs="0"/>
         <element name="outcomeDesc" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="purposeOfEvent" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
         <element name="agent" type="{http://hl7.org/fhir}AuditEvent.Agent" maxOccurs="unbounded"/>
         <element name="source" type="{http://hl7.org/fhir}AuditEvent.Source"/>
         <element name="entity" type="{http://hl7.org/fhir}AuditEvent.Entity" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>