AuditEventParticipant constructor

const AuditEventParticipant({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. List<CodeableConcept>? role,
  5. Reference? reference,
  6. Identifier? userId,
  7. String? altId,
  8. String? name,
  9. @JsonKey(name: '_name') Element? nameElement,
  10. required FhirBoolean requestor,
  11. Reference? location,
  12. List<FhirUri>? policy,
  13. Coding? media,
  14. AuditEventParticipantNetwork? network,
  15. List<Coding>? purposeOfUse,
})

Implementation

const factory AuditEventParticipant({
  @JsonKey(name: 'id') FhirId? fhirId,
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  List<FhirExtension>? modifierExtension,
  List<CodeableConcept>? role,
  Reference? reference,
  Identifier? userId,
  String? altId,
  String? name,
  @JsonKey(name: '_name') Element? nameElement,
  required FhirBoolean requestor,
  Reference? location,
  List<FhirUri>? policy,
  Coding? media,
  AuditEventParticipantNetwork? network,
  List<Coding>? purposeOfUse,
}) = _AuditEventParticipant;