ExplanationOfBenefitCareTeam constructor

const ExplanationOfBenefitCareTeam({
  1. FhirDecimal? sequence,
  2. @JsonKey(name: '_sequence') Element? sequenceElement,
  3. required Reference provider,
  4. FhirBoolean? responsible,
  5. @JsonKey(name: '_responsible') Element? responsibleElement,
  6. CodeableConcept? role,
  7. CodeableConcept? qualification,
})

Implementation

const factory ExplanationOfBenefitCareTeam({
  FhirDecimal? sequence,
  @JsonKey(name: '_sequence') Element? sequenceElement,
  required Reference provider,
  FhirBoolean? responsible,
  @JsonKey(name: '_responsible') Element? responsibleElement,
  CodeableConcept? role,
  CodeableConcept? qualification,
}) = _ExplanationOfBenefitCareTeam;