CareTeamParticipant constructor

const CareTeamParticipant({
  1. CodeableConcept? role,
  2. Reference? member,
  3. Reference? onBehalfOf,
  4. Period? period,
})

Implementation

const factory CareTeamParticipant({
  CodeableConcept? role,
  Reference? member,
  Reference? onBehalfOf,
  Period? period,
}) = _CareTeamParticipant;