ProvenanceAgent constructor

const ProvenanceAgent({
  1. List<CodeableConcept>? role,
  2. String? whoUri,
  3. @JsonKey(name: '_whoUri') Element? whoUriElement,
  4. Reference? whoReference,
  5. String? onBehalfOfUri,
  6. @JsonKey(name: '_onBehalfOfUri') Element? onBehalfOfUriElement,
  7. Reference? onBehalfOfReference,
  8. CodeableConcept? relatedAgentType,
})

Implementation

const factory ProvenanceAgent({
  List<CodeableConcept>? role,
  String? whoUri,
  @JsonKey(name: '_whoUri') Element? whoUriElement,
  Reference? whoReference,
  String? onBehalfOfUri,
  @JsonKey(name: '_onBehalfOfUri') Element? onBehalfOfUriElement,
  Reference? onBehalfOfReference,
  CodeableConcept? relatedAgentType,
}) = _ProvenanceAgent;