AuditEventEntity

open class AuditEventEntity: BackboneElement

Data or objects used.

Specific instances of data or objects that have been accessed.

  • Data or objects used.

    Specific instances of data or objects that have been accessed.

    Declaration

    Swift

    override open class var resourceType: String
  • Descriptive text.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • Additional Information about the entity.

    Declaration

    Swift

    public var detail: [AuditEventEntityDetail]?
  • Specific instance of object.

    Declaration

    Swift

    public var identifier: Identifier?
  • Life-cycle stage for the entity.

    Declaration

    Swift

    public var lifecycle: Coding?
  • Descriptor for entity.

    Declaration

    Swift

    public var name: FHIRString?
  • Query parameters.

    Declaration

    Swift

    public var query: Base64Binary?
  • Specific instance of resource.

    Declaration

    Swift

    public var reference: Reference?
  • What role the entity played.

    Declaration

    Swift

    public var role: Coding?
  • Security labels on the entity.

    Declaration

    Swift

    public var securityLabel: [Coding]?
  • Type of entity involved.

    Declaration

    Swift

    public var type: Coding?
  • Type of entity involved.

    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 AuditEventEntity: BackboneElement