AuditEventEntityDetail

open class AuditEventEntityDetail: BackboneElement

Additional Information about the entity.

Tagged value pairs for conveying additional information about the entity.

  • Additional Information about the entity.

    Tagged value pairs for conveying additional information about the entity.

    Declaration

    Swift

    override open class var resourceType: String
  • Name of the property.

    Declaration

    Swift

    public var type: FHIRString?
  • Property value.

    Declaration

    Swift

    public var value: Base64Binary?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(type: FHIRString, value: Base64Binary)
  • 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 AuditEventEntityDetail: BackboneElement