AuditEventAgent class

AuditEventAgent A record of an event relevant for purposes such as operations, privacy, security, maintenance, and performance analysis.

Annotations
  • @freezed

Constructors

AuditEventAgent({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, CodeableConcept? type, List<CodeableConcept>? role, required Reference who, FhirBoolean? requestor, @JsonKey(name: '_requestor') Element? requestorElement, Reference? location, List<FhirUri>? policy, @JsonKey(name: '_policy') List<Element>? policyElement, Reference? networkReference, FhirUri? networkUri, @JsonKey(name: '_networkUri') Element? networkUriElement, String? networkString, @JsonKey(name: '_networkString') Element? networkStringElement, List<CodeableConcept>? authorization})
AuditEventAgent A record of an event relevant for purposes such as operations, privacy, security, maintenance, and performance analysis.
const
factory
AuditEventAgent.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
AuditEventAgent.fromJsonString(String source)
Acts like a constructor, returns a AuditEventAgent, accepts a String as an argument, mostly because I got tired of typing it out
factory
AuditEventAgent.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

authorization List<CodeableConcept>?
authorization The authorization (e.g., PurposeOfUse) that was used during the event being recorded.
no setterinherited
copyWith → $AuditEventAgentCopyWith<AuditEventAgent>
no setterinherited
extension_ List<FhirExtension>?
extension_ ("extension") May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
no setterinherited
fhirId String?
id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
location Reference?
location Where the agent location is known, the agent location when the event occurred.
no setterinherited
modifierExtension List<FhirExtension>?
modifierExtension May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
no setterinherited
networkReference Reference?
networkReference When the event utilizes a network there should be an agent describing the local system, and an agent describing remote system, with the network interface details.
no setterinherited
networkString String?
networkString When the event utilizes a network there should be an agent describing the local system, and an agent describing remote system, with the network interface details.
no setterinherited
networkStringElement Element?
networkStringElement ("_networkString") Extensions for networkString
no setterinherited
networkUri FhirUri?
networkUri When the event utilizes a network there should be an agent describing the local system, and an agent describing remote system, with the network interface details.
no setterinherited
networkUriElement Element?
networkUriElement ("_networkUri") Extensions for networkUri
no setterinherited
policy List<FhirUri>?
policy Where the policy(ies) are known that authorized the agent participation in the event. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used.
no setterinherited
policyElement List<Element>?
policyElement ("_policy") Extensions for policy
no setterinherited
requestor FhirBoolean?
requestor Indicator that the user is or is not the requestor, or initiator, for the event being audited.
no setterinherited
requestorElement Element?
requestorElement ("_requestor") Extensions for requestor
no setterinherited
role List<CodeableConcept>?
role The structural roles of the agent indicating the agent's competency. The security role enabling the agent with respect to the activity.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type CodeableConcept?
type The Functional Role of the user when performing the event.
no setterinherited
who Reference
who Reference to who this agent is that was involved in the event.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

operator ==(Object other) bool
The equality operator.
inherited