Show / Hide Table of Contents

Class AuditEventObject

The event may have other objects involved.

Inheritance
System.Object
Element
BackboneElement
AuditEventObject
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class AuditEventObject : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Description

Extension container element for Description

Declaration
public Element _Description { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Name

Extension container element for Name

Declaration
public Element _Name { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

Description

Text that describes the object in more detail.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Detail

Additional Information about the Object.

Declaration
public List<AuditEventObjectDetail> Detail { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<AuditEventObjectDetail>
| Improve this Doc View Source

Identifier

Identifies a specific instance of the participant object. The reference should always be version specific.

Declaration
public Identifier Identifier { get; set; }
Property Value
Type Description
Identifier
| Improve this Doc View Source

Lifecycle

Institutional policies for privacy and security may optionally fall under different accountability rules based on data life cycle. This provides a differentiating value for those cases.

Declaration
public Coding Lifecycle { get; set; }
Property Value
Type Description
Coding
| Improve this Doc View Source

Name

An instance-specific descriptor of the Participant Object ID audited, such as a person's name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Query

For query events it may be necessary to capture the actual query input to the query process in order to identify the specific event. Because of differences among query implementations and data encoding for them, this is a base 64 encoded data blob. It may be subsequently decoded or interpreted by downstream audit analysis processing.

Declaration
public byte[] Query { get; set; }
Property Value
Type Description
System.Byte[]
| Improve this Doc View Source

Reference

Identifies a specific instance of the participant object. The reference should always be version specific.

Declaration
public Reference Reference { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

Role

For some detailed audit analysis it may be necessary to indicate a more granular type of participant, based on the application role it serves.

Declaration
public Coding Role { get; set; }
Property Value
Type Description
Coding
| Improve this Doc View Source

SecurityLabel

This field identifies the security labels for a specific instance of an object, such as a patient, to detect/track privacy and security issues.

Declaration
public List<Coding> SecurityLabel { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Coding>
| Improve this Doc View Source

Type

To describe the object being acted upon. In addition to queries on the subject of the action in an auditable event, it is also important to be able to query on the object type for the action.

Declaration
public Coding Type { get; set; }
Property Value
Type Description
Coding

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX