AuditEventSource

open class AuditEventSource: BackboneElement

Audit Event Reporter.

The system that is reporting the event.

  • Audit Event Reporter.

    The system that is reporting the event.

    Declaration

    Swift

    override open class var resourceType: String
  • The identity of source detecting the event.

    Declaration

    Swift

    public var identifier: Identifier?
  • Logical source location within the enterprise.

    Declaration

    Swift

    public var site: FHIRString?
  • The type of source where event originated.

    Declaration

    Swift

    public var type: [Coding]?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(identifier: Identifier)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class AuditEventSource: BackboneElement