Class AuditEventObject
The event may have other objects involved.
Implements
Inherited Members
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 |
_Name
Extension container element for Name
Declaration
public Element _Name { get; set; }
Property Value
Type | Description |
---|---|
Element |
Description
Text that describes the object in more detail.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
Detail
Additional Information about the Object.
Declaration
public List<AuditEventObjectDetail> Detail { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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 |
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 |
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. |
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. |
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 |
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 |
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 |
---|---|
fhir |
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 SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |