ExplanationOfBenefitProcessNote constructor

const ExplanationOfBenefitProcessNote({
  1. FhirDecimal? number,
  2. @JsonKey(name: '_number') Element? numberElement,
  3. CodeableConcept? type,
  4. String? text,
  5. @JsonKey(name: '_text') Element? textElement,
  6. CodeableConcept? language,
})

Implementation

const factory ExplanationOfBenefitProcessNote({
  FhirDecimal? number,
  @JsonKey(name: '_number') Element? numberElement,
  CodeableConcept? type,
  String? text,
  @JsonKey(name: '_text') Element? textElement,
  CodeableConcept? language,
}) = _ExplanationOfBenefitProcessNote;